diff options
40 files changed, 24047 insertions, 18067 deletions
diff --git a/.tx/config b/.tx/config index e5d53703f..f3e1f0d23 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com type = PO -[fixmystreet.v2-1] +[fixmystreet.v2-2] file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po source_file = locale/FixMyStreet.po source_lang = en_GB diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0a8a15e..176f52460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ ## Releases * Unreleased + +* v2.2 (13th September 2017) - New features: - Body and category names can now be translated in the admin. #1244 - Report states can be edited and translated in the admin. #1826 - - Body users can now create reports as an anonymous user. #1796 - - Extra fields can be added to report form site-wide. #1743 - - Body users can filter reports by all states. #1790 + - Extra fields can be added to the report form site-wide. #1743 + - Staff users can now create reports as an anonymous user. #1796 + - Staff users can filter reports by all states. #1790 - `LOGIN_REQUIRED` config key to limit site access to logged-in users. - `SIGNUPS_DISABLED` config key to prevent new user registrations. - - Body dashboard CSV export includes Northing, Easting and Ward. - It also now orders fields by report confirmed time. #1832 #1835 - Front end improvements: - Always show pagination figures even if only one page. #1787 - - Report pages list every update to a report. #1806 - - Clearer wording and more prominent email input on alert page. + - Report pages list more updates to a report. #1806 + - Clearer wording and more prominent email input on alert page. #1829 - Cobrands can implement `hide_areas_on_reports` to hide outline on map. - Templates to allow extra messages through problem confirmation. #1837 - Admin improvements: @@ -23,7 +23,9 @@ - Clearer highlight for selected duplicate on inspect form. #1798 - Include MapIt API key on admin config page. #1778 - Redirect to same map view after inspection. #1820 - - A default response priority can now be set #1838 + - A default response priority can now be set. #1838 + - Dashboard CSV export includes Northing, Easting and Ward. + It also now orders fields by report confirmed time. #1832 #1835 - Bugfixes: - Set up action scheduled field when report loaded. #1789 - Fix display of thumbnail images on page reload. #1815 @@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 2.1.1; see CHANGELOG.md for a version history. +Platform is now at version 2.2; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 9bdff8de8..5c8f38b80 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.1.1} +VERSION=${VERSION_OVERRIDE:-v2.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index aaa2aacb3..83483a1c3 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: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <team@fixmystreet.com>\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 perllib/FixMyStreet/Script/Reports.pm:197 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "" @@ -82,25 +82,6 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -109,7 +90,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 templates/web/base/admin/users.html:32 +#: templates/web/base/admin/report_blocks.html:18 templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -121,23 +102,26 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "" +#: templates/web/base/alert/_list.html:30 +msgid "(covers roughly 200,000 people)" +msgstr "" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -146,7 +130,7 @@ msgstr "" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "" @@ -154,16 +138,17 @@ msgstr "" msgid "(optional)" msgstr "" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 perllib/FixMyStreet/App/Controller/Report/New.pm:665 perllib/FixMyStreet/DB/Result/Problem.pm:454 -msgid "-- Pick a category --" +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 perllib/FixMyStreet/App/Controller/Report/New.pm:674 perllib/FixMyStreet/DB/Result/Problem.pm:381 +msgid "-- Pick a category --" msgstr "" #: templates/web/base/admin/response_templates_select.html:3 @@ -174,15 +159,15 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 templates/web/base/admin/body-form.html:51 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 +179,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -214,26 +199,22 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:104 templates/web/zurich/auth/general.html:51 +#: templates/web/base/auth/general.html:106 templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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 +#: templates/web/base/auth/general.html:82 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/report/state-list.html:1 templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 templates/web/base/admin/body-form.html:4 msgid "" "Add a <strong>body</strong> for each administrative body, such as a council or department\n" @@ -245,15 +226,31 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:78 templates/web/base/admin/body-form.html:138 templates/web/zurich/admin/body-form.html:52 +#: templates/web/base/admin/bodies.html:78 templates/web/base/admin/body-form.html:140 templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "" -#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:14 templates/web/base/report/_main.html:140 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:30 +#: templates/web/base/admin/extra-metadata-form.html:72 +msgid "Add option" +msgstr "" + +#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:140 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:30 msgid "Add to shortlist" msgstr "" @@ -261,15 +258,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -297,11 +294,11 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/dashboard/index.html:138 templates/web/base/dashboard/index.html:21 templates/web/base/dashboard/index.html:30 +#: templates/web/base/dashboard/index.html:138 templates/web/base/dashboard/index.html:21 templates/web/base/dashboard/index.html:30 templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -313,11 +310,19 @@ msgstr "" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/admin/category-multiselect.html:5 templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/category-multiselect.html:5 templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" -#: templates/web/base/main_nav_items.html:0 templates/web/base/main_nav_items.html:27 templates/web/base/reports/_list-filters.html:3 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/reportextrafields/edit.html:26 +msgid "All cobrands" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + +#: templates/web/base/main_nav_items.html:0 templates/web/base/main_nav_items.html:27 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 msgid "All reports" msgstr "" @@ -341,11 +346,15 @@ msgstr "" msgid "Anonymous" msgstr "" +#: templates/web/base/report/new/form_user_loggedin.html:21 templates/web/base/report/update/form_name.html:17 +msgid "Anonymous user" +msgstr "" + #: templates/web/base/admin/report_edit.html:122 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -357,7 +366,7 @@ msgstr "" 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 +#: templates/web/base/admin/body-form.html:77 templates/web/base/admin/body.html:20 templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" @@ -385,11 +394,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -429,7 +438,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 templates/web/zurich/report/_item.html:9 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -441,11 +450,11 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 perllib/FixMyStreet/Cobrand/Default.pm:726 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 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Default.pm:734 perllib/FixMyStreet/Cobrand/Zurich.pm:396 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:55 templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" @@ -461,7 +470,11 @@ msgstr "" msgid "By Date" msgstr "" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -469,7 +482,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 templates/web/base/admin/responsepriorities/list.html:8 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -477,11 +490,11 @@ msgstr "" 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:49 templates/web/base/report/_item.html:90 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 +#: 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:48 templates/web/base/report/_item.html:92 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 "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -509,11 +522,11 @@ msgstr "" msgid "Change password" msgstr "" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -530,7 +543,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -558,31 +571,27 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:141 templates/web/base/report/_item.html:43 templates/web/base/report/banner.html:15 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:6 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:14 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:889 -msgid "Closed by council" +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." msgstr "" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 perllib/FixMyStreet/Cobrand/Zurich.pm:194 perllib/FixMyStreet/Cobrand/Zurich.pm:965 perllib/FixMyStreet/DB/ResultSet/State.pm:11 templates/web/base/admin/states/index.html:103 templates/web/base/admin/states/index.html:27 templates/web/base/admin/states/index.html:33 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 "" -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 +msgid "Closed by council" msgstr "" #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" -#: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/list_updates.html:10 templates/web/base/admin/reportextrafields/edit.html:24 templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -594,11 +603,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 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 "" @@ -618,7 +631,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/contact-form.html:54 templates/web/zurich/admin/contact-form.html:12 templates/web/zurich/admin/stats.html:40 +#: templates/web/base/admin/contact-form.html:56 templates/web/zurich/admin/contact-form.html:12 templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "" @@ -647,7 +660,7 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "" @@ -695,23 +708,31 @@ msgstr "" msgid "Count" msgstr "" +#: templates/web/base/admin/states/index.html:114 +msgid "Create" +msgstr "" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "" -#: templates/web/base/admin/contact-form.html:136 templates/web/zurich/admin/body.html:62 +#: templates/web/base/admin/contact-form.html:138 templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -735,7 +756,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -747,23 +768,31 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 templates/web/base/admin/template_edit.html:50 templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 templates/web/base/admin/template_edit.html:50 templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:31 templates/web/base/admin/contact-form.html:56 templates/web/zurich/admin/contact-form.html:13 +#: templates/web/base/admin/bodies.html:31 templates/web/base/admin/contact-form.html:58 templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:114 templates/web/base/report/update.html:62 +#: templates/web/base/report/_main.html:114 templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" -#: 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 +#: templates/web/base/admin/extra-metadata-form.html:32 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 "" @@ -791,7 +820,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:118 templates/web/base/report/update.html:64 +#: templates/web/base/report/_main.html:118 templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -800,11 +829,11 @@ 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: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 +#: templates/web/base/auth/general.html:60 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/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -816,7 +845,7 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -824,15 +853,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -844,35 +869,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 templates/web/base/report/_item.html:83 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 +#: templates/web/base/admin/list_updates.html:42 templates/web/base/admin/problem_row.html:41 templates/web/base/admin/responsepriorities/list.html:28 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:140 templates/web/base/admin/index.html:39 templates/web/zurich/admin/body.html:69 +#: templates/web/base/admin/body.html:141 templates/web/base/admin/index.html:39 templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -888,19 +913,19 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "" -#: 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 +#: templates/web/base/admin/bodies.html:27 templates/web/base/admin/category_edit.html:28 templates/web/base/admin/flagged.html:38 templates/web/base/admin/users.html:17 templates/web/base/auth/general.html:51 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:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 templates/web/base/alert/_list.html:74 templates/web/base/report/new/form_user_loggedin.html:32 templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -912,7 +937,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "" @@ -932,7 +957,7 @@ 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:120 templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 templates/web/base/admin/body-form.html:123 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" @@ -947,7 +972,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -963,7 +988,7 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: 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 +#: templates/web/base/auth/general.html:118 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 "" @@ -975,7 +1000,7 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:20 templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -999,11 +1024,11 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" 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 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 perllib/FixMyStreet/Cobrand/Zurich.pm:918 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" @@ -1011,7 +1036,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1023,11 +1048,15 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 templates/web/base/admin/report_edit.html:94 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 templates/web/base/admin/reportextrafields/edit.html:1 templates/web/base/admin/reportextrafields/index.html:1 +msgid "Extra Fields" +msgstr "" + +#: templates/web/base/admin/contact-form.html:141 templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_inspect.html:142 templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1035,6 +1064,10 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" msgstr "" @@ -1047,35 +1080,27 @@ msgstr "" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:7 templates/web/base/admin/stats_fix_rate.html:4 templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:141 templates/web/base/report/_item.html:41 templates/web/base/report/banner.html:12 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:5 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:8 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 templates/web/base/admin/states/index.html:29 templates/web/base/admin/stats_fix_rate.html:4 msgid "Fixed" msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "" - -#: templates/web/base/admin/body-form.html:95 templates/web/base/admin/responsepriorities/edit.html:41 templates/web/zurich/admin/body-form.html:36 +#: templates/web/base/admin/body-form.html:97 templates/web/base/admin/responsepriorities/edit.html:53 templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 templates/web/base/admin/users.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1103,19 +1128,23 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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 +#: templates/web/base/auth/general.html:97 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1139,15 +1168,19 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 templates/web/base/admin/index.html:34 templates/web/base/admin/index.html:49 templates/web/base/alert/index.html:34 templates/web/base/around/postcode_form.html:13 templates/web/base/reports/_list-filters.html:38 templates/web/base/reports/_list-filters.html:53 templates/web/base/reports/index.html:75 templates/web/zurich/admin/stats.html:26 +#: templates/web/base/admin/index.html:28 templates/web/base/admin/index.html:34 templates/web/base/admin/index.html:49 templates/web/base/alert/index.html:34 templates/web/base/around/postcode_form.html:13 templates/web/base/reports/_list-filters.html:49 templates/web/base/reports/_list-filters.html:64 templates/web/base/reports/index.html:75 templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "" @@ -1155,7 +1188,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1179,15 +1212,11 @@ msgstr "" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:9 templates/web/base/admin/update_edit.html:30 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:7 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:16 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:911 perllib/FixMyStreet/DB/ResultSet/State.pm:60 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 "" @@ -1223,11 +1252,15 @@ msgstr "" msgid "Hide update completely?" msgstr "" -#: templates/web/base/report/_report_meta_info.html:3 templates/web/base/report/update.html:49 +#: templates/web/base/report/_report_meta_info.html:3 templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "" @@ -1243,11 +1276,11 @@ msgstr "" msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:36 templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:36 templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:20 templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:20 templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1259,16 +1292,24 @@ msgstr "" msgid "ID" msgstr "" -#: templates/web/base/admin/body-form.html:30 templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1279,7 +1320,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1301,7 +1342,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1333,10 +1374,6 @@ msgstr "" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1345,11 +1382,11 @@ 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:192 perllib/FixMyStreet/Cobrand/Zurich.pm:954 templates/web/base/report/banner.html:18 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:6 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:8 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 perllib/FixMyStreet/Cobrand/Zurich.pm:959 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1373,11 +1410,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1385,10 +1422,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1397,7 +1430,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "" @@ -1405,18 +1438,14 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "" -#: templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:140 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1425,18 +1454,34 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:15 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: 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 +#: templates/web/base/auth/general.html:93 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1461,22 +1506,26 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:31 templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "" @@ -1501,11 +1550,11 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:22 templates/web/base/report/new/form_user_loggedout.html:6 templates/web/base/report/update/form_user_loggedout.html:7 +#: templates/web/base/auth/general.html:24 templates/web/base/report/new/form_user_loggedout.html:6 templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 templates/web/base/report/new/form_user_loggedout.html:14 templates/web/base/report/update/form_user_loggedout.html:15 +#: templates/web/base/auth/general.html:32 templates/web/base/report/new/form_user_loggedout.html:14 templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" msgstr "" @@ -1513,7 +1562,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 templates/web/base/dashboard/index.html:38 +#: templates/web/base/dashboard/index.html:146 templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1521,11 +1570,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1541,7 +1590,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1569,7 +1618,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1581,7 +1630,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:73 templates/web/base/report/update.html:52 +#: templates/web/base/report/_main.html:73 templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1589,7 +1638,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:113 templates/web/base/report/update.html:60 +#: templates/web/base/report/_main.html:113 templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1597,11 +1646,11 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 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:62 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/zurich/admin/body-form.html:4 templates/web/zurich/auth/general.html:60 templates/web/zurich/report/new/fill_in_details_form.html:59 +#: templates/web/base/admin/bodies.html:25 templates/web/base/admin/body-form.html:24 templates/web/base/admin/extra-metadata-form.html:65 templates/web/base/admin/flagged.html:16 templates/web/base/admin/flagged.html:37 templates/web/base/admin/index.html:62 templates/web/base/admin/list_updates.html:7 templates/web/base/admin/reportextrafields/edit.html:11 templates/web/base/admin/reportextrafields/index.html:6 templates/web/base/admin/reports.html:14 templates/web/base/admin/responsepriorities/list.html:6 templates/web/base/admin/states/index.html:108 templates/web/base/admin/states/index.html:11 templates/web/base/admin/users.html:16 templates/web/base/auth/general.html:108 templates/web/base/report/new/form_user_loggedin.html:42 templates/web/base/report/new/form_user_loggedout_by_email.html:7 templates/web/base/report/update/form_name.html:27 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 "" @@ -1613,7 +1662,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1625,7 +1674,7 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1635,15 +1684,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "" @@ -1667,7 +1724,7 @@ msgstr "" msgid "New password:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/edit.html:4 templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -1695,7 +1752,7 @@ msgstr "" msgid "New reports" msgstr "" -#: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/questionnaire.html:24 templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "" @@ -1703,7 +1760,7 @@ msgstr "" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -1711,7 +1768,7 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 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:125 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 templates/web/base/report/_inspect.html:90 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 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:125 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 templates/web/base/report/_inspect.html:92 msgid "No" msgstr "" @@ -1727,7 +1784,7 @@ msgstr "" msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "" @@ -1743,19 +1800,15 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -1763,7 +1816,7 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 templates/web/base/admin/body-form.html:69 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." @@ -1791,11 +1844,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: 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 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 perllib/FixMyStreet/Cobrand/Zurich.pm:933 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" @@ -1811,7 +1860,7 @@ msgstr "" msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:75 templates/web/base/admin/category_edit.html:56 templates/web/zurich/admin/body.html:17 +#: templates/web/base/admin/body.html:75 templates/web/base/admin/category_edit.html:31 templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -1831,6 +1880,10 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -1859,11 +1912,11 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 templates/web/base/admin/update_edit.html:30 templates/web/base/dashboard/index.html:139 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:4 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:3 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:174 perllib/FixMyStreet/Cobrand/Zurich.pm:905 perllib/FixMyStreet/DB/ResultSet/State.pm:10 templates/web/base/admin/states/index.html:102 templates/web/base/admin/states/index.html:25 templates/web/base/admin/states/index.html:32 templates/web/base/admin/update_edit.html:30 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 "" @@ -1887,15 +1940,19 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 perllib/FixMyStreet/App/Controller/Report/New.pm:665 perllib/FixMyStreet/App/Controller/Report/New.pm:666 perllib/FixMyStreet/DB/Result/Problem.pm:642 perllib/FixMyStreet/DB/Result/Problem.pm:649 perllib/FixMyStreet/DB/Result/Problem.pm:664 perllib/FixMyStreet/DB/Result/Problem.pm:673 perllib/FixMyStreet/Script/Reports.pm:183 perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 perllib/FixMyStreet/App/Controller/Report/New.pm:675 perllib/FixMyStreet/App/Controller/Report/New.pm:676 perllib/FixMyStreet/DB/Result/Problem.pm:579 perllib/FixMyStreet/DB/Result/Problem.pm:586 perllib/FixMyStreet/DB/Result/Problem.pm:601 perllib/FixMyStreet/DB/Result/Problem.pm:610 perllib/FixMyStreet/Script/Reports.pm:183 perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" msgstr "" @@ -1915,19 +1972,19 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:37 templates/web/zurich/admin/body-form.html:14 +#: templates/web/base/admin/body-form.html:39 templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "" -#: 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 +#: templates/web/base/auth/general.html:111 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/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "" @@ -1939,7 +1996,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -1947,7 +2004,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 templates/web/base/report/new/form_user_loggedout_by_email.html:25 +#: templates/web/base/report/new/form_user_loggedin.html:59 templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" @@ -1983,7 +2040,7 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 perllib/FixMyStreet/Cobrand/Zurich.pm:946 templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:140 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:5 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:945 perllib/FixMyStreet/Cobrand/Zurich.pm:951 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 "" @@ -1995,19 +2052,15 @@ msgstr "" 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 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:39 templates/web/base/auth/general.html:45 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:351 perllib/FixMyStreet/App/Controller/Report/New.pm:851 perllib/FixMyStreet/App/Controller/Report/New.pm:874 perllib/FixMyStreet/DB/Result/Problem.pm:456 templates/web/base/js/translation_strings.html:9 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 perllib/FixMyStreet/App/Controller/Report/New.pm:873 perllib/FixMyStreet/App/Controller/Report/New.pm:896 perllib/FixMyStreet/DB/Result/Problem.pm:383 templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2022,15 +2075,15 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 perllib/FixMyStreet/DB/Result/Comment.pm:127 templates/web/base/js/translation_strings.html:2 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 perllib/FixMyStreet/DB/Result/Comment.pm:128 templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2038,11 +2091,11 @@ msgstr "" msgid "Please enter a password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:115 perllib/FixMyStreet/DB/Result/Problem.pm:439 templates/web/base/js/translation_strings.html:3 +#: perllib/FixMyStreet/App/Controller/Contact.pm:115 perllib/FixMyStreet/DB/Result/Problem.pm:366 templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 perllib/FixMyStreet/App/Controller/Admin.pm:1379 perllib/FixMyStreet/App/Controller/Admin.pm:365 perllib/FixMyStreet/DB/Result/User.pm:164 templates/web/base/js/translation_strings.html:12 templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 perllib/FixMyStreet/App/Controller/Admin.pm:1466 perllib/FixMyStreet/App/Controller/Admin.pm:343 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 "" @@ -2050,11 +2103,11 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 templates/web/base/js/translation_strings.html:4 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:114 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 +#: perllib/FixMyStreet/App/Controller/Contact.pm:114 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:39 templates/web/base/auth/general.html:44 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 "" @@ -2070,7 +2123,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:113 perllib/FixMyStreet/DB/Result/Comment.pm:124 perllib/FixMyStreet/DB/Result/Problem.pm:450 perllib/FixMyStreet/DB/Result/User.pm:157 templates/web/base/js/translation_strings.html:6 +#: perllib/FixMyStreet/App/Controller/Contact.pm:113 perllib/FixMyStreet/DB/Result/Comment.pm:125 perllib/FixMyStreet/DB/Result/Problem.pm:377 perllib/FixMyStreet/DB/Result/User.pm:157 templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "" @@ -2126,7 +2179,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2174,19 +2227,19 @@ msgstr "" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2198,11 +2251,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2214,7 +2267,7 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:88 templates/web/base/admin/contact-form.html:73 templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/body.html:88 templates/web/base/admin/contact-form.html:75 templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2242,7 +2295,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "" @@ -2250,10 +2303,14 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" +#: templates/web/base/alert/_list.html:22 +msgid "Problems in an area" +msgstr "" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "" @@ -2266,11 +2323,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "" @@ -2278,15 +2335,15 @@ msgstr "" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2295,11 +2352,11 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2315,7 +2372,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2339,7 +2396,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: 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:42 +#: templates/web/base/alert/_list.html:26 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:42 msgid "RSS feed" msgstr "" @@ -2359,11 +2416,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" @@ -2383,7 +2440,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2396,7 +2453,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2404,7 +2461,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2428,7 +2493,7 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2440,7 +2505,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2460,7 +2525,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 templates/web/base/contact/index.html:55 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2468,7 +2533,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 templates/web/base/contact/index.html:57 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -2480,27 +2545,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -2512,7 +2577,7 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 perllib/FixMyStreet/Cobrand/Zurich.pm:383 templates/web/base/dashboard/index.html:134 templates/web/zurich/header.html:52 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Zurich.pm:388 templates/web/base/dashboard/index.html:134 templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2524,10 +2589,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -2536,18 +2609,30 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +msgid "Reports sent to %s, within %s ward" +msgstr "" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -2600,11 +2685,11 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 perllib/FixMyStreet/App/Controller/Admin.pm:1765 templates/web/base/admin/report_edit.html:151 templates/web/base/admin/update_edit.html:66 templates/web/zurich/admin/report_edit.html:118 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 perllib/FixMyStreet/App/Controller/Admin.pm:1852 templates/web/base/admin/report_edit.html:151 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:1761 templates/web/base/admin/report_edit.html:152 templates/web/base/admin/update_edit.html:67 templates/web/zurich/admin/report_edit.html:119 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 templates/web/base/admin/report_edit.html:152 templates/web/base/admin/update_edit.html:67 templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" @@ -2616,15 +2701,19 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 templates/web/base/admin/responsepriorities/edit.html:46 templates/web/base/admin/template_edit.html:46 templates/web/base/report/_inspect.html:176 templates/web/base/report/_main.html:117 templates/web/base/report/update.html:63 templates/web/zurich/admin/body.html:62 templates/web/zurich/admin/contact-form.html:22 templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/contact-form.html:138 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:58 templates/web/base/admin/template_edit.html:46 templates/web/base/report/_inspect.html:182 templates/web/base/report/_main.html:117 templates/web/base/report/update.html:69 templates/web/zurich/admin/body.html:62 templates/web/zurich/admin/contact-form.html:22 templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -2633,6 +2722,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 templates/web/base/admin/reports.html:1 templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "" @@ -2661,20 +2754,20 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 templates/web/zurich/admin/body-form.html:16 +#: templates/web/base/admin/body-form.html:41 templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 templates/web/zurich/admin/body-form.html:26 +#: templates/web/base/admin/body-form.html:79 templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -2689,11 +2782,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -2705,7 +2798,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -2725,7 +2818,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:148 +#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -2737,7 +2830,7 @@ msgstr "" msgid "Show all updates" 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 +#: templates/web/base/report/new/form_user_loggedin.html:56 templates/web/base/report/new/form_user_loggedout_by_email.html:22 templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -2765,11 +2858,11 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 templates/web/base/auth/general.html:3 templates/web/base/auth/general.html:86 templates/web/base/main_nav_items.html:6 templates/web/zurich/auth/general.html:18 templates/web/zurich/auth/general.html:35 +#: templates/web/base/auth/general.html:119 templates/web/base/auth/general.html:3 templates/web/base/auth/general.html:88 templates/web/base/main_nav_items.html:6 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -2812,11 +2905,11 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 perllib/FixMyStreet/Geocode.pm:37 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:235 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:29 templates/web/base/report/new/fill_in_details_form.html:15 +#: templates/web/base/auth/general.html:11 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 "" @@ -2834,11 +2927,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -2854,15 +2947,23 @@ msgstr "" msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:73 templates/web/base/admin/category_edit.html:54 templates/web/base/admin/contact-form.html:51 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:64 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports.html:16 templates/web/base/admin/template_edit.html:40 templates/web/base/report/_inspect.html:80 templates/web/base/report/_item.html:94 templates/web/base/report/update/form_update.html:39 templates/web/zurich/admin/contact-form.html:10 +#: templates/web/base/admin/body.html:73 templates/web/base/admin/category_edit.html:29 templates/web/base/admin/contact-form.html:53 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:64 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports.html:16 templates/web/base/admin/template_edit.html:40 templates/web/base/report/_inspect.html:82 templates/web/base/report/_item.html:96 templates/web/base/report/update/form_update.html:39 templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +msgid "State changed to:" +msgstr "" + #: templates/web/base/admin/report_edit.html:116 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/Cobrand/Default.pm:637 perllib/FixMyStreet/Cobrand/Zurich.pm:386 templates/web/base/admin/index.html:71 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 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 perllib/FixMyStreet/Cobrand/Zurich.pm:391 templates/web/base/admin/index.html:71 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 "" @@ -2878,6 +2979,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -2894,7 +2999,7 @@ msgstr "" msgid "Subject:" msgstr "" -#: 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 +#: templates/web/base/questionnaire/creator_fixed.html:19 templates/web/base/report/new/form_user_loggedin.html:63 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 "" @@ -2906,27 +3011,27 @@ msgstr "" msgid "Submit questionnaire" msgstr "" -#: 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 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 perllib/FixMyStreet/Cobrand/Zurich.pm:898 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:51 +#: templates/web/base/alert/_list.html:77 templates/web/base/alert/_list.html:80 templates/web/base/alert/updates.html:23 templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 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:12 templates/web/zurich/header.html:49 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 perllib/FixMyStreet/Cobrand/Zurich.pm:387 templates/web/base/admin/bodies.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:49 msgid "Summary" msgstr "" @@ -2950,7 +3055,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 perllib/FixMyStreet/Cobrand/Zurich.pm:393 templates/web/zurich/header.html:69 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 perllib/FixMyStreet/Cobrand/Zurich.pm:398 templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3002,7 +3107,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3010,11 +3115,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3026,7 +3131,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3044,7 +3149,7 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 templates/web/base/admin/body-form.html:101 templates/web/base/admin/contact-form.html:102 templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 templates/web/base/admin/body-form.html:103 templates/web/base/admin/contact-form.html:104 templates/web/base/admin/contact-form.html:105 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>." @@ -3060,6 +3165,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." msgstr "" @@ -3068,10 +3177,14 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3108,10 +3221,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -3120,8 +3237,8 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3138,15 +3255,15 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:138 perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Contact.pm:138 perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 perllib/FixMyStreet/App/Controller/Report/Update.pm:152 templates/web/base/auth/general.html:53 templates/web/zurich/auth/general.html:28 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 perllib/FixMyStreet/App/Controller/Report/Update.pm:152 templates/web/base/auth/general.html:55 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 "" @@ -3154,7 +3271,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3162,7 +3279,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3206,7 +3323,7 @@ msgstr "" 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:58 templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 templates/web/base/admin/body-form.html:61 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." @@ -3220,7 +3337,7 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 perllib/FixMyStreet/App/Controller/Report/New.pm:932 perllib/FixMyStreet/App/Controller/Report/New.pm:978 perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 perllib/FixMyStreet/App/Controller/Report/New.pm:910 perllib/FixMyStreet/App/Controller/Report/New.pm:954 perllib/FixMyStreet/App/Controller/Report/New.pm:971 perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3248,7 +3365,7 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 perllib/FixMyStreet/Cobrand/Zurich.pm:162 templates/web/zurich/report/_main.html:14 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 perllib/FixMyStreet/Cobrand/Zurich.pm:167 templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3276,7 +3393,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 templates/web/base/admin/timeline.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3300,6 +3417,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -3332,15 +3457,23 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -3356,11 +3489,15 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 templates/web/base/admin/update_edit.html:30 templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:18 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 +#: templates/web/base/admin/extra-metadata-form.html:44 templates/web/base/admin/states/index.html:10 templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 templates/web/base/admin/contact-form.html:55 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:12 templates/web/base/reports/_list-filters.html:5 +#: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -3372,7 +3509,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 perllib/FixMyStreet/App/Controller/Root.pm:129 templates/web/base/js/translation_strings.html:38 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 perllib/FixMyStreet/App/Controller/Root.pm:141 templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -3384,11 +3521,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" -#: templates/web/base/report/update/form_update.html:29 +#: templates/web/base/admin/states/index.html:76 templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3404,7 +3541,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 templates/web/zurich/admin/body-form.html:52 +#: templates/web/base/admin/body-form.html:140 templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -3436,7 +3573,15 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 perllib/FixMyStreet/App/Controller/Admin.pm:1239 perllib/FixMyStreet/App/Controller/Admin.pm:1402 perllib/FixMyStreet/App/Controller/Admin.pm:823 perllib/FixMyStreet/Cobrand/Zurich.pm:762 perllib/FixMyStreet/Cobrand/Zurich.pm:787 perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +msgid "Updated by <strong>%s</strong> at %s" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 perllib/FixMyStreet/App/Controller/Admin.pm:1326 perllib/FixMyStreet/App/Controller/Admin.pm:1489 perllib/FixMyStreet/App/Controller/Admin.pm:910 perllib/FixMyStreet/Cobrand/Zurich.pm:767 perllib/FixMyStreet/Cobrand/Zurich.pm:792 perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -3444,7 +3589,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3457,7 +3602,7 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -3471,7 +3616,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -3483,11 +3628,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -3499,7 +3644,7 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 perllib/FixMyStreet/Cobrand/Default.pm:720 perllib/FixMyStreet/Cobrand/Zurich.pm:398 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 perllib/FixMyStreet/Cobrand/Default.pm:728 perllib/FixMyStreet/Cobrand/Zurich.pm:403 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" @@ -3507,7 +3652,7 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 perllib/FixMyStreet/App/Controller/Admin.pm:431 perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 perllib/FixMyStreet/App/Controller/Admin.pm:417 perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -3548,7 +3693,7 @@ msgstr "" 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:35 templates/web/base/report/new/oauth_email_form.html:5 +#: templates/web/base/auth/general.html:8 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 "" @@ -3580,7 +3725,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 templates/web/zurich/admin/body.html:18 +#: templates/web/base/admin/category_edit.html:27 templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3588,7 +3733,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -3600,7 +3753,7 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: 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 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 perllib/FixMyStreet/Cobrand/Zurich.pm:928 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:14 msgid "Wish" msgstr "" @@ -3633,7 +3786,7 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 templates/web/base/admin/bodies.html:70 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:124 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 templates/web/base/report/_inspect.html:88 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 templates/web/base/admin/bodies.html:70 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:124 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 templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "" @@ -3665,6 +3818,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -3680,7 +3837,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -3747,11 +3904,11 @@ msgstr "" 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:80 templates/web/base/report/display_tools.html:46 templates/web/base/report/display_tools.html:49 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 +#: templates/web/base/alert/updates.html:19 templates/web/base/alert/updates.html:22 templates/web/base/contact/index.html:80 templates/web/base/report/display_tools.html:46 templates/web/base/report/display_tools.html:49 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/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 +#: templates/web/base/auth/change_email.html:9 templates/web/base/auth/general.html:57 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 "" @@ -3759,7 +3916,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:107 templates/web/base/contact/index.html:74 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 +#: templates/web/base/auth/general.html:109 templates/web/base/contact/index.html:74 templates/web/base/report/new/form_user_loggedout_by_email.html:17 templates/web/base/report/update/form_name.html:33 templates/web/zurich/auth/general.html:61 templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "" @@ -3767,11 +3924,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -3779,7 +3936,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 templates/web/base/report/new/form_user_loggedout_password.html:10 templates/web/base/report/update/form_user_loggedout_password.html:9 templates/web/zurich/auth/general.html:34 +#: templates/web/base/auth/general.html:87 templates/web/base/report/new/form_user_loggedout_password.html:10 templates/web/base/report/update/form_user_loggedout_password.html:9 templates/web/zurich/auth/general.html:34 msgid "Your password" msgstr "" @@ -3811,7 +3968,7 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -3819,12 +3976,12 @@ msgstr "" msgid "all" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" +#: 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 @@ -3847,7 +4004,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 templates/web/zurich/report/_item.html:14 +#: templates/web/base/report/_item.html:63 templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -3855,43 +4012,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 templates/web/base/admin/questionnaire.html:15 templates/web/base/admin/questionnaire.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 templates/web/base/admin/questionnaire.html:15 templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "" @@ -3899,12 +4020,8 @@ msgstr "" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" #: templates/web/base/js/translation_strings.html:27 @@ -3919,14 +4036,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -3939,6 +4048,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4090,7 +4203,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4111,7 +4224,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index 094fe7060..70eda654c 100644 --- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Arabic (https://www.transifex.com/mysociety/teams/12067/ar/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "و" @@ -97,31 +97,6 @@ msgstr "%s الأسئلة المرسلة – %s المجابة (%s%%)" msgid "%s ref: %s" msgstr "مرجع: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"يرسل %s فئات مختلفة من المشكلة\n" -"إلى المجلس المناسب، فالمشكلات الواقعة ضمن حدود مجلس معين\n" -"قد لا تطابق المشكلات المرسلة إلى ذلك المجلس. على سبيل المثال، تقرير الرسم على\n" -"الجدران، جرافيتي، سيُرسل إلى المجلس المحلي\n" -"لذلك سيظهر في كلا تنبيهي المجلس المحلي، ولكن سيظهر فقط في تنبيه \"ضمن الحدود\"\n" -"للمجلس البلدي." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "دائرة %s، %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s، ضمن دائرة %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> المساهمون" @@ -130,7 +105,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(الخلل وموقع الخلل)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(البريد في لائحة المسيئين)" @@ -145,23 +120,27 @@ msgstr "(بلا اسم)" msgid "(No phone number)" msgstr "(بلا رقم هاتف)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(يمكن بدلاً من ذلك تخصيص موجز RSS، ضمن %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(مغلق)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(المسافة الإفتراضية التي تغطي مايقارب 200،000 نسمة)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(تم الإصلاح)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "( مثل الكتابة على الجدران ، رمي النفايات في الاماكن الغير مخصصة ، بلاطات ارصفة مكسورة او انارة الشوارع)" @@ -170,7 +149,7 @@ msgstr "( مثل الكتابة على الجدران ، رمي النفايات msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(لم ترسل الى الجهة المسئولة)" @@ -178,20 +157,22 @@ msgstr "(لم ترسل الى الجهة المسئولة)" msgid "(optional)" msgstr "(إختياري)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(أرسل لكليهما)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- إختر نوع العقار--" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "-اختر قالب---" @@ -200,16 +181,16 @@ msgstr "-اختر قالب---" msgid "10 inch pothole on Example St, near post box" msgstr "حفرة بعمق 10 انشات على شارع مثال قرب صندوق البريد" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -224,8 +205,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">إظهار</label> %s <label for=\"filter_categories\">عن</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -245,30 +227,25 @@ msgstr "<strong>لا</strong> دعني أؤكّد بلاغي بالبريد" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>لا</strong> دعني أؤكّد تحديثي بالبريد" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<strong>ملاحظة:</strong> تم ارسال هذا التقرير للتطبيق. لن يتم ارسال اي تغييرات اخرى عليه." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>ملاحظة:</strong> لم يتم ارسال هذا التقرير للتطبيق بعد. لن يتم ارسال اي تغييرات اخرى عليه." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>نعم</strong> لدي كلمة المرور" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "نشاط تم جدولته" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -285,18 +262,35 @@ msgid "Add a contact using the form below." msgstr "أضف عنوان اتصال عبر النموذج التالي." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "إضافة هيئة" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "أضف تصنيفاً" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "إختياري" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -309,15 +303,15 @@ msgstr "اضف للقائمة القصيرة" msgid "Add user" msgstr "إضافة مستخدم" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "اضف / عدل اصناف المشاكل" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "اضف/عدل أولويات الاستجابة" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "اضف/عدل قوالب الاستجابة" @@ -345,13 +339,14 @@ msgstr "تحذير %d أنشيء لـ %s، نوع %s، معاملات %s \\ %s" msgid "Alert %d disabled (created %s)" msgstr "التحذير %d ألغي تفعيله (أنشيء %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "نبهني بأحدث المستجدات" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -364,13 +359,21 @@ msgid "All Reports as CSV" msgstr "جميع التقارير بتنسيق CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "كل التصنيفات" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "علامة تجارية مشتركة" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -399,13 +402,19 @@ msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." msgid "Anonymous" msgstr "مجهول" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "مجهول" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "مستخدم اخر" @@ -419,7 +428,7 @@ msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" msgid "Are you sure?" msgstr "هل أنت متأكد؟" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -451,11 +460,11 @@ msgstr "تعيين إلى هيئة خارجية:" msgid "Assign to subdivision:" msgstr "تعيين إلى قسم فرعي:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "تعيين المستخدمين للمناطق" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "عين إلى %s" @@ -496,7 +505,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "تفادى المعلومات الشخصية ولوحات السيارات" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "في إنتظار المشرفين" @@ -509,13 +518,13 @@ msgstr "الخلف" msgid "Back to all reports" msgstr "عد إلى كل التقارير" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "حظر البريد الإلكتروني" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -537,7 +546,11 @@ msgstr "الهيئة:" msgid "By Date" msgstr "بالتاريخ" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "لا تستطيع العثور على رسالة البريد الإلكتروني؟ الرجاء الاطلاع على مجلد البريد العشوائي، فهذا هو الحل بنسبة 99%." @@ -545,7 +558,7 @@ msgstr "لا تستطيع العثور على رسالة البريد الإلك msgid "Can't see the map? <em>Skip this step</em>" msgstr "لا يمكنك رؤية الخريطة؟ <em>تجاوز هذه الخطوة</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "تصنيفات" @@ -558,8 +571,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -570,7 +583,7 @@ msgstr "تصنيفات:" msgid "Category" msgstr "تصنيف" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "تصنيف تغير من ‘%s’ إلى ‘%s’" @@ -610,11 +623,11 @@ msgstr "تغيير عنوان البريد الإلكتروني" msgid "Change password" msgstr "تغيير كلمة المرور" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "تفقد <strong>مطلوب الفحص</strong> اذا كانت التقارير في الفئة <strong>تستوجب الفحص</strong> قبل الارسال" -#: templates/web/base/admin/contact-form.html:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -638,7 +651,7 @@ msgstr "" "اختر اسم <strong>تصنيف</strong> يكون منطقيا لعامة الناس (مثل، \"أخدود\"، \"إنارة الطريق\") ومساعد.\n" "للجهات المسئولة أيضا. هذه سوف تظهر في القائمة المنسدلة من صفحة إبلاغ-عن-مشكلة." -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -667,22 +680,22 @@ msgstr "انقر فوق الارتباط المرفق في رسالة البري msgid "Click the link in our confirmation email to publish your update." msgstr "انقر فوق الارتباط المرفق في رسالة البريد الإلكتروني للتوكيد من أجل نشر التحديث." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "انقر فوق الارتباط المرفق في رسالة البريد الإلكتروني للتوكيد من أجل تسجيل الدخول." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "انقر فوق الارتباط المرفق في رسالة البريد الإلكتروني للتوكيد من أجل تسجيل الدخول." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -690,23 +703,17 @@ msgstr "انقر فوق الارتباط المرفق في رسالة البري msgid "Closed" msgstr "مغلق" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "مغلق من الجهة المسئولة" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "التقارير المغلقة" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "مغلق:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "إحداثيات" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "علامة تجارية مشتركة" @@ -720,11 +727,15 @@ msgstr "بيانات العلامة التجارية المشتركة:" msgid "Cobrand:" msgstr "علامة تجارية مشتركة:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "إعدادت" @@ -750,7 +761,7 @@ msgstr "الرجاء الدخول عبر البريد الإلكتروني بد msgid "Confirmation" msgstr "تأكيد" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -786,8 +797,8 @@ msgstr "اتصل بفريق العمل" msgid "Coordinates:" msgstr "الإحداثيات:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "لم يتمكن من إيجاد المستخدم" @@ -845,24 +856,34 @@ msgstr "المجلس:" msgid "Count" msgstr "العدد" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "تم الإنشاء" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "انشئ بلاغ" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "انشء تصنيف" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "انشء أولوية" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "انشاء التبليغات/تحديثات بالنيابة عن مستخدم" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "انشاء التبليغات/تحديثات كالمجلس" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "انشاء التبليغات/تحديثات بالنيابة عن مستخدم" @@ -892,7 +913,7 @@ msgstr "الوضع الحالي" msgid "Currently no bodies have been created." msgstr "حاليا لايوجد جهات مسئولة تم إنشائها." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "لا يمكن الاتصال بالعميل" @@ -908,27 +929,37 @@ msgstr "صفحة المستخدم" msgid "Dealt with by subdivision within 5 working days" msgstr "تم التعامل بواسطة القسم الفرعي في غضون 5 أيام عمل" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "انشء أولوية" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "حذف القالب" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "محذوف" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -966,7 +997,7 @@ msgid "Diligency prize league table" msgstr "جدول رابطة جائزة العناية بالدقة" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -975,7 +1006,7 @@ 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/auth/general.html:60 #: 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 @@ -983,7 +1014,7 @@ msgstr "لا ترسل اشعارات البريد الالكتروني حول ا msgid "Do you have a %s password?" msgstr "هل لديك كلمة مرور %s؟" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -995,7 +1026,7 @@ msgstr "لا أعلم" msgid "Don't like forms?" msgstr "هل تحب النماذج؟" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1003,16 +1034,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "اسحب الصور واسقطها هنا أو <u>انقر للرفع</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "مكرر" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1027,43 +1053,43 @@ msgstr "" "يمكن للتصنيفات المختلفة أن <strong>تمتلك نفس عنوان الاتصال</strong> (عنوان بريد إلكتروني).\n" "هذا يعني أنه يمكنك إضافة ما تشاء من التصنيفات حتى ولو كنت تملك عنوان اتصال واحد للجهة المسئولة." -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "تعديل تفاصيل الجهة المسئولة" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "عدل تفاصيل المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "عدل صلاحيات المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "عدل تصنيف التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "عدل أولوية التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "عدل التقارير" @@ -1086,15 +1112,15 @@ msgstr "تعديل التحديث %d" msgid "Editing user %d" msgstr "تعديل المستخدم %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "المحرر" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1102,13 +1128,14 @@ msgstr "المحرر" msgid "Email" msgstr "البريد الإلكتروني" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "البريد الإلكتروني" @@ -1120,7 +1147,7 @@ msgstr "تم إنشاء الإخطار بالبريد" msgid "Email alert deleted" msgstr "تم حذف الإخطار بالبريد" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "البريد موجودا سابقا في لائحة المسيئين" @@ -1149,8 +1176,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1168,7 +1195,7 @@ msgstr "تاريخ الإنتهاء:" msgid "Endpoint" msgstr "نقطة النهاية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "أدخل اسم شارع في زيورخ" @@ -1187,7 +1214,7 @@ msgstr "أدخل أقرب صندوق بريد، أو اسم الشارع وال msgid "Enter a nearby street name and area" msgstr "أدخل أقرب اسم شارع وحي" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1207,8 +1234,8 @@ msgstr "أدخل تفاصيل البلاغ" msgid "Error" msgstr "خطأ" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "الكل" @@ -1233,12 +1260,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "وضح ما هي المشكلة" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1249,7 +1276,7 @@ msgstr "خارجي" msgid "External ID" msgstr "معرف خارجي" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "رابط خارجي" @@ -1261,13 +1288,20 @@ msgstr "هيئة خارجية" msgid "External team" msgstr "فريق خارجي" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "تفاصيل إضافية" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "بيانات إضافية:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "تفاصيل إضافية" @@ -1275,6 +1309,11 @@ msgstr "تفاصيل إضافية" msgid "Failed to send message" msgstr "فشل في إرسال الرسالة" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1288,49 +1327,32 @@ msgstr "أول مرة" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "تم الإصلاح" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "تم الإصلاح - المجلس" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "تم الإصلاح - المستخدم" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "التقارير التي تم إصلاحها" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "تم الإصلاح:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "مشار كمحذوف" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "مستخدم مشار إليه" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "مشار إليهم" @@ -1360,21 +1382,25 @@ msgstr "اتبع ارتباط الدائرة لعرض التقارير الوا msgid "For best results include a close-up and a wide shot" msgstr "لنتائج أفضل أرفق لقطة مقربة ولقطة شاملة" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "تمت إعادة التوجيه إلى هيئة خارجية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" @@ -1403,10 +1429,14 @@ msgstr "احصل على التحديثات لـ %s من المشاكل" msgid "Get updates of problems in this %s" msgstr "احصل على التحديثات للمشاكل في هذه %s" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "أرسل لي موجز RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "سعيد لسماع أنها أصلحت!" @@ -1416,8 +1446,8 @@ msgstr "سعيد لسماع أنها أصلحت!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1427,7 +1457,7 @@ msgstr "اذهب" msgid "Going to send questionnaire?" msgstr "هل تريد أن ترسل سؤال؟" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "إعطاء تصريح للأدمن" @@ -1455,22 +1485,13 @@ msgstr "المساعدة" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "ساعد <strong>%s</strong> على حل مشكلتك اسرع من خلال توفير تفاصيل اضافية.لن تنشر هذه المعلومات الاضافية عند الاتصال بالانترنت." -#: templates/web/base/alert/_list.html:9 -msgid "Here are the types of local problem alerts for ‘%s’." -msgstr "هذه أنواع التحذيرات للمشاكل المحلية ‘%s’." - #: templates/web/zurich/footer.html:11 msgid "Hi %s" msgstr "مرحبا %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1513,11 +1534,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "السجل" @@ -1534,12 +1559,12 @@ msgid "How to send successful reports" msgstr "كيف ترسل بلاغات ناجحة" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "لقد أبلغت الآن عن مشكلة على @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "لقد حدثت الآن مشكلة على @fixmystreet" @@ -1559,8 +1584,8 @@ msgstr "نعتذر لك لم نستطع تحديد مشكلتك في قاعدة msgid "ID" msgstr "المعرف" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1568,10 +1593,18 @@ msgstr "" "الرجاء تحديد <strong>عنصر رئيسي</strong> إذا كانت هذه الهيئة نفسها جزءًا من هيئة أخرى.\n" " فيما يتعلق بالأنظمة الأساسية المثبتة، فإنك لا تحتاج إلى ضم الهيئات بهذه الطريقة." +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1584,7 +1617,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "اذا كنت تريد ان تكون هذه الاولوية خيارا لفئة معينة، قم باختيارها هنا. سوف تظهر لكل الفئات افتراضيا." @@ -1609,7 +1642,7 @@ msgstr "" "إذا كنت ترغب في ترك تحديث عام عن المشكلة، فالرجاء إدخاله هنا\n" "(الرجاء ملاحظة أنه لن يُرسل إلى المجلس)." -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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) أو المعرف المقابل له هنا." @@ -1652,11 +1685,6 @@ msgstr "معرف غير صالح" msgid "Illegal feed selection" msgstr "اختيار موجز غير صالح" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "قيد التقدم" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "في جدول المسيئين؟" @@ -1665,17 +1693,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "قيد التقدم" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1699,11 +1724,11 @@ msgstr "قيمة has_photo غير صحيحة \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "يتطلب المعاينة" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "وجه المقاولون لإصلاح المشاكل" @@ -1711,11 +1736,6 @@ msgstr "وجه المقاولون لإصلاح المشاكل" msgid "Internal notes" msgstr "ملاحظات داخلية" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "إحالة داخلية" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1724,7 +1744,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "قيمة agency_responsible غير صالحة %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "تاريخ نهاية غير صالح" @@ -1732,21 +1752,14 @@ msgstr "تاريخ نهاية غير صالح" msgid "Invalid format %s specified." msgstr "التنسيق المحدد %s غير صالح." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "موقع غير صحيح. على الموقع الجديد ان يكون تحت نفس المجلس." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "تاريخ البداية غير صالح" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "جارٍ التحقق" - #: templates/web/base/contact/blurb.html:2 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> والبحث عما إذا كانت الإجابة موجودة هناك أم لا." @@ -1755,23 +1768,41 @@ msgstr "أسرع طريقة عادةً هي <a href=\"%s\">الاطلاع على msgid "It’s on its way to the council right now." msgstr "إنه في الطريق إلى المجلس حاليًا." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "الصلاحية القضائية غير معروفة" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "الصلاحية القضائية غير معروفة" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1798,23 +1829,27 @@ msgstr "آخر تحديث" msgid "Last update:" msgstr "آخر تحديث:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "الاقل تحديثا مؤخرا" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "عرض جميع المشكلات المبلّغ عنها" @@ -1845,13 +1880,13 @@ msgstr "التنبيهات المحلية" msgid "Locate the problem on a map of the area" msgstr "تحديد موقع المشكلة على خريطة المنطقة" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1861,7 +1896,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1870,11 +1905,11 @@ msgstr "" msgid "MAP" msgstr "الخريطة" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "ادارة القائمة القصيرة" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1890,7 +1925,7 @@ msgstr "اشر كمرسلة" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "تحديد المستخدمين الذين تريد وضع علامة على سلوكهم بأنه <strong>مشار إليه</strong>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "حدد تفاصيل المشكلة." @@ -1918,7 +1953,7 @@ msgstr " jurisdiction_id غير موجود" msgid "Moderate" msgstr "إشراف" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "قم بالاشراف على تفاصيل التبليغ" @@ -1931,7 +1966,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1940,7 +1975,7 @@ msgid "Moderated by division within one working day" msgstr "تمت المعالجة بواسطة القسم خلال يوم عمل واحد" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1948,23 +1983,28 @@ msgstr "" msgid "Month" msgstr "الشهر" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "الأكثر تعليقا" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1983,7 +2023,7 @@ msgstr "الاسم:" msgid "Name: %s" msgstr "الاسم: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "انتقل الى هذه المشكلة" @@ -1996,8 +2036,8 @@ msgstr "أقرب طريق مسمى للدبوس الموضوع على الخري msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "أقرب رمز بريدي للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا): %s (على بعد %s متر)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "أقرب شارع مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام خرائط Bing): %s" @@ -2007,15 +2047,24 @@ msgid "" "\n" msgstr "أقرب شارع مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام خرائط Bing): %s\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "أوشكنا على الانتهاء! راجع البريد الإلكتروني الآن…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "الأحدث" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "تمت إضافة هيئة جديدة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "تمت إضافة جهة اتصال جديدة للفئة" @@ -2041,7 +2090,7 @@ msgid "New password:" msgstr "كلمة مرور جديدة:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "أولوية جديدة" @@ -2070,6 +2119,7 @@ msgid "New reports" msgstr "تقارير جديدة" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "حالة جديدة" @@ -2079,7 +2129,7 @@ msgstr "حالة جديدة" msgid "New template" msgstr "قالب جديد" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "الأحدث" @@ -2087,7 +2137,7 @@ msgstr "الأحدث" msgid "Next" msgstr "التالي" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2099,7 +2149,7 @@ msgstr "التالي" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "لا" @@ -2115,7 +2165,7 @@ msgstr "لا هيئة" msgid "No council" msgstr "لا مجلس" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "لم يتم تحديد مجلس" @@ -2131,21 +2181,16 @@ msgstr "لم يتم العثور على مشكلات مشار إليها." msgid "No flagged users found." msgstr "لم يتم العثور على مستخدمين مشار إليهم." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "يتعذر الإصلاح" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "لا توجد تحديثات إضافية" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2153,8 +2198,8 @@ msgstr "" msgid "No result returned" msgstr "لم يتم إرجاع أي نتائج" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2196,13 +2241,8 @@ msgstr "" " تبعًا للتنفيذ، يمكن أن يكون لدى المستخدمين الموظفين حق الوصول إلى لوحة المعلومات (ملخص\n" " الأنشطة عبر الهيئة التي يمثلونها)، أو القدرة على إخفاء التقارير أو تعيين حالات خاصة للتقارير." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "غير مسؤول" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2221,7 +2261,7 @@ msgid "Not reported to council" msgstr "لم يتم إبلاغ المجلس" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "ملاحظة" @@ -2243,6 +2283,10 @@ msgstr "ملاحظة: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "ملاحظات من رئيس المنطقة الفرعية لرئيس المنطقة:" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "الآن حان وقت تقديم التقرير…" @@ -2273,20 +2317,17 @@ msgstr "" msgid "Old state" msgstr "حالة قديمة" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "الأقدم" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2313,21 +2354,26 @@ msgstr "صفحة ويب مبادرة Open311" msgid "Open311 specification" msgstr "مواصفة Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "أو المشكلات المبلغ عنها إلى:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "إختياري" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2350,17 +2396,16 @@ msgstr "المالك" msgid "Page Not Found" msgstr "لم يتم العثور على الصفحة" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "العنصر الرئيسي" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "جزئي" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2368,7 +2413,7 @@ msgstr "جزئي" msgid "Password (optional)" msgstr "كلمة المرور (اختياري)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "كلمة المرور:" @@ -2380,7 +2425,7 @@ msgstr "الارتباط الثابت" msgid "Permissions:" msgstr "الصلاحيات:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "تم الإبلاغ:" @@ -2389,7 +2434,7 @@ msgstr "تم الإبلاغ:" msgid "Phone number" msgstr "رقم الهاتف" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "رقم الهاتف (اختياري)" @@ -2449,12 +2494,8 @@ msgstr "" msgid "Place pin on map" msgstr "وضع دبوس على الخريطة" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2472,26 +2513,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "الرجاء اختيار فئة" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "الرجاء اختيار نوع العقار" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "الرجاء تصحيح الأخطاء التالية" @@ -2510,18 +2547,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة استعمال المجلس يتسبب في تقليل قيمة الخدمة المقدمة لكل المستخدمين." -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "الرجاء إدخال رسالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "الرجاء إدخال اسمك" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "الرجاء ادخال اسم لهذه الهيئة." @@ -2532,14 +2569,14 @@ msgid "Please enter a password" msgstr "الرجاء إدخال كلمة مرور" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "الرجاء إدخال موضوع" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2551,7 +2588,7 @@ msgstr "الرجاء إدخال بريد إلكتروني صالح" msgid "Please enter a valid email address" msgstr "الرجاء إدخال عنوان بريد إلكتروني صالح" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "الرجاء إدخال بعض التفاصيل" @@ -2560,8 +2597,8 @@ msgstr "الرجاء إدخال بعض التفاصيل" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2584,8 +2621,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "الرجاء إدخال الاسم الكامل؛ فالمجالس تحتاج هذه المعلومة - إذا كنت لا ترغب في إظهار اسمك على الموقع، فألغِ تحديد هذا المربع الموجود بالأسفل" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2648,7 +2685,7 @@ msgstr "يرجى ملاحظة أن تحديثك <strong>لم يتم نشره ب msgid "Please note:" msgstr "الرجاء ملاحظة:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "الرجاء تقديم تحديث عام لهذا التقرير." @@ -2702,19 +2739,19 @@ msgstr "الرجاء كتابة التحديث هنا" msgid "Post" msgstr "نشر" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "نشر بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "تم النشر بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "تم النشر بواسطة <strong>%s</strong> (%s) في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "تم النشر بواسطة <strong>%s</strong> في %s" @@ -2726,12 +2763,12 @@ msgstr "مشغّل بواسطة <a class=\"platform-logo\" href=\"http://fixmyst msgid "Previous" msgstr "السابق" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "أولويات" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "أولوية" @@ -2746,7 +2783,7 @@ msgid "Privacy and cookies" msgstr "الخصوصية وملفات تعريف الارتباط" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "خاص" @@ -2777,7 +2814,7 @@ msgstr "تم إرسال المشكلة %s إلى المجلس %s" msgid "Problem breakdown by state" msgstr "تصنيف المشكلة حسب الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "تم وضع علامة \"مفتوح\" على المشكلة." @@ -2785,11 +2822,16 @@ msgstr "تم وضع علامة \"مفتوح\" على المشكلة." msgid "Problem state change based on survey results" msgstr "يتم تغيير حالة المشكلة حسب نتائج الاستطلاع" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "المشكلات" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "المشكلات ضمن حدود دائرة %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "المشكلات القريبة" @@ -2802,13 +2844,15 @@ msgstr "المشكلات على الخريطة" msgid "Problems recently reported fixed on FixMyStreet" msgstr "المشكلات المبلّغ عنها مؤخرًا على FixMyStreet" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "المشكلات الموجودة ضمن %.1f كم من هذا الموقع" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "المشكلات ضمن حدود %s" @@ -2816,16 +2860,17 @@ msgstr "المشكلات ضمن حدود %s" msgid "Problems within %s ward" msgstr "المشكلات ضمن حدود دائرة %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "المشكلات ضمن حدود %s، %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "المشكلات ضمن حدود:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "عنوان الملكية:" @@ -2835,11 +2880,11 @@ msgstr "عنوان الملكية:" msgid "Provide an update" msgstr "قدّم تحديثًا" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "قدم التحديث كـ" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "تقديم الاسم وكلمة المرور اختياري، ولكن فعل ذلك يتيح لك الإبلاغ عن المشكلات وإضافة التحديثات وإدارة التقارير بسهولة أكبر." @@ -2857,7 +2902,7 @@ msgstr "" msgid "Public response:" msgstr "الاستجابة العامة:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "التحديث العام:" @@ -2885,7 +2930,7 @@ msgstr "تم إرسال الاستبيان %d للمشكلة %d" msgid "Questionnaire filled in by problem reporter" msgstr "تمت تعبئة الاستبيان بواسطة المبلّغ عن المشكلة" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2913,11 +2958,11 @@ msgstr "موجز RSS لـ %s" msgid "RSS feed of %s, within %s ward" msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "موجز RSS للمشكلات القريبة" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2942,7 +2987,7 @@ msgstr "موجز RSS للتحديثات على هذه المشكلة" msgid "Receive email when updates are left on this problem." msgstr "استلام بريد إلكتروني عند ترك تحديثات لهذه المشكلة." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "استلمت من %s قبل لحظات" @@ -2956,7 +3001,7 @@ msgstr "المشكلات المحلية الحديثة، %s" msgid "Recently reported problems" msgstr "المشاكل المبلغة حديثا" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "المحدثة مؤخرا" @@ -2964,7 +3009,17 @@ msgstr "المحدثة مؤخرا" 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 مخصص في الأساس للإبلاغ عن المشكلات الفعلية التي يمكن حلها. إذا كانت مشكلتك غير مناسبة للتقديم عبر هذا الموقع فتذكر أنه يمكنك التواصل مع المجلس مباشرةً باستخدام موقع الويب الخاص به." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "إزالة الإشارة" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "إزالة الإشارة" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "إزالة الإشارة" @@ -2994,8 +3049,8 @@ msgstr "رد على المستخدم:" msgid "Report" msgstr "إبلاغ" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "معرف البلاغ:" @@ -3010,7 +3065,7 @@ msgstr "الإبلاغ عن مشكلة" msgid "Report abuse" msgstr "الإبلاغ عن إساءة" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "بلغ كـ" @@ -3033,7 +3088,7 @@ msgstr "الإبلاغ عن المشكلة" msgid "Report, view, or discuss local problems" msgstr "الإبلاغ عن المشكلات المحلية أو عرضها أو مناقشتها" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" @@ -3043,7 +3098,7 @@ msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" msgid "Reported before" msgstr "تم الإبلاغ عنها من قبل" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "تم الإبلاغ عنها بواسطة %s في %s" @@ -3057,27 +3112,27 @@ msgstr "تم الإبلاغ عنها بواسطة:" msgid "Reported in the %s category" msgstr "تم الإبلاغ عنها في الفئة %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "تم البلاغ في التصنيف %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "تم الإبلاغ عنها بواسطة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "تم الإبلاغ عنها عبر %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بواسطة %s في %s" @@ -3095,8 +3150,8 @@ msgstr "تم الإبلاغ:" msgid "Reporting a problem" msgstr "الإبلاغ عن مشكلة" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3110,10 +3165,19 @@ msgstr "يقتصر طول التقارير على %s من الأحرف. الرج msgid "Reports awaiting approval" msgstr "التقارير في انتظار الاعتماد" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "تم الإبلاغ عنها بواسطة %s في %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "تم نشر التقارير" @@ -3122,18 +3186,33 @@ msgstr "تم نشر التقارير" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "الإبلاغ على %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "التقارير في انتظار الإرسال" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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 "سوف يتم ارسال التبليغات اوتوماتيكيا دون الحاجة لفحصها اذا كانت قيمة <strong>سمعة</strong> المستخدم تساوي او اكبر من هذه القيمة. حدد الى <strong>0</strong> اذا كان يجب فحص كل التبلغات بغض النظر." -#: templates/web/base/admin/contact-form.html:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "عتبة السمعة" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "مطلوب" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "إعادة إرسال التقرير" @@ -3192,15 +3271,15 @@ msgstr "مشغل الطرق لهذا الطريق المسمى (يتم اشتق msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3216,23 +3295,28 @@ msgstr "سيؤدي تدوير هذه الصورة إلى تجاهل التغيي msgid "Satellite" msgstr "القمر الصناعي" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "حفظ التغييرات" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "احفظ مع التحديث العام" @@ -3241,6 +3325,11 @@ msgstr "احفظ مع التحديث العام" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "نشاط تم جدولته" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3274,23 +3363,23 @@ msgstr "لم يعثر البحث عن أي مستخدمين." msgid "See our privacy policy" msgstr "انظر سياسة الخصوصية" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "تحديد هيئة" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "تحديد منطقة" -#: 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 أو أدخل عنوان البريد الإلكتروني للاشتراك في خدمة التنبيه عبر البريد الإلكتروني." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3304,11 +3393,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "أرسل حالات Open311 مطولة مع تحديثات طلب الخدمة" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "تمت إعادة إرسال التقرير" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "تم الإرسال إلى %s %s لاحقًا" @@ -3321,7 +3410,7 @@ msgstr "تم الإرسال:" msgid "Service:" msgstr "الخدمة:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "اضبط إلى موقعي الحالي" @@ -3347,6 +3436,7 @@ msgstr "" msgid "Shortlisted" msgstr "تم الاضافة الى القائمة القصيرة" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "تم الاضافة الى القائمة القصيرة في %s" @@ -3359,9 +3449,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "إظهار اسمي للعامة" @@ -3390,16 +3480,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "الرجاء الدخولعبر البريد الإلكتروني بدلا عن ذلك، كما يرجى تقديم كلمة مرور جديدة عند هذه النقطة. بعد التأكيد، سيتم تحديث كلمة المرور." @@ -3447,14 +3537,14 @@ msgstr "عذرًا، لم يكن هذا الارتباط صالحًا" msgid "Sorry, there has been an error confirming your problem." msgstr "عذرًا، حدث خطأ أثناء تأكيد المشكلة." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3476,11 +3566,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "للأسف، ليس لديك صلاحية لفعل ذلك." -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "رتب بواسطة" @@ -3497,20 +3587,25 @@ msgid "Start Date:" msgstr "تاريخ البداية:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "الحالة" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "حفظ التغييرات" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3520,8 +3615,14 @@ msgstr "الحالة" msgid "State:" msgstr "الحالة:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "الحالة" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3543,6 +3644,10 @@ msgstr "لا تزال مفتوحة، عبر الاستبيان، %s" msgid "Street View" msgstr "عرض الشارع" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "الفئة الفرعية: %s" @@ -3561,7 +3666,7 @@ msgid "Subject:" msgstr "الموضوع:" #: 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_loggedin.html:63 #: 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 @@ -3582,8 +3687,8 @@ msgstr "تقديم التغييرات" msgid "Submit questionnaire" msgstr "تقديم الاستبيان" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3593,25 +3698,28 @@ msgstr "تقديم الاستبيان" msgid "Submitted" msgstr "تم اضافتها" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "اشتراك" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "اشتراك في تنبيه البريد الإلكتروني" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "لخص المشكلة" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "لخص تغييراتك" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3644,8 +3752,8 @@ msgstr "نتائج التصفح" msgid "Template «%s»" msgstr "القالب «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "القوالب" @@ -3702,7 +3810,7 @@ msgstr "يبدو أنه لم يتم تحميل هذه الصورة بصورة س 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "لا يبدو أن هذا الموقع يقع في المملكة المتحدة؛ الرجاء إعادة المحاولة." @@ -3712,11 +3820,11 @@ msgstr "لا يبدو أن هذا الموقع يقع في المملكة الم msgid "That postcode was not recognised, sorry." msgstr "لم يتم التعرف على هذا الرمز البريدي، عذرًا." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." @@ -3728,7 +3836,7 @@ msgstr "لا يمكن عرض هذا التقرير على %s." msgid "That report has been removed from FixMyStreet." msgstr "تمت إزالة هذا التقرير من FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3754,10 +3862,10 @@ msgstr "" "<strong>الصلاحية القضائية</strong> مطلوب تحديدها فقط إذا كانت نقطة النهاية تخدم أكثر من\n" " واحدة. إذا كانت الهيئة تدير نقطة النهاية الخاصة بها، فيمكن ترك هذا الحقل خاليًا." -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3778,6 +3886,10 @@ msgstr "" "<strong>اسم</strong> الهيئة يحدد اسم الهيئة (على سبيل المثال، <em>المجلس المحلي لمقاطعة بروستشاير</em>)\n" " وقد يُعرض للعامة." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3788,11 +3900,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "الخطأ هو: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "يتم إرجاع سمات Open311 v2 التالية لكل طلب: service_request_id وdescription وlat وlong وmedia_url وstatus وrequested_datetime وupdated_datetime وservice_code وservice_name." @@ -3831,10 +3947,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "يتم توفير قائمة المناطق المتاحة بواسطة خدمة MapIt في %s." +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3844,9 +3964,9 @@ msgstr "كلمتا المرور غير متطابقتين" msgid "The requested URL '%s' was not found on this server" msgstr "لم يتم العثور على عنوان URL '%s' على هذا الخادم" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "أبسط تنبيه هو التنبيه الجغرافي:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3867,18 +3987,18 @@ msgstr "" msgid "There are no reports to show." msgstr "لا توجد تقارير لعرضها." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\". الرجاء إعادة المحاولة لاحقًا." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء إعادة المحاولة لاحقًا." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. إذا كنت لا تستطيع تذكر كلمة المرور، أو كنت لا تمتلك كلمة مرور، فالرجاء تعبئة قسم ‘تسجيل الدخول بواسطة البريد الإلكتروني’ في النموذج." @@ -3887,7 +4007,7 @@ msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/ msgid "There was a problem with your email/password combination. Please try again." msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. الرجاء إعادة المحاولة." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى." @@ -3895,7 +4015,7 @@ msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة م msgid "There were problems with your report. Please see below." msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "حدثت مشكلات في التحديث. الرجاء الاطلاع على ما يلي." @@ -3951,8 +4071,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3968,9 +4088,10 @@ msgstr "أُرسلت رسالة البريد الإلكتروني إلى كلا msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "أُرسلت رسالة البريد الإلكتروني إلى عدة مجالس تغطي موقع المشكلة، وبما أن الفئة المحددة مدخلة لجميع المجالس، فالرجاء تجاهل المشكلة إذا لم تكن المجلس المختص بالتعامل معها." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" @@ -3999,8 +4120,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "هذا التقرير في انتظار اعتماد الإشراف." @@ -4032,7 +4153,7 @@ msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، msgid "Time spent (in minutes):" msgstr "الوقت المستغرق (بالدقائق):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "المخطط الزمني" @@ -4061,6 +4182,14 @@ msgstr "لاكتشاف التنبيهات المحلية التي لدينا ل msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "لاكتشاف التنبيهات المحلية التي لدينا لك، الرجاء إدخال الرمز البريدي أو اسم الشارع أو المنطقة" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "لعرض خريطة موضح عليها الموقع الدقيق لهذه المشكلة" @@ -4098,16 +4227,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "هل يتطلب إدارة المرور؟" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "موثوق من الهيئات:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "موثوق به لأنشاء تبليغات بدون الحاجة الى تدقيقها" @@ -4123,17 +4260,21 @@ msgstr "أعد المحاولة" msgid "Try emailing us directly:" msgstr "جرّب إرسال البريد الإلكتروني إلينا مباشرةً:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "التقارير التي لم يتم إصلاحها" @@ -4147,7 +4288,7 @@ msgid "Unknown alert type" msgstr "نوع تنبيه غير معروف" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "خطأ غير معروف" @@ -4162,10 +4303,11 @@ msgstr "معرف المشكلة غير معروف" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "تحديث" @@ -4182,7 +4324,7 @@ msgstr "تمت إضافة التحديث التالي بدون تحديد اله msgid "Update below added by %s at %s" msgstr "تمت إضافة التحديث التالي بواسطة %s في %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "نص التحديث" @@ -4218,13 +4360,23 @@ msgstr "حالات التحديث" msgid "Updated" msgstr "تم التحديث" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "تم النشر بواسطة <strong>%s</strong> (%s) في %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "تم النشر بواسطة <strong>%s</strong> في %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "تم التحديث!" @@ -4234,7 +4386,7 @@ msgstr "تم التحديث!" msgid "Updates" msgstr "التحديثات" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" @@ -4248,8 +4400,8 @@ msgstr "التحديثات على {{title}}" msgid "Updates to this problem, %s" msgstr "التحديثات على هذه المشكلة، %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4263,7 +4415,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "استخدم ملحق Open311 لأرسال الاحداثيات" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "استخدم هذا الحقب لتسجيل التفاصيل التي لا تُعرض إلا في الإدارة. لا تُعرض المدخلات بصورة عامة، ولا تُرسل إلى الهيئة." @@ -4276,11 +4428,11 @@ msgstr "تم استخدام الخريطة" msgid "User ID to attribute fetched comments to" msgstr "التعليق المأخوذ ينتمي الى مستخدم معرف" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "تمت إزالة إشارة المستخدم" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "تم وضع إشارة للمستخدم" @@ -4293,9 +4445,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "عثر البحث الذي نفذه المستخدم على مطابقات في أسماء المستخدمين وعناوين البريد الإلكتروني." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "المستخدمون" @@ -4304,9 +4456,9 @@ msgstr "المستخدمون" msgid "Users can perform the following actions within their assigned body or area." msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "تم تحديث القيم" @@ -4353,7 +4505,7 @@ msgstr "عثرنا على أكثر من مطابقة لهذا الموقع. نح msgid "We found more than one match for that problem reference:" msgstr "وجدنا اكثر من تطايق لمؤشرات المشكلة:" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4388,7 +4540,7 @@ msgstr "سنعود إليك بأسرع ما يمكن." msgid "What was your experience of getting the problem fixed?" msgstr "ما انطباعك عن إصلاح المشكلة؟" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "عند التحرير" @@ -4397,7 +4549,15 @@ msgstr "عند التحرير" msgid "When sent" msgstr "عند الإرسال" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4409,8 +4569,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4445,7 +4605,7 @@ msgstr "" msgid "Year" msgstr "السنة" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4460,7 +4620,7 @@ msgstr "السنة" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "نعم" @@ -4494,6 +4654,10 @@ msgstr "يمكنك <a href=\"%s%s\">عرض المشكلة على هذا المو msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "يمكنك إضافة البريد الإلكتروني الخاصة بالمستخدم المسيء إلى قائمة المسيئين، وهي تخفي تلقائيًا (ولا ترسل مطلقًا) التقارير التي يقومون بإنشائها." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "يمكنك التواصل مع الدعم الفني عبر <a href='mailto:%s'>%s</a>" @@ -4515,7 +4679,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "يمكنك وضع علامة الحذف على هيئة إذا كنت لا تريدها نشطة على الموقع." @@ -4592,7 +4756,6 @@ msgstr "التقارير" 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:80 @@ -4605,7 +4768,7 @@ msgid "Your email" msgstr "البريد الإلكتروني" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4616,10 +4779,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4629,11 +4792,11 @@ msgstr "الاسم" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4641,7 +4804,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4679,8 +4842,8 @@ msgstr "" msgid "Your updates" msgstr "التحديثات" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "نفسك" @@ -4689,14 +4852,14 @@ msgstr "نفسك" msgid "all" msgstr "الكل" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "بواسطة %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "عليه علامة تقرير مكرر" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4721,7 +4884,7 @@ msgstr "تحرير المستخدم" msgid "from %s different users" msgstr "من %s من المستخدمين المختلفين" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "آخر تحديث %s" @@ -4730,44 +4893,7 @@ msgstr "آخر تحديث %s" msgid "less than a minute" msgstr "أقل من دقيقة واحدة" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "عليه علامة إجراء مجدول" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "عليه علامة إحالة داخلية" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "عليه علامة مغلق" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "عليه علامة تم الإصلاح" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "عليه علامة قيد التقدم" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "عليه علامة جارٍ التحقق" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "عليه علامة يتعذر الإصلاح" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "عليه علامة ليست مسؤولية المجلس" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "عليه علامة مخطط" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4778,13 +4904,10 @@ msgstr "غير متاح" msgid "none" msgstr "بلا" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "إختياري" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "أو" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "عليه علامة ليست مسؤولية المجلس" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4809,15 +4932,6 @@ msgstr "المُدخل في الأصل: “%s”" msgid "other areas:" msgstr "مناطق أخرى:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "تمت إعادة الفتح" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "مطلوب" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "تسجيل الخروج" @@ -4831,6 +4945,11 @@ msgstr "المجلس المحلي" msgid "there is no pin shown as the user did not use the map" msgstr "لا يوجد دبوس مما يعني أن المستخدم لم يستخدم الخريطة" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "عرض موقع" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "هذا النوع من المشكلة المحلية" @@ -5051,7 +5170,7 @@ msgstr[3] "<big>%s</big> من التحديثات على التقارير" msgstr[4] "<big>%s</big> من التحديثات على التقارير" msgstr[5] "<big>%s</big> من التحديثات على التقارير" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -5084,7 +5203,7 @@ msgstr[3] "لا توجد لدينا تفاصيل عن المجالس التي ت msgstr[4] "لا توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." msgstr[5] "لا توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5105,3 +5224,114 @@ msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "يرسل %s فئات مختلفة من المشكلة\n" +#~ "إلى المجلس المناسب، فالمشكلات الواقعة ضمن حدود مجلس معين\n" +#~ "قد لا تطابق المشكلات المرسلة إلى ذلك المجلس. على سبيل المثال، تقرير الرسم على\n" +#~ "الجدران، جرافيتي، سيُرسل إلى المجلس المحلي\n" +#~ "لذلك سيظهر في كلا تنبيهي المجلس المحلي، ولكن سيظهر فقط في تنبيه \"ضمن الحدود\"\n" +#~ "للمجلس البلدي." + +#~ msgid "%s ward, %s" +#~ msgstr "دائرة %s، %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s، ضمن دائرة %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(يمكن بدلاً من ذلك تخصيص موجز RSS، ضمن %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- إختر نوع العقار--" + +#~ msgid "Closed reports" +#~ msgstr "التقارير المغلقة" + +#~ msgid "Closed:" +#~ msgstr "مغلق:" + +#~ msgid "Duplicate" +#~ msgstr "مكرر" + +#~ msgid "Fixed reports" +#~ msgstr "التقارير التي تم إصلاحها" + +#~ msgid "Fixed:" +#~ msgstr "تم الإصلاح:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "هذه أنواع التحذيرات للمشاكل المحلية ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "قيد التقدم" + +#~ msgid "Internal referral" +#~ msgstr "إحالة داخلية" + +#~ msgid "Investigating" +#~ msgstr "جارٍ التحقق" + +#~ msgid "No further action" +#~ msgstr "يتعذر الإصلاح" + +#~ msgid "Not Responsible" +#~ msgstr "غير مسؤول" + +#~ msgid "Or problems reported to:" +#~ msgstr "أو المشكلات المبلغ عنها إلى:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "أو يمكنك الاشتراك للحصول على تنبيه تبعًا للإدارة أو المجلس الذي تتبعه:" + +#~ msgid "Please choose a property type" +#~ msgstr "الرجاء اختيار نوع العقار" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "المشكلات ضمن حدود:" + +#~ 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 أو أدخل عنوان البريد الإلكتروني للاشتراك في خدمة التنبيه عبر البريد الإلكتروني." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "أبسط تنبيه هو التنبيه الجغرافي:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "عليه علامة تقرير مكرر" + +#~ msgid "marked as action scheduled" +#~ msgstr "عليه علامة إجراء مجدول" + +#~ msgid "marked as an internal referral" +#~ msgstr "عليه علامة إحالة داخلية" + +#~ msgid "marked as closed" +#~ msgstr "عليه علامة مغلق" + +#~ msgid "marked as fixed" +#~ msgstr "عليه علامة تم الإصلاح" + +#~ msgid "marked as in progress" +#~ msgstr "عليه علامة قيد التقدم" + +#~ msgid "marked as investigating" +#~ msgstr "عليه علامة جارٍ التحقق" + +#~ msgid "marked as no further action" +#~ msgstr "عليه علامة يتعذر الإصلاح" + +#~ msgid "marked as planned" +#~ msgstr "عليه علامة مخطط" + +#~ msgid "or" +#~ msgstr "أو" + +#~ msgid "reopened" +#~ msgstr "تمت إعادة الفتح" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index fb591e478..58de2b98e 100644 --- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/mysociety/teams/12067/bg_BG/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "и" @@ -91,25 +91,6 @@ msgstr "%s изпратени анкети – %s отговорени (%s%% msgid "%s ref: %s" msgstr "%s номер: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s квартал, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, в %s квартал" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Имейлът е маркиран като подаващ обидни сигнали)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(затворен)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(разстояние, което покрива грубо 7 500 жители)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(поправен)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(като графити, дупки по улицата, счупено улично осветление)" @@ -158,7 +143,7 @@ msgstr "(като графити, дупки по улицата, счупено msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(не е изпратен към общината)" @@ -166,20 +151,22 @@ msgstr "(не е изпратен към общината)" msgid "(optional)" msgstr "(незадължително)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(изпратен към двата района)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS абонамент за проблеми в %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Изберете категория --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Изберете подходящ тип --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +217,25 @@ msgstr "<strong>Не</strong> Нека потвърдя сигнала чрез msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Не</strong> Нека потвърдя актуализацията чрез имейл" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Да</strong> Имам парола" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Сигналът се обработва" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -270,18 +252,35 @@ msgid "Add a contact using the form below." msgstr "Добавете контакт като използвате формата по-долу." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Добавете район" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Добавяне на нова категория" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(незадължително)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -294,15 +293,15 @@ msgstr "" msgid "Add user" msgstr "Добавете потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -330,13 +329,14 @@ msgstr "Създадено известие %d за %s, тип %s, с парам msgid "Alert %d disabled (created %s)" msgstr "Известието %d е изключено (създадено на %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Известявай ме за бъдещи актуализиации" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -349,13 +349,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Местна имплементция" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -384,13 +392,19 @@ msgstr "Този сигнал е маркиран като поправен." msgid "Anonymous" msgstr "Анонимен" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Анонимен" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -404,7 +418,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -436,11 +450,11 @@ msgstr "Прехвърляне към външна община:" msgid "Assign to subdivision:" msgstr "Прехвърляне към подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Прехвърлен на %s" @@ -481,7 +495,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Очакващ преглед" @@ -494,13 +508,13 @@ msgstr "Назад" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Забрана на имейл адреса" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -522,7 +536,11 @@ msgstr "Район:" msgid "By Date" msgstr "По дата" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -530,7 +548,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Не виждате картата? <em>Пропуснете тази стъпка</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -543,8 +561,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -555,7 +573,7 @@ msgstr "" msgid "Category" msgstr "Категория" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -595,11 +613,11 @@ msgstr "" msgid "Change password" msgstr "Промяна на парола" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -621,7 +639,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Изберете име на <strong>категорията</strong>, което е смислено едновременно, както за гражданите, така и за общината. Категориите се появяват като списък за избор при подаване на сигнал. " -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -650,22 +668,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -673,23 +690,17 @@ msgstr "" msgid "Closed" msgstr "Затворен" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Затворен от общината" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Затворени:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Координати:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Местна имплементция" @@ -703,11 +714,15 @@ msgstr "Информация за местната имплементция:" msgid "Cobrand:" msgstr "Местна имплементция" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -733,7 +748,7 @@ msgstr "" msgid "Confirmation" msgstr "Потвърждение" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -769,8 +784,8 @@ msgstr "Връзка с тима" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Потребителят не е намерен" @@ -828,24 +843,33 @@ msgstr "Община:" msgid "Count" msgstr "Брой" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Създаден" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Подай сигнал" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Създай категория" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -875,7 +899,7 @@ msgstr "Текущо състояние" msgid "Currently no bodies have been created." msgstr "В момента няма създадени Райони." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -891,27 +915,36 @@ msgstr "Табло" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Изтрит" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -949,7 +982,7 @@ msgid "Diligency prize league table" msgstr "Таблица с районите в София" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -958,7 +991,7 @@ 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/auth/general.html:60 #: 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 @@ -966,7 +999,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -978,7 +1011,7 @@ msgstr "Не знам" msgid "Don't like forms?" msgstr "Не обичате форми?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -986,16 +1019,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Вече съществува" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1011,43 +1039,43 @@ msgstr "" "(имейл адрес). Това означава, че можете да добавяте различни категории, \n" "дори и да имате само един контакт." -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Редактиране на информацията за района" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1070,15 +1098,15 @@ msgstr "Редактиране на актуализацията %d" msgid "Editing user %d" msgstr "Редактиране на потребителя %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Редактирано от" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1086,13 +1114,14 @@ msgstr "Редактирано от" msgid "Email" msgstr "Имейл" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1104,7 +1133,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Имейлът е в списъка със злоупотреби" @@ -1129,8 +1158,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1145,7 +1174,7 @@ msgstr "Крайна дата:" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1164,7 +1193,7 @@ msgstr "Въведете пощенски код или име на улица msgid "Enter a nearby street name and area" msgstr "Въведете име на улица в близост до вас" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1184,8 +1213,8 @@ msgstr "Въведете информация за проблема" msgid "Error" msgstr "Грешка" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1210,12 +1239,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1226,7 +1255,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1238,13 +1267,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Допълнителни данни:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Допълнителни данни:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1252,6 +1288,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1265,49 +1306,32 @@ msgstr "За първи път" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Поправено" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Поправени - община" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Поправени - потребител" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Поправени:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Означен като \"изтрит\"" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Означаване на потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Означен" @@ -1337,21 +1361,25 @@ msgstr "Последвайте линка за района, за да види msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1380,10 +1408,14 @@ msgstr "Изтегляне на актуализациите на %s сигна msgid "Get updates of problems in this %s" msgstr "Изтегляне на актуализациите за сигналите в %s" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Изтегляне на RSS емисии" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1393,8 +1425,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1404,7 +1436,7 @@ msgstr "Търси" msgid "Going to send questionnaire?" msgstr "Ще изпратите ли анкетата?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1434,22 +1466,13 @@ msgstr "Помощ" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Здравей %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1492,11 +1515,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "История" @@ -1513,12 +1540,12 @@ msgid "How to send successful reports" msgstr "Как да подавате сигнали успешно" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1538,17 +1565,25 @@ msgstr "Вашият сигнал не беше намерен.\n" msgid "ID" msgstr "№" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1559,7 +1594,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1582,7 +1617,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1617,11 +1652,6 @@ msgstr "Несъществуващ номер" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "В процес на обработка" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1630,17 +1660,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "В процес на обработка" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1664,11 +1691,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1676,11 +1703,6 @@ msgstr "" msgid "Internal notes" msgstr "Вътрешни бележки" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Вътрешен номер" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1689,7 +1711,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Невярна дата" @@ -1697,21 +1719,14 @@ msgstr "Невярна дата" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Невярна дата" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Сигналът се разглежда" - #: templates/web/base/contact/blurb.html:2 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> и вижте дали няма да намерите отговор там." @@ -1720,23 +1735,41 @@ msgstr "Моля проверете <a href=\"%s\">страницата с че msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1763,23 +1796,27 @@ msgstr "Последно обновено:" msgid "Last update:" msgstr "Последно обновено:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Показване на всички сигнали" @@ -1810,13 +1847,13 @@ msgstr "Известия" msgid "Locate the problem on a map of the area" msgstr "Локализирайте проблема на картата" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1826,7 +1863,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1835,11 +1872,11 @@ msgstr "" msgid "MAP" msgstr "Карта" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1855,7 +1892,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Маркирайте потребители, които бихте искали да държите под око." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1883,7 +1920,7 @@ msgstr "Липсващо jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1896,7 +1933,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1905,7 +1942,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1913,23 +1950,28 @@ msgstr "" msgid "Month" msgstr "Месец" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1948,7 +1990,7 @@ msgstr "Име:" msgid "Name: %s" msgstr "Име: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1961,8 +2003,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1972,15 +2014,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Районът е добавен" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Категорията е добавена" @@ -2006,7 +2056,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2035,6 +2085,7 @@ msgid "New reports" msgstr "Нови сигнали" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Ново състояние" @@ -2044,7 +2095,7 @@ msgstr "Ново състояние" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2052,7 +2103,7 @@ msgstr "" msgid "Next" msgstr "Слеващ" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2064,7 +2115,7 @@ msgstr "Слеващ" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Не" @@ -2080,7 +2131,7 @@ msgstr "Несъществуващ район" msgid "No council" msgstr "Несъществуваща община" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Не е избрана община" @@ -2096,21 +2147,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Няма повече актуализации" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2118,8 +2164,8 @@ msgstr "" msgid "No result returned" msgstr "Няма намерени резултати" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2152,13 +2198,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2177,7 +2218,7 @@ msgid "Not reported to council" msgstr "Съгналът не е подаден към общината" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Бележка" @@ -2199,6 +2240,10 @@ msgstr "Бележка: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Сега да изпратим Вашия сигнал…" @@ -2229,20 +2274,17 @@ msgstr "" msgid "Old state" msgstr "Стар статус" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2269,21 +2311,25 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: 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 "Или можете да се абонирате за всички известия на територията на София или само за района, в който се намирате." +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2306,17 +2352,16 @@ msgstr "Собственик" msgid "Page Not Found" msgstr "Страницата не е намерена" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Община" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Частичен" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2324,7 +2369,7 @@ msgstr "Частичен" msgid "Password (optional)" msgstr "Парола (незадължително)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Парола:" @@ -2336,7 +2381,7 @@ msgstr "Връзка" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2344,7 +2389,7 @@ msgstr "" msgid "Phone number" msgstr "Телефонен номер" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Телефонен номер (незадължително)" @@ -2404,12 +2449,8 @@ msgstr "" msgid "Place pin on map" msgstr "Поставете кабърче върху картата" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2427,26 +2468,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Моля изберете категория" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2462,18 +2499,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Моля не обиждайте никого - обиждайки Общината, Вие обезценявате услугата за всички потребители." -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Моля въведете съобщение" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2484,14 +2521,14 @@ msgid "Please enter a password" msgstr "Моля въведете парола" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Моля въведете тема" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2503,7 +2540,7 @@ msgstr "Моля въведете валиден имейл" msgid "Please enter a valid email address" msgstr "Моля въведете валиден имейл адрес" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Моля въведете информация" @@ -2512,8 +2549,8 @@ msgstr "Моля въведете информация" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2536,8 +2573,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Моля въведете цялото си име, общината се нуждае от тази информация - ако не желаете името Ви да се появява на сайта, моля махнете отметката по-долу" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2600,7 +2637,7 @@ msgstr "" msgid "Please note:" msgstr "Забележка:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2654,19 +2691,19 @@ msgstr "Моля въведете новото съобщение тук" msgid "Post" msgstr "Публикувай" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Публикувано от анонимен потребител в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Публикувано от %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Публикувано от <strong>%s</strong> (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Публикувано от <strong>%s</strong> в %s" @@ -2678,12 +2715,12 @@ msgstr "" msgid "Previous" msgstr "Предишно" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2698,7 +2735,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Лично" @@ -2729,7 +2766,7 @@ msgstr "Сигналът %s е подаден към общината %s " msgid "Problem breakdown by state" msgstr "Разделяне на сигналите по статуси" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Сигналът е маркиран като отворен." @@ -2737,11 +2774,16 @@ msgstr "Сигналът е маркиран като отворен." msgid "Problem state change based on survey results" msgstr "Статусът на сигнала е променен на основата на резултат от анкета" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Сигнали" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Сигнали в квартал %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Други сигнали наоколо" @@ -2754,13 +2796,15 @@ msgstr "Сигнали отбелязани върху картата" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Проблеми сигнализирани скоро в сайта" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Сигнали в радиус от %.1fкм от това местоположение" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Сигнали в %s" @@ -2768,16 +2812,17 @@ msgstr "Сигнали в %s" msgid "Problems within %s ward" msgstr "Сигнали в квартал %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Сигнали в границите на:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Адрес на имота:" @@ -2787,11 +2832,11 @@ msgstr "Адрес на имота:" msgid "Provide an update" msgstr "Въведете иформация за актуализиране" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Използването на потребителско име е опционално, но това ще ви позволи по-лесно да подавате сигнали и да публикувате информация и актуализации." @@ -2809,7 +2854,7 @@ msgstr "" msgid "Public response:" msgstr "Публичен отговор:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2837,7 +2882,7 @@ msgstr "Анкетата %d за проблем %d е изпратена" msgid "Questionnaire filled in by problem reporter" msgstr "Анкетата е попълнена от потребителя, подал сигнала" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2865,11 +2910,11 @@ msgstr "RSS абонамент за %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS абонамент за %s, в квартал %s" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS абонамент за последни проблеми наоколо" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2894,7 +2939,7 @@ msgstr "RSS абонамент за актуализации по този пр msgid "Receive email when updates are left on this problem." msgstr "Получаване на имейл при актуализация на проблема." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2908,7 +2953,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Наскоро добавени сигнали" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2916,7 +2961,17 @@ msgstr "" 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 "Помнете, че \"ПоправиСофия\" служи за подаване на сигнали за физически проблеми, които могат да бъдат поправени. Ако Вашият проблем не спада към никоя от категориите, посочени в сайта, моля обърнете се директно към Общината." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Премахване на означението" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Премахване на означението" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Премахване на означението" @@ -2946,8 +3001,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2962,7 +3017,7 @@ msgstr "Подайте сигнал" msgid "Report abuse" msgstr "Сигнализирай за неподходящо съдържание" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2985,7 +3040,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сигнализирай, разгледай или коментирай проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2995,7 +3050,7 @@ msgstr "" msgid "Reported before" msgstr "Подавал съм и преди" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -3009,27 +3064,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сигналът е подаден в категория %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Сигналът е подаден в категория %s от %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно чрез %s в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сигналът е подаден чрез %s в категория %s от %s в %s" @@ -3047,8 +3102,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Сигнализиране за проблем" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3062,10 +3117,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Сигнали чакащи одобрение" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Публикувани сигнали" @@ -3074,18 +3137,32 @@ msgstr "Публикувани сигнали" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Сигнал за %s " + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS абонамент за %s, в квартал %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Препращане на сигнал" @@ -3144,15 +3221,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3168,23 +3245,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Запази промените" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3193,6 +3275,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Сигналът се обработва" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3226,22 +3313,22 @@ msgstr "Не са намерени потребители." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Изберете район" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Изберете територия" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3256,11 +3343,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Сигналът е подаден към %s преди %s" @@ -3273,7 +3360,7 @@ msgstr "Изпратени:" msgid "Service:" msgstr "Услуга:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3299,6 +3386,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3311,9 +3399,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Показвай името ми публично" @@ -3342,16 +3430,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3397,14 +3485,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3426,11 +3514,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3447,20 +3535,25 @@ msgid "Start Date:" msgstr "Начална дата:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Запази промените" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3470,8 +3563,14 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Статус" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3493,6 +3592,10 @@ msgstr "Все още отворен, от анкета, %s " msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3511,7 +3614,7 @@ msgid "Subject:" msgstr "Тема:" #: 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_loggedin.html:63 #: 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 @@ -3532,8 +3635,8 @@ msgstr "Изпращане на промените" msgid "Submit questionnaire" msgstr "Изпращане на анкетата" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3543,25 +3646,28 @@ msgstr "Изпращане на анкетата" msgid "Submitted" msgstr "Сигналът е потвърден" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Абониране" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Абониране за известяване по имейл" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3594,8 +3700,8 @@ msgstr "Резултати от проучване" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3652,7 +3758,7 @@ msgstr "Прикачването на изображение е неуспешн 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3662,11 +3768,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "Моля да ни извините, този пощенски код не беше разпознат." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." @@ -3678,7 +3784,7 @@ msgstr "Сигналът не може да бъде разгледан %s." msgid "That report has been removed from FixMyStreet." msgstr "Този сигнал е бил изтрит от ПоправиСофия." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3698,10 +3804,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3718,6 +3824,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3728,11 +3838,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Грешката беше: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3771,10 +3885,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3784,9 +3902,9 @@ msgstr "Паролите не съвпадат" msgid "The requested URL '%s' was not found on this server" msgstr "Търсеният адрес '%s' не беше намерен на този сървър" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "Можете да получавате известия на базата на предварително дефинирано разстояние" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3807,18 +3925,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата с всички сигнали. Моля опитайте по-късно." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата. Моля пробвайте по-късно." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "Възникна проблем с комбинацията имейл/парола. Ако не можете да си спомните паролата или нямате такава, моля попълнете секцията ‘влизане чрез имейл’." @@ -3827,7 +3945,7 @@ msgstr "Възникна проблем с комбинацията имейл/ msgid "There was a problem with your email/password combination. Please try again." msgstr "Възникна проблем с комбинацията имейл/парола. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново." @@ -3835,7 +3953,7 @@ msgstr "Възникна проблем с вашата актуализация msgid "There were problems with your report. Please see below." msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Възникнаха проблеми с вашата актуализация. Моля вижте по-долу." @@ -3883,8 +4001,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3898,9 +4016,10 @@ msgstr "Този имейл е изпратен към двете общини msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Този имейл е изпратен до няколко общини покриващи адреса на сигнала, тъй като категорията на сигнала съвпада с всички тях. Моля не го взимайте под внимание ако не сте правилната община задължена за този тип проблеми." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Тази информация е необходима" @@ -3929,8 +4048,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3962,7 +4081,7 @@ msgstr "Тази страница съдържа и снимка, изпрате msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Времева линия" @@ -3991,6 +4110,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "За да получите нови известия, моля въведете пощенски код или име на улица." +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "За да видите точното местоположение на проблема върху картата" @@ -4028,16 +4155,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4053,17 +4188,21 @@ msgstr "Опитайте отново" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4077,7 +4216,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Непозната грешка" @@ -4092,10 +4231,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Актуализация" @@ -4112,7 +4252,7 @@ msgstr "Актуализирано анонимно на %s" msgid "Update below added by %s at %s" msgstr "Актуализирано от %s на %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4148,13 +4288,23 @@ msgstr "Актуализация на статусите" msgid "Updated" msgstr "Актуализирано!" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Публикувано от <strong>%s</strong> (%s) в %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Публикувано от <strong>%s</strong> в %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Актуализирано!" @@ -4164,7 +4314,7 @@ msgstr "Актуализирано!" msgid "Updates" msgstr "Актуализации" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4178,8 +4328,8 @@ msgstr "Актуализиране на {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4193,7 +4343,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4206,11 +4356,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4223,9 +4373,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Потребители" @@ -4234,9 +4384,9 @@ msgstr "Потребители" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Актуализиране на стойностите" @@ -4283,7 +4433,7 @@ msgstr "Намерихме повече от едно съвпадение за msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4318,7 +4468,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Редактирано на:" @@ -4327,7 +4477,15 @@ msgstr "Редактирано на:" msgid "When sent" msgstr "Изпратен" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4339,8 +4497,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4375,7 +4533,7 @@ msgstr "" msgid "Year" msgstr "Година" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4390,7 +4548,7 @@ msgstr "Година" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Да" @@ -4424,6 +4582,10 @@ msgstr "Можете да <a href=\"%s%s\">разгледате сигнала msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "За техническа поддръжка моля пишете ни на <a href='mailto:%s'>%s</a>" @@ -4442,7 +4604,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Можете да маркирате района или общината за изтриване, ако не желаете да бъде активна за този сайт." @@ -4519,7 +4681,6 @@ msgstr "Вашите Сигнали" 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:80 @@ -4532,7 +4693,7 @@ msgid "Your email" msgstr "Имейл" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4543,10 +4704,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4556,11 +4717,11 @@ msgstr "Име" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4568,7 +4729,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4606,8 +4767,8 @@ msgstr "" msgid "Your updates" msgstr "Актуализации" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4616,14 +4777,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "от %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "маркиран като \"повторен\"" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4648,7 +4809,7 @@ msgstr "редакция на потребителя" msgid "from %s different users" msgstr "от %s различни потребители" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "Последно обновено %s" @@ -4657,44 +4818,7 @@ msgstr "Последно обновено %s" msgid "less than a minute" msgstr "преди по-малко от минута" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "маркиран като \"започнато е действие\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "маркиран като \"вътрешна референция\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "маркиран като \"затворен\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "маркиран като \"поправен\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "маркиран като \"в процес на обработка\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "маркиран като \"проучва се\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "марикарн като \"непоправим\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "маркиран като \"незадължение на Общината\"" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "маркиран като \"планиран\"" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4705,13 +4829,10 @@ msgstr "няма информация" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "или" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "маркиран като \"незадължение на Общината\"" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4736,15 +4857,6 @@ msgstr "първоначално въведен: “%s”" msgid "other areas:" msgstr "други територии:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "отново отворен" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "излизане" @@ -4758,6 +4870,11 @@ msgstr "местната община" msgid "there is no pin shown as the user did not use the map" msgstr "мястото не е било отбелязано на картата от потребителя" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Преглед на местоположение" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "този тип сигнали" @@ -4910,7 +5027,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big>актуализиран сигнал" msgstr[1] "<big>%s</big>актуализирани сигнала" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4931,7 +5048,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Все още нямаме информация за общината, която стопанисва тази територия." msgstr[1] "Все още нямаме информация за общините, които стопанисват тази територия." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4944,3 +5061,75 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s квартал, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, в %s квартал" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Изберете подходящ тип --" + +#~ msgid "Closed:" +#~ msgstr "Затворени:" + +#~ msgid "Duplicate" +#~ msgstr "Вече съществува" + +#~ msgid "Fixed:" +#~ msgstr "Поправени:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Това са типовете известия за нови сигнали за ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "В процес на обработка" + +#~ msgid "Internal referral" +#~ msgstr "Вътрешен номер" + +#~ msgid "Investigating" +#~ msgstr "Сигналът се разглежда" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "Или можете да се абонирате за всички известия на територията на София или само за района, в който се намирате." + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Сигнали в границите на:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Можете да получавате известия на базата на предварително дефинирано разстояние" + +#~ msgid "closed as a duplicate report" +#~ msgstr "маркиран като \"повторен\"" + +#~ msgid "marked as action scheduled" +#~ msgstr "маркиран като \"започнато е действие\"" + +#~ msgid "marked as an internal referral" +#~ msgstr "маркиран като \"вътрешна референция\"" + +#~ msgid "marked as closed" +#~ msgstr "маркиран като \"затворен\"" + +#~ msgid "marked as fixed" +#~ msgstr "маркиран като \"поправен\"" + +#~ msgid "marked as in progress" +#~ msgstr "маркиран като \"в процес на обработка\"" + +#~ msgid "marked as investigating" +#~ msgstr "маркиран като \"проучва се\"" + +#~ msgid "marked as no further action" +#~ msgstr "марикарн като \"непоправим\"" + +#~ msgid "marked as planned" +#~ msgstr "маркиран като \"планиран\"" + +#~ msgid "or" +#~ msgstr "или" + +#~ msgid "reopened" +#~ msgstr "отново отворен" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index 718ad38e5..2ab7b05f2 100644 --- a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Josep Lluís - LliureTIC <joseplluis@lliuretic.cat>, 2017\n" "Language-Team: Catalan (Spain) (https://www.transifex.com/mysociety/teams/12067/ca_ES/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "i" @@ -91,25 +91,6 @@ msgstr "" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email en taula d'abús)" @@ -133,23 +114,26 @@ msgstr "(sense nom)" msgid "(No phone number)" msgstr "(sense número de telèfon)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(tancat)" +#: templates/web/base/alert/_list.html:30 +msgid "(covers roughly 200,000 people)" +msgstr "" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(corregit)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -158,7 +142,7 @@ msgstr "" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "" @@ -166,20 +150,21 @@ msgstr "" msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(enviat als dos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Tria una categoria --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Tria un tipus de propietat --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Escull una plantilla--" @@ -188,16 +173,16 @@ msgstr "--Escull una plantilla--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "Fa 14-30 dies" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "Fa 7-14 dies" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +194,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +215,25 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Sí </strong> Tinc contrasenya" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Acció programada" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +247,35 @@ msgid "Add a contact using the form below." msgstr "Afegeix un contacte utilitzant el formulari següent." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Afegeix el cos" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Afegeix una nova categoria" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "opcional" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +288,15 @@ msgstr "" msgid "Add user" msgstr "Afegeix un usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Afegeix/edita categories de problemes" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Afegeix/edita prioritats de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Afegeix/edita plantilles de resposta" @@ -327,13 +324,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Avisa'm de futures actualitzacions" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "Tot" @@ -346,13 +344,21 @@ msgid "All Reports as CSV" msgstr "Tots els informes en CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Totes les categories" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Totes les categories" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +387,19 @@ msgstr "Una actualització ha marcat aquest problema com a solucionat." msgid "Anonymous" msgstr "Anònim" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anònim" + #: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anònim" -#: templates/web/base/report/new/form_user_loggedin.html:20 -#: templates/web/base/report/update/form_name.html:13 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Un altre usuari" @@ -401,7 +413,7 @@ msgstr "Estàs segur de voler cancel·lar aquesta càrrega?" msgid "Are you sure?" msgstr "Estàs segur?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +445,11 @@ msgstr "Assigna a un cos extern:" msgid "Assign to subdivision:" msgstr "Assigna a subdivisió:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Assigna usuaris a àreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Assignat a %s" @@ -478,7 +490,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Esperant moderació" @@ -491,13 +503,13 @@ msgstr "Torna" msgid "Back to all reports" msgstr "Torna a tots els informes" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +531,11 @@ msgstr "Cos:" msgid "By Date" msgstr "Per data" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +543,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "No pots veure el mapa? <em>Salta aquest pas</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categories" @@ -540,8 +556,8 @@ msgstr "Categories:" #: 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +568,7 @@ msgstr "Categories:" msgid "Category" msgstr "Categoria" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria canviada de ‘%s’ a ‘%s’" @@ -592,11 +608,11 @@ msgstr "Canvia l'adreça de correu electrònic" msgid "Change password" msgstr "Canvia la contrasenya" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +629,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "Escull un altre" @@ -642,22 +658,22 @@ msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per p msgid "Click the link in our confirmation email to publish your update." msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per publicar la teva actualització." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per entrar amb el teu usuari." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per entrar amb el teu usuari." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +681,17 @@ msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per e msgid "Closed" msgstr "Tancat" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "Informes tancats" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Tancat:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +705,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuració" @@ -725,7 +739,7 @@ msgstr "" msgid "Confirmation" msgstr "Confirmació" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +775,8 @@ msgstr "Contacta a l'equip" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "" @@ -820,24 +834,33 @@ msgstr "" msgid "Count" msgstr "" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Creat" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Crea un informe" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crea una categoria" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Crea una prioritat" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +890,7 @@ msgstr "Estat actual" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +906,37 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Crea una prioritat" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Elimina plantilla" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminat" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +974,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +983,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +991,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Tens contrasenya de %s?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1003,7 @@ msgstr "" msgid "Don't like forms?" msgstr "No t'agraden els formularis?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1011,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplicat" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "Duplicat de" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "Duplicats" @@ -999,43 +1027,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Edita" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Edita els detalls del cos" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Edita la categoria d'informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Edita la prioritat d'informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Edita els informes" @@ -1058,15 +1086,15 @@ msgstr "Editant l'actualització %d" msgid "Editing user %d" msgstr "Editant l'usuari %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1102,14 @@ msgstr "Editor" msgid "Email" msgstr "Correu electrònic" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Correu electrònic afegit a la llista d'abús" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Adreça de correu electrònic" @@ -1092,7 +1121,7 @@ msgstr "Alerta de correu electrònic creada" msgid "Email alert deleted" msgstr "Alerta de correu electrònic eliminada" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "El correu electrònic ja existeix a la llista d'abús" @@ -1117,8 +1146,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1162,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1181,7 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1201,8 @@ msgstr "Entra els detalls del problema" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Tot" @@ -1198,12 +1227,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "Exporta com a CSV" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1243,7 @@ msgstr "Extern" msgid "External ID" msgstr "ID extern" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL externa" @@ -1226,13 +1255,20 @@ msgstr "Cos extern" msgid "External team" msgstr "Equip extern" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Detalls extres" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Data extra:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Detalls extres" @@ -1240,6 +1276,11 @@ msgstr "Detalls extres" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1294,32 @@ msgstr "" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Corregit" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "Informes corregits" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Corregit:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Marca com esborrat" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Marca l'usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcat" @@ -1325,21 +1349,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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 "Has oblidat la teva contrasenya?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1396,14 @@ msgstr "Obté actualitzacions de %s problemes" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1413,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1424,7 @@ msgstr "Ves" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1452,13 @@ msgstr "Ajuda" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hola %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1501,15 @@ msgid "Hide update completely?" msgstr "Oculta l'actualització completament?" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "Oculta el teu nom?" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "" @@ -1499,12 +1526,12 @@ msgid "How to send successful reports" msgstr "Com enviar informes satisfactoris" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "He informat un problema a @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "He actualitzat un problema a @fixmystreet" @@ -1524,17 +1551,25 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1580,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1603,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1638,6 @@ msgstr "ID il·legal" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "En progrés" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "En taula d'abús?" @@ -1616,17 +1646,14 @@ msgstr "En taula d'abús?" 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "En progress" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "Inactiu" @@ -1650,11 +1677,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1689,6 @@ msgstr "" msgid "Internal notes" msgstr "Notes internes" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1697,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Data final invàlida" @@ -1683,21 +1705,14 @@ msgstr "Data final invàlida" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Data d'inici invàlida" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "En investigació" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1721,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "Últimes 4 setmanes" @@ -1749,23 +1782,27 @@ msgstr "Última actualització:" msgid "Last update:" msgstr "Última actualització:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "Latitut/Longitut:" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Llista tots els problemes informats" @@ -1796,13 +1833,13 @@ msgstr "Alertes locals" msgid "Locate the problem on a map of the area" msgstr "Localitza el problema en un mapa de l'àrea" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1849,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1858,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1878,7 @@ msgstr "Marca com enviat" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1906,7 @@ msgstr "" msgid "Moderate" msgstr "Modera" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Modera detalls de l'informe" @@ -1882,7 +1919,7 @@ msgid "Moderate this update" msgstr "Modera aquesta actualització" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "Moderat per %s a %s" @@ -1891,7 +1928,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "Raó de moderació:" @@ -1899,23 +1936,28 @@ msgstr "Raó de moderació:" msgid "Month" msgstr "Mes" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Més comentat" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1976,7 @@ msgstr "Nom:" msgid "Name: %s" msgstr "Nom: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Navega a aquest problema" @@ -1947,8 +1989,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +2000,24 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "El més nou" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Nou cos afegit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Nova categoria de contacte afegida" @@ -1992,7 +2043,7 @@ msgid "New password:" msgstr "Nova contrasenya:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Nova prioritat" @@ -2021,6 +2072,7 @@ msgid "New reports" msgstr "Nous informes" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "" @@ -2030,7 +2082,7 @@ msgstr "" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "El més nou" @@ -2038,7 +2090,7 @@ msgstr "El més nou" msgid "Next" msgstr "Següent" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2102,7 @@ msgstr "Següent" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "No" @@ -2066,7 +2118,7 @@ msgstr "Sense cos" msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "" @@ -2082,21 +2134,16 @@ msgstr "No s'han trobat problemes marcats." msgid "No flagged users found." msgstr "No s'han trobat usuaris marcats." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2151,8 @@ msgstr "" msgid "No result returned" msgstr "No s'han retornat resultats" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2185,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2205,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2185,6 +2227,10 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2215,20 +2261,17 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2298,26 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "opcional" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2340,16 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2357,7 @@ msgstr "" msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "" @@ -2322,7 +2369,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2377,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" @@ -2390,12 +2437,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2456,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2487,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2509,14 @@ msgid "Please enter a password" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2528,7 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" @@ -2498,8 +2537,8 @@ msgstr "" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2561,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2586,7 +2625,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2640,19 +2679,19 @@ msgstr "" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2664,12 +2703,12 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2684,7 +2723,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2715,7 +2754,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "" @@ -2723,11 +2762,15 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" +#: templates/web/base/alert/_list.html:22 +msgid "Problems in an area" +msgstr "" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "" @@ -2740,13 +2783,14 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "" @@ -2754,16 +2798,16 @@ msgstr "" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2773,11 +2817,11 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2795,7 +2839,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2823,7 +2867,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2851,11 +2895,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2880,7 +2924,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2894,7 +2938,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2902,7 +2946,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2932,8 +2984,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2948,7 +3000,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2971,7 +3023,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2981,7 +3033,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -2995,27 +3047,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3033,8 +3085,8 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3048,10 +3100,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3060,18 +3120,30 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +msgid "Reports sent to %s, within %s ward" +msgstr "" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -3130,15 +3202,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3154,23 +3226,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3179,6 +3256,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Acció programada" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3212,22 +3294,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3242,11 +3324,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3259,7 +3341,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3285,6 +3367,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3297,9 +3380,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -3328,16 +3411,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3383,14 +3466,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3412,11 +3495,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3433,20 +3516,24 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +msgid "State changed to:" +msgstr "" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3456,8 +3543,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3479,6 +3571,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3497,7 +3593,7 @@ msgid "Subject:" msgstr "" #: 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_loggedin.html:63 #: 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 @@ -3518,8 +3614,8 @@ msgstr "" msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3529,25 +3625,27 @@ msgstr "" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3580,8 +3678,8 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3638,7 +3736,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3648,11 +3746,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3664,7 +3762,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3684,10 +3782,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3704,6 +3802,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3714,11 +3816,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3757,10 +3863,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3770,8 +3880,8 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3791,18 +3901,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3811,7 +3921,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3819,7 +3929,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3867,8 +3977,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3882,9 +3992,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3913,8 +4024,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3946,7 +4057,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3975,6 +4086,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4012,16 +4131,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4037,17 +4164,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4061,7 +4192,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4076,10 +4207,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4096,7 +4228,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4132,13 +4264,22 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "<strong>%s</strong> problemes actuals" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -4148,7 +4289,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4162,8 +4303,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4177,7 +4318,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4190,11 +4331,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4207,9 +4348,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" @@ -4218,9 +4359,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4267,7 +4408,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4302,7 +4443,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4311,7 +4452,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4323,8 +4472,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4359,7 +4508,7 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4374,7 +4523,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "" @@ -4408,6 +4557,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4426,7 +4579,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4500,7 +4653,6 @@ msgstr "" 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:80 @@ -4513,7 +4665,7 @@ msgid "Your email" msgstr "" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4524,10 +4676,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4537,11 +4689,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4549,7 +4701,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4587,8 +4739,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4597,12 +4749,12 @@ msgstr "" msgid "all" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -4629,7 +4781,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4638,44 +4790,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4686,13 +4801,9 @@ msgstr "n/a" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "opcional" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "o" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" +msgstr "" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4717,15 +4828,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4739,6 +4841,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4891,7 +4997,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4912,7 +5018,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4925,3 +5031,30 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Tria un tipus de propietat --" + +#~ msgid "Closed reports" +#~ msgstr "Informes tancats" + +#~ msgid "Closed:" +#~ msgstr "Tancat:" + +#~ msgid "Duplicate" +#~ msgstr "Duplicat" + +#~ msgid "Fixed reports" +#~ msgstr "Informes corregits" + +#~ msgid "Fixed:" +#~ msgstr "Corregit:" + +#~ msgid "In Progress" +#~ msgstr "En progrés" + +#~ msgid "Investigating" +#~ msgstr "En investigació" + +#~ msgid "or" +#~ msgstr "o" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index 50b01784c..cfede0614 100644 --- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " a " @@ -91,25 +91,6 @@ msgstr "%s dotazníky zaslány -%s odpovědělo (%s %%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s, oddělení, %" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "% S, v% s oddělení" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-mailů v tabulce zneužívání)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(uzavřené)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(Standardní vzdálenost, která pokrývá zhruba 10.000 lidí)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(vyřešeno)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 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. )" @@ -158,7 +143,7 @@ msgstr "(např. graffiti, rozbité pouliční osvětlení, díry v komunikacích msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(není odesláno na úřad)" @@ -166,20 +151,22 @@ msgstr "(není odesláno na úřad)" msgid "(optional)" msgstr "(volitelně)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(odesláno dvoum??)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS kanál hlášení v oblasti %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Vyberte typ nemovitosti --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +199,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +220,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ano</strong> Mám heslo" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Akce naplánována" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -273,18 +255,35 @@ msgid "Add a contact using the form below." msgstr "Přidejte kontakt pomocí formuláře níže." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Zadejte instituci" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(volitelně)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -297,15 +296,15 @@ msgstr "" msgid "Add user" msgstr "Přidat Uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -333,13 +332,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Upozorněte mě na budoucí aktualizace" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -352,13 +352,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Motiv" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -387,13 +395,19 @@ msgstr "Hlášení bylo označeno za vyřešené." msgid "Anonymous" msgstr "Anonimní" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonimní" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -407,7 +421,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -439,11 +453,11 @@ msgstr "Přiřaďte externí instituci:" msgid "Assign to subdivision:" msgstr "Přiřaďte oddělení:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Přířazeno: %s" @@ -484,7 +498,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Čeká se na moderování" @@ -497,13 +511,13 @@ msgstr "Zpět" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Zakázat emailovou adresu" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -525,7 +539,11 @@ msgstr "Subjekt:" msgid "By Date" msgstr "Podle datumu" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -533,7 +551,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Nevidíte mapu? <em>vynechte tento krok</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -546,8 +564,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -558,7 +576,7 @@ msgstr "" msgid "Category" msgstr "Katetorie" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -598,11 +616,11 @@ msgstr "" msgid "Change password" msgstr "Změnit heslo" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -627,7 +645,7 @@ 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -656,22 +674,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -679,23 +696,17 @@ msgstr "" msgid "Closed" msgstr "Uzavřena" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Uzavřena úřadem" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Uzavřena:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Souřadnice:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Motiv" @@ -709,11 +720,15 @@ msgstr "Data motivu:" msgid "Cobrand:" msgstr "Motiv:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nastavení" @@ -739,7 +754,7 @@ msgstr "" msgid "Confirmation" msgstr "Potvrzení" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -775,8 +790,8 @@ msgstr "Kontaktujte nás!" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Uživatele nelze najít" @@ -834,24 +849,33 @@ msgstr "Úřad:" msgid "Count" msgstr "Počet" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Vytvořeno" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Vytvořit report" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Vytvořit kategorii" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -881,7 +905,7 @@ msgstr "Aktuální stav" msgid "Currently no bodies have been created." msgstr "Doposud nebyl vytvořen žádný subjekt." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -897,27 +921,36 @@ msgstr "Přehledy" msgid "Dealt with by subdivision within 5 working days" msgstr "Odbavované úřadem do 5 pracovních dnů" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Smazána" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -955,7 +988,7 @@ msgid "Diligency prize league table" msgstr "Tabulka Vížěhů" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -964,7 +997,7 @@ 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/auth/general.html:60 #: 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 @@ -972,7 +1005,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -984,7 +1017,7 @@ msgstr "Není známo" msgid "Don't like forms?" msgstr "Nechcete řešit formulářem?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -992,16 +1025,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplicitní" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1013,43 +1041,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Upravit" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editace podrobností subjektu" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1072,15 +1100,15 @@ msgstr "Úpravy aktualizace %d" msgid "Editing user %d" msgstr "Aktualizace uživatele %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Úprava" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1088,13 +1116,14 @@ msgstr "Úprava" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "E-mail přidán do seznamu zneužívání" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1106,7 +1135,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-mail je již v seznamu zneužívání" @@ -1131,8 +1160,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1147,7 +1176,7 @@ msgstr "Konečné datum:" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Zadejte název ulice" @@ -1166,7 +1195,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1186,8 +1215,8 @@ msgstr "Uveďte podrobnosti daného problému" msgid "Error" msgstr "Chyba" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1212,12 +1241,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1228,7 +1257,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1240,13 +1269,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Doplňující data:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Doplňující data:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1254,6 +1290,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1267,49 +1308,32 @@ msgstr "Poprvé" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Vyřešené" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "vyřešené - Úřad" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Vyřešené - Uživatel" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Vyřešené:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Označené za smazané" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Sledovat uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Určeno ke sledování" @@ -1339,21 +1363,25 @@ msgstr "Klikněte na odkaz pro danou oblast, zobrazí se hlášení pouze z t msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1382,10 +1410,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Přihlásit se k odběru RSS kanálu" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1395,8 +1427,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1406,7 +1438,7 @@ msgstr "OK" msgid "Going to send questionnaire?" msgstr "Odeslat dotazník?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1434,22 +1466,13 @@ msgstr "Nápověda" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Přihlášená osoba: %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1492,11 +1515,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historie" @@ -1513,12 +1540,12 @@ msgid "How to send successful reports" msgstr "Anleitung" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1538,8 +1565,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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1547,10 +1574,18 @@ 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1563,7 +1598,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1586,7 +1621,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1624,11 +1659,6 @@ msgstr "Neplatné ID" msgid "Illegal feed selection" msgstr "Neplatný výběr zdoje" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "v řešení" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "V tabulce zneužívání?" @@ -1637,17 +1667,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "v řešení" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1671,11 +1698,11 @@ msgstr "Chybná has_photo hodnota \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1683,11 +1710,6 @@ msgstr "" msgid "Internal notes" msgstr "Interní poznámky" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Interní postoupení" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1696,7 +1718,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Chybná agency_responsible hodnota %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Chybný konečný datum" @@ -1704,21 +1726,14 @@ msgstr "Chybný konečný datum" msgid "Invalid format %s specified." msgstr "Chybný formát %s specified." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Chybné počáteční datum" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Šetření" - #: templates/web/base/contact/blurb.html:2 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." @@ -1727,23 +1742,41 @@ msgstr "Často bývá nejrychlejší <a href=\"%s\">zkontrolovat naše Otázky msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1770,23 +1803,27 @@ msgstr "Poslední úpravy:" msgid "Last update:" msgstr "Poslední úpravy:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Seznam všech hlášení" @@ -1817,13 +1854,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1833,7 +1870,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1842,11 +1879,11 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1862,7 +1899,7 @@ msgstr "" 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1890,7 +1927,7 @@ msgstr "Chybějící jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1903,7 +1940,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1912,7 +1949,7 @@ msgid "Moderated by division within one working day" msgstr "Moderováno oddělením během jednoho pracovního dne" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1920,23 +1957,28 @@ msgstr "" msgid "Month" msgstr "Měsíc" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1955,7 +1997,7 @@ msgstr "Jméno:" msgid "Name: %s" msgstr "Jméno: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1968,8 +2010,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1981,15 +2023,23 @@ msgstr "" "Nejbližší cesta k umístěné značce na mapě (automaticky generováno pomocí Bing Mapy): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Přidán nový subjekt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Do kategorie byl přidán nový kontakt" @@ -2015,7 +2065,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2044,6 +2094,7 @@ msgid "New reports" msgstr "Nová hlášení" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Nový stav" @@ -2053,7 +2104,7 @@ msgstr "Nový stav" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2061,7 +2112,7 @@ msgstr "" msgid "Next" msgstr "Další" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2073,7 +2124,7 @@ msgstr "Další" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Ne" @@ -2089,7 +2140,7 @@ msgstr "Žádný subjekt" msgid "No council" msgstr "Žádný Úřad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Není vybrán žádný úřad" @@ -2105,21 +2156,16 @@ msgstr "Nebyla nalazena žádná sledovaná hlášení." msgid "No flagged users found." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Nelze opravit" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2127,8 +2173,8 @@ msgstr "" msgid "No result returned" msgstr "Vráceno bez výsledku." -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2167,13 +2213,8 @@ msgstr "" " 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Nezodpovídá" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2192,7 +2233,7 @@ msgid "Not reported to council" msgstr "Na úřad nebylo hlášeno" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Poznámka" @@ -2214,6 +2255,10 @@ msgstr "Poznámka: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "A teď stačí hlášení odeslat" @@ -2244,20 +2289,17 @@ msgstr "" msgid "Old state" msgstr "Starý stav" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2284,21 +2326,25 @@ msgstr "Úvodní webová stránka systému Open311" msgid "Open311 specification" msgstr "Specifikace systému Open311" -#: 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: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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2321,17 +2367,16 @@ msgstr "Vlastník" msgid "Page Not Found" msgstr "Stránka nenalezena" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Nadřazený subjekt" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Částečně" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2339,7 +2384,7 @@ msgstr "Částečně" msgid "Password (optional)" msgstr "Heslo (volitelně)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Heslo:" @@ -2351,7 +2396,7 @@ msgstr "Trvalý odkaz" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2359,7 +2404,7 @@ msgstr "" msgid "Phone number" msgstr "Telefonní číslo" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonní číslo (volitelně)" @@ -2419,12 +2464,8 @@ msgstr "" msgid "Place pin on map" msgstr "Umísti špendlík na mapu" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2442,26 +2483,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Zkontrolujte, zda je vaše emailová adresa správná" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Vyberte kategorii" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Zvolte typ nemovitosti" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2477,18 +2514,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2499,14 +2536,14 @@ msgid "Please enter a password" msgstr "Prosím zadejte heslo" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2518,7 +2555,7 @@ msgstr "Prosím zadejte platný e-mail" msgid "Please enter a valid email address" msgstr "Prosím zadejte platnou emailovou adresu" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Prosím zadejte podrobnosti" @@ -2527,8 +2564,8 @@ msgstr "Prosím zadejte podrobnosti" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2551,8 +2588,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2615,7 +2652,7 @@ msgstr "" msgid "Please note:" msgstr "Vezměte prosím na vědomí:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2669,19 +2706,19 @@ msgstr "Aktuální informace doplňte prosím zde" msgid "Post" msgstr "Odeslat" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Nahlášeno anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Odesláno uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Odesláno uživatelem <strong>%s</strong> (%s) v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Odesláno uživatelem <strong>%s</strong> v %s" @@ -2693,12 +2730,12 @@ msgstr "" msgid "Previous" msgstr "Předcházející" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2713,7 +2750,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Neveřejné" @@ -2744,7 +2781,7 @@ msgstr "Hlášení %s bylo odesláno na úřad %s" msgid "Problem breakdown by state" msgstr "Členění hlášení podle stavu" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Hlášení bylo označeno za otevřené." @@ -2752,11 +2789,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Hlášení" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Hlášení v oblasti %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Hlášení v okolí" @@ -2769,13 +2811,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Hlášení v okolí %.1fkm od tohoto místa" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Hlášení v oblasti %s" @@ -2783,16 +2827,17 @@ msgstr "Hlášení v oblasti %s" msgid "Problems within %s ward" msgstr "Hlášení v oblasti %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Adresa nemovitosti:" @@ -2802,11 +2847,11 @@ msgstr "Adresa nemovitosti:" msgid "Provide an update" msgstr "Poskytněte aktuální informace" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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í." @@ -2824,7 +2869,7 @@ msgstr "" msgid "Public response:" msgstr "Veřejná reakce:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2852,7 +2897,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2880,11 +2925,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS kanál hlášení v okolí" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2909,7 +2954,7 @@ msgstr "RSS kanál aktualizací tohoto hlášení" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2923,7 +2968,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nedávno nahlášené problémy" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2931,7 +2976,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Odstranit příznak" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Odstranit příznak" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Odstranit příznak" @@ -2961,8 +3016,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2977,7 +3032,7 @@ msgstr "Nahlásit problém" msgid "Report abuse" msgstr "Nevhodný obsah" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3000,7 +3055,7 @@ 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:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Nahlášeno anonymně v %s" @@ -3010,7 +3065,7 @@ msgstr "Nahlášeno anonymně v %s" msgid "Reported before" msgstr "Hlásil(a) jsem již dříve" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Nahlášeno uživatelem %s, určeno pro %s" @@ -3024,27 +3079,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Nahlášeno v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Nahlášeno anonymně v %s v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Nahlášeno prostřednictvím %s anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 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:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 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" @@ -3062,8 +3117,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Hlášení problému" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3077,10 +3132,19 @@ 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/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Nahlášeno uživatelem %s, určeno pro %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publikovaná hlášení" @@ -3089,18 +3153,32 @@ msgstr "Publikovaná hlášení" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Hlášení na webu %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS kanál pro %s, v oblasti %s " + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Znovu odeslané hlášení" @@ -3159,15 +3237,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3183,23 +3261,28 @@ msgstr "" msgid "Satellite" msgstr "Satelitní" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Uložit změny" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3208,6 +3291,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Akce naplánována" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3241,22 +3329,22 @@ msgstr "Nebyli nalezeni žádní sledovaní uživatelé." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Zvolte subjekt" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Zvolte oblast" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3271,11 +3359,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "odesláno do %s o %s později" @@ -3288,7 +3376,7 @@ msgstr "Odeslat:" msgid "Service:" msgstr "Služba:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3314,6 +3402,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3326,9 +3415,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Zobrazit moje jméno veřejně" @@ -3357,16 +3446,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3412,14 +3501,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3441,11 +3530,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3462,20 +3551,25 @@ msgid "Start Date:" msgstr "Počáteční datum:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Stav" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Uložit změny" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3485,8 +3579,14 @@ msgstr "Stav" msgid "State:" msgstr "Stav:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Stav" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3508,6 +3608,10 @@ msgstr "Stále otevřeno, prostřednictvím dotazníku, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Podkategorie: %s" @@ -3526,7 +3630,7 @@ msgid "Subject:" msgstr "Předmět:" #: 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_loggedin.html:63 #: 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 @@ -3547,8 +3651,8 @@ msgstr "Odeslat změny" msgid "Submit questionnaire" msgstr "Odeslat dotazník" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3558,25 +3662,28 @@ msgstr "Odeslat dotazník" msgid "Submitted" msgstr "Odesláno" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Přihlásit se k odběru" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Přihlásit se k odběru emailových upozornění" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3609,8 +3716,8 @@ msgstr "Výsledky průzkumu" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3667,7 +3774,7 @@ msgstr "Zdá se, že se obrázek nenahrál správně (%s), zkuste to prosím zno 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3677,11 +3784,11 @@ msgstr "To místo se nezdá být v České republice; prosím zkuste to znovu." 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:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." @@ -3693,7 +3800,7 @@ msgstr "Tento report nemůže být zobrazen na %s." msgid "That report has been removed from FixMyStreet." msgstr "Toto hlášení bylo vyjmuto z FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3717,10 +3824,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3739,6 +3846,10 @@ msgstr "" "<strong>Název</strong> identifikuje subjekt (například, <em>Úřad městské části Praha 21</em>), \n" " název může být zobrazen veřejně." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3749,11 +3860,15 @@ msgstr "Úřad nebude moci pomoci, pokud ve svém hlášení nezadáte dostatek msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Nastala chyba: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3792,10 +3907,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3805,9 +3924,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Nejjednodušší upozornění je jedno z našich geografických:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3828,18 +3947,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3848,7 +3967,7 @@ msgstr "Byl problém s kombinací e-mailu a hesla. Pokud si nemůžete vzpomenou 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:353 +#: 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." @@ -3856,7 +3975,7 @@ msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." msgid "There were problems with your report. Please see below." msgstr "Nastal problém s vaším hlášením. Prosím, přečtěte si informace níže." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3912,8 +4031,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3929,9 +4048,10 @@ msgstr "Tento e-mail byl odeslán na oba úřady působící v dané lokalitě, msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Tento e-mail byl odeslán na několik úřadů působících v dané lokalitě, protože zvolená kategorie hlášení je uvedena pro všechny z nich. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Tato informace je vyžadována" @@ -3960,8 +4080,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Hlášení čeká na moderování operátorem." @@ -3993,7 +4113,7 @@ msgstr "Webová stránka také obsahuje fotografii hlášení, poskytnutou uživ msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Časová osa" @@ -4022,6 +4142,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4059,16 +4187,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4084,17 +4220,21 @@ msgstr "Opakujte znovu" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4108,7 +4248,7 @@ msgid "Unknown alert type" msgstr "Neznámý typ upozornění" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Neznámá chyba" @@ -4123,10 +4263,11 @@ msgstr "Neznámé ID hlášení" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Aktualizovat" @@ -4143,7 +4284,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Aktualizace subjektu" @@ -4179,13 +4320,23 @@ msgstr "Aktualizovat status" msgid "Updated" msgstr "Aktualizováno" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Odesláno uživatelem <strong>%s</strong> (%s) v %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Odesláno uživatelem <strong>%s</strong> v %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Aktualizováno!" @@ -4195,7 +4346,7 @@ msgstr "Aktualizováno!" msgid "Updates" msgstr "Aktualizace" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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" @@ -4209,8 +4360,8 @@ msgstr "Aktualizace hlášení {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4224,7 +4375,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4237,11 +4388,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Uživatel vyjmut ze sledování" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Uživatel sledován" @@ -4254,9 +4405,9 @@ msgstr "" 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/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Uživatelé" @@ -4265,9 +4416,9 @@ msgstr "Uživatelé" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Hodnoty aktualizovány" @@ -4314,7 +4465,7 @@ msgstr "Našli jsme více než jednu shodu pro požadovanou lokalitu. Nabízíme msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4349,7 +4500,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Editováno:" @@ -4358,7 +4509,15 @@ msgstr "Editováno:" msgid "When sent" msgstr "Odesláno:" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4370,8 +4529,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4406,7 +4565,7 @@ msgstr "" msgid "Year" msgstr "Rok" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4421,7 +4580,7 @@ msgstr "Rok" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ano" @@ -4455,6 +4614,10 @@ msgstr "Můžete <a href=\"%s%s\">zobrazit hlášení na tomto webu</a>." 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)." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Můžete kontaktovat technickou podporu <a href='mailto:%s'>%s</a>" @@ -4475,7 +4638,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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ý." @@ -4552,7 +4715,6 @@ msgstr "Vaše hlášení" 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:80 @@ -4565,7 +4727,7 @@ 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/auth/general.html:57 #: 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 @@ -4576,10 +4738,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4589,11 +4751,11 @@ msgstr "Vaše jméno a příjmení" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4601,7 +4763,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4639,8 +4801,8 @@ msgstr "" msgid "Your updates" msgstr "Vaše aktualizace" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4649,14 +4811,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "uživatelem %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "označené jako duplicitní hlášení" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4681,7 +4843,7 @@ msgstr "editace uživatele" msgid "from %s different users" msgstr "od %s různých uživatelů" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "naposledy upravené %s" @@ -4690,44 +4852,7 @@ msgstr "naposledy upravené %s" msgid "less than a minute" msgstr "méně než minutou" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "označené jako plánované" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "Označené jako interní postoupení" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "označeno za uzavřené" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "Označené jako vyřešené" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "označené jako probíhající" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "označené jako zkoumání" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "označené za nemožné spravit" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "označené za nespadající do kompetencí úřadu" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "označené za naplánované" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4738,13 +4863,10 @@ msgstr "neuvedeno" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "nebo" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "označené za nespadající do kompetencí úřadu" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4769,15 +4891,6 @@ msgstr "původně zadáno: “%s”" msgid "other areas:" msgstr "ostatní oblasti:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "znovu otevřeno" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "odhlásit" @@ -4791,6 +4904,11 @@ msgstr "místní úřad" 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ů" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Zobrazení oblastí" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "tento typ lokálního problému" @@ -4960,7 +5078,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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4984,7 +5102,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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4999,3 +5117,87 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s, oddělení, %" + +#~ msgid "%s, within %s ward" +#~ msgstr "% S, v% s oddělení" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Vyberte typ nemovitosti --" + +#~ msgid "Closed:" +#~ msgstr "Uzavřena:" + +#~ msgid "Duplicate" +#~ msgstr "Duplicitní" + +#~ msgid "Fixed:" +#~ msgstr "Vyřešené:" + +#~ 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’." + +#~ msgid "In Progress" +#~ msgstr "v řešení" + +#~ msgid "Internal referral" +#~ msgstr "Interní postoupení" + +#~ msgid "Investigating" +#~ msgstr "Šetření" + +#~ msgid "No further action" +#~ msgstr "Nelze opravit" + +#~ msgid "Not Responsible" +#~ msgstr "Nezodpovídá" + +#~ msgid "Or problems reported to:" +#~ msgstr "Nebo problémy hlášené subjektu:" + +#~ 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í:" + +#~ msgid "Please choose a property type" +#~ msgstr "Zvolte typ nemovitosti" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Hlášení uvnitř oblasti:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Nejjednodušší upozornění je jedno z našich geografických:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "označené jako duplicitní hlášení" + +#~ msgid "marked as action scheduled" +#~ msgstr "označené jako plánované" + +#~ msgid "marked as an internal referral" +#~ msgstr "Označené jako interní postoupení" + +#~ msgid "marked as closed" +#~ msgstr "označeno za uzavřené" + +#~ msgid "marked as fixed" +#~ msgstr "Označené jako vyřešené" + +#~ msgid "marked as in progress" +#~ msgstr "označené jako probíhající" + +#~ msgid "marked as investigating" +#~ msgstr "označené jako zkoumání" + +#~ msgid "marked as no further action" +#~ msgstr "označené za nemožné spravit" + +#~ msgid "marked as planned" +#~ msgstr "označené za naplánované" + +#~ msgid "or" +#~ msgstr "nebo" + +#~ msgid "reopened" +#~ msgstr "znovu otevřeno" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index e57c3bffe..d8312a1bd 100644 --- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Welsh (https://www.transifex.com/mysociety/teams/12067/cy/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "a" @@ -91,25 +91,6 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "ward %s, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, o fewn ward %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -133,23 +114,26 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ar gau)" +#: templates/web/base/alert/_list.html:30 +msgid "(covers roughly 200,000 people)" +msgstr "" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(wedi trwsio)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -158,7 +142,7 @@ msgstr "" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(heb ei anfon at y cyngor)" @@ -166,20 +150,22 @@ msgstr "(heb ei anfon at y cyngor)" msgid "(optional)" msgstr "(dewisol)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(anfonwyd i'r ddau)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Ffrwd RSS o broblemau yn %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Dewiswch fath o eiddo --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +174,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +195,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +216,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Oes</strong>, mae gen i gyfrinair" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +248,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Ychwanegu corff" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(dewisol)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +289,15 @@ msgstr "" msgid "Add user" msgstr "Ychwanegu defnyddiwr" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +325,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "Analluogwyd yr hysbysiad %d (créwyd %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Rhoi gwybod am ddiweddariadau i ddod" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +345,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Pob adroddiad" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +388,19 @@ msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." msgid "Anonymous" msgstr "Dienw" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Dienw" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +414,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +446,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -478,7 +491,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -491,13 +504,13 @@ msgstr "Yn ôl" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +532,11 @@ msgstr "Corff:" msgid "By Date" msgstr "Yn ôl dyddiad" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +544,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +557,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +569,7 @@ msgstr "" msgid "Category" msgstr "Categori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +609,11 @@ msgstr "" msgid "Change password" msgstr "Newid cyfrinair" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +630,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +659,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +681,17 @@ msgstr "" msgid "Closed" msgstr "Ar gau" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Caewyd gan y cyngor" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Ar gau:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Cyfesurynnau:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +705,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -725,7 +739,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +775,8 @@ msgstr "Cysylltu â'r tîm" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Methu dod o hyd i'r defnyddiwr" @@ -820,24 +834,33 @@ msgstr "Cyngor:" msgid "Count" msgstr "" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Crëwyd" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Creu adroddiad" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Creu categori" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +890,7 @@ msgstr "Cyflwr presennol" msgid "Currently no bodies have been created." msgstr "Ar hyn o bryd does dim cyrff." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +906,36 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Dilëwyd" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +973,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +982,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +990,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1002,7 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1010,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Lluosogi" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1026,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Golygu" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Golygu manylion y corff" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1085,15 @@ msgstr "Golygu'r diweddariad %d" msgid "Editing user %d" msgstr "Golygu'r defnyddiwr %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Golygydd" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1101,14 @@ msgstr "Golygydd" msgid "Email" msgstr "E-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1120,7 @@ msgstr "Crëwyd hysbysiad e-bost" msgid "Email alert deleted" msgstr "Dilëwyd hysbysiad e-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-bost eisoes yn y rhestr camddefnydd" @@ -1117,8 +1145,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1161,7 @@ msgstr "Dyddiad dod i ben:" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1180,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1200,8 @@ msgstr "Rhowch fanylion am y broblem" msgid "Error" msgstr "Gwall" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1226,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1242,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL allanol" @@ -1226,13 +1254,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Data ychwanegol:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Data ychwanegol:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1275,11 @@ msgstr "" msgid "Failed to send message" msgstr "Methodd anfon neges" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1293,32 @@ msgstr "Tro cyntaf" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,21 +1348,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1395,14 @@ msgstr "Derbyn diweddariadau am broblemau %s" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Derbyn ffrwd RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Mae'n dda gennym glywed y cafodd ei drwsio!" @@ -1381,8 +1412,8 @@ msgstr "Mae'n dda gennym glywed y cafodd ei drwsio!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1423,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1451,13 @@ msgstr "Cymorth" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Helo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1500,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Hanes" @@ -1499,12 +1525,12 @@ msgid "How to send successful reports" msgstr "Sut i anfon adroddiadau llwyddiannus" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Dwi newydd adrodd problem ar @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Dwi newydd ddiweddaru problem ar @fixmystreet" @@ -1524,17 +1550,25 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1579,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1602,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1637,6 @@ msgstr "ID annerbynniol" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Ar y gweill" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1645,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Ar y gweill" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1676,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1688,6 @@ msgstr "" msgid "Internal notes" msgstr "Nodiadau mewnol" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1696,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Dyddiad dod i ben annilys" @@ -1683,21 +1704,14 @@ msgstr "Dyddiad dod i ben annilys" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Dyddiad cychwyn annilys" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1720,41 @@ msgstr "" 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:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1781,27 @@ msgstr "Diweddariad diwethaf:" msgid "Last update:" msgstr "Diweddariad diwethaf:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Rhestru'r holl broblemau a adroddwyd" @@ -1796,13 +1832,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1848,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1857,11 @@ msgstr "" msgid "MAP" msgstr "MAP" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1877,7 @@ msgstr "Nodi ei fod wedi'i anfon" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1905,7 @@ msgstr "jurisdiction_id coll" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1918,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1927,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1935,28 @@ msgstr "" msgid "Month" msgstr "Mis" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1975,7 @@ msgstr "Enw:" msgid "Name: %s" msgstr "Enw: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1988,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +1999,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "" @@ -1992,7 +2041,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2021,6 +2070,7 @@ msgid "New reports" msgstr "Adroddiadau newydd" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "" @@ -2030,7 +2080,7 @@ msgstr "" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2038,7 +2088,7 @@ msgstr "" msgid "Next" msgstr "Nesaf" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2100,7 @@ msgstr "Nesaf" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "" @@ -2066,7 +2116,7 @@ msgstr "Dim corff" msgid "No council" msgstr "Dim cyngor" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "" @@ -2082,21 +2132,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Methu trwsio" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2149,8 @@ msgstr "" msgid "No result returned" msgstr "Dim canlyniadau" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2183,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2203,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nodyn" @@ -2185,6 +2225,10 @@ msgstr "Nodyn: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Nawr i gyflwyno eich adroddiad…" @@ -2215,20 +2259,17 @@ msgstr "" msgid "Old state" msgstr "Hen gyflwr" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2296,25 @@ msgstr "gwefan menter Open311" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: 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:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2337,16 @@ msgstr "" msgid "Page Not Found" msgstr "Ni chanfuwyd y dudalen" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Rhiant" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Rhannol" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2354,7 @@ msgstr "Rhannol" msgid "Password (optional)" msgstr "Cyfrinair (dewisol)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Cyfrinair:" @@ -2322,7 +2366,7 @@ msgstr "Dolen barhaol" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2374,7 @@ msgstr "" msgid "Phone number" msgstr "Rhif ffôn" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Rhif ffôn (dewisol)" @@ -2390,12 +2434,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2453,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2484,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Rhowch neges" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2506,14 @@ msgid "Please enter a password" msgstr "Rhowch gyfrinair" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Rhowch bwnc" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2525,7 @@ msgstr "Rhowch e-bost dilys" msgid "Please enter a valid email address" msgstr "Rhowch gyfeiriad e-bost dilys" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Rhowch fanylion" @@ -2498,8 +2534,8 @@ msgstr "Rhowch fanylion" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2558,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2586,7 +2622,7 @@ msgstr "" msgid "Please note:" msgstr "Noder:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2640,19 +2676,19 @@ msgstr "Ysgrifennwch eich diweddariad yma" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Postiwyd yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Postiwyd gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postiwyd gan <strong>%s</strong> (%s) am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postiwyd gan <strong>%s</strong> am %s" @@ -2664,12 +2700,12 @@ msgstr "" msgid "Previous" msgstr "Blaenorol" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2684,7 +2720,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Preifat" @@ -2715,7 +2751,7 @@ msgstr "Anfonwyd y broblem %s at y cyngor" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "" @@ -2723,11 +2759,16 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemau" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemau yn ward %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemau gerllaw" @@ -2740,13 +2781,15 @@ msgstr "Problemau ar y map" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" -msgstr "" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" +msgstr "Problemau yn %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemau yn %s" @@ -2754,16 +2797,17 @@ msgstr "Problemau yn %s" msgid "Problems within %s ward" msgstr "Problemau yn ward %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Cyfeiriad yr eiddo:" @@ -2773,11 +2817,11 @@ msgstr "Cyfeiriad yr eiddo:" msgid "Provide an update" msgstr "Darparu diweddariad" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2795,7 +2839,7 @@ msgstr "" msgid "Public response:" msgstr "Ymateb cyhoeddus:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2823,7 +2867,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2851,11 +2895,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Ffrwd RSS o broblemau gerllaw" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2880,7 +2924,7 @@ msgstr "Ffrwd RSS o ddiweddariadau i'r broblem hon" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2894,7 +2938,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemau a adroddwyd yn ddiweddar" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2902,7 +2946,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2932,8 +2984,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2948,7 +3000,7 @@ msgstr "Adrodd problem" msgid "Report abuse" msgstr "Adrodd camddefnydd" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2971,7 +3023,7 @@ msgstr "Adrodd eich problem" msgid "Report, view, or discuss local problems" msgstr "Adrodd, gweld, neu drafod problemau lleol" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Adroddwyd yn ddienw am %s" @@ -2981,7 +3033,7 @@ msgstr "Adroddwyd yn ddienw am %s" msgid "Reported before" msgstr "Adroddwyd eisoes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Adroddwyd gan %s am %s" @@ -2995,27 +3047,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Adroddwyd yn y categori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 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:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Adroddwyd yn y categori %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Adroddwyd drwy %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Adroddwyd drwy %s gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Adroddwyd drwy %s yn y categori %s am %s" @@ -3033,8 +3085,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Adrodd problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3048,10 +3100,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Adroddwyd gan %s am %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Adroddiadau a gyhoeddwyd" @@ -3060,18 +3121,32 @@ msgstr "Adroddiadau a gyhoeddwyd" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Adroddwyd ar %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Ffrwd RSS %s, o fewn ward %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Ailanfon adrodd" @@ -3130,15 +3205,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3154,23 +3229,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Cadw'r newidiadau" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3179,6 +3259,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3212,22 +3296,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3242,11 +3326,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3259,7 +3343,7 @@ msgstr "Anfonwyd:" msgid "Service:" msgstr "Gwasanaeth:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3285,6 +3369,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3297,9 +3382,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Dangos fy enw yn gyhoeddus" @@ -3328,16 +3413,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3383,14 +3468,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3412,11 +3497,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3433,20 +3518,25 @@ msgid "Start Date:" msgstr "Dyddiad cychwyn:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Cyflwr" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Cadw'r newidiadau" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3456,8 +3546,14 @@ msgstr "Cyflwr" msgid "State:" msgstr "Cyflwr:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Cyflwr" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3479,6 +3575,10 @@ msgstr "Ar agor o hyd, drwy holiadur, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Is-gategori: %s" @@ -3497,7 +3597,7 @@ msgid "Subject:" msgstr "Pwnc:" #: 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_loggedin.html:63 #: 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 @@ -3518,8 +3618,8 @@ msgstr "Cyflwyno newidiadau" msgid "Submit questionnaire" msgstr "Cyflwyno'r holiadur" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3529,25 +3629,28 @@ msgstr "Cyflwyno'r holiadur" msgid "Submitted" msgstr "Cyflwynwyd" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Tanysgrifio" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Tanysgrifio i hysbysiad e-bost" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3580,8 +3683,8 @@ msgstr "Canlyniadau arolwg" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3638,7 +3741,7 @@ msgstr "Ni uwchlwythwyd y llun yn gywir (%s), ceisiwch eto." 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3648,11 +3751,11 @@ msgstr "Mae'n ymddangos nad yw'r lleoliad hwnnw yn y DU; rhowch gynnig arall arn msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." @@ -3664,7 +3767,7 @@ msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3684,10 +3787,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3704,6 +3807,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3714,11 +3821,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Y gwall oedd: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3757,10 +3868,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3770,9 +3885,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Yr hysbysiad symlaf yw'r un daearyddol:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3791,18 +3906,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Nid oes unrhyw adroddiadau i'w dangos." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3811,7 +3926,7 @@ msgstr "Bu problem gyda'r e-bost neu gyfrinair. Os na allwch gofio eich cyfrinai 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:353 +#: 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." @@ -3819,7 +3934,7 @@ msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." msgid "There were problems with your report. Please see below." msgstr "Bu gwallau gyda'r adroddiad. Gwelwch isod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3867,8 +3982,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3882,9 +3997,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -3913,8 +4029,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3946,7 +4062,7 @@ msgstr "Mae'r dudalen we hon yn cynnwys llun o'r broblem, a ddarparwyd gan y def msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Llinell amser" @@ -3975,6 +4091,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4012,16 +4136,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4037,17 +4169,21 @@ msgstr "Ceisio eto" msgid "Try emailing us directly:" msgstr "Ceisiwch anfon e-bost atom yn uniongyrchol:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4061,7 +4197,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Gwall anhysbys" @@ -4076,10 +4212,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4096,7 +4233,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4132,13 +4269,23 @@ msgstr "" msgid "Updated" msgstr "Diweddarwyd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Postiwyd gan <strong>%s</strong> (%s) am %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Postiwyd gan <strong>%s</strong> am %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Diweddarwyd!" @@ -4148,7 +4295,7 @@ msgstr "Diweddarwyd!" msgid "Updates" msgstr "Diweddariadau" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4162,8 +4309,8 @@ msgstr "Diweddariadau ar {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4177,7 +4324,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4190,11 +4337,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4207,9 +4354,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Defnyddwyr" @@ -4218,9 +4365,9 @@ msgstr "Defnyddwyr" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4267,7 +4414,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4302,7 +4449,7 @@ msgstr "Ymatebwn cyn gynted â phosib." msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4311,7 +4458,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4323,8 +4478,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4359,7 +4514,7 @@ msgstr "" msgid "Year" msgstr "Blwyddyn" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4374,7 +4529,7 @@ msgstr "Blwyddyn" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "" @@ -4408,6 +4563,10 @@ msgstr "Gallwch <a href=\"%s%s\">weld y broblem ar y wefan hon</a>." msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Gallwch gysylltu â'n tîm cymorth technegol drwy <a href='mailto:%s'>%s</a>" @@ -4426,7 +4585,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4500,7 +4659,6 @@ msgstr "Eich adroddiadau" 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:80 @@ -4513,7 +4671,7 @@ 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/auth/general.html:57 #: 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 @@ -4524,10 +4682,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4537,11 +4695,11 @@ msgstr "Eich enw" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4549,7 +4707,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4587,8 +4745,8 @@ msgstr "" msgid "Your updates" msgstr "Eich diweddariadau" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4597,14 +4755,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "gan %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4629,7 +4787,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "diweddarwyd ddiwethaf %s" @@ -4638,44 +4796,7 @@ msgstr "diweddarwyd ddiwethaf %s" msgid "less than a minute" msgstr "llai na munud" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4686,14 +4807,10 @@ msgstr "ddim yn berthnasol" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "neu" - #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" msgstr "neu dewch o hyd i fi'n awtomatig" @@ -4717,15 +4834,6 @@ msgstr "" msgid "other areas:" msgstr "ardaloedd eraill:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "ailagorwyd" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "allgofnodi" @@ -4739,6 +4847,11 @@ msgstr "y cyngor lleol" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "y cyngor lleol" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4925,7 +5038,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4952,7 +5065,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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4969,3 +5082,42 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "%s ward, %s" +#~ msgstr "ward %s, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, o fewn ward %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Dewiswch fath o eiddo --" + +#~ msgid "Closed:" +#~ msgstr "Ar gau:" + +#~ msgid "Duplicate" +#~ msgstr "Lluosogi" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Dyma'r mathau o hysbysiadau problemau lleol ar gyfer ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Ar y gweill" + +#~ msgid "No further action" +#~ msgstr "Methu trwsio" + +#~ 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:" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemau o fewn ffiniau:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Yr hysbysiad symlaf yw'r un daearyddol:" + +#~ msgid "or" +#~ msgstr "neu" + +#~ msgid "reopened" +#~ msgstr "ailagorwyd" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 41d7f6634..5ddb8f3e1 100644 --- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/mysociety/teams/12067/da_DK/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " og " @@ -91,25 +91,6 @@ msgstr "%s spørgeskemaer sendt – %s besvaret (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s bydel, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, indefor bydel %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> -bidragsydere" @@ -118,7 +99,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbrugstabellen)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(lukket)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(en standardafstand som dækker en befolkning på omtrent 200.000)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(løst)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som graffite, affald, hul i vejen, eller ødelagt gadelys)" @@ -158,7 +143,7 @@ msgstr "(som graffite, affald, hul i vejen, eller ødelagt gadelys)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(ikke rapporteret til myndigheden)" @@ -166,20 +151,22 @@ msgstr "(ikke rapporteret til myndigheden)" msgid "(optional)" msgstr "(valgfrit)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS-strøm for problemer indenfor %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Vælg en ejendomsstype --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +217,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ja</strong>, jeg har en adgangskode" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Handling planlagt" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +249,35 @@ msgid "Add a contact using the form below." msgstr "Tilføj en kontakt ved at bruge formularen nedenfor." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Tilføj myndighed" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(valgfrit)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +290,15 @@ msgstr "" msgid "Add user" msgstr "Tilføj bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +326,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Send mig varsel ved fremtidige opdateringer" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +346,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Mærkevaresamarbejde" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +389,19 @@ msgstr "En opdatering markerede dette problem som ordnet." msgid "Anonymous" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonym" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +415,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +447,11 @@ msgstr "Tildel til ekstern myndighed:" msgid "Assign to subdivision:" msgstr "Tildelt underafdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -478,7 +492,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Afventer moderation" @@ -491,13 +505,13 @@ msgstr "Tilbage" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Bandlys epostadresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +533,11 @@ msgstr "Administration:" msgid "By Date" msgstr "På dato" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +545,7 @@ 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +558,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +570,7 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +610,11 @@ msgstr "" msgid "Change password" msgstr "Skift adgangskode" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -618,7 +636,7 @@ msgid "" " 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -647,22 +665,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -670,23 +687,17 @@ msgstr "" msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Lukket af myndigheden" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Lukket:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinater:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Mærkevaresamarbejde" @@ -700,11 +711,15 @@ msgstr "Mærkevaresamarbejdsdata:" msgid "Cobrand:" msgstr "Mærkevaresamarbejde:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Opsætning" @@ -730,7 +745,7 @@ msgstr "" msgid "Confirmation" msgstr "Bekræftelse" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -766,8 +781,8 @@ msgstr "Kontakt projektgruppen" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Kunne ikke finde bruger" @@ -825,24 +840,33 @@ msgstr "Administration:" msgid "Count" msgstr "Antal" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Oprettet" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Lav en rapport" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lav kategori" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -872,7 +896,7 @@ msgstr "Gældende tilstand" msgid "Currently no bodies have been created." msgstr "I øjeblikket er der ikke lavet nogen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -888,27 +912,36 @@ msgstr "Oversigt" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet af underafdeling inden 5 arbejdsdage" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Slettet" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -946,7 +979,7 @@ msgid "Diligency prize league table" msgstr "Arbejdsheste" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -955,7 +988,7 @@ 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/auth/general.html:60 #: 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 @@ -963,7 +996,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -975,7 +1008,7 @@ msgstr "Véd ikke" msgid "Don't like forms?" msgstr "Kan du ikke lide skemaer?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -983,16 +1016,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplikat" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1007,43 +1035,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Redigér" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Redigér detaljer for myndighed" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1066,15 +1094,15 @@ msgstr "Redigerer opdatering %d" msgid "Editing user %d" msgstr "Redigerer bruger %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Opdateret af" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1082,13 +1110,14 @@ msgstr "Opdateret af" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Epost lagt til misbrugsliste" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1100,7 +1129,7 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Epost allerede i misbrugslisten" @@ -1128,8 +1157,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1147,7 +1176,7 @@ msgstr "Slut-dato:" msgid "Endpoint" msgstr "Endepunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Indtast et vejnavn i Zürich" @@ -1166,7 +1195,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1186,8 +1215,8 @@ msgstr "Indtast detaljer om problemet" msgid "Error" msgstr "Fejl" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1212,12 +1241,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1228,7 +1257,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Eksternt link" @@ -1240,13 +1269,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Ekstra data:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Ekstra data:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1254,6 +1290,11 @@ msgstr "" msgid "Failed to send message" msgstr "Kunne ikke sende besked" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1267,49 +1308,32 @@ msgstr "Første gang" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Løst" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Løst - Administration" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Løst - Bruger" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Løst:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Markér som slettet" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Markér bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Markeret:" @@ -1339,21 +1363,25 @@ msgstr "Følg en bydelslænke for at kun se rapporter indenfor denne bydel." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1382,10 +1410,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Giv mig en RSS-strøm" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Glad for at høre at det er i orden!" @@ -1395,8 +1427,8 @@ msgstr "Glad for at høre at det er i orden!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1406,7 +1438,7 @@ msgstr "Søg" msgid "Going to send questionnaire?" msgstr "Skal der sendes spørgeskema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1434,22 +1466,13 @@ msgstr "Hjælp" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hej, %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1492,11 +1515,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historie" @@ -1513,12 +1540,12 @@ msgid "How to send successful reports" msgstr "Hvordan indsendes rapporter som er løst" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Jeg rapporterede netop et problem på @fixminvej" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Jeg opdaterede netop et problem på @fixminvej" @@ -1538,17 +1565,25 @@ 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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1559,7 +1594,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1582,7 +1617,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1624,11 +1659,6 @@ msgstr "Ugyldigt ID" msgid "Illegal feed selection" msgstr "Ugyldigt valg af feed" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Under Udførelse" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "I misbrugstabel?" @@ -1637,17 +1667,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Under udførelse" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1671,11 +1698,11 @@ msgstr "Forkert has_photo-værdi \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1683,11 +1710,6 @@ msgstr "" msgid "Internal notes" msgstr "Interne notater" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Intern reference" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1696,7 +1718,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-værdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Ugyldig slut-dato" @@ -1704,21 +1726,14 @@ msgstr "Ugyldig slut-dato" msgid "Invalid format %s specified." msgstr "Ugyldigt format %s angivet." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Ugyldig startdato" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Undersøges" - #: templates/web/base/contact/blurb.html:2 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." @@ -1727,23 +1742,41 @@ msgstr "Det er ofte hurtigst at <a href=\"%s\">tjekke vores FAQ</a> og se om sva 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:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1770,23 +1803,27 @@ msgstr "Sidste opdatering:" msgid "Last update:" msgstr "Sidste opdatering:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "List alle rapporterede problemer" @@ -1817,13 +1854,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1833,7 +1870,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1842,11 +1879,11 @@ msgstr "" msgid "MAP" msgstr "KORT" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1862,7 +1899,7 @@ msgstr "Markér som afsendt" 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1890,7 +1927,7 @@ msgstr "Mangler jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1903,7 +1940,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1912,7 +1949,7 @@ msgid "Moderated by division within one working day" msgstr "Modereret af afdeling inden for en arbejdsdag" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1920,23 +1957,28 @@ msgstr "" msgid "Month" msgstr "Måned" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1955,7 +1997,7 @@ msgstr "Navn:" msgid "Name: %s" msgstr "Navn: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1968,8 +2010,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1981,15 +2023,23 @@ msgstr "" "Nærmeste vej for nålen placeret på kortet (automatisk genereret ved hjælp af Bing Maps) er: %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Ny myndighed tilføjet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Ny kategorikontakt tilføjet" @@ -2015,7 +2065,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2044,6 +2094,7 @@ msgid "New reports" msgstr "Nye rapporter" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Ny tilstand" @@ -2053,7 +2104,7 @@ msgstr "Ny tilstand" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2061,7 +2112,7 @@ msgstr "" msgid "Next" msgstr "Næste" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2073,7 +2124,7 @@ msgstr "Næste" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nej" @@ -2089,7 +2140,7 @@ msgstr "Ingen myndighed" msgid "No council" msgstr "Ingen myndighed" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Ingen myndighed er valgt" @@ -2105,21 +2156,16 @@ msgstr "Fandt ingen markerede problemer." msgid "No flagged users found." msgstr "Fant ingen markerede brugere." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Kan ikke fikses" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2127,8 +2173,8 @@ msgstr "" msgid "No result returned" msgstr "Ingen resultater returneret" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2168,13 +2214,8 @@ msgstr "" "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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Ikke ansvarlig" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2193,7 +2234,7 @@ msgid "Not reported to council" msgstr "Ikke rapporteret til myndigheden" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Bemærk" @@ -2215,6 +2256,10 @@ msgstr "Note: <strong>%d</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "På tide at sende din rapport…" @@ -2245,20 +2290,17 @@ msgstr "" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2285,21 +2327,25 @@ msgstr "Open311-initiativets netside" msgid "Open311 specification" msgstr "Open311-specifikation" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Eller problemer meldt til:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2322,17 +2368,16 @@ msgstr "Ejer" msgid "Page Not Found" msgstr "Fandt ikke siden" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Forælder" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Delvis" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2340,7 +2385,7 @@ msgstr "Delvis" msgid "Password (optional)" msgstr "Adgangskode (valgfrit)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Adgangskode:" @@ -2352,7 +2397,7 @@ msgstr "Permalink" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2360,7 +2405,7 @@ msgstr "" msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfrit)" @@ -2420,12 +2465,8 @@ msgstr "" msgid "Place pin on map" msgstr "Placér tegnestiften på kortet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2443,26 +2484,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Vælg en kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Vælg en type egenskab" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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." @@ -2478,18 +2515,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2500,14 +2537,14 @@ msgid "Please enter a password" msgstr "Indtast en adgangskode" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Venligst angiv et emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2519,7 +2556,7 @@ msgstr "Tilføj en gyldig e-post" msgid "Please enter a valid email address" msgstr "Angiv din e-post" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Angiv oplysninger om problemet" @@ -2528,8 +2565,8 @@ msgstr "Angiv oplysninger om problemet" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2552,8 +2589,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2618,7 +2655,7 @@ msgstr "" msgid "Please note:" msgstr "Venligst bemærk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2672,19 +2709,19 @@ msgstr "Indtast venligst din opdatering her" msgid "Post" msgstr "Indsend" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Publiceret anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Sendt ind af %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Sendt ind af <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Sendt ind af <strong>%s</strong> %s" @@ -2696,12 +2733,12 @@ msgstr "" msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2716,7 +2753,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2747,7 +2784,7 @@ msgstr "Problem %s sendt til myndighed %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling af problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem markeret som åbent." @@ -2755,11 +2792,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemer indenfor %s bydel" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemer i nærheden" @@ -2772,13 +2814,15 @@ msgstr "Problemer på kortet" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemer nyligt rapporteret fikset på FixMinVej" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemer indenfor %.1fkm fra denne positionen" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemer indenfor %s" @@ -2786,16 +2830,17 @@ msgstr "Problemer indenfor %s" msgid "Problems within %s ward" msgstr "Problemer indenfor %s bydel" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Ejendomsadresse:" @@ -2805,11 +2850,11 @@ msgstr "Ejendomsadresse:" msgid "Provide an update" msgstr "Bidrag med en opdatering" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2827,7 +2872,7 @@ msgstr "" msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2855,7 +2900,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2883,11 +2928,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheden" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2912,7 +2957,7 @@ msgstr "RSS-strøm med opdateringer for dette problem" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2926,7 +2971,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyligt meldte problemer" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2934,7 +2979,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Fjern markering" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Fjern markering" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Fjern markering" @@ -2964,8 +3019,8 @@ msgstr "" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2980,7 +3035,7 @@ msgstr "Rapportér et problem" msgid "Report abuse" msgstr "Rapportér misbrug" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3003,7 +3058,7 @@ 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:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Rapporteret anonymt %s" @@ -3013,7 +3068,7 @@ msgstr "Rapporteret anonymt %s" msgid "Reported before" msgstr "Rapporteret tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Publiceret af %s %s" @@ -3027,27 +3082,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Rapporteret i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Rapporteret i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Rapporteret i kategorien %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Publiceret af %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Rapporteret af %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporteret af %s i kategorien %s af %s %s" @@ -3065,8 +3120,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Rapporterer et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3080,10 +3135,19 @@ msgstr "Rapporterne begrænses til %s tegn. Rapporten skal forkortes." msgid "Reports awaiting approval" msgstr "Rapporter som venter på godkendelse" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Publiceret af %s %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publicerede rapporter" @@ -3092,18 +3156,32 @@ msgstr "Publicerede rapporter" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Rapport på %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS-strøm af %s, indenfor %s bydel" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Send rapport igen" @@ -3162,15 +3240,15 @@ msgstr "Vejoperatør for denne navngivne vej (udledt af vejens referencenummer o msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vejoperatør for denne navngivne vej (fra OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3186,23 +3264,28 @@ msgstr "" msgid "Satellite" msgstr "Satelit" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Gem ændringer" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3211,6 +3294,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Handling planlagt" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3244,22 +3332,22 @@ msgstr "Søgningen fandt ingen brugere." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Vælg en myndighed" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Vælg et område" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3274,11 +3362,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" @@ -3291,7 +3379,7 @@ msgstr "Sendt:" msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3317,6 +3405,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3329,9 +3418,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Vis mit navn offentligt" @@ -3360,16 +3449,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3418,14 +3507,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3447,11 +3536,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3468,20 +3557,25 @@ msgid "Start Date:" msgstr "Start-dato:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Tilstand" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Gem ændringer" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3491,8 +3585,14 @@ msgstr "Tilstand" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Tilstand" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3514,6 +3614,10 @@ msgstr "Fortsat åben via spørgeskema, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Underkategori: %s" @@ -3532,7 +3636,7 @@ msgid "Subject:" msgstr "Emne:" #: 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_loggedin.html:63 #: 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 @@ -3553,8 +3657,8 @@ msgstr "Indsend ændringer" msgid "Submit questionnaire" msgstr "Indsend spørgeskema" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3564,25 +3668,28 @@ msgstr "Indsend spørgeskema" msgid "Submitted" msgstr "Sendt ind" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Abonnér" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Jeg ønsker at abonnere på e-postvarsel" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3615,8 +3722,8 @@ msgstr "Resultater fra spørgeundersøgelsen" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3673,7 +3780,7 @@ msgstr "Billedet ser ikke ud til at være blevet lagt op rigtigt (%s), prøv ige 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3683,11 +3790,11 @@ msgstr "Det sted virker ikke til at være i Storbritannien. Venligst prøv igen. msgid "That postcode was not recognised, sorry." msgstr "Det postnummer blev ikke genkendt, beklager." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Det problem er blevet markeret som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." @@ -3699,7 +3806,7 @@ msgstr "Denne rapport kan ikke vises på %s." msgid "That report has been removed from FixMyStreet." msgstr "Den rapport er blevet fjernet fra FixMinVej." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3725,10 +3832,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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3749,6 +3856,10 @@ msgstr "" "Administrationens <strong>navn</strong> identificerer instansen (for eksempel, <em>Borsetshire District Council</em>)\n" "og kan blive vist udadtil." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3763,11 +3874,15 @@ msgstr "" msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Fejlen var: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "De følgende Open311 v2-atributter bliver returneret for hver forespørgsel: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code og service_name." @@ -3806,10 +3921,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3819,9 +3938,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Den simpleste besked er vores geografiske:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3842,18 +3961,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Der er ingen rapporter at vise." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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" @@ -3862,7 +3981,7 @@ msgstr "Der var problemer med din e-post/adgangskode-kombination. Hvis du har gl 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:353 +#: 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." @@ -3870,7 +3989,7 @@ msgstr "Der var problemer med din opdatering. Vær sød at forsøge igen." msgid "There were problems with your report. Please see below." msgstr "Der var problemer med din rapport. Venligst se nedenfor." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3925,8 +4044,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3942,9 +4061,10 @@ msgstr "Denne e-post er blevet sendt til begge myndigheder som dækker stedet fo msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-post er blevet sendt til flere myndigheder som dækker stedet for problemet, da den valgte kategori er tilgængelig for disse. Vær sød at ignorere e-posten hvis I ikke er korrekt myndighed for at håndtere denne sag." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Denne information er påkrævet" @@ -3973,8 +4093,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Denne rapport afventer moderation" @@ -4006,7 +4126,7 @@ msgstr "Denne netside indeholder også et billede af problemet, sendt ind af bru msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -4035,6 +4155,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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." @@ -4072,16 +4200,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4097,17 +4233,21 @@ msgstr "Prøv igen" msgid "Try emailing us directly:" msgstr "Forsøg at sende epost direkte til os:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4121,7 +4261,7 @@ msgid "Unknown alert type" msgstr "Ukendt varsel-type" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ukendt fejl" @@ -4136,10 +4276,11 @@ msgstr "Ukendt problem-Id" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Opdatering" @@ -4156,7 +4297,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Opdatér myndighed" @@ -4192,13 +4333,23 @@ msgstr "Opdatér tilstanden" msgid "Updated" msgstr "Opdateret" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Sendt ind af <strong>%s</strong> (%s) %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Sendt ind af <strong>%s</strong> %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Opdateret!" @@ -4208,7 +4359,7 @@ msgstr "Opdateret!" msgid "Updates" msgstr "Opdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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." @@ -4222,8 +4373,8 @@ msgstr "Opdateringer af {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4237,7 +4388,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4250,11 +4401,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Brugermarkering fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Bruger markeret" @@ -4267,9 +4418,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Brugersøgning finder træf på brugernavne og epostadresser. " -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Brugere" @@ -4278,9 +4429,9 @@ msgstr "Brugere" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Værdier opdateret" @@ -4327,7 +4478,7 @@ msgstr "Vi fandt mere en et træf for dette sted. Vi viser op til ti træf, så msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4362,7 +4513,7 @@ msgstr "Vi tager kontakt med dig så snart vi kan." msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Hvornår redigeret" @@ -4371,7 +4522,15 @@ msgstr "Hvornår redigeret" msgid "When sent" msgstr "Hvornår sendt" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4383,8 +4542,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4419,7 +4578,7 @@ msgstr "" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4434,7 +4593,7 @@ msgstr "År" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4468,6 +4627,10 @@ msgstr "Du kan <a href=\"%s%s\">læse om problemet på denne side</a>." 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Du kan kontakte teknisk support via <a href='mailto:%s'>%s</a>" @@ -4488,7 +4651,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4564,7 +4727,6 @@ msgstr "Dine rapporter" 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:80 @@ -4577,7 +4739,7 @@ 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/auth/general.html:57 #: 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 @@ -4588,10 +4750,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4601,11 +4763,11 @@ msgstr "Dit navn" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4613,7 +4775,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4651,8 +4813,8 @@ msgstr "" msgid "Your updates" msgstr "Dine opdateringer" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4661,14 +4823,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "af %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "markeret som duplikeret rapport" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4693,7 +4855,7 @@ msgstr "redigér bruger" msgid "from %s different users" msgstr "fra %s forskellige brugere" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "sidst opdateret %s" @@ -4702,44 +4864,7 @@ msgstr "sidst opdateret %s" msgid "less than a minute" msgstr "mindre end et minut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "markeret som planlagt" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "markeret som en intern henvisning" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "markeret som lukket" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "markeret som fikset" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "markeret som under udførelse" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "markeret som undersøges" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "markeret som uløseligt" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "markeret som ikke myndighedens ansvar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "markeret som planlagt" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4750,13 +4875,10 @@ msgstr "n/a" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "eller" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "markeret som ikke myndighedens ansvar" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4781,15 +4903,6 @@ msgstr "oprinnelig lagt ind: “%s”" msgid "other areas:" msgstr "andre områder:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "åbnet igen" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "log ud" @@ -4803,6 +4916,11 @@ msgstr "den lokale myndighed" 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" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Ser på et sted" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "denne type lokalt problem" @@ -4955,7 +5073,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4976,7 +5094,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4989,3 +5107,87 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s bydel, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, indefor bydel %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Vælg en ejendomsstype --" + +#~ msgid "Closed:" +#~ msgstr "Lukket:" + +#~ msgid "Duplicate" +#~ msgstr "Duplikat" + +#~ msgid "Fixed:" +#~ msgstr "Løst:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Her er de forskellige typer lokale problemvarsler for ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Under Udførelse" + +#~ msgid "Internal referral" +#~ msgstr "Intern reference" + +#~ msgid "Investigating" +#~ msgstr "Undersøges" + +#~ msgid "No further action" +#~ msgstr "Kan ikke fikses" + +#~ msgid "Not Responsible" +#~ msgstr "Ikke ansvarlig" + +#~ msgid "Or problems reported to:" +#~ msgstr "Eller problemer meldt til:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Vælg en type egenskab" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemer indenfor grænserne af:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Den simpleste besked er vores geografiske:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "markeret som duplikeret rapport" + +#~ msgid "marked as action scheduled" +#~ msgstr "markeret som planlagt" + +#~ msgid "marked as an internal referral" +#~ msgstr "markeret som en intern henvisning" + +#~ msgid "marked as closed" +#~ msgstr "markeret som lukket" + +#~ msgid "marked as fixed" +#~ msgstr "markeret som fikset" + +#~ msgid "marked as in progress" +#~ msgstr "markeret som under udførelse" + +#~ msgid "marked as investigating" +#~ msgstr "markeret som undersøges" + +#~ msgid "marked as no further action" +#~ msgstr "markeret som uløseligt" + +#~ msgid "marked as planned" +#~ msgstr "markeret som planlagt" + +#~ msgid "or" +#~ msgstr "eller" + +#~ msgid "reopened" +#~ msgstr "åbnet igen" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 01a7aad57..7e8059141 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "und" @@ -91,25 +91,6 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "(Schaden & Ort des Schadens)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -133,23 +114,26 @@ msgstr "Ihr Name" msgid "(No phone number)" msgstr "Ihre Telefonnummer" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(beantwortet)" +#: templates/web/base/alert/_list.html:30 +msgid "(covers roughly 200,000 people)" +msgstr "" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(beantwortet)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" @@ -158,7 +142,7 @@ msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "" @@ -166,20 +150,21 @@ msgstr "" msgid "(optional)" msgstr "(optional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "Vorlage wählen" @@ -188,16 +173,16 @@ msgstr "Vorlage wählen" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +194,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Zeige</label> %s <label for=\"filter_categories\">über</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +216,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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 "Passwort" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +248,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Adresse hinzufügen" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "optional" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +289,15 @@ msgstr "" msgid "Add user" msgstr "User hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Füge neue Kategorie hinzu" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Vorlagen für %s" @@ -327,13 +325,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +345,21 @@ msgid "All Reports as CSV" msgstr "Als CSV exportieren" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Alle Kategorien" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Alle Kategorien" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +388,19 @@ msgstr "" msgid "Anonymous" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonym" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "User hinzufügen" @@ -401,7 +414,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +446,11 @@ msgstr "Nachricht an zuständige Stelle" msgid "Assign to subdivision:" msgstr "An Fachbereich zuweisen" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "User an Gegenden zuweisen" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 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" @@ -478,7 +491,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Verhindern Sie persönliche Informationen wie Kfz-Kennzeichen oder Personen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Überprüfung ausstehend" @@ -491,13 +504,13 @@ msgstr "Zurück" msgid "Back to all reports" msgstr "Alle Meldungen" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +532,11 @@ msgstr "Organisation" msgid "By Date" msgstr "" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Falls Sie kein E-Mail erhalten haben, überprüfen Sie bitte Ihren Spamordner." @@ -527,7 +544,7 @@ 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>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorie" @@ -540,8 +557,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +569,7 @@ msgstr "Kategorie:" msgid "Category" msgstr "Kategorie" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" @@ -592,11 +609,11 @@ msgstr "E-Mail Adresse ändern" msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +630,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +659,22 @@ msgstr "Klicken Sie auf den Link im Bestätigungsmail um über den Bearb msgid "Click the link in our confirmation email to publish your update." msgstr "Klicken Sie auf den Link im Bestätigungsmail um diese Überarbeitung zu veröffentlichen." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 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:189 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klicken Sie auf den Link im Bestätigungsemail um sich anzumelden." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +682,17 @@ msgstr "Klicken Sie auf den Link im Bestätigungsemail um sich anzumelden." msgid "Closed" msgstr "Beantwortet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "" -#: templates/web/base/reports/_list-filters.html:13 -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:37 msgid "Co-ordinates:" msgstr "Koordinaten" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +706,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -725,7 +740,7 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +776,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinaten" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "" @@ -820,24 +835,33 @@ msgstr "" msgid "Count" msgstr "Anzahl" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Erstellt" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategorie erstellen" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Priorität erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +891,7 @@ msgstr "Aktueller Status" msgid "Currently no bodies have been created." msgstr "Bisher wurden noch keine Organisationseinheiten erfasst." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kunde nicht kontaktierbar" @@ -883,27 +907,37 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Innerhalb von fünf Arbeitstagen abgeschlossen" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Priorität erstellen" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Vorlage löschen" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Gelöscht" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +975,7 @@ msgid "Diligency prize league table" msgstr "Weiss ich nicht" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +984,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +992,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s Passwort?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1004,7 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1012,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Fotos hierhin ziehen oder <u>hochladen</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplikat" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1028,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Anpassen" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "User-Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Kategorie editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Priorität editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Meldungen editieren" @@ -1058,15 +1087,15 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1103,14 @@ msgstr "" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Ihre E-Mail Adresse" @@ -1092,7 +1122,7 @@ msgstr "E-Mail Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail Benachrichtigung gelöscht" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "" @@ -1117,8 +1147,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1163,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Ungefähre Adresse des Schadens" @@ -1152,7 +1182,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1202,8 @@ msgstr "Beschreiben Sie den Schaden" msgid "Error" msgstr "Fehler" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Alles" @@ -1198,12 +1228,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1244,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1256,20 @@ msgstr "Externe Stelle" msgid "External team" msgstr "Externes Team" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Zusätzliche Details" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Zusätzliche Details" @@ -1240,6 +1277,11 @@ msgstr "Zusätzliche Details" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1295,32 @@ msgstr "" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Beantwortet" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "Beantwortete Meldungen" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Als gelöscht markieren" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,21 +1350,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "Machen Sie ein Detail- und ein Übersichtsfoto" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "An externe Stelle weitergeleitet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Wunsch an externe Stelle weitergeleitet" @@ -1368,10 +1397,14 @@ msgstr "Beschreiben Sie den Schaden" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1414,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1425,7 @@ msgstr "Los" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1453,13 @@ msgstr "Hilfe" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "Helfen Sie <strong>%s</strong> Ihre Meldung zu bearbeiten indem Sie zusätzliche Informationen angeben." -#: templates/web/base/alert/_list.html:9 -msgid "Here are the types of local problem alerts for ‘%s’." -msgstr "" - #: templates/web/zurich/footer.html:11 msgid "Hi %s" msgstr "Hallo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1502,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "History" @@ -1499,12 +1527,12 @@ msgid "How to send successful reports" msgstr "Anleitung" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1552,25 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1581,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1604,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1639,6 @@ msgstr "Unbekannt ID" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "In Bearbeitung" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1647,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "In Bearbeitung" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1678,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Kontrolle notwendig" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1690,6 @@ msgstr "" msgid "Internal notes" msgstr "Interne Notizen" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1698,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Ung&ultiges Enddatum" @@ -1683,21 +1706,14 @@ msgstr "Ung&ultiges Enddatum" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Ung&ultiges Startdatum" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1722,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Zuständigkeit unbekannt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: 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:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1783,27 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Bearbeitung" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Älteste Bearbeitung" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Liste aller Meldungen" @@ -1796,13 +1834,13 @@ msgstr "RSS" msgid "Locate the problem on a map of the area" msgstr "Lokalisieren Sie den Schaden auf der Karte" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1850,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1859,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1879,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1907,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Meldungsdetails anpassen" @@ -1882,7 +1920,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1929,7 @@ msgid "Moderated by division within one working day" msgstr "Innerhalb eines Arbeitstages moderiert" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1937,28 @@ msgstr "" msgid "Month" msgstr "Monat" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Am meisten kommentiert" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1977,7 @@ msgstr "Name:" msgid "Name: %s" msgstr "Name: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Zu dieser Meldung zoomen" @@ -1947,8 +1990,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +2001,24 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Fast Fertig! Bitte checken Sie Ihre Mailbox…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Neueste" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "" @@ -1992,7 +2044,7 @@ msgid "New password:" msgstr "Neues Passwort" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Neue Priorität" @@ -2021,6 +2073,7 @@ msgid "New reports" msgstr "Neu" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Neuer Status" @@ -2030,7 +2083,7 @@ msgstr "Neuer Status" msgid "New template" msgstr "Neue Vorlage" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Neueste" @@ -2038,7 +2091,7 @@ msgstr "Neueste" msgid "Next" msgstr "Weiter" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2103,7 @@ msgstr "Weiter" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nein" @@ -2066,7 +2119,7 @@ msgstr "" msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "" @@ -2082,21 +2135,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Bearbeitung abschliessen" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2152,8 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2186,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2206,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2185,6 +2228,10 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "Nachrichten an die Kommunikationstelle" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2215,20 +2262,17 @@ msgstr "" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Älteste" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2299,26 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "optional" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2341,16 @@ msgstr "Besitzer" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Gehört zu" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2358,7 @@ msgstr "" msgid "Password (optional)" msgstr "Passwort" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "" @@ -2322,7 +2370,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Gemeldet" @@ -2331,7 +2379,7 @@ msgstr "Gemeldet" msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" @@ -2391,12 +2439,8 @@ msgstr "" msgid "Place pin on map" msgstr "Pin auf der Karte absetzen" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2414,26 +2458,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: 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:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2449,18 +2489,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Obligatorisches Feld" @@ -2471,14 +2511,14 @@ msgid "Please enter a password" msgstr "Obligatorisches Feld" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2490,7 +2530,7 @@ msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Bitte geben Sie einige Details an" @@ -2499,8 +2539,8 @@ msgstr "Bitte geben Sie einige Details an" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2523,8 +2563,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2587,7 +2627,7 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2641,19 +2681,19 @@ msgstr "" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2665,12 +2705,12 @@ msgstr "" msgid "Previous" msgstr "Zurück" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2685,7 +2725,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2716,7 +2756,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "" @@ -2724,11 +2764,16 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Meldungen in der Nähe" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Meldungen in der Nähe" @@ -2741,13 +2786,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" -msgstr "" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" +msgstr "Meldungen innerhalb %s, %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" @@ -2755,16 +2802,17 @@ msgstr "Meldungen innerhalb %s" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +msgstr "Meldungen innerhalb %s, %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:25 msgid "Problems within %s, %s" msgstr "Meldungen innerhalb %s, %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2774,11 +2822,11 @@ msgstr "" msgid "Provide an update" msgstr "Meldung aktualisieren" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "Meldung aktualisieren als" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2796,7 +2844,7 @@ msgstr "" msgid "Public response:" msgstr "Rückmeldung an User" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Rückmeldung an User" @@ -2824,7 +2872,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2852,11 +2900,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2881,7 +2929,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2895,7 +2943,7 @@ msgstr "Kürzlich erfasste Meldungen, %s" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen:" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Neueste Bearbeitung" @@ -2903,7 +2951,15 @@ msgstr "Neueste Bearbeitung" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2933,8 +2989,8 @@ msgstr "Antwort an User" msgid "Report" msgstr "Meldung" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "Meldungs-ID" @@ -2949,7 +3005,7 @@ msgstr "Eine Meldung erfassen" msgid "Report abuse" msgstr "Missbrauch melden" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Melden als" @@ -2972,7 +3028,7 @@ 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:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" @@ -2982,7 +3038,7 @@ msgstr "Anonym gemeldet um" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" @@ -2996,27 +3052,27 @@ msgstr "Gemeldet von" msgid "Reported in the %s category" msgstr "In der Kategorie %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "In der Kategorie %s um %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3034,8 +3090,8 @@ msgstr "Gemeldet" msgid "Reporting a problem" msgstr "Ihre Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3049,10 +3105,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rückmeldung ausstehend" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Gemeldet von %s um %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Beantwortet" @@ -3061,18 +3126,32 @@ msgstr "Beantwortet" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Gemeldet von %s um %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +msgid "Reports sent to %s, within %s ward" +msgstr "" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Ausstehender Meldungsversand" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "benötigt" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -3131,15 +3210,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3155,23 +3234,28 @@ msgstr "Durch das Drehen des Fotos gehen nicht gespeicherte Änderungen verloren msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Speichern" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3180,6 +3264,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3213,22 +3301,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Organisation wählen" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Gebiet wählen" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3243,11 +3331,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Meldung zurückgewiesen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3260,7 +3348,7 @@ msgstr "Gesendet:" msgid "Service:" msgstr "Gerät" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3286,6 +3374,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3298,9 +3387,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -3329,16 +3418,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3384,14 +3473,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3413,11 +3502,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Sortieren nach" @@ -3434,20 +3523,25 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Status" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Speichern" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3457,8 +3551,14 @@ msgstr "Status" msgid "State:" msgstr "Status" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Status" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3480,6 +3580,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3498,7 +3602,7 @@ msgid "Subject:" msgstr "Titel" #: 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_loggedin.html:63 #: 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 @@ -3519,8 +3623,8 @@ msgstr "Speichern" msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3530,25 +3634,27 @@ msgstr "" msgid "Submitted" msgstr "Erfasst" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Fassen Sie Ihre Änderungen zusammen" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3581,8 +3687,8 @@ msgstr "" msgid "Template «%s»" msgstr "Vorlage «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Vorlagen" @@ -3639,7 +3745,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3649,11 +3755,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3665,7 +3771,7 @@ msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3685,10 +3791,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3705,6 +3811,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3715,11 +3825,15 @@ msgstr "Bitte machen Sie so genaue Angaben wie möglich: Beschreiben Sie die 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3758,10 +3872,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3771,8 +3889,8 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3792,18 +3910,18 @@ msgstr "Namen müssen nicht eindeutig sein." msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3812,7 +3930,7 @@ msgstr "Ihre E-Mail/Passwort Kombination war ungültig. Bitte versuchen Sie msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3820,7 +3938,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3868,8 +3986,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3883,9 +4001,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -3914,8 +4033,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Überprüfung ausstehend" @@ -3947,7 +4066,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Aufwand (in Minuten)" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3976,6 +4095,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4013,16 +4140,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4038,17 +4173,21 @@ msgstr "Erneut versuchen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "Offene Meldungen" @@ -4062,7 +4201,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Unbekannter Fehler" @@ -4077,10 +4216,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Speichern" @@ -4097,7 +4237,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Speichern" @@ -4133,13 +4273,22 @@ msgstr "" msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "<strong>%s</strong> Meldungen Total" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Aktualisiert!" @@ -4149,7 +4298,7 @@ msgstr "Aktualisiert!" msgid "Updates" msgstr "Antwort" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4163,8 +4312,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "Änderungen an dieser Meldung, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4178,7 +4327,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4191,11 +4340,11 @@ msgstr "Karte verwendet" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4208,9 +4357,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Diese Suche sucht in den Namen der Benützer und deren E-Mail-Adressen." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" @@ -4219,9 +4368,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4268,7 +4417,7 @@ msgstr "Ihre Anfrage ergab mehr als eine mögliche Adresse. Die ersten zehn msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4303,7 +4452,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Wann editiert" @@ -4312,7 +4461,15 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4324,8 +4481,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4360,7 +4517,7 @@ msgstr "" msgid "Year" msgstr "Jahr" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4375,7 +4532,7 @@ msgstr "Jahr" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4409,6 +4566,10 @@ msgstr "Danke! Sie können Ihre aktualisierte Meldung <a href=\"%s%s\">auf d msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4427,7 +4588,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4501,7 +4662,6 @@ msgstr "Ihre Meldungen" msgid "Your account" msgstr "Ihr 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:80 @@ -4514,7 +4674,7 @@ 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/auth/general.html:57 #: 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 @@ -4525,10 +4685,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4538,11 +4698,11 @@ msgstr "Ihr Name" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4550,7 +4710,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4588,8 +4748,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Sie selbst" @@ -4598,12 +4758,12 @@ msgstr "Sie selbst" msgid "all" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -4630,7 +4790,7 @@ msgstr "" msgid "from %s different users" msgstr "von %s verschiedenen Personen" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "letzte Bearbeitung %s" @@ -4639,44 +4799,7 @@ msgstr "letzte Bearbeitung %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "als beantwortet markiert" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4687,13 +4810,9 @@ msgstr "" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "optional" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "oder" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" +msgstr "" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4718,15 +4837,6 @@ msgstr "Originaltext: “%s”" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "benötigt" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "ausloggen" @@ -4740,6 +4850,11 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht benützt hat" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Meldung erfassen" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4892,7 +5007,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4913,7 +5028,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4926,3 +5041,24 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "Closed reports" +#~ msgstr "Abgeschlossene Meldungen" + +#~ msgid "Closed:" +#~ msgstr "Beantwortet:" + +#~ msgid "Duplicate" +#~ msgstr "Duplikat" + +#~ msgid "Fixed reports" +#~ msgstr "Beantwortete Meldungen" + +#~ msgid "In Progress" +#~ msgstr "In Bearbeitung" + +#~ msgid "marked as fixed" +#~ msgstr "als beantwortet markiert" + +#~ msgid "or" +#~ msgstr "oder" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index 1288898e0..a73a275bc 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "und" @@ -91,25 +91,6 @@ msgstr "%s Fragebögen versandt – %s beantwortet (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s Stadtteil, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>-Beitragende" @@ -118,7 +99,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -133,23 +114,26 @@ msgstr "(Kein Name)" msgid "(No phone number)" msgstr "(Keine Telefonnummer)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(geschlossen)" +#: templates/web/base/alert/_list.html:30 +msgid "(covers roughly 200,000 people)" +msgstr "" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(gelöst)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" @@ -158,7 +142,7 @@ msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "" @@ -166,20 +150,21 @@ msgstr "" msgid "(optional)" msgstr "(optional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(gesendet an beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Wählen Sie eine Eigentumsart --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Wählen Sie eine Vorlage aus--" @@ -188,16 +173,16 @@ msgstr "--Wählen Sie eine Vorlage aus--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "14-30 Tage alt" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "7-14 Tage alt" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +194,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +215,25 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ja</strong>, ich habe ein Passwort" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Aktion geplant" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +247,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "optional" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +288,15 @@ msgstr "" msgid "Add user" msgstr "Benutzer hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +324,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "Alarm %d deaktiviert (erstellt %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "Alle" @@ -346,13 +344,21 @@ msgid "All Reports as CSV" msgstr "Alle Berichte als CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Alle Kategorien" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Alle Kategorien" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +387,19 @@ msgstr "" msgid "Anonymous" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonym" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Anderer Benutzer" @@ -401,7 +413,7 @@ msgstr "" msgid "Are you sure?" msgstr "Sind Sie sicher?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +445,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -478,7 +490,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Wartet auf Moderation" @@ -491,13 +503,13 @@ msgstr "Zurück" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +531,11 @@ msgstr "" msgid "By Date" msgstr "Nach Datum" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +543,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorien" @@ -540,8 +556,8 @@ msgstr "Kategorien:" #: 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +568,7 @@ msgstr "Kategorien:" msgid "Category" msgstr "Kategorie" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +608,11 @@ msgstr "E-Mail-Adresse ändern" msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +629,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +658,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +680,17 @@ msgstr "" msgid "Closed" msgstr "Geschlossen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Geschlossen:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinaten:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +704,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -725,7 +738,7 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +774,8 @@ msgstr "Kontaktieren Sie das Team" msgid "Coordinates:" msgstr "Koordinaten:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Benutzer konnte nicht gefunden werden" @@ -820,24 +833,33 @@ msgstr "Rat:" msgid "Count" msgstr "Anzahl" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Erstellt" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategorie erstellen" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +889,7 @@ msgstr "Aktueller Status" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +905,37 @@ msgstr "Übersichtsseite" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Neue Priorität" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Vorlage löschen" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Gelöscht" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +973,7 @@ msgid "Diligency prize league table" msgstr "Weiss ich nicht" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "Änderungen verwerfen" @@ -950,7 +982,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +990,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s-Passwort?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1002,7 @@ msgstr "Weiß ich nicht" msgid "Don't like forms?" msgstr "Sie mögen keine Formulare?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1010,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplizieren" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1026,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Bearbeiten" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1085,15 @@ msgstr "Aktualisierung %d wird bearbeitet" msgid "Editing user %d" msgstr "Benutzer %d wird bearbeitet" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1101,14 @@ msgstr "Editor" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "E-Mail-Adresse" @@ -1092,7 +1120,7 @@ msgstr "E-Mail-Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail-Benachrichtigung gelöscht" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "" @@ -1117,8 +1145,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1161,7 @@ msgstr "Enddatum:" msgid "Endpoint" msgstr "Endpunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1180,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1200,8 @@ msgstr "Beschreiben sie den Mangel" msgid "Error" msgstr "Fehler" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Alles" @@ -1198,12 +1226,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "Als CSV exportieren" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1242,7 @@ msgstr "Extern" msgid "External ID" msgstr "Externe Kennung" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Externe URL" @@ -1226,13 +1254,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Zusätzliche Daten:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Zusätzliche Daten:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1275,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1293,32 @@ msgstr "Erstes Mal" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Gelöst" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,21 +1348,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1395,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1412,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1423,7 @@ msgstr "Los" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1451,13 @@ msgstr "Hilfe" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hallo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1500,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "History" @@ -1499,12 +1525,12 @@ msgid "How to send successful reports" msgstr "" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1550,25 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1579,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1602,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1637,6 @@ msgstr "Unbekannt ID" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "In Bearbeitung" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1645,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "In Bearbeitung" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1676,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1688,6 @@ msgstr "" msgid "Internal notes" msgstr "Interne Hinweise" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1696,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Ung&ultiges Enddatum" @@ -1683,21 +1704,14 @@ msgstr "Ung&ultiges Enddatum" msgid "Invalid format %s specified." msgstr "Ungültiges Format %s angegeben." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Ung&ultiges Startdatum" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Untersuchen" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1720,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "Letzte 4 Wochen" @@ -1749,23 +1781,27 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "Breitengrad/Längengrad:" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "Weniger als 7 Tage alt" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Liste aller Meldungen" @@ -1796,13 +1832,13 @@ msgstr "RSS" msgid "Locate the problem on a map of the area" msgstr "Identifizieren Sie den Mangel auf der Karte" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "Mit Facebook anmelden" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1848,7 @@ msgstr "Mit Twitter anmelden" msgid "Log in with email" msgstr "Mit E-Mail anmelden" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1857,11 @@ msgstr "" msgid "MAP" msgstr "KARTE" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1877,7 @@ msgstr "Als gesendet markieren" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1905,7 @@ msgstr "Fehlendes jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1918,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1927,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1935,28 @@ msgstr "" msgid "Month" msgstr "Monat" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Meistkommentiert" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1975,7 @@ msgstr "Name:" msgid "Name: %s" msgstr "Name: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1988,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +1999,24 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Neueste" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "" @@ -1992,7 +2042,7 @@ msgid "New password:" msgstr "Neues Passwort:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Neue Priorität" @@ -2021,6 +2071,7 @@ msgid "New reports" msgstr "Neue Berichte" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Neuer Status" @@ -2030,7 +2081,7 @@ msgstr "Neuer Status" msgid "New template" msgstr "Neue Vorlage" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Neueste" @@ -2038,7 +2089,7 @@ msgstr "Neueste" msgid "Next" msgstr "Weiter" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2101,7 @@ msgstr "Weiter" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nein" @@ -2066,7 +2117,7 @@ msgstr "" msgid "No council" msgstr "Kein Rat" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Kein Rat ausgewählt" @@ -2082,21 +2133,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Kann nicht behoben werden" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2150,8 @@ msgstr "" msgid "No result returned" msgstr "Kein Ergebnis zurückgegeben" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2184,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Nicht verantwortlich" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2204,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Anmerkung" @@ -2185,6 +2226,10 @@ msgstr "Anmerkung: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2215,20 +2260,17 @@ msgstr "" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Älteste" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2297,26 @@ msgstr "" msgid "Open311 specification" msgstr "Open311-Spezifikation" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "optional" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2339,16 @@ msgstr "Besitzer" msgid "Page Not Found" msgstr "Seite nicht gefunden" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Übergeordnet" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Teilweise" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2356,7 @@ msgstr "Teilweise" msgid "Password (optional)" msgstr "Passwort (optional)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Passwort:" @@ -2322,7 +2368,7 @@ msgstr "Permalink" msgid "Permissions:" msgstr "Berechtigungen:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Gemeldet:" @@ -2331,7 +2377,7 @@ msgstr "Gemeldet:" msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" @@ -2391,12 +2437,8 @@ msgstr "" msgid "Place pin on map" msgstr "Stecknadel auf Karte platzieren" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2414,26 +2456,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: 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:462 -msgid "Please choose a property type" -msgstr "Bitte wählen Sie eine Eigentumsart" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2449,18 +2487,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Bitte geben Sie Ihren Namen ein" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2471,14 +2509,14 @@ msgid "Please enter a password" msgstr "Bitte geben Sie ein Passwort ein" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2490,7 +2528,7 @@ msgstr "Bitte geben Sie eine gültige eMail-Adresse an" msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige eMail-Adresse an" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Bitte geben Sie einiges Details an" @@ -2499,8 +2537,8 @@ msgstr "Bitte geben Sie einiges Details an" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2523,8 +2561,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2587,7 +2625,7 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2641,19 +2679,19 @@ msgstr "Bitte schreiben Sie hier Ihre Aktualisierung" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2665,12 +2703,12 @@ msgstr "" msgid "Previous" msgstr "Vorherige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioritäten" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Priorität" @@ -2685,7 +2723,7 @@ msgid "Privacy and cookies" msgstr "Datenschutz und Cookies" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2716,7 +2754,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem als offen markiert." @@ -2724,11 +2762,16 @@ msgstr "Problem als offen markiert." msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Meldungen in der Nähe" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Meldungen in der Nähe" @@ -2741,13 +2784,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" -msgstr "" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" +msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" @@ -2755,16 +2800,17 @@ msgstr "Meldungen innerhalb %s" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +msgstr "Meldungen innerhalb %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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Immobilien-Adresse:" @@ -2774,11 +2820,11 @@ msgstr "Immobilien-Adresse:" msgid "Provide an update" msgstr "Meldung aktualisieren" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2796,7 +2842,7 @@ msgstr "Öffentliche Details" msgid "Public response:" msgstr "Öffentliche Antwort:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Öffentliche Aktualisierung:" @@ -2824,7 +2870,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2852,11 +2898,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2881,7 +2927,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2895,7 +2941,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2903,7 +2949,16 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Von Seite entfernen" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2933,8 +2988,8 @@ msgstr "" msgid "Report" msgstr "Bericht" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2949,7 +3004,7 @@ msgstr "Eine Meldung erfassen" msgid "Report abuse" msgstr "Missbrauch melden" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2972,7 +3027,7 @@ 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:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" @@ -2982,7 +3037,7 @@ msgstr "Anonym gemeldet um" msgid "Reported before" msgstr "Vorher berichtet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" @@ -2996,27 +3051,27 @@ msgstr "Gemeldet von:" msgid "Reported in the %s category" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Gemeldet von %s um %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeldet von %s um %s" @@ -3034,8 +3089,8 @@ msgstr "Gemeldet:" msgid "Reporting a problem" msgstr "Verfassen Sie eine Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3049,10 +3104,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Berichte warten auf Moderation" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Gemeldet von %s um %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Berichte veröffentlicht" @@ -3061,18 +3125,32 @@ msgstr "Berichte veröffentlicht" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Bericht auf %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +msgid "Reports sent to %s, within %s ward" +msgstr "" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "erforderlich" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Bericht erneut senden" @@ -3131,15 +3209,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3155,23 +3233,28 @@ msgstr "" msgid "Satellite" msgstr "Satellit" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Änderungen speichern" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3180,6 +3263,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Aktion geplant" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3213,22 +3301,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Wählen Sie ein Gebiet" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3243,11 +3331,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3260,7 +3348,7 @@ msgstr "Gesendet:" msgid "Service:" msgstr "Dienst:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3286,6 +3374,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3298,9 +3387,9 @@ msgstr "Foto anzeigen?" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Meinen Namen öffentlich anzeigen" @@ -3329,16 +3418,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3384,14 +3473,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3413,11 +3502,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3434,20 +3523,25 @@ msgid "Start Date:" msgstr "Startdatum:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Status" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Änderungen speichern" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3457,8 +3551,14 @@ msgstr "Status" msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Status" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3480,6 +3580,10 @@ msgstr "" msgid "Street View" msgstr "Straßenansicht" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Unterkategorie: %s" @@ -3498,7 +3602,7 @@ msgid "Subject:" msgstr "Titel:" #: 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_loggedin.html:63 #: 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 @@ -3519,8 +3623,8 @@ msgstr "Änderungen senden" msgid "Submit questionnaire" msgstr "Fragebogen absenden" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3530,25 +3634,28 @@ msgstr "Fragebogen absenden" msgid "Submitted" msgstr "Gesendet" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Abonnieren" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" -msgstr "" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" +msgstr "Abonnieren" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3581,8 +3688,8 @@ msgstr "Umfrageergebnisse" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Vorlagen" @@ -3639,7 +3746,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3649,11 +3756,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." @@ -3665,7 +3772,7 @@ msgstr "Dieser Bericht kann nicht auf %s angeschaut werden." msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von Fix My Zürich entfernt." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3685,10 +3792,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3705,6 +3812,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3715,11 +3826,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Der Fehler war: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3758,10 +3873,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3771,8 +3890,8 @@ 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:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3792,18 +3911,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3812,7 +3931,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: 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." @@ -3820,7 +3939,7 @@ msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erne msgid "There were problems with your report. Please see below." msgstr "Es gab ein Problem mit Ihrem Bericht. Bitte versuchen Sie es erneut." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3868,8 +3987,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3883,9 +4002,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -3914,8 +4034,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Dieser Bericht wartet auf Moderation." @@ -3947,7 +4067,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Zeitleiste" @@ -3976,6 +4096,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4013,16 +4141,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4038,17 +4174,21 @@ msgstr "Erneut versuchen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4062,7 +4202,7 @@ msgid "Unknown alert type" msgstr "Unbekannter Benachrichtigungstyp" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Unbekannter Fehler" @@ -4077,10 +4217,11 @@ msgstr "Unbekannte Problemkennung" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Beschreibung" @@ -4097,7 +4238,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4133,13 +4274,23 @@ msgstr "" msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Anmerkung: <strong>%s</strong>" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Anmerkung: <strong>%s</strong>" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Aktualisiert!" @@ -4149,7 +4300,7 @@ msgstr "Aktualisiert!" msgid "Updates" msgstr "Aktualisierungen" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4163,8 +4314,8 @@ msgstr "Aktualisierungen auf {{title}}" msgid "Updates to this problem, %s" msgstr "Aktualisierungen für dieses Problem, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4178,7 +4329,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4191,11 +4342,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4208,9 +4359,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Benutzer" @@ -4219,9 +4370,9 @@ msgstr "Benutzer" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Werte aktualisiert" @@ -4268,7 +4419,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4303,7 +4454,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Wann editiert" @@ -4312,7 +4463,15 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4324,8 +4483,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4360,7 +4519,7 @@ msgstr "" msgid "Year" msgstr "Jahr" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4375,7 +4534,7 @@ msgstr "Jahr" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4409,6 +4568,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4427,7 +4590,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4501,7 +4664,6 @@ msgstr "Ihre Berichte" 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:80 @@ -4514,7 +4676,7 @@ msgid "Your email" msgstr "Ihre eMail" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4525,10 +4687,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4538,11 +4700,11 @@ msgstr "Ihr Name" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4550,7 +4712,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4588,8 +4750,8 @@ msgstr "" msgid "Your updates" msgstr "Ihre Aktualisierungen" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4598,14 +4760,14 @@ msgstr "" msgid "all" msgstr "alle" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "von %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4630,7 +4792,7 @@ msgstr "Benutzer bearbeiten" msgid "from %s different users" msgstr "von %s verschiedenen Benutzern" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "zuletzt aktualisiert %s" @@ -4639,44 +4801,7 @@ msgstr "zuletzt aktualisiert %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "als Aktion geplant markiert" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "als geschlossen markiert" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "als gelöst markiert" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "als in Bearbeitung markiert" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "als untersuchend markiert" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "als geplant markiert" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4687,13 +4812,9 @@ msgstr "n/v" msgid "none" msgstr "keine" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "optional" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "oder" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" +msgstr "" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4718,15 +4839,6 @@ msgstr "" msgid "other areas:" msgstr "andere Gebiete:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "erneut geöffnet" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "erforderlich" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "ausloggen" @@ -4740,6 +4852,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4892,7 +5008,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4913,7 +5029,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4926,3 +5042,57 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s Stadtteil, %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Wählen Sie eine Eigentumsart --" + +#~ msgid "Closed:" +#~ msgstr "Geschlossen:" + +#~ msgid "Duplicate" +#~ msgstr "Duplizieren" + +#~ msgid "In Progress" +#~ msgstr "In Bearbeitung" + +#~ msgid "Investigating" +#~ msgstr "Untersuchen" + +#~ msgid "No further action" +#~ msgstr "Kann nicht behoben werden" + +#~ msgid "Not Responsible" +#~ msgstr "Nicht verantwortlich" + +#~ msgid "Please choose a property type" +#~ msgstr "Bitte wählen Sie eine Eigentumsart" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Probleme innerhalb der Grenze von:" + +#~ msgid "marked as action scheduled" +#~ msgstr "als Aktion geplant markiert" + +#~ msgid "marked as closed" +#~ msgstr "als geschlossen markiert" + +#~ msgid "marked as fixed" +#~ msgstr "als gelöst markiert" + +#~ msgid "marked as in progress" +#~ msgstr "als in Bearbeitung markiert" + +#~ msgid "marked as investigating" +#~ msgstr "als untersuchend markiert" + +#~ msgid "marked as planned" +#~ msgstr "als geplant markiert" + +#~ msgid "or" +#~ msgstr "oder" + +#~ msgid "reopened" +#~ msgstr "erneut geöffnet" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 690c77f91..05dc1f4db 100644 --- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Greek (Greece) (https://www.transifex.com/mysociety/teams/12067/el_GR/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "και" @@ -99,31 +99,6 @@ msgstr "στάλθηκαν %s ερωτηματολόγια – %s απαντ msgid "%s ref: %s" msgstr "%s αναφ.: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’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:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s περιοχή, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, στην περιοχή %quot;%s"" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> και συνεργάτες" @@ -132,7 +107,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Ελλάτωμα & τοποθεσία ελλατώματος)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(το email βρίσκεται στη μαύρη λίστα)" @@ -147,23 +122,27 @@ msgstr "(Χωρίς όνομα)" msgid "(No phone number)" msgstr "(Χωρίς αριθμό τηλεφώνου)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(εναλλακτικά, μπορείς να λαμβάνεις ειδοποιήσεις για ζητήματα σε ακτίνα %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(έκλεισε)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(αντιστοιχεί σε περιοχή όπου κατοικούν περίπου 200.000 άτομα)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(διορθώθηκε)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(όπως graffiti, παρατημένα σκουπίδια, σπασμένες πλάκες πεζοδρομίου ή καμένα φώτα δρόμων)" @@ -172,7 +151,7 @@ msgstr "(όπως graffiti, παρατημένα σκουπίδια, σπασμ msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(δεν αποστάλθηκε σε υπηρεσία)" @@ -180,20 +159,22 @@ msgstr "(δεν αποστάλθηκε σε υπηρεσία)" msgid "(optional)" msgstr "(προαιρετικό)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(στάλθηκε και στις δύο)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Ροή RSS για προβλήματα στο "%s"" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Διάλεξε είδος ακινήτου --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -202,16 +183,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -226,8 +207,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Προβολή</label> %s <label for=\"filter_categories\">σχετικά με</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -247,30 +229,25 @@ msgstr "<strong>Όχι</strong> Να γίνει επιβεβαίωση της α msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Όχι</strong> Να γίνει επιβεβαίωση της ενημέρωσης μέσω email" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ναι</strong> έχω κωδικό πρόσβασης" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Η Δράση Προγραμματίστηκε" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -286,18 +263,35 @@ msgid "Add a contact using the form below." msgstr "Πρόσθεσε μία επαφή χρησιμοποιώντας την παρακάτω φόρμα." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Προσθήκη τομέα" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Προσθήκη νέας κατηγορίας" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(προαιρετικό)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -310,15 +304,15 @@ msgstr "" msgid "Add user" msgstr "Προσθήκη χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -346,13 +340,14 @@ msgstr "Η ειδοποίηση %d δημιουργήθηκε για το " msgid "Alert %d disabled (created %s)" msgstr "Η ειδοποίηση %d απενεργοποιήθηκε (δημιουργήθηκε %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Ειδοποίησέ με για μελλοντικές ενημερώσεις" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -365,13 +360,21 @@ msgid "All Reports as CSV" msgstr "Όλες οι Αναφορές ως CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Προστεθέν σήμα" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -400,13 +403,19 @@ msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." msgid "Anonymous" msgstr "Ανώνυμος" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Ανώνυμος" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -420,7 +429,7 @@ msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -452,11 +461,11 @@ msgstr "Ανάθεση σε εξωτερικό τομέα:" msgid "Assign to subdivision:" msgstr "Ανάθεση στο τμήμα:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Ανατέθηκε στο "%s"" @@ -497,7 +506,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Σε αναμονή ελέγχου" @@ -510,13 +519,13 @@ msgstr "Πίσω" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Αποκλεισμός της διεύθυνσης email" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -538,7 +547,11 @@ msgstr "Τομέας:" msgid "By Date" msgstr "Ανά ημερομηνία" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τον φάκελο ανεπιθύμητων – κατά 99% θα βρίσκεται εκεί." @@ -546,7 +559,7 @@ msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τ msgid "Can't see the map? <em>Skip this step</em>" msgstr "Δεν μπορείς να δεις τον χάρτη; <em>Παράλειψη βήματος</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -559,8 +572,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -571,7 +584,7 @@ msgstr "" msgid "Category" msgstr "Κατηγορία" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -611,11 +624,11 @@ msgstr "" msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -637,7 +650,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Επίλεξε ένα όνομα <strong>κατηγορίας</strong> που να έχει νόημα για τους πολίτες (π.χ., \"Λακκούβες\", \"Φωτισμός δρόμων\") αλλά είναι χρήσιμο και για τον τομέα. Αυτά θα φαίνονται στο μενού της σελίδας \"Ανάφερε ένα πρόβλημα\"." -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -666,22 +679,22 @@ msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβα msgid "Click the link in our confirmation email to publish your update." msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να ενεργοποιήσεις την τροποποίηση." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να συνδεθείς." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να συνδεθείς." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -689,23 +702,17 @@ msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβα msgid "Closed" msgstr "Κλειστό" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Κλειστό από την υπηρεσία" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "κλειστές αναφορές" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Κλειστό:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Συντεταγμένες:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Προστεθέν σήμα" @@ -719,11 +726,15 @@ msgstr "Δεδομένα προστεθέντος σήματος:" msgid "Cobrand:" msgstr "Προστεθέν σήμα:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Ρυθμίσεις" @@ -749,7 +760,7 @@ msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισ msgid "Confirmation" msgstr "Επιβεβαίωση" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -785,8 +796,8 @@ msgstr "Επικοινώνησε με την ομάδα διαχείρισης" msgid "Coordinates:" msgstr "Συντεταγμένες:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Δεν είναι δυνατή η εύρεση χρήστη" @@ -844,24 +855,33 @@ msgstr "Υπηρεσία:" msgid "Count" msgstr "Καταμέτρηση" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Δημιουργήθηκε" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Δημιουργία αναφοράς" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Δημιουργία κατηγορίας" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -891,7 +911,7 @@ msgstr "Κατάσταση" msgid "Currently no bodies have been created." msgstr "Δεν έχουν δημιουργηθεί τομείς μέχρι στιγμής." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Δεν υπάρχει τρόπος επικοινωνίας με τον πελάτη" @@ -907,27 +927,36 @@ msgstr "Πίνακας Ελέγχου" msgid "Dealt with by subdivision within 5 working days" msgstr "Εξετάστηκε από το τμήμα μέσα σε 5 εργάσιμες ημέρες" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Διαγραφή προτύπου" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Διαγραμμένα" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -965,7 +994,7 @@ msgid "Diligency prize league table" msgstr "Πίνακας βραβείων επιμέλειας" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -974,7 +1003,7 @@ 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/auth/general.html:60 #: 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 @@ -982,7 +1011,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Έχεις κωδικό πρόσβασης %s?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -994,7 +1023,7 @@ msgstr "Δεν γνωρίζω" msgid "Don't like forms?" msgstr "Δεν σου αρέσουν οι φόρμες;" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1002,16 +1031,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Σύρε φωτογραφίες εδώ ή <u>κάνε κλικ για ανέβασμα</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Διπλότυπο" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1026,43 +1050,43 @@ msgstr "" "Διαφορετικές κατηγορίες <strong>μπορούν να ανήκουν στην ίδια επαφή</strong> (διεύθυνση email).\n" "Αυτό σημαίνει ότι μπορείς να προσθέσεις πολλές κατηγορίες ακόμη και αν έχεις μία επαφή στον τομέα." -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Επεξεργασία λεπτομερειών του τομέα" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1085,15 +1109,15 @@ msgstr "Γίνεται επεξεργασία της ενημέρωσης %d" msgid "Editing user %d" msgstr "Γίνεται επεξεργασία του χρήστη %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Επεξεργαστής" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1101,13 +1125,14 @@ msgstr "Επεξεργαστής" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Το Email προστέθηκε στην μαύρη λίστα" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1119,7 +1144,7 @@ msgstr "Η ειδοποίηση μέσω email δημιουργήθηκε" msgid "Email alert deleted" msgstr "Η ειδοποίηση μέσω email διεγράφη" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Το Email είναι ήδη στην μαύρη λίστα" @@ -1148,8 +1173,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1167,7 +1192,7 @@ msgstr "Ημερομηνία Λήξης:" msgid "Endpoint" msgstr "Σημείο τερματισμού" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Δώσε μια ονομασία για την οδό" @@ -1186,7 +1211,7 @@ msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, msgid "Enter a nearby street name and area" msgstr "Γράψε μία κοντινή οδό ή περιοχή" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1206,8 +1231,8 @@ msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλ msgid "Error" msgstr "Σφάλμα" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Τα πάντα" @@ -1232,12 +1257,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1248,7 +1273,7 @@ msgstr "Εξωτερικός" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Εξωτερικός Σύνδεσμος" @@ -1260,13 +1285,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Επιπλέον δεδομένα:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Επιπλέον δεδομένα:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1274,6 +1306,11 @@ msgstr "" msgid "Failed to send message" msgstr "Αποτυχία αποστολής μηνύματος" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1287,49 +1324,32 @@ msgstr "Πρώτη φορά" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Διορθώθηκε" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Διορθώθηκε - Υπηρεσία" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Διορθώθηκε - Χρήστης" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "διορθωμένες αναφορές" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Διορθώθηκε:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Σήμανση ως διαγραμμένο" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Επισήμανση χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Επισημασμένα" @@ -1359,21 +1379,25 @@ msgstr "Ακολούθησε ένα σύνδεσμο περιοχής για ν msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Προωθήθηκε στον εξωτερικό τομέα" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τομέα" @@ -1402,10 +1426,14 @@ msgstr "Λήψη ενημερώσεων για προβλήματα %s" msgid "Get updates of problems in this %s" msgstr "Λήψη ενημερώσεων για προβλήματα σε αυτό το "%s"" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Λήψη μίας ροής RSS " +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Χαιρόμαστε που φτιάχτηκε!" @@ -1415,8 +1443,8 @@ msgstr "Χαιρόμαστε που φτιάχτηκε!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1426,7 +1454,7 @@ msgstr "Εμπρός" msgid "Going to send questionnaire?" msgstr "Σκοπεύεις να στείλεις ερωτηματολόγιο;" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1454,22 +1482,13 @@ msgstr "Βοήθεια" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Γεια %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1512,11 +1531,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Ιστορικό" @@ -1533,12 +1556,12 @@ msgid "How to send successful reports" msgstr "Πώς να στείλεις επιτυχημένες αναφορές" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Μόλις ανέφερα ένα πρόβλημα στο @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Μόλις ενημέρωσα ένα πρόβλημα στο @fixmystreet" @@ -1558,8 +1581,8 @@ msgstr "Δεν μπορέσαμε να εντοπίσουμε το πρόβλη msgid "ID" msgstr "Ταυτότητα" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1567,10 +1590,18 @@ msgstr "" "Κάνε ταυτοποίηση ενός <strong>γονέα</strong> αν αυτός ο τομέας είναι από μόνος του μέρος ενός άλλου τομέα.\n" "Για βασικές διαρθρώσεις, δεν χρειάζεται να συνδέσεις τους τομείς μεταξύ τους, με αυτόν τον τρόπο." +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1581,7 +1612,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1604,7 +1635,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "Αν επιθυμείς να αφήσεις μία δημόσια ενημέρωση για το πρόβλημα, παρακαλούμε γράψ' την εδώ (σημείωση: δεν θα αποσταλεί στην υπηρεσία)." -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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 εδώ." @@ -1641,11 +1672,6 @@ msgstr "Λανθασμένη ID" msgid "Illegal feed selection" msgstr "Λανθασμένη επιλογή ροής" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Σε Εξέλιξη" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "Βρίσκεται στον πίνακα καταχρήσεων;" @@ -1654,17 +1680,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Σε εξέλιξη" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1688,11 +1711,11 @@ msgstr "Εσφαλμένη τιμή has_photo \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1700,11 +1723,6 @@ msgstr "" msgid "Internal notes" msgstr "Εσωτερικές οδηγίες" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Εσωτερική αναφορά" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1713,7 +1731,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Εσφαλμένη τιμή agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Λανθασμένη ημερομηνία λήξης" @@ -1721,21 +1739,14 @@ msgstr "Λανθασμένη ημερομηνία λήξης" msgid "Invalid format %s specified." msgstr "Λανθασμένη μορφοποίηση %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Λανθασμένη ημερομηνία έναρξης" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Γίνεται διερεύνηση" - #: templates/web/base/contact/blurb.html:2 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> για να δεις αν η απάντηση που ψάχνεις βρίσκεται εκεί." @@ -1744,23 +1755,41 @@ msgstr "Συχνά είναι γρηγορότερο να <a href=\"%s\">ελέ msgid "It’s on its way to the council right now." msgstr "Το δημοτικό συμβούλιο ενημερώνεται για το πρόβλημα." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Άγνωστη δικαιοδοσία" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Άγνωστη δικαιοδοσία" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1787,23 +1816,27 @@ msgstr "Τελευταία ενημέρωση" msgid "Last update:" msgstr "Τελευταία ενημέρωση:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Λίστα όλων των αναφερθέντων προβλημάτων" @@ -1834,13 +1867,13 @@ msgstr "Τοπικές ειδοποιήσεις" msgid "Locate the problem on a map of the area" msgstr "Εντόπισε το πρόβλημα στον χάρτη της περιοχής" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1850,7 +1883,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1859,11 +1892,11 @@ msgstr "" msgid "MAP" msgstr "ΧΑΡΤΗΣ" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1879,7 +1912,7 @@ msgstr "Σημείωση ως απεσταλμένο" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Να επισημάνεις ως <strong>επισημασμένους</strong> τους χρήστες των οποίων τη συμπεριφορά θα ήθελες να παρακολουθείς." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1907,7 +1940,7 @@ msgstr "Λείπει το jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1920,7 +1953,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1929,7 +1962,7 @@ msgid "Moderated by division within one working day" msgstr "Ελέγχθηκε από το τμήμα μέσα σε μία εργάσιμη ημέρα" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1937,23 +1970,28 @@ msgstr "" msgid "Month" msgstr "Μήνας" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1972,7 +2010,7 @@ msgstr "Όνομα:" msgid "Name: %s" msgstr "Όνομα: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1985,8 +2023,8 @@ msgstr "Η οδός που βρίσκεται πλησιέστερα στην κ msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ο ταχυδρομικός κώδικας που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα): %s (%sm μακριά)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το Bing Maps): %s" @@ -1998,15 +2036,23 @@ msgstr "" "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Σχεδόν τελειώσαμε! Τώρα έλεγξε το email σου…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Προστέθηκε νέος τομέας" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Προστέθηκε νέα επαφή κατηγορίας" @@ -2032,7 +2078,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2061,6 +2107,7 @@ msgid "New reports" msgstr "Νέες αναφορές" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Νέα κατάσταση" @@ -2070,7 +2117,7 @@ msgstr "Νέα κατάσταση" msgid "New template" msgstr "Νέο πρότυπο" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2078,7 +2125,7 @@ msgstr "" msgid "Next" msgstr "Επόμενο" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2090,7 +2137,7 @@ msgstr "Επόμενο" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Όχι" @@ -2106,7 +2153,7 @@ msgstr "Κανένας τομέας" msgid "No council" msgstr "Καμιά υπηρεσία" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Δεν επιλέχθηκε κάποια υπηρεσία" @@ -2122,21 +2169,16 @@ msgstr "Δε βρέθηκαν επισημασμένα προβλήματα." msgid "No flagged users found." msgstr "Δε βρέθηκαν επισημασμένοι χρήστες." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Δεν είναι εφικτή η διόρθωση" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Καμία περαιτέρω ενημέρωση" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2144,8 +2186,8 @@ msgstr "" msgid "No result returned" msgstr "Δεν επιστράφηκαν αποτελέσματα." -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2181,13 +2223,8 @@ msgstr "" "Χρήστες εξουσιοδοτημένου προσωπικού μπορούν να συσχετιστούν με τον τομέα που αντιπροσωπεύουν.<br>\n" "Ανάλογα με την υλοποίηση, οι χρήστες προσωπικού ίσως έχουν πρόσβαση στον πίνακα εργαλείων (περίληψη της δραστηριότητάς τους μέσα στον τομέα), τη δυνατότητα να κρύβουν αναφορές ή να ορίζουν ειδικές αναφορές κατάστασης." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Δεν είναι Υπεύθυνος" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2206,7 +2243,7 @@ msgid "Not reported to council" msgstr "Δεν αναφέρθηκε σε υπηρεσία" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Σημείωση" @@ -2228,6 +2265,10 @@ msgstr "Σημείωση: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Τώρα, για να υποβάλεις την αναφορά σου…" @@ -2258,20 +2299,17 @@ msgstr "" msgid "Old state" msgstr "Παλιά κατάσταση" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2298,21 +2336,25 @@ msgstr "Αρχική σελίδα του Open311" msgid "Open311 specification" msgstr "Προδιαγραφές Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Ή προβλήματα που αναφέρθηκαν σε:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2335,17 +2377,16 @@ msgstr "Ιδιοκτήτης" msgid "Page Not Found" msgstr "Η σελίδα δεν βρέθηκε" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Πηγή" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Εν μέρει" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2353,7 +2394,7 @@ msgstr "Εν μέρει" msgid "Password (optional)" msgstr "Κωδικός πρόσβασης (προαιρετικό)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Νέος κωδικός πρόσβασης:" @@ -2365,7 +2406,7 @@ msgstr "Σύνδεσμος" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Αναφέρθηκε:" @@ -2374,7 +2415,7 @@ msgstr "Αναφέρθηκε:" msgid "Phone number" msgstr "Αριθμός τηλεφώνου" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Αριθμός τηλεφώνου (προαιρετικό)" @@ -2434,12 +2475,8 @@ msgstr "" msgid "Place pin on map" msgstr "Θέση της περιοχής στο χάρτη" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2457,26 +2494,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Παρακαλούμε έλεγξε αν η διεύθυνση email είναι σωστή" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Παρακαλούμε επίλεξε μια κατηγορία" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Παρακαλούμε επίλεξε ένα είδος ακινήτου" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Παρακαλούμε διόρθωσε τα παρακάτω λάθη" @@ -2495,18 +2528,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Παρακαλούμε να μην κάνεις κατάχρηση — η κατάχρηση της υπηρεσίας υποβαθμίζει την αξία της για όλους τους χρήστες." -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Παρακαλώ γράψτε ένα όνομα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2517,14 +2550,14 @@ msgid "Please enter a password" msgstr "Παρακαλούμε γράψε έναν κωδικό πρόσβασης" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Παρακαλούμε γράψε ένα θέμα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2536,7 +2569,7 @@ msgstr "Παρακαλούμε γράψε ένα έγκυρο email" msgid "Please enter a valid email address" msgstr "Παρακαλούμε γράψε μία έγκυρη διεύθυνση email" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Παρακαλούμε γράψε μερικές λεπτομέρειες" @@ -2545,8 +2578,8 @@ msgstr "Παρακαλούμε γράψε μερικές λεπτομέρειε #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2569,8 +2602,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Παρακαλούμε γράψε το ονοματεπώνυμό σου, οι υπηρεσίες χρειάζονται αυτή την πληροφορία – αν δεν επιθυμείς να εμφανίζεται το όνομά σου στην ιστοσελίδα, ξετσέκαρε το πεδίο παρακάτω" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2633,7 +2666,7 @@ msgstr "Παρακαλούμε σημείωσε ότι η ενημέρωσή σ msgid "Please note:" msgstr "Παρακαλούμε σημείωσε ότι:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2687,19 +2720,19 @@ msgstr "Παρακαλούμε γράψε την ενημέρωσή σου εδ msgid "Post" msgstr "Δημοσίευση" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Δημοσιεύθηκε ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Δημοσιεύθηκε από %s στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Δημοσιεύθηκε από <strong>%s</strong> (%s) στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Δημοσιεύθηκε από <strong>%s</strong> στις %s" @@ -2711,12 +2744,12 @@ msgstr "Βασισμένο στην <a class=\"platform-logo\" href=\"http://fix msgid "Previous" msgstr "Προηγούμενα" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2731,7 +2764,7 @@ msgid "Privacy and cookies" msgstr "Ιδιωτικότητα και cookies" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Ιδιωτικό" @@ -2762,7 +2795,7 @@ msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" msgid "Problem breakdown by state" msgstr "Ανάλυση προβλήματος ανά κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." @@ -2770,11 +2803,16 @@ msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." msgid "Problem state change based on survey results" msgstr "Αλλαγή κατάστασης προβλήματος βάσει αποτελεσμάτων από έρευνες" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Προβλήματα" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Προβλήματα στην περιοχή "%s"" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Κοντινά προβλήματα" @@ -2787,13 +2825,15 @@ msgstr "Προβλήματα στον χάρτη" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Προσφάτως αναφερθέντα προβλήματα διορθωμένα στο FixMyStreet" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Λήψη ειδοποιήσεων για προβλήματα σε ακτίνα %.1f χλμ από εδώ" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Προβλήματα στο "%s"" @@ -2801,16 +2841,17 @@ msgstr "Προβλήματα στο "%s"" msgid "Problems within %s ward" msgstr "Προβλήματα στην περιοχή "%s"" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Προβλήματα σε ακτίνα %s, %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Προβλήματα μέσα στα όρια του:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Διεύθυνση ακινήτου:" @@ -2820,11 +2861,11 @@ msgstr "Διεύθυνση ακινήτου:" msgid "Provide an update" msgstr "Δώσε μια ενημέρωση" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Η εισαγωγή ονόματος και κωδικού πρόσβασης είναι προαιρετική, αλλά έτσι θα σου είναι ευκολότερο να αναφέρεις προβλήματα, να αφήνεις ενημερώσεις και να διαχειρίζεσαι τις αναφορές σου." @@ -2842,7 +2883,7 @@ msgstr "" msgid "Public response:" msgstr "Δημόσια απάντηση:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2870,7 +2911,7 @@ msgstr "Το ερωτηματολόγιο %d στάλθηκε για το πρό msgid "Questionnaire filled in by problem reporter" msgstr "Το ερωτηματολόγιο συμπληρώθηκε από τον υποβολέα του προβλήματος" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2898,11 +2939,11 @@ msgstr "Ροή RSS από %s" msgid "RSS feed of %s, within %s ward" msgstr "Ροή RSS από %s, στην περιοχή "%s"" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Ροή RSS για κοντινά προβλήματα" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2927,7 +2968,7 @@ msgstr "Ροή RSS για ενημερώσεις σε αυτό το πρόβλη msgid "Receive email when updates are left on this problem." msgstr "Λήψη email όταν γίνονται ενημερώσεις για αυτό το πρόβλημα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2941,7 +2982,7 @@ msgstr "Πρόσφατα τοπικά προβλήματα, %s" msgid "Recently reported problems" msgstr "Πρόσφατες αναφορές προβλημάτων" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2949,7 +2990,17 @@ msgstr "" 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 έχει ως πρωταρχικό σκοπό την αναφορά φυσικών προβλημάτων που μπορούν να διορθωθούν. Αν το πρόβλημα δεν είναι κατάλληλο για υποβολή μέσω αυτής της ιστοσελίδας μπορείς να επικοινωνήσεις με την υπηρεσία απευθείας μέσω της ιστοσελίδας της." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Αφαίρεση σήμανσης" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Αφαίρεση σήμανσης" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Αφαίρεση σήμανσης" @@ -2979,8 +3030,8 @@ msgstr "Απάντηση στον χρήστη:" msgid "Report" msgstr "Αναφορά" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2995,7 +3046,7 @@ msgstr "Αναφορά προβλήματος" msgid "Report abuse" msgstr "Αναφορά κατάχρησης" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3018,7 +3069,7 @@ msgstr "Ανάφερε το πρόβλημά σου" msgid "Report, view, or discuss local problems" msgstr "Ανάφερε, δες ή συζήτησε τα τοπικά προβλήματα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Αναφέρθηκε ανώνυμα στις %s" @@ -3028,7 +3079,7 @@ msgstr "Αναφέρθηκε ανώνυμα στις %s" msgid "Reported before" msgstr "Αναφέρθηκε προηγουμένως" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Αναφέρθηκε από %s στις %s" @@ -3042,27 +3093,27 @@ msgstr "Αναφέρθηκε από:" msgid "Reported in the %s category" msgstr "Αναφέρθηκε στην κατηγορία %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Αναφέρθηκε στην κατηγορία %s, ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Αναφέρθηκε στην κατηγορία %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Αναφέρθηκε μέσω %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Αναφέρθηκε μέσω %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s από τον %s στις %s" @@ -3080,8 +3131,8 @@ msgstr "Αναφέρθηκε:" msgid "Reporting a problem" msgstr "Αναφορά προβλήματος" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3095,10 +3146,19 @@ msgstr "Οι αναφορές έχουν όριο %s χαρακτήρων. Πα msgid "Reports awaiting approval" msgstr "Αναφορές που αναμένουν έγκριση" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Αναφέρθηκε από %s στις %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Αναφορές που δημοσιεύθηκαν" @@ -3107,18 +3167,33 @@ msgstr "Αναφορές που δημοσιεύθηκαν" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Αναφορά στο "%s"" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Ροή RSS από %s, στην περιοχή "%s"" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "Απαιτείται φωτογραφία" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Επαναποστολή αναφοράς" @@ -3177,15 +3252,15 @@ msgstr "Χειριστής δρόμου για την ονομασμένη οδ msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδο (από το OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3201,23 +3276,28 @@ msgstr "Αν περιστρέψετε την φωτογραφία θα χαθο msgid "Satellite" msgstr "Δορυφόρος" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Αποθήκευση αλλαγών" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3226,6 +3306,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Η Δράση Προγραμματίστηκε" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3259,23 +3344,23 @@ msgstr "Η αναζήτηση δε βρήκε κανένα χρήστη." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Επίλεξε ένα σώμα" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Διάλεξε μια περιοχή" -#: 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/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3289,11 +3374,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Επιστροφή αναφοράς" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Στάλθηκε στο %s %s αργότερα" @@ -3306,7 +3391,7 @@ msgstr "Στάλθηκε:" msgid "Service:" msgstr "Υπηρεσία:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3332,6 +3417,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3344,9 +3430,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Δημόσια προβολή του ονόματός μου" @@ -3375,16 +3461,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3430,14 +3516,14 @@ msgstr "Λυπούμαστε, αυτός δεν είναι ένας έγκυρο msgid "Sorry, there has been an error confirming your problem." msgstr "Συγνώμη, υπήρξε βλάβη στην επιβεβαίωση του προβλήματός σου." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3459,11 +3545,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3480,20 +3566,25 @@ msgid "Start Date:" msgstr "Ημερομηνία Έναρξης:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Κατάσταση" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Αποθήκευση αλλαγών" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3503,8 +3594,14 @@ msgstr "Κατάσταση" msgid "State:" msgstr "Κατάσταση:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Κατάσταση" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3526,6 +3623,10 @@ msgstr "Ακόμη ανοιχτό, μέσω ερωτηματολογίου, %s" msgid "Street View" msgstr "Street View" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Υποκατηγορία: %s" @@ -3544,7 +3645,7 @@ msgid "Subject:" msgstr "Θέμα:" #: 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_loggedin.html:63 #: 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 @@ -3565,8 +3666,8 @@ msgstr "Υποβολή αλλαγών" msgid "Submit questionnaire" msgstr "Υποβολή ερωτηματολογίου" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3576,25 +3677,28 @@ msgstr "Υποβολή ερωτηματολογίου" msgid "Submitted" msgstr "Υποβλήθηκε" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Γίνε συνδρομητής" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Γίνε συνδρομητής σε ειδοποιήσεις μέσω email" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3627,8 +3731,8 @@ msgstr "Αποτελέσματα έρευνας" msgid "Template «%s»" msgstr "Πρότυπο «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Πρότυπα" @@ -3685,7 +3789,7 @@ msgstr "Η εικόνα δεν φαίνεται να έχει μεταφορτω 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται στην Ελλάδα. Παρακαλούμε προσπάθησε ξανά." @@ -3695,11 +3799,11 @@ msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται σ msgid "That postcode was not recognised, sorry." msgstr "Ο ταχυδρομικός κώδικας δεν αναγνωρίστηκε, λυπούμαστε." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." @@ -3711,7 +3815,7 @@ msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s." msgid "That report has been removed from FixMyStreet." msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3733,10 +3837,10 @@ msgid "" " 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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3757,6 +3861,10 @@ msgstr "" "Το <strong>όνομα</strong> της υπηρεσίας ταυτοποιεί την υπηρεσία (για παράδειγμα, <em>Υπηρεσία Καθαριότητας</em>)\n" "και ίσως προβληθεί δημόσια." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3767,11 +3875,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Το σφάλμα ήταν: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Οι παρακάτω ιδιότητες του Open311 v2 επιστρέφονται για κάθε αίτημα: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code και service_name." @@ -3810,10 +3922,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Η λίστα των διαθέσιμων περιοχών παρέχεται από την υπηρεσία MapIt στις %s." +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3823,9 +3939,9 @@ msgstr "Οι κωδικοί πρόσβασης δεν ταιριάζουν" msgid "The requested URL '%s' was not found on this server" msgstr "Η ζητούμενη διεύθυνση URL '%s' δε βρέθηκε στον server" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "Για να λαμβάνεις ειδοποιήσεις που αφορούν ζητήματα της περιοχής:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3846,18 +3962,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Δεν υπάρχουν αναφορές προς εμφάνιση." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδας Όλες οι Αναφορές. Παρακαλούμε προσπάθησε ξανά αργότερα." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της σελίδας. Παρακαλούμε προσπάθησε αργότερα." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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’ αυτής της φόρμας." @@ -3866,7 +3982,7 @@ msgstr "Υπήρξε πρόβλημα με το συνδυασμό του email/ msgid "There was a problem with your email/password combination. Please try again." msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κωδικού πρόσβασης. Παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά." @@ -3874,7 +3990,7 @@ msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Π msgid "There were problems with your report. Please see below." msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Υπήρξαν προβλήματα με την ενημέρωσή σου. Παρακαλούμε δες παρακάτω." @@ -3928,8 +4044,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3945,9 +4061,10 @@ msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσ msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Αυτό το email στάλθηκε σε πολλές υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, αφού η επιλεγμένη κατηγορία συμπεριλαμβάνεται σε κάθε μια από αυτές. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" @@ -3976,8 +4093,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Αυτή η αναφορά αναμένει έγκριση." @@ -4009,7 +4126,7 @@ msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φ msgid "Time spent (in minutes):" msgstr "Χρόνος που αφιερώθηκε (λεπτά):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Χρονοδιάγραμμα" @@ -4038,6 +4155,14 @@ msgstr "Για να βρεις τις τοπικές ειδοποιήσεις π msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Για να βρεις τις τοπικές ειδοποιήσεις που υπάρχουν για σένα, παρακαλούμε γράψε τον ταχυδρομικό σου κώδικα, την οδό ή την περιοχή σου." +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Για την προβολή ενός χάρτη με την ακριβή τοποθεσία του ζητήματος" @@ -4075,16 +4200,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4100,17 +4233,21 @@ msgstr "Δοκίμασε ξανά" msgid "Try emailing us directly:" msgstr "Στείλε μας ένα email:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "μη διορθωμένες αναφορές" @@ -4124,7 +4261,7 @@ msgid "Unknown alert type" msgstr "Άγνωστο είδος ειδοποίησης" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Άγνωστο σφάλμα" @@ -4139,10 +4276,11 @@ msgstr "Άγνωστη ταυτότητα προβλήματος" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Ενημέρωση" @@ -4159,7 +4297,7 @@ msgstr "Η παρακάτω ενημέρωση προστέθηκε ανώνυμ msgid "Update below added by %s at %s" msgstr "Η παρακάτω ενημέρωση προστέθηκε από %s στις %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Ενημέρωση σώματος" @@ -4195,13 +4333,23 @@ msgstr "Καταστάσεις ενημέρωσης" msgid "Updated" msgstr "Ενημερώθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Δημοσιεύθηκε από <strong>%s</strong> (%s) στις %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Δημοσιεύθηκε από <strong>%s</strong> στις %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Ενημερώθηκε!" @@ -4211,7 +4359,7 @@ msgstr "Ενημερώθηκε!" msgid "Updates" msgstr "Ενημερώσεις" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" @@ -4225,8 +4373,8 @@ msgstr "Ενημερώσεις για {{title}}" msgid "Updates to this problem, %s" msgstr "Ενημερώσεις για το πρόβλημα, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4240,7 +4388,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4253,11 +4401,11 @@ msgstr "Χάρτης σε χρήση" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Η επισήμανση του χρήστη αφαιρέθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Ο χρήστης επισημάνθηκε" @@ -4270,9 +4418,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσματα για ονόματα χρηστών και διευθύνσεις email." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Χρήστες" @@ -4281,9 +4429,9 @@ msgstr "Χρήστες" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" @@ -4330,7 +4478,7 @@ msgstr "Βρήκαμε παραπάνω από ένα αποτέλεσμα γι msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4365,7 +4513,7 @@ msgstr "Θα σου απαντήσουμε όσο το δυνατόν συντο msgid "What was your experience of getting the problem fixed?" msgstr "Ποια ήταν η εμπειρία σου κατά την επίλυση του προβλήματος;" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Όταν διορθώθηκε" @@ -4374,7 +4522,15 @@ msgstr "Όταν διορθώθηκε" msgid "When sent" msgstr "Όταν αποστάλθηκε " -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4386,8 +4542,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4422,7 +4578,7 @@ msgstr "" msgid "Year" msgstr "Έτος" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4437,7 +4593,7 @@ msgstr "Έτος" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ναι" @@ -4471,6 +4627,10 @@ msgstr "Μπορείς να <a href=\"%s%s\">δεις το πρόβλημα σε msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Μπορείς να προσθέσεις την ηλεκτρονική διεύθυνση ενός καταχρηστικού χρήστη στην λίστα καταχρήσεων, κάτι που αυτόματα θα αποκρύπτει (και δεν θα αποστέλλει) αναφορές που αυτός δημιουργεί." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Μπορείς να επικοινωνήσεις για τεχνική υποστήριξη στο <a href='mailto:%s'>%s</a>" @@ -4492,7 +4652,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Μπορείς να επισημάνεις έναν τομέα ως διαγεγραμμένο αν δεν θέλεις να είναι ενεργός σε αυτόν τον ιστότοπο." @@ -4569,7 +4729,6 @@ msgstr "Οι Αναφορές σου" 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:80 @@ -4582,7 +4741,7 @@ msgid "Your email" msgstr "Το e-mail σου" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4593,10 +4752,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4606,11 +4765,11 @@ msgstr "Το όνομά σου" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4618,7 +4777,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4656,8 +4815,8 @@ msgstr "" msgid "Your updates" msgstr "Οι ενημερώσεις σου" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4666,14 +4825,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "από %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "σημειωμένη ως διπλή αναφορά" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4698,7 +4857,7 @@ msgstr "επεξεργασία χρήστη" msgid "from %s different users" msgstr "από %s διαφορετικούς χρήστες" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "τελευταία ενημέρωση %s" @@ -4707,44 +4866,7 @@ msgstr "τελευταία ενημέρωση %s" msgid "less than a minute" msgstr "λιγότερο από ένα λεπτό" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "σημειωμένη ως προγραμματισμένη δράση" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "σημειωμένη ως εσωτερική αναφορά" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "σημειωμένο ως κλειστό" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "σημειωμένο ως διορθωμένο" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "σημειωμένο ως σε διαδικασία αντιμετώπισης" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "σημειωμένο ως υπό έλεγχο" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "σημειωμένο ως αδύνατο να διορθωθεί" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "σημειωμένο ως εκτός αρμοδιότητας της υπηρεσίας" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "σημειωμένο ως προγραμματισμένο" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4755,13 +4877,10 @@ msgstr "μη διαθέσιμο" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "ή" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "σημειωμένο ως εκτός αρμοδιότητας της υπηρεσίας" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4786,15 +4905,6 @@ msgstr "αναφέρθηκε αρχικά από: “%s”" msgid "other areas:" msgstr "άλλες περιοχές:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "άνοιξε ξανά" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "έξοδος" @@ -4808,6 +4918,11 @@ msgstr "η τοπική υπηρεσία" msgid "there is no pin shown as the user did not use the map" msgstr "δεν υπάρχει καρφίτσα στον χάρτη επειδή ο χρήστης δεν χρησιμοποίησε τον χάρτη" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Προβάλλεται μία τοποθεσία" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "αυτή η κατηγορία τοπικού προβλήματος" @@ -4960,7 +5075,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> ενημέρωση σε αναφορές" msgstr[1] "<big>%s</big> ενημερώσεις σε αναφορές" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4981,7 +5096,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "Δεν έχουμε ακόμη λεπτομέρειες για το συμβούλιο που είναι αρμόδιο σε αυτήν την τοποθεσία." msgstr[1] "Δεν έχουμε ακόμη λεπτομέρειες για τις υπηρεσίες που είναι αρμόδιες σε αυτήν την τοποθεσία." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4994,3 +5109,114 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’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" +#~ "\"Εντός του τομέα ευθύνης\"." + +#~ msgid "%s ward, %s" +#~ msgstr "%s περιοχή, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, στην περιοχή %quot;%s"" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(εναλλακτικά, μπορείς να λαμβάνεις ειδοποιήσεις για ζητήματα σε ακτίνα %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Διάλεξε είδος ακινήτου --" + +#~ msgid "Closed reports" +#~ msgstr "κλειστές αναφορές" + +#~ msgid "Closed:" +#~ msgstr "Κλειστό:" + +#~ msgid "Duplicate" +#~ msgstr "Διπλότυπο" + +#~ msgid "Fixed reports" +#~ msgstr "διορθωμένες αναφορές" + +#~ msgid "Fixed:" +#~ msgstr "Διορθώθηκε:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Αυτές είναι οι κατηγορίες ειδοποιήσεων για τοπικά προβλήματα για ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Σε Εξέλιξη" + +#~ msgid "Internal referral" +#~ msgstr "Εσωτερική αναφορά" + +#~ msgid "Investigating" +#~ msgstr "Γίνεται διερεύνηση" + +#~ msgid "No further action" +#~ msgstr "Δεν είναι εφικτή η διόρθωση" + +#~ msgid "Not Responsible" +#~ msgstr "Δεν είναι Υπεύθυνος" + +#~ msgid "Or problems reported to:" +#~ msgstr "Ή προβλήματα που αναφέρθηκαν σε:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "Ή μπορείς να λαμβάνεις ειδοποιήσεις που αφορούν μία συγκεκριμένη υπηρεσία της περιοχής:" + +#~ msgid "Please choose a property type" +#~ msgstr "Παρακαλούμε επίλεξε ένα είδος ακινήτου" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Προβλήματα μέσα στα όρια του:" + +#~ 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." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Για να λαμβάνεις ειδοποιήσεις που αφορούν ζητήματα της περιοχής:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "σημειωμένη ως διπλή αναφορά" + +#~ msgid "marked as action scheduled" +#~ msgstr "σημειωμένη ως προγραμματισμένη δράση" + +#~ msgid "marked as an internal referral" +#~ msgstr "σημειωμένη ως εσωτερική αναφορά" + +#~ msgid "marked as closed" +#~ msgstr "σημειωμένο ως κλειστό" + +#~ msgid "marked as fixed" +#~ msgstr "σημειωμένο ως διορθωμένο" + +#~ msgid "marked as in progress" +#~ msgstr "σημειωμένο ως σε διαδικασία αντιμετώπισης" + +#~ msgid "marked as investigating" +#~ msgstr "σημειωμένο ως υπό έλεγχο" + +#~ msgid "marked as no further action" +#~ msgstr "σημειωμένο ως αδύνατο να διορθωθεί" + +#~ msgid "marked as planned" +#~ msgstr "σημειωμένο ως προγραμματισμένο" + +#~ msgid "or" +#~ msgstr "ή" + +#~ msgid "reopened" +#~ msgstr "άνοιξε ξανά" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index 6346b18a4..9c853f288 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " y " @@ -91,25 +91,6 @@ msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s barrio, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, en %s barrio" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© colaboradores <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>" @@ -118,7 +99,7 @@ msgstr "© colaboradores <a href=\"http://www.openstreetmap.org/copyright\"> msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email registrado en la tabla de abusos)" @@ -133,23 +114,27 @@ msgstr "(Sin nombre)" msgid "(No phone number)" msgstr "(Sin número de teléfono)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(cerrado)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(distancia que cubre aproximadamente 200.000 personas)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(arreglado)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" @@ -158,7 +143,7 @@ msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" @@ -166,20 +151,22 @@ msgstr "(no enviadas al ayuntamiento)" msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Listado RSS de los problemas dentro de %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Escoja un tipo de propiedad --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Elegir una plantilla--" @@ -188,16 +175,16 @@ msgstr "--Elegir una plantilla--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +199,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +220,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Sí</strong>- tengo una contraseña" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Acción programada" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -273,18 +255,35 @@ msgid "Add a contact using the form below." msgstr "Añada un contacto usando el siguiente formulario." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Agregue un órgano" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(opcional)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -297,15 +296,15 @@ msgstr "" msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -333,13 +332,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -352,13 +352,21 @@ msgid "All Reports as CSV" msgstr "Todas las notificaciones como CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Todas las categorías" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -387,13 +395,19 @@ msgstr "Una actualización marcó este problema como arreglado." msgid "Anonymous" msgstr "Anónimo" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anónimo" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Otro usuario" @@ -407,7 +421,7 @@ msgstr "¿Estás seguro que quieres cancelar esta carga?" msgid "Are you sure?" msgstr "¿Estás seguro?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -439,11 +453,11 @@ msgstr "Asignar a un órgano externo:" msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -484,7 +498,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "En espera de revisión" @@ -497,13 +511,13 @@ msgstr "Atras" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Suspender este email" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -525,7 +539,11 @@ msgstr "Órgano administrativo:" msgid "By Date" msgstr "Por Fecha" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -533,7 +551,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "¿No puedes ver el mapa? <em>Salte este paso</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categorías" @@ -546,8 +564,8 @@ msgstr "Categorías:" #: 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -558,7 +576,7 @@ msgstr "Categorías:" msgid "Category" msgstr "Categoría" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de '%s' a '%s'" @@ -598,11 +616,11 @@ msgstr "Cambiar dirección de email" msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -628,7 +646,7 @@ 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -657,22 +675,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -680,23 +697,17 @@ msgstr "" msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Cerrada por el Ayuntamiento" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Cerrada:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coordenadas:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -710,11 +721,15 @@ msgstr "Datos cobrand:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -740,7 +755,7 @@ msgstr "" msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -776,8 +791,8 @@ msgstr "Contactar con el equipo" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" @@ -835,24 +850,33 @@ msgstr "Ayuntamiento:" msgid "Count" msgstr "Total" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Creado" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crear una categoría" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Crear una prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -882,7 +906,7 @@ msgstr "Estado actual" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Cliente no localizable" @@ -898,27 +922,37 @@ 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" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Crear una prioridad" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Eliminar plantilla" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminado" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -956,7 +990,7 @@ msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -965,7 +999,7 @@ 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/auth/general.html:60 #: 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 @@ -973,7 +1007,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -985,7 +1019,7 @@ msgstr "No lo sé" msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -993,16 +1027,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplicado" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1017,43 +1046,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Editar" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1076,15 +1105,15 @@ msgstr "Editando la actualización %d" msgid "Editing user %d" msgstr "Editando el usuario %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1092,13 +1121,14 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Email añadido a lista de abusones" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Dirección de email" @@ -1110,7 +1140,7 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Email ya incluido en la lista de abusones" @@ -1139,8 +1169,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1158,7 +1188,7 @@ msgstr "Fecha final:" msgid "Endpoint" msgstr "Punto final" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" @@ -1177,7 +1207,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1197,8 +1227,8 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Todo" @@ -1223,12 +1253,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1239,7 +1269,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL Externo" @@ -1251,13 +1281,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Datos adicionales:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Datos adicionales:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1265,6 +1302,11 @@ msgstr "" msgid "Failed to send message" msgstr "Fallo en el envío del mensaje" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1278,49 +1320,32 @@ msgstr "Primera vez" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Arreglado" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Arreglado - Ayuntamiento" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Arreglado - Usuario" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Arreglado:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Marcar como borrado" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1350,21 +1375,25 @@ msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1393,10 +1422,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Proporcióname un listado RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "¡Nos alegra saber que ha sido arreglado!" @@ -1406,8 +1439,8 @@ msgstr "¡Nos alegra saber que ha sido arreglado!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1417,7 +1450,7 @@ msgstr "Ir" msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1445,22 +1478,13 @@ msgstr "Ayuda" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "%s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1503,11 +1527,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historial" @@ -1524,12 +1552,12 @@ msgid "How to send successful reports" msgstr "¿Cómo enviar informes exitosos?" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Acabo de informar de un problema en @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Acabo de actualizar un problema en @fixmystreet" @@ -1549,8 +1577,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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1558,10 +1586,18 @@ 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1574,7 +1610,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1597,7 +1633,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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í." @@ -1640,11 +1676,6 @@ msgstr "ID incorrecto" msgid "Illegal feed selection" msgstr "Selección de listado incorrecta" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Procesando" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "¿En tabla de abusones?" @@ -1653,17 +1684,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Procesando" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1687,11 +1715,11 @@ msgstr "Valor incorrecto para has_photo \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1699,11 +1727,6 @@ msgstr "" msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Remisión interna" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1712,7 +1735,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Valor inválido para agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Fecha de fin inválida" @@ -1720,21 +1743,14 @@ msgstr "Fecha de fin inválida" msgid "Invalid format %s specified." msgstr "Especificado un formato no válido %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Fecha de inicio no válida" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Investigando" - #: templates/web/base/contact/blurb.html:2 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í." @@ -1743,23 +1759,41 @@ msgstr "A menudo es más rápido <a href=\"%s\">consultar nuestro Listado de Pre msgid "It’s on its way to the council right now." msgstr "De camino al ayuntamiento en este momento." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1786,23 +1820,27 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listar todos los problemas notificados" @@ -1833,13 +1871,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1849,7 +1887,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1858,11 +1896,11 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1878,7 +1916,7 @@ msgstr "Marcado como enviado" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1906,7 +1944,7 @@ msgstr "Falta jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1919,7 +1957,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1928,7 +1966,7 @@ msgid "Moderated by division within one working day" msgstr "Moderado por el organismo durante el siguiente día laborable" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1936,23 +1974,28 @@ msgstr "" msgid "Month" msgstr "Mes" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1971,7 +2014,7 @@ msgstr "Nombre:" msgid "Name: %s" msgstr "Nombre: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1984,8 +2027,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1997,15 +2040,23 @@ msgstr "" "Camino más cercano al pin colocado en el mapa (generada automáticamente por Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2031,7 +2082,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2060,6 +2111,7 @@ msgid "New reports" msgstr "Nuevos informes" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Nuevo estado" @@ -2069,7 +2121,7 @@ msgstr "Nuevo estado" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2077,7 +2129,7 @@ msgstr "" msgid "Next" msgstr "Siguiente" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2089,7 +2141,7 @@ msgstr "Siguiente" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "No" @@ -2105,7 +2157,7 @@ msgstr "Sin órgano administrativo" msgid "No council" msgstr "Sin ayuntamiento" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Ningún ayuntamiento seleccionado" @@ -2121,21 +2173,16 @@ msgstr "No se encuentran problemas marcados." msgid "No flagged users found." msgstr "No se encuentran usuarios marcados" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Incapaz de arreglarlo" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2143,8 +2190,8 @@ msgstr "" msgid "No result returned" msgstr "Ningún resultado devuelto" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2183,13 +2230,8 @@ msgstr "" "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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "No responsable" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2208,7 +2250,7 @@ msgid "Not reported to council" msgstr "No comunicado al ayuntamiento" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2230,6 +2272,10 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Ahora a enviar tu notificación…" @@ -2260,20 +2306,17 @@ msgstr "" msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2300,21 +2343,25 @@ msgstr "Página web de la iniciativa Open311" msgid "Open311 specification" msgstr "Especificación Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "O problemas notificados a:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2337,17 +2384,16 @@ msgstr "Propietario" msgid "Page Not Found" msgstr "Página no encontrada" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Padre" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Parcial" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2355,7 +2401,7 @@ msgstr "Parcial" msgid "Password (optional)" msgstr "Contraseña (opcional)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Contraseña:" @@ -2367,7 +2413,7 @@ msgstr "Enlace permanente" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2375,7 +2421,7 @@ msgstr "" msgid "Phone number" msgstr "Número de teléfono" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" @@ -2435,12 +2481,8 @@ msgstr "" msgid "Place pin on map" msgstr "Coloque el marcador en el mapa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2458,26 +2500,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: 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:462 -msgid "Please choose a property type" -msgstr "Por favor, elija un tipo de propiedad" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2493,18 +2531,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2515,14 +2553,14 @@ msgid "Please enter a password" msgstr "Por favor, introduzca una contraseña" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2534,7 +2572,7 @@ msgstr "Por favor, introduce una dirección de email válida" msgid "Please enter a valid email address" msgstr "Por favor, introduce una dirección de email válida" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Por favor, describa los detalles más relevantes" @@ -2543,8 +2581,8 @@ msgstr "Por favor, describa los detalles más relevantes" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2567,8 +2605,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2631,7 +2669,7 @@ msgstr "" msgid "Please note:" msgstr "Por favor, tenga en cuenta:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2685,19 +2723,19 @@ msgstr "Por favor, escriba su actualización aquí" msgid "Post" msgstr "Publicar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Publicado de forma anónima - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Publicado por <strong>%s</strong> (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Publicado por <strong>%s</strong> - %s" @@ -2709,12 +2747,12 @@ msgstr "" msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2729,7 +2767,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privado" @@ -2760,7 +2798,7 @@ msgstr "Problema %s enviado al Ayuntamiento %s" msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -2768,11 +2806,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemas en el barrio %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemas cercanos" @@ -2785,13 +2828,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemas en %.1fkm alrededor" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemas en %s" @@ -2799,16 +2844,17 @@ msgstr "Problemas en %s" msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Problemas en:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Dirección de la propiedad:" @@ -2818,11 +2864,11 @@ msgstr "Dirección de la propiedad:" msgid "Provide an update" msgstr "Proporcionar una actualización" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2840,7 +2886,7 @@ msgstr "" msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2868,7 +2914,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2896,11 +2942,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2925,7 +2971,7 @@ msgstr "Listado RSS de actualizaciones sobre este problema" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2939,7 +2985,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2947,7 +2993,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Eliminar marca" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Eliminar marca" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Eliminar marca" @@ -2977,8 +3033,8 @@ msgstr "" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2993,7 +3049,7 @@ msgstr "Notificar un problema" msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3016,7 +3072,7 @@ msgstr "Notifique su incidencia" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" @@ -3026,7 +3082,7 @@ msgstr "Notificado anónimamente en %s" msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" @@ -3040,27 +3096,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 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:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 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" @@ -3078,8 +3134,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3093,10 +3149,19 @@ 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/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Notificado por %s en %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Notificaciones publicadas" @@ -3105,18 +3170,32 @@ msgstr "Notificaciones publicadas" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Notificar sobre %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Listado RSS para %s, en el barrio %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Vuelva a enviar la notificación" @@ -3175,15 +3254,15 @@ msgstr "Operador responsable de este camino (derivado del número de referencia msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3199,23 +3278,28 @@ msgstr "" msgid "Satellite" msgstr "Satélite" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Guardar cambios" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3224,6 +3308,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Acción programada" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3257,22 +3346,22 @@ msgstr "La búsqueda no encontró usuarios." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Selecciona un órgano administrativo" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Seleccione un área" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3287,11 +3376,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" @@ -3304,7 +3393,7 @@ msgstr "Enviado:" msgid "Service:" msgstr "Servicio:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3330,6 +3419,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3342,9 +3432,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Mostrar mi nombre públicamente" @@ -3373,16 +3463,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3430,14 +3520,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3459,11 +3549,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3480,20 +3570,25 @@ msgid "Start Date:" msgstr "Fecha de inicio:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Estado" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Guardar cambios" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3503,8 +3598,14 @@ msgstr "Estado" msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Estado" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3526,6 +3627,10 @@ msgstr "Sigue abierta, a través de cuestionario, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Subcategoria: %s" @@ -3544,7 +3649,7 @@ msgid "Subject:" msgstr "Título:" #: 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_loggedin.html:63 #: 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 @@ -3565,8 +3670,8 @@ msgstr "Enviar cambios" msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3576,25 +3681,28 @@ msgstr "Enviar cuestionario" msgid "Submitted" msgstr "Enviado" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Suscríbeme a alertas por email" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3627,8 +3735,8 @@ msgstr "Resultados de la Encuesta" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3685,7 +3793,7 @@ msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuev 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3695,11 +3803,11 @@ msgstr "Esa localización no parece ser de UK, por favor inténtelo de nuevo." msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." @@ -3711,7 +3819,7 @@ msgstr "Esa notificación no se puede ver en %s." msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3735,10 +3843,10 @@ msgid "" " 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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3759,6 +3867,10 @@ msgstr "" "El <strong>nombre</strong> del organismo identifica al propio organismo administrativo (por ejemplo, <em>Ayuntamiento de Elche</em>)\n" "y puede ser mostrado públicamente. " +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3769,11 +3881,15 @@ msgstr "El ayuntamiento necesita la mayor cantidad de detalles posibles para ate msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "El error fue: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Los siguientes atributos Open311 v2 son devueltos para cada petición: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code y service_name." @@ -3812,10 +3928,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3825,9 +3945,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "La alerta más sencilla es nuestra alerta geográfica:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3848,18 +3968,18 @@ msgstr "" msgid "There are no reports to show." msgstr "No hay ninguna notificación que mostrar." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3868,7 +3988,7 @@ msgstr "Hubo un problema con su email/contraseña. Si no recuerda o no tiene con 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:353 +#: 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." @@ -3876,7 +3996,7 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3931,8 +4051,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3948,9 +4068,10 @@ msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cub msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Esta información es necesaria" @@ -3979,8 +4100,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." @@ -4012,7 +4133,7 @@ msgstr "Esta página web también contiene una foto del problema, proporcionada msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Cronología" @@ -4041,6 +4162,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4078,16 +4207,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4103,17 +4240,21 @@ msgstr "Inténtelo de nuevo" msgid "Try emailing us directly:" msgstr "Pruebe enviándonos un correo directamente:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4127,7 +4268,7 @@ msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Error desconocido" @@ -4142,10 +4283,11 @@ msgstr "ID de problema desconocido" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Actualizar" @@ -4162,7 +4304,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Actualizar órgano" @@ -4198,13 +4340,23 @@ msgstr "Actualización de estados" msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Publicado por <strong>%s</strong> (%s) - %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Publicado por <strong>%s</strong> - %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "¡Actualizado!" @@ -4214,7 +4366,7 @@ msgstr "¡Actualizado!" msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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." @@ -4228,8 +4380,8 @@ msgstr "Actualizaciones en {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4243,7 +4395,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4256,11 +4408,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Usuario marcado" @@ -4273,9 +4425,9 @@ msgstr "" 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/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Usuarios" @@ -4284,9 +4436,9 @@ msgstr "Usuarios" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Valores actualizados" @@ -4333,7 +4485,7 @@ msgstr "Hemos encontrado más de una coincidencia para esa ubicación. Se muestr msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4368,7 +4520,7 @@ msgstr "Gracias por sus comentarios. ¡Nos pondremos en contacto con usted tan p msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Una vez editada" @@ -4377,7 +4529,15 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4389,8 +4549,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4425,7 +4585,7 @@ msgstr "" msgid "Year" msgstr "Año" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4440,7 +4600,7 @@ msgstr "Año" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "SÍ" @@ -4474,6 +4634,10 @@ msgstr "Usted puede <a href=\"%s%s\">ver el problema en este sitio</a>." 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Puede ponerse en contacto con el soporte técnico en <a href='mailto:%s'>%s</a>" @@ -4495,7 +4659,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4572,7 +4736,6 @@ msgstr "Sus notificaciones" 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:80 @@ -4585,7 +4748,7 @@ msgid "Your email" msgstr "Su email:" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4596,10 +4759,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4609,11 +4772,11 @@ msgstr "Su nombre" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4621,7 +4784,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4659,8 +4822,8 @@ msgstr "" msgid "Your updates" msgstr "Sus actualizaciones" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4669,14 +4832,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "por %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "marcado como un informe duplicado" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4701,7 +4864,7 @@ msgstr "editar usuario" msgid "from %s different users" msgstr "de %s usuarios diferentes" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "ultima actualización %s" @@ -4710,44 +4873,7 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "marcado como acción programada" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "marcado como una referencia interna" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "marcado como cerrado" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "marcado como arreglado" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "marcado como en progreso" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "marcado como en investigación" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "marcado como que no se puede arreglar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "marcado como que el ayuntamiento no es responsable" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "marcado como planificado" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4758,13 +4884,10 @@ msgstr "n/a" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "o" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "marcado como que el ayuntamiento no es responsable" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4789,15 +4912,6 @@ msgstr "consignados inicialmente:" msgid "other areas:" msgstr "otras áreas:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "reabierto" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "salir" @@ -4811,6 +4925,11 @@ msgstr "ayuntamiento" 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" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Visualizando una ubicación" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -4963,7 +5082,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4984,7 +5103,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4997,3 +5116,87 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s barrio, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, en %s barrio" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Escoja un tipo de propiedad --" + +#~ msgid "Closed:" +#~ msgstr "Cerrada:" + +#~ msgid "Duplicate" +#~ msgstr "Duplicado" + +#~ msgid "Fixed:" +#~ msgstr "Arreglado:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Estos son los tipos de notificaciones de incidencias locales para '%s'." + +#~ msgid "In Progress" +#~ msgstr "Procesando" + +#~ msgid "Internal referral" +#~ msgstr "Remisión interna" + +#~ msgid "Investigating" +#~ msgstr "Investigando" + +#~ msgid "No further action" +#~ msgstr "Incapaz de arreglarlo" + +#~ msgid "Not Responsible" +#~ msgstr "No responsable" + +#~ msgid "Or problems reported to:" +#~ msgstr "O problemas notificados a:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Por favor, elija un tipo de propiedad" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemas en:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "La alerta más sencilla es nuestra alerta geográfica:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "marcado como un informe duplicado" + +#~ msgid "marked as action scheduled" +#~ msgstr "marcado como acción programada" + +#~ msgid "marked as an internal referral" +#~ msgstr "marcado como una referencia interna" + +#~ msgid "marked as closed" +#~ msgstr "marcado como cerrado" + +#~ msgid "marked as fixed" +#~ msgstr "marcado como arreglado" + +#~ msgid "marked as in progress" +#~ msgstr "marcado como en progreso" + +#~ msgid "marked as investigating" +#~ msgstr "marcado como en investigación" + +#~ msgid "marked as no further action" +#~ msgstr "marcado como que no se puede arreglar" + +#~ msgid "marked as planned" +#~ msgstr "marcado como planificado" + +#~ msgid "or" +#~ msgstr "o" + +#~ msgid "reopened" +#~ msgstr "reabierto" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 9521af8a7..35b0bf68c 100644 --- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mysociety/teams/12067/es_DO/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " y " @@ -94,31 +94,6 @@ msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"%s envía diferentes categorías de problemas\n" -"al ayuntamiento apropiado, de manera que los problemas dentro de las fronteras de cierto ayuntamiento\n" -"no podrían coincidir con los problemas enviados a ese ayuntamiento. Por ejemplo, un reporte de grafiti\n" -"será enviado al ayuntamiento del distrito, de manera que aparecerá en ambas alertas del distrito\n" -"council&rsquo;s, pero solo aparecerá en la alerta \"Dentro de la frontera\"\n" -"para el ayuntamiento del municipio." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s barrio, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, en %s barrio" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> colaboradores" @@ -127,7 +102,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Defecto & ubicación del defecto)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email registrado en la tabla de abusos)" @@ -142,23 +117,27 @@ msgstr "(Sin nombre)" msgid "(No phone number)" msgstr "(Sin número de teléfono)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(un listado RSS podría ser diseñado alternativamente, dentro de %es)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(cerrado)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(distancia que cubre aproximadamente 200.000 personas)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(arreglado)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" @@ -167,7 +146,7 @@ msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" @@ -175,20 +154,22 @@ msgstr "(no enviadas al ayuntamiento)" msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Listado RSS de los problemas dentro de %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Escoja un tipo de propiedad --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Elija una plantilla--" @@ -197,16 +178,16 @@ msgstr "--Elija una plantilla--" msgid "10 inch pothole on Example St, near post box" msgstr "Un bache de 25 centímetros en Calle Ejemplo, cerca al buzón de correos" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "14 - 30 días de antigüedad" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "7 - 14 días de antigüedad" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -221,8 +202,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Mostrar</label> %s <label for=\"filter_categories\">sobre</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -242,30 +224,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<strong>Nota:</strong> Este informe ha sido enviado y espera una acción. Cualquier cambio realizado no será pasado." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>Nota:</strong> Este informe aún no se ha sido enviado por una acción. Cualquier cambio realizado podría no pasar." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Sí</strong>- tengo una contraseña" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Acción programada" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -282,18 +259,35 @@ msgid "Add a contact using the form below." msgstr "Añada un contacto usando el siguiente formulario." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Agregue un órgano" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "opcional" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -306,15 +300,15 @@ msgstr "Añadir a la lista de pre-seleccionados" msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Añadir/editar las categorias del problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Añadir/Editar las prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Añadir/Editar las plantillas de respuesta" @@ -342,13 +336,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -361,13 +356,21 @@ msgid "All Reports as CSV" msgstr "Todos los informes como CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Todas las categorías" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -396,13 +399,19 @@ msgstr "Una actualización marcó este problema como arreglado." msgid "Anonymous" msgstr "Anónimo" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anónimo" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Otro usuario" @@ -416,7 +425,7 @@ msgstr "¿Está seguro(a) que quiere cancelar esta carga?" msgid "Are you sure?" msgstr "¿Está seguro(a)?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -448,11 +457,11 @@ msgstr "Asignar a un órgano externo:" msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Asignar usuarios a las áreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -493,7 +502,7 @@ msgstr "El tiempo promedio del primero cambio del estado " msgid "Avoid personal information and vehicle number plates" msgstr "Evitar información personal y las placas de matrícula de los carros" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "En espera de revisión" @@ -506,13 +515,13 @@ msgstr "Atras" msgid "Back to all reports" msgstr "Volver a todos los informes" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Suspender este email" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -534,7 +543,11 @@ msgstr "Órgano administrativo:" msgid "By Date" msgstr "Por Fecha" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "¿No puedes encontrar nuestro email? Busque en su folder de email basura – esa es la solución 99% del tiempo." @@ -542,7 +555,7 @@ msgstr "¿No puedes encontrar nuestro email? Busque en su folder de email basura msgid "Can't see the map? <em>Skip this step</em>" msgstr "¿No puedes ver el mapa? <em>Salte este paso</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categorías" @@ -555,8 +568,8 @@ msgstr "Categorías:" #: 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -567,7 +580,7 @@ msgstr "Categorías:" msgid "Category" msgstr "Categoría" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de ‘%s’ a ‘%s’" @@ -607,11 +620,11 @@ msgstr "Cambiar dirección de email" msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Marcar <strong>la inspección requerida</strong> si se reporta en esta categoría<strong>debe ser inspeccionada</strong> antes de ser enviada." -#: templates/web/base/admin/contact-form.html:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -637,7 +650,7 @@ 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "Elija otro" @@ -666,22 +679,22 @@ msgstr "Haga un clic en nuestro email de confirmación para publicar su problema msgid "Click the link in our confirmation email to publish your update." msgstr "Haga un clic en nuestro email de confirmación para publicar su actualización." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Haga un clic en nuestro email de confirmación para iniciar sesión." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Haga un clic en nuestro email de confirmación para iniciar sesión." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -689,23 +702,17 @@ msgstr "Haga un clic en nuestro email de confirmación para iniciar sesión." msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Cerrada por el Ayuntamiento" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "Informes cerrados" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Cerrada:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coordenadas:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -719,11 +726,15 @@ msgstr "Datos cobrand:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -749,7 +760,7 @@ msgstr "Como alternativa confirme por email, para lo cual tendrá que indicar un msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -785,8 +796,8 @@ msgstr "Contactar con el equipo" msgid "Coordinates:" msgstr "Coordenadas:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" @@ -844,24 +855,34 @@ msgstr "Ayuntamiento:" msgid "Count" msgstr "Total" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Creado" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crear una categoría" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Crear prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Crear informes/actualizaciones en nombre del usuario" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Crear informes/actualizaciones como ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Crear informes/actualizaciones en nombre del usuario" @@ -891,7 +912,7 @@ msgstr "Estado actual" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Cliente imposible de contactar" @@ -907,27 +928,37 @@ msgstr "Tablero de control" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratado por el departamento dentro de los 5 días hábiles" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Crear prioridad" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "Tipo de defecto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Eliminar plantilla" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminado" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "Describe el motivo de la moderación" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -965,7 +996,7 @@ msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "Desechar cambios" @@ -974,7 +1005,7 @@ msgid "Do not send email alerts on fetched comments to problem creator" msgstr "No enviar alertas por email en los comentarios recopilados para el creador del problema" #. ("%s is the site name") -#: templates/web/base/auth/general.html:58 +#: templates/web/base/auth/general.html:60 #: 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 @@ -982,7 +1013,7 @@ msgstr "No enviar alertas por email en los comentarios recopilados para el cread msgid "Do you have a %s password?" msgstr "¿Tiene una contraseña %s?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -994,7 +1025,7 @@ msgstr "No lo sé" msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1002,16 +1033,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Deslice y deje las fotos aquí o <u>haga clic para subir</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplicado" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1026,43 +1052,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 msgid "Easting/Northing:" msgstr "Falso este/Falso norte:" #: 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/responsepriorities/list.html:28 #: 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 "Editar" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Editar los detalles de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Editar la categoría del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Editar la prioridad del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Editar los informes" @@ -1085,15 +1111,15 @@ msgstr "Editando la actualización %d" msgid "Editing user %d" msgstr "Editando el usuario %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1101,13 +1127,14 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Email añadido a lista de abusones" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Dirección de email" @@ -1119,7 +1146,7 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Email ya incluido en la lista de abusones" @@ -1148,8 +1175,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1167,7 +1194,7 @@ msgstr "Fecha final:" msgid "Endpoint" msgstr "Punto final" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" @@ -1186,7 +1213,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1206,8 +1233,8 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Todo" @@ -1232,12 +1259,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "Explicar el problema" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1248,7 +1275,7 @@ msgstr "Externo" msgid "External ID" msgstr "ID externo" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL Externo" @@ -1260,13 +1287,20 @@ msgstr "Organismo administrativo externo" msgid "External team" msgstr "Equipo externo" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Detalles adicionales" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Datos adicionales:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Detalles adicionales" @@ -1274,6 +1308,11 @@ msgstr "Detalles adicionales" msgid "Failed to send message" msgstr "Fallo en el envío del mensaje" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1287,49 +1326,32 @@ msgstr "Primera vez" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Arreglado" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Arreglado - Ayuntamiento" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Arreglado - Usuario" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "Informes arreglados" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Arreglado:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Marcar como borrado" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1359,21 +1381,25 @@ msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." msgid "For best results include a close-up and a wide shot" msgstr "Para mejores resultados incluya una toma en close-up y una abierta" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Reenviado al organismo administrativo externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Deseo reenviado al organismo administrativo externo" @@ -1402,10 +1428,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Proporcióname un listado RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "¡Nos alegra saber que ha sido arreglado!" @@ -1415,8 +1445,8 @@ msgstr "¡Nos alegra saber que ha sido arreglado!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1426,7 +1456,7 @@ msgstr "Ir" msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Permitir el acceso al administrador" @@ -1454,22 +1484,13 @@ msgstr "Ayuda" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "Ayuda <strong>%s</strong>para resolver su problema más rápido, indique detalles adicionales. Esta información adicional no será publicada online." -#: 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/zurich/footer.html:11 msgid "Hi %s" msgstr "%s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1512,11 +1533,15 @@ msgid "Hide update completely?" msgstr "Ocultar actualización entero" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historial" @@ -1533,12 +1558,12 @@ msgid "How to send successful reports" msgstr "¿Cómo enviar informes exitosos?" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Acabo de informar de un problema en @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Acabo de actualizar un problema en @fixmystreet" @@ -1558,8 +1583,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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1567,10 +1592,18 @@ 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1583,7 +1616,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 quiere que esta prioridad sea una opción para categorías específicas, elíjalas aquí. Como valor predeterminado se mostrarán todas las categorías." @@ -1608,7 +1641,7 @@ msgstr "" "Si desea abandonar la actualización pública del problema, por favor introdúzcalo aquí\n" "(por favor, tenga en cuenta que no será enviado al ayuntamiento)." -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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í." @@ -1651,11 +1684,6 @@ msgstr "ID incorrecto" msgid "Illegal feed selection" msgstr "Selección de listado incorrecta" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Procesando" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "¿En tabla de abusones?" @@ -1664,17 +1692,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Procesando" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1698,11 +1723,11 @@ msgstr "Valor incorrecto para has_photo \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Inspección requerida" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Dar instrucciones a los contratistas para que solucionen los problemas" @@ -1710,11 +1735,6 @@ msgstr "Dar instrucciones a los contratistas para que solucionen los problemas" msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Remisión interna" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "Fallo de Internet" @@ -1723,7 +1743,7 @@ msgstr "Fallo de Internet" msgid "Invalid agency_responsible value %s" msgstr "Valor inválido para agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Fecha de fin inválida" @@ -1731,21 +1751,14 @@ msgstr "Fecha de fin inválida" msgid "Invalid format %s specified." msgstr "Especificado un formato no válido %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "Ubicación equivocada. Una nueva ubicación debe estar bajo la protección del mismo ayuntamiento." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Fecha de inicio no válida" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Investigando" - #: templates/web/base/contact/blurb.html:2 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í." @@ -1754,23 +1767,41 @@ msgstr "A menudo es más rápido <a href=\"%s\">consultar nuestro Listado de Pre msgid "It’s on its way to the council right now." msgstr "De camino al ayuntamiento en este momento." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Jurisdicción Desconocida" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Jurisdicción desconocida" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "Hace 4 semanas" @@ -1797,23 +1828,27 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "Latitud/Longitud:" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Menos recientemente actualizado" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "Menos de 7 días de antigüedad" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listar todos los problemas notificados" @@ -1844,13 +1879,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "Iniciar sesión con Facebook" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1860,7 +1895,7 @@ msgstr "Iniciar sesión con Twitter" msgid "Log in with email" msgstr "Iniciar sesión con email" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "Buscar" @@ -1869,11 +1904,11 @@ msgstr "Buscar" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Administrar los pre-seleccionados" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1889,7 +1924,7 @@ msgstr "Marcado como enviado" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "Marcar los detalles del problema" @@ -1917,7 +1952,7 @@ msgstr "Falta jurisdiction_id" msgid "Moderate" msgstr "Moderar" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Moderar los detalles del informe" @@ -1930,7 +1965,7 @@ msgid "Moderate this update" msgstr "Moderar este actualización" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "Moderado por %s a %s" @@ -1939,7 +1974,7 @@ msgid "Moderated by division within one working day" msgstr "Moderado por el organismo durante el siguiente día laborable" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "Motivo de moderación" @@ -1947,23 +1982,28 @@ msgstr "Motivo de moderación" msgid "Month" msgstr "Mes" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Lo más comentado" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1982,7 +2022,7 @@ msgstr "Nombre:" msgid "Name: %s" msgstr "Nombre: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Navegue a este problema" @@ -1995,8 +2035,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -2008,15 +2048,24 @@ msgstr "" "Camino más cercano al pin colocado en el mapa (generada automáticamente por Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "¡Casi hemos terminado! Lea su email…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Lo más reciente" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2042,7 +2091,7 @@ msgid "New password:" msgstr "Contraseña nueva:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Prioridad nueva" @@ -2071,6 +2120,7 @@ msgid "New reports" msgstr "Nuevos informes" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Nuevo estado" @@ -2080,7 +2130,7 @@ msgstr "Nuevo estado" msgid "New template" msgstr "Plantilla nueva" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Lo más reciente" @@ -2088,7 +2138,7 @@ msgstr "Lo más reciente" msgid "Next" msgstr "Siguiente" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2100,7 +2150,7 @@ msgstr "Siguiente" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "No" @@ -2116,7 +2166,7 @@ msgstr "Sin órgano administrativo" msgid "No council" msgstr "Sin ayuntamiento" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Ningún ayuntamiento seleccionado" @@ -2132,21 +2182,16 @@ msgstr "No se encuentran problemas marcados." msgid "No flagged users found." msgstr "No se encuentran usuarios marcados" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Incapaz de arreglarlo" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2154,8 +2199,8 @@ msgstr "" msgid "No result returned" msgstr "Ningún resultado devuelto" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2196,13 +2241,8 @@ msgstr "" "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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "No responsable" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2221,7 +2261,7 @@ msgid "Not reported to council" msgstr "No comunicado al ayuntamiento" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2243,6 +2283,10 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Notas de SDM a DM" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Ahora a enviar tu notificación…" @@ -2273,20 +2317,17 @@ msgstr "" msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Lo más antiguo" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2313,21 +2354,26 @@ msgstr "Página web de la iniciativa Open311" msgid "Open311 specification" msgstr "Especificación Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "O problemas notificados a:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "opcional" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2350,17 +2396,16 @@ msgstr "Propietario" msgid "Page Not Found" msgstr "Página no encontrada" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Padre" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Parcial" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2368,7 +2413,7 @@ msgstr "Parcial" msgid "Password (optional)" msgstr "Contraseña (opcional)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Contraseña:" @@ -2380,7 +2425,7 @@ msgstr "Enlace permanente" msgid "Permissions:" msgstr "Licencias:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Notificado:" @@ -2389,7 +2434,7 @@ msgstr "Notificado:" msgid "Phone number" msgstr "Número de teléfono" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" @@ -2449,12 +2494,8 @@ msgstr "" msgid "Place pin on map" msgstr "Coloque el marcador en el mapa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2472,26 +2513,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: 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:462 -msgid "Please choose a property type" -msgstr "Por favor, elija un tipo de propiedad" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2507,18 +2544,18 @@ msgstr "Por favor, <strong>no</strong> reporte los problemas a través de este 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Por favor, indique un nombre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Por favor, indique un nombre para este organismo" @@ -2529,14 +2566,14 @@ msgid "Please enter a password" msgstr "Por favor, introduzca una contraseña" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2548,7 +2585,7 @@ msgstr "Por favor, introduce una dirección de email válida" msgid "Please enter a valid email address" msgstr "Por favor, introduce una dirección de email válida" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Por favor, describa los detalles más relevantes" @@ -2557,8 +2594,8 @@ msgstr "Por favor, describa los detalles más relevantes" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2581,8 +2618,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2645,7 +2682,7 @@ msgstr "Por favor, tenga en cuenta que su actualización no ha <strong>sido aún msgid "Please note:" msgstr "Por favor, tenga en cuenta:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Por favor, proveer una actualización pública para este reporte." @@ -2699,19 +2736,19 @@ msgstr "Por favor, escriba su actualización aquí" msgid "Post" msgstr "Publicar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Publicado de forma anónima - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Publicado por <strong>%s</strong> (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Publicado por <strong>%s</strong> - %s" @@ -2723,12 +2760,12 @@ msgstr "Con la tecnología de <a class=\"platform-logo\" href=\"http://fixmystre msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Prioridad" @@ -2743,7 +2780,7 @@ msgid "Privacy and cookies" msgstr "Privacidad y cookies" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privado" @@ -2774,7 +2811,7 @@ msgstr "Problema %s enviado al Ayuntamiento %s" msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -2782,11 +2819,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemas en el barrio %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemas cercanos" @@ -2799,13 +2841,15 @@ msgstr "Problemas en el mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas recientemente notificados como arreglados en CuidoMiCiudad" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemas en %.1fkm alrededor" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemas en %s" @@ -2813,16 +2857,17 @@ msgstr "Problemas en %s" msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Problemas dentro %s, %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Problemas en:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Dirección de la propiedad:" @@ -2832,11 +2877,11 @@ msgstr "Dirección de la propiedad:" msgid "Provide an update" msgstr "Proporcionar una actualización" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "Proporcionar la actualización como" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2854,7 +2899,7 @@ msgstr "Detalles públicos" msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Actualización pública:" @@ -2882,7 +2927,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2910,11 +2955,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2939,7 +2984,7 @@ msgstr "Listado RSS de actualizaciones sobre este problema" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Recibido por unos %s momentos tarde" @@ -2953,7 +2998,7 @@ msgstr "Problemas locales recientes, %s" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Recientemente actualizado" @@ -2961,7 +3006,17 @@ msgstr "Recientemente actualizado" 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 CuidoMiCiudad 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Eliminar marca" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Eliminar marca" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Eliminar marca" @@ -2991,8 +3046,8 @@ msgstr "Responder al usuario:" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "ID del informe:" @@ -3007,7 +3062,7 @@ msgstr "Notificar un problema" msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Notificar como:" @@ -3030,7 +3085,7 @@ msgstr "Notifique su incidencia" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" @@ -3040,7 +3095,7 @@ msgstr "Notificado anónimamente en %s" msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" @@ -3054,27 +3109,27 @@ msgstr "Notificado por:" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 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:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 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" @@ -3092,8 +3147,8 @@ msgstr "Notificado:" msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3107,10 +3162,19 @@ 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/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Notificado por %s en %s" + #: 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 "Lo informes hechos por usuarios acreditados serán enviados al organismo administrativo responsable sin ser antes inspeccionados." +#: templates/web/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Notificaciones publicadas" @@ -3119,18 +3183,33 @@ msgstr "Notificaciones publicadas" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Notificar sobre %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Listado RSS para %s, en el barrio %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Informes esperando a ser enviados" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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 "Los informes serán automáticamente enviados sin necesidad de verificar si <strong>la reputación</strong> del usuario está al nivel o más de este valor. Ajustar a strong>0</strong> si todos los informes deben ser verificados sí o sí. " -#: templates/web/base/admin/contact-form.html:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "Umbral de reputación" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "requerido" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Vuelva a enviar la notificación" @@ -3189,15 +3268,15 @@ msgstr "Operador responsable de este camino (derivado del número de referencia msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3213,23 +3292,28 @@ msgstr "Rotar esta foto eliminará los cambios no guardados al informe." msgid "Satellite" msgstr "Satélite" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Guardar cambios" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Guardar con una actualización pública" @@ -3238,6 +3322,11 @@ msgstr "Guardar con una actualización pública" msgid "Saving reports offline" msgstr "Guardando reportes sin conexión" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Acción programada" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3271,23 +3360,23 @@ msgstr "La búsqueda no encontró usuarios." msgid "See our privacy policy" msgstr "Ver nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Selecciona un órgano administrativo" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Seleccione un área" -#: 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 "Seleccione qué tipo de alerta le gustaría recibir y haga click en el botón para un listado RSS, o escriba su dirección de email para suscribirse a una alerta por correo." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3301,11 +3390,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "Enviar estados Open311 extendidos con actualizaciones de pedidos de servicio" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Devolver el informe" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" @@ -3318,7 +3407,7 @@ msgstr "Enviado:" msgid "Service:" msgstr "Servicio:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Ajustar a mi ubicación actual" @@ -3344,6 +3433,7 @@ msgstr "" msgid "Shortlisted" msgstr "Entre los pre-seleccionados" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Pre-seleecionados por %s" @@ -3356,9 +3446,9 @@ msgstr "Mostrar foto" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Mostrar mi nombre públicamente" @@ -3387,16 +3477,16 @@ msgstr "Mostrar el nombre del reportero" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "Inicie sesión con su dirección de email, proporcionando una nueva contraseña. Cuando haga click en el enlace en su correo electrónico su clave será actualizada." @@ -3444,14 +3534,14 @@ msgstr "Lo sentimos, este no fue’ un enlace válido" 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3473,11 +3563,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "Disculpa, no tenemos una buena conexión de internet para grabar este página, o no encontremos la página, o era un fallo del servidor. Por favor, inténtalo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "Lo sentimos, no tiene permiso para hacer eso." -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Seleccionado por" @@ -3494,20 +3584,25 @@ msgid "Start Date:" msgstr "Fecha de inicio:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Estado" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Guardar cambios" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3517,8 +3612,14 @@ msgstr "Estado" msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Estado" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3540,6 +3641,10 @@ msgstr "Sigue abierta, a través de cuestionario, %s" msgid "Street View" msgstr "Vista de calle" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Subcategoria: %s" @@ -3558,7 +3663,7 @@ msgid "Subject:" msgstr "Título:" #: 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_loggedin.html:63 #: 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 @@ -3579,8 +3684,8 @@ msgstr "Enviar cambios" msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3590,25 +3695,28 @@ msgstr "Enviar cuestionario" msgid "Submitted" msgstr "Enviado" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Suscríbeme a alertas por email" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3641,8 +3749,8 @@ msgstr "Resultados de la Encuesta" msgid "Template «%s»" msgstr "Plantilla «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Plantillas" @@ -3699,7 +3807,7 @@ msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuev 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3709,11 +3817,11 @@ msgstr "Esa localización no parece ser de UK, por favor inténtelo de nuevo." msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." @@ -3725,7 +3833,7 @@ msgstr "Esa notificación no se puede ver en %s." msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3749,10 +3857,10 @@ msgid "" " 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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3773,6 +3881,10 @@ msgstr "" "El <strong>nombre</strong> del organismo identifica al propio organismo administrativo (por ejemplo, <em>Ayuntamiento de Elche</em>)\n" "y puede ser mostrado públicamente. " +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3783,11 +3895,15 @@ msgstr "El ayuntamiento necesita la mayor cantidad de detalles posibles para ate msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "El error fue: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Los siguientes atributos Open311 v2 son devueltos para cada petición: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code y service_name." @@ -3826,10 +3942,14 @@ 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 "El enlace podría haber caducado, o quizá usted no’ lo copió y pegó correctamente." -#: templates/web/base/admin/body-form.html:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3839,9 +3959,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "La alerta más sencilla es nuestra alerta geográfica:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3862,18 +3982,18 @@ msgstr "" msgid "There are no reports to show." msgstr "No hay ninguna notificación que mostrar." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3882,7 +4002,7 @@ msgstr "Hubo un problema con su email/contraseña. Si no recuerda o no tiene con 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:353 +#: 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." @@ -3890,7 +4010,7 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3945,8 +4065,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3962,9 +4082,10 @@ msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cub msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Esta información es necesaria" @@ -3993,8 +4114,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Ese reporte es duplicado. Por favor, actualizar el reporte original:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." @@ -4026,7 +4147,7 @@ msgstr "Esta página web también contiene una foto del problema, proporcionada msgid "Time spent (in minutes):" msgstr "Tiempo invertido (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Cronología" @@ -4055,6 +4176,14 @@ msgstr "Para averiguar cuáles alertas locales tenemos para usted, por favor esc 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4092,16 +4221,24 @@ msgstr "Total sin señalización" msgid "Total reports received" msgstr "Total de reporte recibidos" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "¿Se necesita administración del tráfico?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Confiables por los organismos administrativos:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "Acreditado para hacer informes que no requieren inspección" @@ -4117,17 +4254,21 @@ msgstr "Inténtelo de nuevo" msgid "Try emailing us directly:" msgstr "Pruebe enviándonos un correo directamente:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "Informes sin arreglar" @@ -4141,7 +4282,7 @@ msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Error desconocido" @@ -4156,10 +4297,11 @@ msgstr "ID de problema desconocido" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Actualizar" @@ -4176,7 +4318,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Actualizar órgano" @@ -4212,13 +4354,23 @@ msgstr "Actualización de estados" msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Publicado por <strong>%s</strong> (%s) - %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Publicado por <strong>%s</strong> - %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "¡Actualizado!" @@ -4228,7 +4380,7 @@ msgstr "¡Actualizado!" msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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." @@ -4242,8 +4394,8 @@ msgstr "Actualizaciones en {{title}}" msgid "Updates to this problem, %s" msgstr "Actualizaciones a este problema, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4257,7 +4409,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Abrir la extension Open311 de envío de actualización" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "Use este campo para registrar detalles que solo se muestran en el administrador. Estas entradas no son públicas y no se enviarán al organismo administrativo." @@ -4270,11 +4422,11 @@ msgstr "Mapa usado" msgid "User ID to attribute fetched comments to" msgstr "ID de usuario a quien atribuir los comentarios obtenidos" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Usuario marcado" @@ -4287,9 +4439,9 @@ msgstr "" 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/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Usuarios" @@ -4298,9 +4450,9 @@ msgstr "Usuarios" msgid "Users can perform the following actions within their assigned body or area." msgstr "Los usuarios pueden realizar las siguientes acciones dentro de sus organismos administrativos o áreas asignadas. " -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Valores actualizados" @@ -4347,7 +4499,7 @@ msgstr "Hemos encontrado más de una coincidencia para esa ubicación. Se muestr msgid "We found more than one match for that problem reference:" msgstr "Hemos encontrado más de una coincidencia para el problema de referencia:" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4382,7 +4534,7 @@ msgstr "Gracias por sus comentarios. ¡Nos pondremos en contacto con usted tan p msgid "What was your experience of getting the problem fixed?" msgstr "¿Cómo fue su experiencia durante el proceso de solución del problema?" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Una vez editada" @@ -4391,7 +4543,15 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "¿Ese reporte es un reporte duplicado de qué reporte?" @@ -4403,8 +4563,8 @@ msgstr "¡Espere! Tres fotos son suficientes." 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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4439,7 +4599,7 @@ msgstr "El año pasado" msgid "Year" msgstr "Año" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4454,7 +4614,7 @@ msgstr "Año" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "SÍ" @@ -4488,6 +4648,10 @@ msgstr "Usted puede <a href=\"%s%s\">ver el problema en este sitio</a>." 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Puede ponerse en contacto con el soporte técnico en <a href='mailto:%s'>%s</a>" @@ -4509,7 +4673,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4586,7 +4750,6 @@ msgstr "Sus notificaciones" msgid "Your account" msgstr "Su 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:80 @@ -4599,7 +4762,7 @@ msgid "Your email" msgstr "Su email:" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4610,10 +4773,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4623,11 +4786,11 @@ msgstr "Su nombre" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4635,7 +4798,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4673,8 +4836,8 @@ msgstr "Su reporte está guardado para subir cuando tenga una conexión internet msgid "Your updates" msgstr "Sus actualizaciones" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Usted mismo" @@ -4683,14 +4846,14 @@ msgstr "Usted mismo" msgid "all" msgstr "todo" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "por %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "marcado como un informe duplicado" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4715,7 +4878,7 @@ msgstr "editar usuario" msgid "from %s different users" msgstr "de %s usuarios diferentes" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "ultima actualización %s" @@ -4724,44 +4887,7 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "marcado como acción programada" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "marcado como una referencia interna" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "marcado como cerrado" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "marcado como arreglado" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "marcado como en progreso" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "marcado como en investigación" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "marcado como que no se puede arreglar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "marcado como que el ayuntamiento no es responsable" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "marcado como planificado" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4772,13 +4898,10 @@ msgstr "n/a" msgid "none" msgstr "nada" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "opcional" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "o" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "marcado como que el ayuntamiento no es responsable" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4803,15 +4926,6 @@ msgstr "consignados inicialmente:" msgid "other areas:" msgstr "otras áreas:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "reabierto" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "requerido" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "salir" @@ -4825,6 +4939,11 @@ msgstr "ayuntamiento" 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" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Visualizando una ubicación" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -4977,7 +5096,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4998,7 +5117,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5011,3 +5130,114 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "%s envía diferentes categorías de problemas\n" +#~ "al ayuntamiento apropiado, de manera que los problemas dentro de las fronteras de cierto ayuntamiento\n" +#~ "no podrían coincidir con los problemas enviados a ese ayuntamiento. Por ejemplo, un reporte de grafiti\n" +#~ "será enviado al ayuntamiento del distrito, de manera que aparecerá en ambas alertas del distrito\n" +#~ "council&rsquo;s, pero solo aparecerá en la alerta \"Dentro de la frontera\"\n" +#~ "para el ayuntamiento del municipio." + +#~ msgid "%s ward, %s" +#~ msgstr "%s barrio, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, en %s barrio" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(un listado RSS podría ser diseñado alternativamente, dentro de %es)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Escoja un tipo de propiedad --" + +#~ msgid "Closed reports" +#~ msgstr "Informes cerrados" + +#~ msgid "Closed:" +#~ msgstr "Cerrada:" + +#~ msgid "Duplicate" +#~ msgstr "Duplicado" + +#~ msgid "Fixed reports" +#~ msgstr "Informes arreglados" + +#~ msgid "Fixed:" +#~ msgstr "Arreglado:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Estos son los tipos de notificaciones de incidencias locales para '%s'." + +#~ msgid "In Progress" +#~ msgstr "Procesando" + +#~ msgid "Internal referral" +#~ msgstr "Remisión interna" + +#~ msgid "Investigating" +#~ msgstr "Investigando" + +#~ msgid "No further action" +#~ msgstr "Incapaz de arreglarlo" + +#~ msgid "Not Responsible" +#~ msgstr "No responsable" + +#~ msgid "Or problems reported to:" +#~ msgstr "O problemas notificados a:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Por favor, elija un tipo de propiedad" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemas en:" + +#~ 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 "Seleccione qué tipo de alerta le gustaría recibir y haga click en el botón para un listado RSS, o escriba su dirección de email para suscribirse a una alerta por correo." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "La alerta más sencilla es nuestra alerta geográfica:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "marcado como un informe duplicado" + +#~ msgid "marked as action scheduled" +#~ msgstr "marcado como acción programada" + +#~ msgid "marked as an internal referral" +#~ msgstr "marcado como una referencia interna" + +#~ msgid "marked as closed" +#~ msgstr "marcado como cerrado" + +#~ msgid "marked as fixed" +#~ msgstr "marcado como arreglado" + +#~ msgid "marked as in progress" +#~ msgstr "marcado como en progreso" + +#~ msgid "marked as investigating" +#~ msgstr "marcado como en investigación" + +#~ msgid "marked as no further action" +#~ msgstr "marcado como que no se puede arreglar" + +#~ msgid "marked as planned" +#~ msgstr "marcado como planificado" + +#~ msgid "or" +#~ msgstr "o" + +#~ msgid "reopened" +#~ msgstr "reabierto" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index 4dc204db1..e96147d56 100644 --- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " et " @@ -97,29 +97,6 @@ msgstr "%s questionnaires envoyés – %s complétés (%s%%)" msgid "%s ref: %s" msgstr "%s réf : %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"%s envoie différentes catégories de problèmes \n" -"à l'administration appropriée. Les problèmes situés sur le territoire d'une administration pourraient ne pas correspondre aux problèmes envoyés à cette administration.\n" -" Par exemple, un rapport graffiti sera envoyé à l'administration\n" -" de district, et apparaîtrait dans les deux administrations." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "Localité %s, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, dans la localité %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributeurs" @@ -128,7 +105,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Défaut & amp; emplacement du défaut)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email dans la liste des abus)" @@ -143,23 +120,27 @@ msgstr "(Sans Nom)" msgid "(No phone number)" msgstr "(Sans numéro de téléphone)" -#: 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 environ 200 000 personnes)" - -#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: 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/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(fermé)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(une distance par défaut qui couvre environ 200 000 personnes)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(résolu)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(comme des graffitis, immondices, trottoirs abimés ou éclairage public)" @@ -168,7 +149,7 @@ msgstr "(comme des graffitis, immondices, trottoirs abimés ou éclairage public msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(non signalé à l’administration)" @@ -176,20 +157,22 @@ msgstr "(non signalé à l’administration)" msgid "(optional)" msgstr "(facultatif)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(envoyé aux deux)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Flux RSS des problèmes à l'intérieur de %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Choisissez un type de propriété --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Choisissez un modèle--" @@ -198,16 +181,16 @@ msgstr "--Choisissez un modèle--" 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/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -222,8 +205,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <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/js/translation_strings.html:74 @@ -243,30 +227,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Oui</strong>, j'ai un mot de passe :" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Action programmée" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -283,18 +262,35 @@ msgid "Add a contact using the form below." msgstr "Ajouter un contact en utilisant le formulaire ci-dessous." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Ajouter un interlocuteur" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "optionnel" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -307,15 +303,15 @@ msgstr "Ajouter à la liste" msgid "Add user" msgstr "Ajouter un utilisateur" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Ajouter/modifier des catégories de problèmes" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Ajouter/modifier les priorités de réponse" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Ajouter/modifier des modèles de réponse" @@ -343,13 +339,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "M'alerter de futures mises à jour" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -362,13 +359,21 @@ msgid "All Reports as CSV" msgstr "Tous les rapports au format CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Toutes catégories" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Collaboration" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -397,13 +402,19 @@ msgstr "Une mise à jour a marqué ce problème comme résolu" msgid "Anonymous" msgstr "Anonyme" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonyme" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "un autre utilisateur" @@ -417,7 +428,7 @@ msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" msgid "Are you sure?" msgstr "Êtes-vous sûr ?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -449,11 +460,11 @@ msgstr "Affecté à un \"interlocuteur\" externe:" msgid "Assign to subdivision:" msgstr "Affecté à la subdivision:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Affecter des utilisateurs aux zones" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Affecté à %s" @@ -494,7 +505,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Évitez les renseignements personnels et les plaques d'immatriculation" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "En attente de modération" @@ -507,13 +518,13 @@ msgstr "Retour" msgid "Back to all reports" msgstr "Retour vers tous les rapports" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Bannir l'adresse mail" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -535,7 +546,11 @@ msgstr "Interlocuteur:" msgid "By Date" msgstr "Par Date" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Si vous ne trouvez pas notre e-mail? Vérifiez dans votre dossier spam." @@ -543,7 +558,7 @@ 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>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Catégories" @@ -556,8 +571,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -568,7 +583,7 @@ msgstr "Catégories:" msgid "Category" msgstr "Catégorie" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Changement de catégorie de ‘%s’ à ‘%s’" @@ -608,11 +623,11 @@ msgstr "Changer l'adresse email" msgid "Change password" msgstr "Changer le mot de passe" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -639,7 +654,7 @@ 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -668,22 +683,22 @@ msgstr "Cliquez sur le lien dans notre courriel de confirmation pour publier vot msgid "Click the link in our confirmation email to publish your update." msgstr "Cliquez sur le lien dans notre courriel de confirmation pour publier votre mise à jour." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 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:189 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Cliquez sur le lien dans notre courriel de confirmation pour vous connecter." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -691,23 +706,17 @@ msgstr "Cliquez sur le lien dans notre courriel de confirmation pour vous connec msgid "Closed" msgstr "Clos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Clos par l'administration" -#: templates/web/base/reports/_list-filters.html:13 -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:37 msgid "Co-ordinates:" msgstr "Coordonnées" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Collaboration" @@ -721,11 +730,15 @@ msgstr "Données de collaboration :" msgid "Cobrand:" msgstr "Collaboration :" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuration" @@ -751,7 +764,7 @@ msgstr "Confirmez par email à la place, Si vous fournissez un nouveau mot de pa msgid "Confirmation" msgstr "Confirmation" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -787,8 +800,8 @@ msgstr "Contacter l'équipe" msgid "Coordinates:" msgstr "Coordonnées:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Impossible de trouver l'utilisateur" @@ -846,24 +859,34 @@ msgstr "Administration :" msgid "Count" msgstr "Nombre" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Créé" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Créer un rapport" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Créer une catégorie" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Créer une priorité" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Créer des rapports/mises à jour pour le compte d'un utilisateur" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Créer des rapports/mises à jour de l'administration" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Créer des rapports/mises à jour pour le compte d'un utilisateur" @@ -893,7 +916,7 @@ msgstr "État actuel" msgid "Currently no bodies have been created." msgstr "Pour l'instant, aucun intelocuteur n'a été créé." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Le client est injoignable" @@ -909,27 +932,37 @@ msgstr "Tableau de bord" msgid "Dealt with by subdivision within 5 working days" msgstr "Traité par la subdivision dans les 5 jours ouvrables" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Créer une priorité" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Supprimer le modèle" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Effacé" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -967,7 +1000,7 @@ msgid "Diligency prize league table" msgstr "Tableau d'honneur de la réactivité" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -976,7 +1009,7 @@ 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/auth/general.html:60 #: 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 @@ -984,7 +1017,7 @@ msgstr "Ne pas envoyer d'alertes par email concernant les commentaires sur le pr msgid "Do you have a %s password?" msgstr "Avez-vous un mot de passe %s ?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -996,7 +1029,7 @@ msgstr "Je ne sais pas" msgid "Don't like forms?" msgstr "Vous n'aimez pas les formulaires ?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1004,16 +1037,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Glissez et déposez les photos ici ou <u> cliquer pour les envoyer </ u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Dupliqué" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1028,43 +1056,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:26 +#: templates/web/base/admin/responsepriorities/list.html:28 #: 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 "Éditer" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editer les détails de l'intelocuteur" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Modifier les détails des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Modifier les autorisations des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Éditer la catégorie des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Éditer la priorité des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Éditer les rapports" @@ -1087,15 +1115,15 @@ msgstr "Édition de la mise à jour %d" msgid "Editing user %d" msgstr "Édition de l'utilisateur %d'" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Éditeur" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1103,13 +1131,14 @@ msgstr "Éditeur" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Email rajouté à la liste des abus" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Adresse e-mail" @@ -1121,7 +1150,7 @@ msgstr "Alerte E-mail créé" msgid "Email alert deleted" msgstr "Alerte E-mail supprimé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Email déjà présent dans la liste des abus" @@ -1149,8 +1178,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1168,7 +1197,7 @@ msgstr "Date de fin:" msgid "Endpoint" msgstr "destinataire" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Saisir un nom de rue Zücomplet" @@ -1187,7 +1216,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1207,8 +1236,8 @@ msgstr "Saisissez les détails du problème" msgid "Error" msgstr "Erreur" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Tout" @@ -1233,12 +1262,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "Expliquez le problème" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1249,7 +1278,7 @@ msgstr "Externe" msgid "External ID" msgstr "ID externe" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL externe" @@ -1261,13 +1290,20 @@ msgstr "Body extérieur" msgid "External team" msgstr "Équipe externe" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Précisions supplémentaires" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Donnée supplémentaire:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Précisions supplémentaires" @@ -1275,6 +1311,11 @@ msgstr "Précisions supplémentaires" msgid "Failed to send message" msgstr "Échec de l'envoi du message" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1288,49 +1329,32 @@ msgstr "Première fois" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Résolu" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Résolu - Administration" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Résolu - Usager" -#: templates/web/base/reports/_list-filters.html:14 -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:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Signaler comme supprimé" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Signaler l'usager" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Signalé" @@ -1360,21 +1384,25 @@ msgstr "Suivez un lien de localité pour voir uniquement les rapports à l'inté 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 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Transmis à l'administration" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Souhait transmis à l'administration" @@ -1403,10 +1431,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Donnez-moi un flux RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Heureux d'entendre qu'il a été résolu!" @@ -1416,8 +1448,8 @@ msgstr "Heureux d'entendre qu'il a été résolu!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1427,7 +1459,7 @@ msgstr "Ok" msgid "Going to send questionnaire?" msgstr "Envoi du questionnaire ?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Accorder l'accès à l'admin" @@ -1455,22 +1487,13 @@ msgstr "Aide" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Bienvenue %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1513,11 +1536,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historique" @@ -1534,12 +1561,12 @@ msgid "How to send successful reports" msgstr "Comment envoyer des rapports réussis" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Je viens de signaler un problème sur @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Je viens de mettre à jour un problème sur @fixmystreet" @@ -1559,17 +1586,25 @@ 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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1580,7 +1615,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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." @@ -1605,7 +1640,7 @@ 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/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1647,11 +1682,6 @@ msgstr "ID invalide" msgid "Illegal feed selection" msgstr "Sélection de flux invalide" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "En cours" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "En table d'abus ?" @@ -1660,17 +1690,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "En cours" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1694,11 +1721,11 @@ msgstr "Valeur has_photo invalide \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "inspection requise" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Instruire entrepreneurs pour résoudre les problèmes" @@ -1706,11 +1733,6 @@ msgstr "Instruire entrepreneurs pour résoudre les problèmes" msgid "Internal notes" msgstr "Notes internes" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Référence interne" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1719,7 +1741,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Valeur agency_responsible invalide \"%s\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Date de fin invalide" @@ -1727,21 +1749,14 @@ msgstr "Date de fin invalide" msgid "Invalid format %s specified." msgstr "Format spécifié %s invalide" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 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:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Date de début invalide" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "En examen" - #: templates/web/base/contact/blurb.html:2 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." @@ -1750,23 +1765,41 @@ msgstr "Il est souvent plus rapide <a href=\"%s\">de parcourir notre FAQs</a> et 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:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Zone d'administration Inconnue" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: 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:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1793,23 +1826,27 @@ msgstr "Dernière actualisation :" msgid "Last update:" msgstr "Dernière actualisation :" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Moins récemment mis à jour" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Lister tous les problèmes rapportés" @@ -1840,13 +1877,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1856,7 +1893,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1865,11 +1902,11 @@ msgstr "" msgid "MAP" msgstr "CARTE" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Gérer la liste" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1885,7 +1922,7 @@ msgstr "Marqué comme envoyé" 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "Marquer les détails du problème" @@ -1913,7 +1950,7 @@ msgstr "jurisdiction_id manquant" msgid "Moderate" msgstr "Modérer" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Modérer les détails du rapport" @@ -1926,7 +1963,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1935,7 +1972,7 @@ msgid "Moderated by division within one working day" msgstr "Modéré par division dans le délai d'un jour ouvrable" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1943,23 +1980,28 @@ msgstr "" msgid "Month" msgstr "Mois" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Les plus commentés" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1978,7 +2020,7 @@ msgstr "Nom :" msgid "Name: %s" msgstr "Nom: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Accédez à ce problème" @@ -1991,8 +2033,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -2004,15 +2046,24 @@ msgstr "" "Route la plus proche de l'épingle placée sur le plan (génerée automatiquement à partir de Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Presque fini! Maintenant, veuillez vérifier votre email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Plus récents" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Nouveau body ajouté" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" @@ -2038,7 +2089,7 @@ msgid "New password:" msgstr "Nouveau mot de passe :" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Nouvelle priorité" @@ -2067,6 +2118,7 @@ msgid "New reports" msgstr "Nouveaux rapports" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Nouvel état" @@ -2076,7 +2128,7 @@ msgstr "Nouvel état" msgid "New template" msgstr "Nouveau modèle" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Plus récents" @@ -2084,7 +2136,7 @@ msgstr "Plus récents" msgid "Next" msgstr "Suivant" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2096,7 +2148,7 @@ msgstr "Suivant" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Non" @@ -2112,7 +2164,7 @@ msgstr "Aucun intelocuteur" msgid "No council" msgstr "Pas d'administration" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Aucune administration sélectionnée" @@ -2128,21 +2180,16 @@ msgstr "Aucun problème coché trouvé." msgid "No flagged users found." msgstr "Aucun utilisateur coché trouvé." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Ne peut être résolu" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2150,8 +2197,8 @@ msgstr "" msgid "No result returned" msgstr "Aucun résultat retourné" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2192,13 +2239,8 @@ msgstr "" "Suivant l'implémentation, les utilisateurs autorisés peuvent avoir accès au tableau de bord (résumé de \n" "l'activité concernant leur interloculteur), et la faculté de cacher des rapports ou de définir des statuts spéciaux pour les rapports." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Pas responsable" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2217,7 +2259,7 @@ msgid "Not reported to council" msgstr "Non signalé à l'administration" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Note" @@ -2239,6 +2281,10 @@ msgstr "Note : <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Notes du SDM pour DM" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Maintenant pour envoyer votre rapport…" @@ -2269,20 +2315,17 @@ msgstr "" msgid "Old state" msgstr "Ancien état" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Plus anciens" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2309,21 +2352,26 @@ msgstr "Page web de l'initiative Open311" msgid "Open311 specification" msgstr "Spécification Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Ou problèmes signalés à :" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "optionnel" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2346,17 +2394,16 @@ msgstr "Propriétaire" msgid "Page Not Found" msgstr "Page Introuvable" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parent" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Partiel" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2364,7 +2411,7 @@ msgstr "Partiel" msgid "Password (optional)" msgstr "Mot de passe (facultatif)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Mot de passe :" @@ -2376,7 +2423,7 @@ msgstr "Lien permanent" msgid "Permissions:" msgstr "Autorisations :" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Remis:" @@ -2385,7 +2432,7 @@ msgstr "Remis:" msgid "Phone number" msgstr "Numéro de téléphone" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Téléphone (facultatif)" @@ -2445,12 +2492,8 @@ msgstr "" msgid "Place pin on map" msgstr "Placer l'épingle sur la carte" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2468,26 +2511,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: 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:462 -msgid "Please choose a property type" -msgstr "Merci de choisir un type de propriété" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2506,18 +2545,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Merci d'entrer un nom" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "S'il vous plaît entrez un nom pour cet organisme" @@ -2528,14 +2567,14 @@ msgid "Please enter a password" msgstr "Merci d'entrer un mot de passe :" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2547,7 +2586,7 @@ msgstr "Merci d'entrer un email valide" msgid "Please enter a valid email address" msgstr "Merci d'entrer une adresse email valide" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Merci d'entrer quelques détails" @@ -2556,8 +2595,8 @@ msgstr "Merci d'entrer quelques détails" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2580,8 +2619,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2644,7 +2683,7 @@ msgstr "Veuillez noter que votre mise à jour n'a <strong> pas encore été post msgid "Please note:" msgstr "Quelques remarques :" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Veuillez fournir une mise à jour publique de ce rapport." @@ -2698,19 +2737,19 @@ msgstr "Merci d'écrire votre mise à jour ici" msgid "Post" msgstr "Envoyer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Signalé anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Signalé par %s à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Envoyé par <strong>%s</strong> (%s) à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Envoyé par <strong>%s</strong> à %s" @@ -2722,12 +2761,12 @@ msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">F msgid "Previous" msgstr "Précédent" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Priorités" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Priorité" @@ -2742,7 +2781,7 @@ msgid "Privacy and cookies" msgstr "Vie privée et cookies" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privé" @@ -2773,7 +2812,7 @@ msgstr "Problème %d signalé à l’administration %s" msgid "Problem breakdown by state" msgstr "Répartition des problèmes par état" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -2781,11 +2820,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problèmes" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problèmes dans la localité %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problèmes aux alentours" @@ -2798,13 +2842,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problèmes à moins de %.1fkm de ce lieu" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problèmes à l'intérieur de %s" @@ -2812,16 +2858,17 @@ msgstr "Problèmes à l'intérieur de %s" msgid "Problems within %s ward" msgstr "Problèmes dans la localité %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Problèmes dans %s, %s" -#: 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:74 msgid "Property address:" msgstr "Adresse de propriété:" @@ -2831,11 +2878,11 @@ msgstr "Adresse de propriété:" msgid "Provide an update" msgstr "Apporter une mise à jour" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "Fournir la mise à jour comme" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2853,7 +2900,7 @@ msgstr "" msgid "Public response:" msgstr "Réponse publique:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Mise à jour publique :" @@ -2881,7 +2928,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2909,11 +2956,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Flux RSS de problèmes à proximité" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2938,7 +2985,7 @@ msgstr "Flux RSS des mises à jour pour ce problème" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Reçu par %s un peu plus tard" @@ -2952,7 +2999,7 @@ msgstr "Les problèmes récents, %s" msgid "Recently reported problems" msgstr "Problèmes signalés récemment" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Récemment mis à jour" @@ -2960,7 +3007,17 @@ msgstr "Récemment mis à jour" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Effacer le signalement" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Effacer le signalement" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Effacer le signalement" @@ -2990,8 +3047,8 @@ msgstr "Répondre à l'utilisateur:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "Rapport ID :" @@ -3006,7 +3063,7 @@ msgstr "Signaler un problème" msgid "Report abuse" msgstr "Signaler un abus" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Signaler comme" @@ -3029,7 +3086,7 @@ 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:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Signalé anonymement à %s" @@ -3039,7 +3096,7 @@ msgstr "Signalé anonymement à %s" msgid "Reported before" msgstr "Signalé avant" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Signalé par %s à %s" @@ -3053,27 +3110,27 @@ msgstr "Rapporté par:" msgid "Reported in the %s category" msgstr "Rapporté dans la catégorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Signalé dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Signalé par %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Signalé par %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Signalé par %s dans la catégorie %s par %s" @@ -3091,8 +3148,8 @@ msgstr "Remis:" msgid "Reporting a problem" msgstr "Signalisation d'un problème" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3106,10 +3163,19 @@ 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/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Signalé par %s à %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Rapports publiés" @@ -3118,18 +3184,33 @@ msgstr "Rapports publiés" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Signaler sur %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Flux RSS de %s, dans la localité %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Rapports en attente d'être envoyés" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "Seuil de réputation" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "obligatoire" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Renvoyer le rapport" @@ -3188,15 +3269,15 @@ msgstr "L'opérateur pour cette route (déterminé à partir de la référence e msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "L'opérateur pour cette route (selon OpenStreetMAp): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3212,23 +3293,28 @@ msgstr "La rotation de cette photo annulera les modifications non enregistrées msgid "Satellite" msgstr "Satellite" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Enregistrer les modifications" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Sauvegardez avec une mise à jour publique" @@ -3237,6 +3323,11 @@ msgstr "Sauvegardez avec une mise à jour publique" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Action programmée" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3270,23 +3361,23 @@ msgstr "Aucun utilisateur trouvé lors de la recherche." msgid "See our privacy policy" msgstr "Voir notre politique de confidentialité" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Sélectionnez un interlocuteur" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Sélectionnez une zone" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3300,11 +3391,11 @@ msgstr "" 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 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Envoyé le rapport en retour" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Envoyé à %s %s plus tard)" @@ -3317,7 +3408,7 @@ msgstr "Envoyé :" msgid "Service:" msgstr "Service:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Situé à mon emplacement actuel" @@ -3343,6 +3434,7 @@ msgstr "" msgid "Shortlisted" msgstr "Shortlisté" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Shortlisté par %s" @@ -3355,9 +3447,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Afficher mon nom publiquement" @@ -3386,16 +3478,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 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." @@ -3443,14 +3535,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3472,11 +3564,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 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:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Trier par" @@ -3493,20 +3585,25 @@ msgid "Start Date:" msgstr "Date de début:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "État actuel" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Enregistrer les modifications" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3516,8 +3613,14 @@ msgstr "État actuel" msgid "State:" msgstr "État actuel :" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "État actuel" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3539,6 +3642,10 @@ msgstr "Encore ouvert, via le questionnaire, %s" msgid "Street View" msgstr "Street View" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Sous-catégorie: %s" @@ -3557,7 +3664,7 @@ msgid "Subject:" msgstr "Sujet :" #: 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_loggedin.html:63 #: 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 @@ -3578,8 +3685,8 @@ msgstr "Envoyer les modifications" msgid "Submit questionnaire" msgstr "Envoi du questionnaire" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3589,25 +3696,28 @@ msgstr "Envoi du questionnaire" msgid "Submitted" msgstr "Soumis" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "S'abonner" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Abonnez moi à une alerte par email" #: 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:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Résumez vos modifications" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3640,8 +3750,8 @@ msgstr "Résultats de l'enquête" msgid "Template «%s»" msgstr "Modèle «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Modèles" @@ -3698,7 +3808,7 @@ msgstr "Cette image ne semble pas avoir été chargée correctement (% s), 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3708,11 +3818,11 @@ msgstr "Ce lieu ne semble pas ce trouver au Royaume-Uni; Merci de le saisir à n msgid "That postcode was not recognised, sorry." msgstr "Ce code postal n'a pas été reconnu, désolé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Ce problème a été marqué comme envoyé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." @@ -3724,7 +3834,7 @@ msgstr "Ce rapport ne peut pas être vu sur %s." msgid "That report has been removed from FixMyStreet." msgstr "Ce rapport a été retiré de FixMyStreet.fr." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3750,10 +3860,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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3774,6 +3884,10 @@ msgstr "" "Le <strong>nom</strong> identifie l'interlocuteur (par exemple, <em>La communauté de communes du Borsetshire</em>)\n" "et peut être affichée au public." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3784,11 +3898,15 @@ msgstr "L'administration ne pourra intervenir que si vous laissez autant de dét msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "L'erreur était : %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Les attributs Open311 v2 suivants sont retournés pour chaque requête : service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code et service_name." @@ -3827,10 +3945,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3840,9 +3962,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "La plus simple de nos alertes est la géographique :" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3863,18 +3985,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Il n'y a pas de rapports à montrer." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3883,7 +4005,7 @@ msgstr "Il y a un problème avec votre combinaison email / mot de passe. Si vous 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:353 +#: 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." @@ -3891,7 +4013,7 @@ msgstr "Il y a un problème avec votre mise à jour. Réessayez s'il vous plaît msgid "There were problems with your report. Please see below." msgstr "Il y a un problème avec votre rapport. Voir s'il vous plaît plus bas." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3945,8 +4067,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3962,9 +4084,10 @@ msgstr "Cet email a été envoyé aux deux administrations couvrant l'emplacemen msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Cet email a été envoyé à plus d'une administration couvrant l'emplacement du problème, la catégorie de problème choisie par l'utilisateur étant présente pour chacune d'entre elles ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" @@ -3993,8 +4116,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Ce rapport attend une modération." @@ -4026,7 +4149,7 @@ msgstr "Cette page Web contient également une photo du problème, fournie par l msgid "Time spent (in minutes):" msgstr "Le temps passé (en minutes):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Chronologie" @@ -4055,6 +4178,14 @@ 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é" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4092,16 +4223,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "La gestion du trafic est nécessaire ?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Accrédité par les organismes:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "Accrédité pour faire des rapports sans être inspectés" @@ -4117,17 +4256,21 @@ msgstr "Essayez à nouveau" msgid "Try emailing us directly:" msgstr "Essayez en nous envoyant un e-mail directement:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "rapports non résolus" @@ -4141,7 +4284,7 @@ msgid "Unknown alert type" msgstr "Type d'alerte inconnu" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "erreur inconnue" @@ -4156,10 +4299,11 @@ msgstr "ID de problème inconnu" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Mise à jour" @@ -4176,7 +4320,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Interlocuteur pour la mise à jour " @@ -4212,13 +4356,23 @@ msgstr "Mettre à jour les statuts" msgid "Updated" msgstr "Mis à jour" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Envoyé par <strong>%s</strong> (%s) à %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Envoyé par <strong>%s</strong> à %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Mis à jour !" @@ -4228,7 +4382,7 @@ msgstr "Mis à jour !" msgid "Updates" msgstr "Mises à jour" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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" @@ -4242,8 +4396,8 @@ msgstr "Mises à jour sur {{title}}" msgid "Updates to this problem, %s" msgstr "Mises à jour de ce problème, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4257,7 +4411,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Utiliser l'extension de mise à jour d'envoi Open311" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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." @@ -4270,11 +4424,11 @@ msgstr "Carte utilisée" msgid "User ID to attribute fetched comments to" msgstr "ID utilisateur de récupération des commentaires à" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Utilisateur dé–signalé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Utilisateur signalé" @@ -4287,9 +4441,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "La recherche utilisateurs parcourt les noms et adresses courriel." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Utilisateurs" @@ -4298,9 +4452,9 @@ msgstr "Utilisateurs" 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:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Valeurs mises à jour" @@ -4347,7 +4501,7 @@ msgstr "Nous avons trouvé plus d'une correspondance pour cet endroit. Nous mont 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/auth/general.html:8 #: 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." @@ -4382,7 +4536,7 @@ msgstr "Nous reviendrons vers vous dès que nous le pouvons." 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/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Édité le" @@ -4391,7 +4545,15 @@ msgstr "Édité le" msgid "When sent" msgstr "Envoyé le" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4403,8 +4565,8 @@ msgstr "Trois photos suffisent." 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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4439,7 +4601,7 @@ msgstr "" msgid "Year" msgstr "Année" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4454,7 +4616,7 @@ msgstr "Année" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Oui" @@ -4488,6 +4650,10 @@ msgstr "Vous pouvez <a href=\"%s%s\">consulter le problème sur ce site</a>." 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Vous pouvez contacte le support technique par le courriel <a href='mailto:%s'>%s</a>" @@ -4509,7 +4675,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4583,7 +4749,6 @@ msgstr "Vos rapports" 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:80 @@ -4596,7 +4761,7 @@ msgid "Your email" msgstr "Votre email" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4607,10 +4772,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4620,11 +4785,11 @@ msgstr "Votre nom" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4632,7 +4797,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4670,8 +4835,8 @@ msgstr "" msgid "Your updates" msgstr "Vos mises à jour" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Vous" @@ -4680,14 +4845,14 @@ msgstr "Vous" msgid "all" msgstr "Tous" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "par %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "rapport marqué comme dupliqué" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4712,7 +4877,7 @@ msgstr "saisissez l'utilisateur" msgid "from %s different users" msgstr "de %s utilisateurs différents" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "dernière mise à jour %s" @@ -4721,44 +4886,7 @@ msgstr "dernière mise à jour %s" msgid "less than a minute" msgstr "moins d'une minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "action marquée comme établie" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "marqué comme une référence interne" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "marqué comme terminé" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "marqué(s) comme réglé(s)" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "marqué comme en cours" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "marqué comme en cours d'investigation" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "marqué comme impossible à résoudre" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "marqué comme n'étant pas de la responsabilité de la commune" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "marqué comme planifié" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4769,13 +4897,10 @@ msgstr "s.o." 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 " +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "marqué comme n'étant pas de la responsabilité de la commune" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4800,15 +4925,6 @@ msgstr "saisi initialement: “%s”" msgid "other areas:" msgstr "autres lieux:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "réouvert" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "obligatoire" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "déconnexion" @@ -4822,6 +4938,11 @@ msgstr "L'administration locale" 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" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Consultation d'un lieu" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "Ce type de problème local" @@ -4974,7 +5095,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4995,7 +5116,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5008,3 +5129,112 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "%s envoie différentes catégories de problèmes \n" +#~ "à l'administration appropriée. Les problèmes situés sur le territoire d'une administration pourraient ne pas correspondre aux problèmes envoyés à cette administration.\n" +#~ " Par exemple, un rapport graffiti sera envoyé à l'administration\n" +#~ " de district, et apparaîtrait dans les deux administrations." + +#~ msgid "%s ward, %s" +#~ msgstr "Localité %s, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, dans la localité %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(alternativement le flux RSS peut être personnalisé, dans %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Choisissez un type de propriété --" + +#~ msgid "Closed reports" +#~ msgstr "rapports fermés" + +#~ msgid "Closed:" +#~ msgstr "Clos :" + +#~ msgid "Duplicate" +#~ msgstr "Dupliqué" + +#~ msgid "Fixed reports" +#~ msgstr "rapports résolus" + +#~ msgid "Fixed:" +#~ msgstr "Résolu :" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Voici les types de problèmes locaux pour « %s »." + +#~ msgid "In Progress" +#~ msgstr "En cours" + +#~ msgid "Internal referral" +#~ msgstr "Référence interne" + +#~ msgid "Investigating" +#~ msgstr "En examen" + +#~ msgid "No further action" +#~ msgstr "Ne peut être résolu" + +#~ msgid "Not Responsible" +#~ msgstr "Pas responsable" + +#~ msgid "Or problems reported to:" +#~ msgstr "Ou problèmes signalés à :" + +#~ 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 :" + +#~ msgid "Please choose a property type" +#~ msgstr "Merci de choisir un type de propriété" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problèmes à l'intérieur des limites de :" + +#~ 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." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "La plus simple de nos alertes est la géographique :" + +#~ msgid "closed as a duplicate report" +#~ msgstr "rapport marqué comme dupliqué" + +#~ msgid "marked as action scheduled" +#~ msgstr "action marquée comme établie" + +#~ msgid "marked as an internal referral" +#~ msgstr "marqué comme une référence interne" + +#~ msgid "marked as closed" +#~ msgstr "marqué comme terminé" + +#~ msgid "marked as fixed" +#~ msgstr "marqué(s) comme réglé(s)" + +#~ msgid "marked as in progress" +#~ msgstr "marqué comme en cours" + +#~ msgid "marked as investigating" +#~ msgstr "marqué comme en cours d'investigation" + +#~ msgid "marked as no further action" +#~ msgstr "marqué comme impossible à résoudre" + +#~ msgid "marked as planned" +#~ msgstr "marqué comme planifié" + +#~ msgid "or" +#~ msgstr " ou " + +#~ msgid "reopened" +#~ msgstr "réouvert" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index 618d076a9..8275a2d69 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "" @@ -91,25 +91,6 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -133,23 +114,26 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "" +#: templates/web/base/alert/_list.html:30 +msgid "(covers roughly 200,000 people)" +msgstr "" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -158,7 +142,7 @@ msgstr "" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "" @@ -166,18 +150,19 @@ msgstr "" msgid "(optional)" msgstr "" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 -msgid "-- Pick a category --" +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 +msgid "-- Pick a category --" msgstr "" #: templates/web/base/admin/response_templates_select.html:3 @@ -188,16 +173,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +194,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +215,25 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +247,34 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:72 +msgid "Add option" +msgstr "" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +287,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +323,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +343,20 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +msgid "All cobrands" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +385,18 @@ msgstr "" msgid "Anonymous" msgstr "" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +msgid "Anonymous user" +msgstr "" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +410,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +442,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -478,7 +487,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -491,13 +500,13 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +528,11 @@ msgstr "" msgid "By Date" msgstr "" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +540,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +553,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +565,7 @@ msgstr "" msgid "Category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +605,11 @@ msgstr "" msgid "Change password" msgstr "החלף ססמא" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +626,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +655,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +677,17 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +701,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "תצורה" @@ -725,7 +735,7 @@ msgstr "" msgid "Confirmation" msgstr "אישור" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +771,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "" @@ -820,24 +830,32 @@ msgstr "" msgid "Count" msgstr "ספירה" +#: templates/web/base/admin/states/index.html:114 +msgid "Create" +msgstr "" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "צור דו\"ח" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "צור קטגוריה" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +885,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +901,36 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "נמחק" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +968,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +977,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +985,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +997,7 @@ msgstr "" msgid "Don't like forms?" msgstr "לא אוהב טפסים?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1005,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "כפול" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1021,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "ערוך פרטי גוף" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1080,15 @@ msgstr "ערוך עידכון %d" msgid "Editing user %d" msgstr "ערוך משתמש %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "עורך" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1096,14 @@ msgstr "עורך" msgid "Email" msgstr "דואר אלקטרוני" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1115,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "דואר אלקטרוני כבר ברשימת המשתמשים לרעה" @@ -1117,8 +1140,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1156,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1175,7 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1195,8 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1221,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1237,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1249,19 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +msgid "Extra Fields" +msgstr "" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1269,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1287,32 @@ msgstr "" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,21 +1342,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1389,14 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1406,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1417,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1445,13 @@ msgstr "" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1494,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "" @@ -1499,12 +1519,12 @@ msgid "How to send successful reports" msgstr "" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1544,25 @@ msgstr "" msgid "ID" msgstr "" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1573,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1596,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1631,6 @@ msgstr "" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1639,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1670,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1682,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1690,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "" @@ -1683,21 +1698,14 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1714,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1775,27 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "" @@ -1796,13 +1826,13 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1842,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1851,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1871,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1899,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1912,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1921,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1929,28 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1969,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1982,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +1993,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "" @@ -1992,7 +2035,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2021,6 +2064,7 @@ msgid "New reports" msgstr "" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "" @@ -2030,7 +2074,7 @@ msgstr "" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2038,7 +2082,7 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2094,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "" @@ -2066,7 +2110,7 @@ msgstr "" msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "" @@ -2082,21 +2126,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2143,8 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2177,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2197,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2185,6 +2219,10 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2215,20 +2253,17 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2290,25 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2331,16 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2348,7 @@ msgstr "" msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "" @@ -2322,7 +2360,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2368,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" @@ -2390,12 +2428,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2447,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2478,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2500,14 @@ msgid "Please enter a password" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2519,7 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" @@ -2498,8 +2528,8 @@ msgstr "" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2552,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2586,7 +2616,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2640,19 +2670,19 @@ msgstr "" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2664,12 +2694,12 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2684,7 +2714,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2715,7 +2745,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "" @@ -2723,11 +2753,15 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" +#: templates/web/base/alert/_list.html:22 +msgid "Problems in an area" +msgstr "" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "" @@ -2740,13 +2774,14 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "" @@ -2754,16 +2789,16 @@ msgstr "" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2773,11 +2808,11 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2795,7 +2830,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2823,7 +2858,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2851,11 +2886,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2880,7 +2915,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2894,7 +2929,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2902,7 +2937,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2932,8 +2975,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2948,7 +2991,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2971,7 +3014,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2981,7 +3024,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -2995,27 +3038,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3033,8 +3076,8 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3048,10 +3091,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3060,18 +3111,30 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +msgid "Reports sent to %s, within %s ward" +msgstr "" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -3130,15 +3193,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3154,23 +3217,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3179,6 +3247,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3212,22 +3284,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3242,11 +3314,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3259,7 +3331,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3285,6 +3357,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3297,9 +3370,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -3328,16 +3401,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3383,14 +3456,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3412,11 +3485,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3433,20 +3506,24 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +msgid "State changed to:" +msgstr "" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3456,8 +3533,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3479,6 +3561,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3497,7 +3583,7 @@ msgid "Subject:" msgstr "" #: 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_loggedin.html:63 #: 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 @@ -3518,8 +3604,8 @@ msgstr "" msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3529,25 +3615,27 @@ msgstr "" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3580,8 +3668,8 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3638,7 +3726,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3648,11 +3736,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3664,7 +3752,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3684,10 +3772,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3704,6 +3792,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3714,11 +3806,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3757,10 +3853,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3770,8 +3870,8 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3791,18 +3891,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3811,7 +3911,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3819,7 +3919,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3867,8 +3967,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3882,9 +3982,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3913,8 +4014,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3946,7 +4047,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3975,6 +4076,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4012,16 +4121,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4037,17 +4154,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4061,7 +4182,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4076,10 +4197,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4096,7 +4218,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4132,13 +4254,21 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +msgid "Updated by <strong>%s</strong> at %s" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -4148,7 +4278,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4162,8 +4292,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4177,7 +4307,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4190,11 +4320,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4207,9 +4337,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" @@ -4218,9 +4348,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4267,7 +4397,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4302,7 +4432,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4311,7 +4441,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4323,8 +4461,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4359,7 +4497,7 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4374,7 +4512,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "" @@ -4408,6 +4546,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4426,7 +4568,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4500,7 +4642,6 @@ msgstr "" 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:80 @@ -4513,7 +4654,7 @@ msgid "Your email" msgstr "" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4524,10 +4665,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4537,11 +4678,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4549,7 +4690,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4587,8 +4728,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4597,12 +4738,12 @@ msgstr "" msgid "all" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -4629,7 +4770,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4638,44 +4779,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4686,12 +4790,8 @@ msgstr "" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" #: templates/web/base/js/translation_strings.html:27 @@ -4717,15 +4817,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4739,6 +4830,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4891,7 +4986,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4912,7 +5007,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4925,3 +5020,6 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "Duplicate" +#~ msgstr "כפול" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index c8d681bf2..427e37d57 100644 --- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "i" @@ -91,25 +91,6 @@ msgstr "%s Upitnici poslani – %s odgovoreno (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email na crnoj listi)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(zatvoreno)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(zadana udaljenost koja obuhvaća približno 200,000 stanovnika)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(popravljeno)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(grafiti, ilegalno odlaganje otpada, oštećeni kolnici, klupe, lampe...)" @@ -158,7 +143,7 @@ msgstr "(grafiti, ilegalno odlaganje otpada, oštećeni kolnici, klupe, lampe... msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(nije poslano odgovornom tijelu)" @@ -166,20 +151,22 @@ msgstr "(nije poslano odgovornom tijelu)" msgid "(optional)" msgstr "(nije obavezno)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(poslano na obje adrese)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS izvor za probleme unutar %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Izaberite vrstu posjeda --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +217,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Da</strong> Imam password" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +249,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(nije obavezno)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +290,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +326,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Javi mi buduće promjene" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +346,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +389,19 @@ msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." msgid "Anonymous" msgstr "Anonimno" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonimno" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +415,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +447,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -478,7 +492,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -491,13 +505,13 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Onemogući e-mail adrese" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +533,11 @@ msgstr "" msgid "By Date" msgstr "Po datumu" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +545,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Ne možete vidjeti mapu? <em>Preskoči ovaj korak</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +558,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +570,7 @@ msgstr "" msgid "Category" msgstr "Kategorija" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +610,11 @@ msgstr "" msgid "Change password" msgstr "Promijeni lozinku" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +631,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +660,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +682,17 @@ msgstr "" msgid "Closed" msgstr "Zatvoreno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Zatvorilo je odgovorno tijelo" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Zatvoreno:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinate:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -695,11 +706,15 @@ msgstr "Cobrand podaci:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -725,7 +740,7 @@ msgstr "" msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +776,8 @@ msgstr "Kontaktiraj tim" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Nepoznati korisnik" @@ -820,24 +835,33 @@ msgstr "Vijeće:" msgid "Count" msgstr "Brojač" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Kreirano" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Kreiraj izvješće" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kreiraj kategoriju" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +891,7 @@ msgstr "Trenutno stanje" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +907,36 @@ msgstr "Nadzorna ploča" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Izbrisano" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +974,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +983,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +991,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1003,7 @@ msgstr "Ne’znam" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1011,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1027,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Uredi" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1086,15 @@ msgstr "Uređivanje ažuriranja %d" msgid "Editing user %d" msgstr "Uređivane korisnika %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Urednik" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1102,14 @@ msgstr "Urednik" msgid "Email" msgstr "E-mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "E-mail dodan na listu zloupotrebe" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1121,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-mail je već na listi zloupotrebe" @@ -1117,8 +1146,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1162,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1181,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1201,8 @@ msgstr "Unesi detalje o problemu" msgid "Error" msgstr "Greška" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1227,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1243,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1255,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Dodatni podaci:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dodatni podaci:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1276,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1294,32 @@ msgstr "Prvi put" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Popravljeno" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Popravljeno - odgovorno tijelo" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Popravljeno - Korisnik" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Popravljeno:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Označi korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Označen" @@ -1325,21 +1349,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1396,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Prijavi se na RSS izvor" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1413,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1424,7 @@ msgstr "Idi" msgid "Going to send questionnaire?" msgstr "Pošalji upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1452,13 @@ msgstr "Pomoć" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Zdravo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1501,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Povijest" @@ -1499,12 +1526,12 @@ msgid "How to send successful reports" msgstr "" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1551,25 @@ msgstr "Nažalost, ne možemo locirati tvoj problem u bazi podataka.⏎\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1580,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1603,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1638,6 @@ msgstr "Ilegalan ID" msgid "Illegal feed selection" msgstr "Ilegalan odabir izvora" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "U tijeku" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1646,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "U tijeku" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1677,11 @@ msgstr "Pogrešno ima_foto vrijednost\"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1689,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1697,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Nevažeća odgovorna_vrijednost agencije %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Nevažeći datum završetka" @@ -1683,21 +1705,14 @@ msgstr "Nevažeći datum završetka" msgid "Invalid format %s specified." msgstr "Naveden nevažeći %s format." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Nevažeći datum početka" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Istražujem" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1721,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1782,27 @@ msgstr "Posljednje ažuriranje" msgid "Last update:" msgstr "Posljednje ažuriranje:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Izlistaj sve prijavljenje probleme" @@ -1796,13 +1833,13 @@ msgstr "Lokalna upozorenja" msgid "Locate the problem on a map of the area" msgstr "Lociraj problem na mapi područja" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1849,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1858,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1878,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1906,7 @@ msgstr "Nedostaje nadležni_ID" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1919,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1928,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1936,28 @@ msgstr "" msgid "Month" msgstr "Mjesec" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1976,7 @@ msgstr "Ime:" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1989,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1960,15 +2002,23 @@ msgstr "" "Najbliža cesta smještena pokraj oznake na mapi (automatically generated by Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" @@ -1994,7 +2044,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2023,6 +2073,7 @@ msgid "New reports" msgstr "" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Novo stanje" @@ -2032,7 +2083,7 @@ msgstr "Novo stanje" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2040,7 +2091,7 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2052,7 +2103,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Ne" @@ -2068,7 +2119,7 @@ msgstr "" msgid "No council" msgstr "Nema odgovornog tijela" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Nije odabrano odgovorno tijelo" @@ -2084,21 +2135,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2106,8 +2152,8 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2140,13 +2186,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2165,7 +2206,7 @@ msgid "Not reported to council" msgstr "Nije prijavljeno odgovornom tijelu" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Napomena" @@ -2187,6 +2228,10 @@ msgstr "Napomena: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Podnesite svoju prijavu…" @@ -2217,20 +2262,17 @@ msgstr "" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2257,21 +2299,25 @@ msgstr "Open311 prvotna web stranica" msgid "Open311 specification" msgstr "Open311 specifikacija" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Ili problemi prijavljeni:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2294,17 +2340,16 @@ msgstr "Vlasnik" msgid "Page Not Found" msgstr "Stranica nije pronađena" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Djelomično" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2312,7 +2357,7 @@ msgstr "Djelomično" msgid "Password (optional)" msgstr "Lozinka (neobvezno)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Lozinka:" @@ -2324,7 +2369,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2332,7 +2377,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonski broj (neobavezan)" @@ -2392,12 +2437,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2415,26 +2456,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Izaberi kategoriju" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Izaberi tip imovine" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2450,18 +2487,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Unesi poruku" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2472,14 +2509,14 @@ msgid "Please enter a password" msgstr "Unesi lozinku" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Unesi predmet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2491,7 +2528,7 @@ msgstr "Unesi valjani e-mail" msgid "Please enter a valid email address" msgstr "Unesi valjanu e-mail adresu" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Unesi detalje" @@ -2500,8 +2537,8 @@ msgstr "Unesi detalje" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2524,8 +2561,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2588,7 +2625,7 @@ msgstr "" msgid "Please note:" msgstr "Napominjemo:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2642,19 +2679,19 @@ msgstr "Ovdje ažurirajte" msgid "Post" msgstr "Objavi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Objavljeno anonimno na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Objavio %s na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Objavio <strong>%s</strong> (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Objavio <strong>%s</strong> na %s" @@ -2666,12 +2703,12 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2686,7 +2723,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privatno" @@ -2717,7 +2754,7 @@ msgstr "Problem %s poslan odgovornom tijelu %s" msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -2725,11 +2762,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemi unutar %s ward" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Okolni problemi" @@ -2742,13 +2784,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemi unutar%.1fkm od ove lokacije" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemi unutar %s" @@ -2756,16 +2800,17 @@ msgstr "Problemi unutar %s" msgid "Problems within %s ward" msgstr "Problemi unutar %s ward" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Problemi unutar granice:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2775,11 +2820,11 @@ msgstr "" msgid "Provide an update" msgstr "Ažuriranje" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2797,7 +2842,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2825,7 +2870,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2853,11 +2898,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS izvor za okolne probleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2882,7 +2927,7 @@ msgstr "RSS izvor za ažuriranja ovog problema" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2896,7 +2941,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2904,7 +2949,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Ukloni oznaku" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Ukloni oznaku" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Ukloni oznaku" @@ -2934,8 +2989,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2950,7 +3005,7 @@ msgstr "Prijavi problem" msgid "Report abuse" msgstr "Prijavi zloupotrebu" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2973,7 +3028,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavi, pregledaj ili raspravljaj o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Prijavljeno anonimno %s" @@ -2983,7 +3038,7 @@ msgstr "Prijavljeno anonimno %s" msgid "Reported before" msgstr "Prije prijavljeno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Prijavio %s za %s" @@ -2997,27 +3052,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno %s u kategoriju anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Prijavio %s u kategoriju %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Prijavio %s anonimno %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Prijavio %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavio %s u %s kategoriju %s u %s" @@ -3035,8 +3090,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3050,10 +3105,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Prijavio %s za %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3062,18 +3126,32 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Prijava za %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS izvor za %s, unutar %s ward" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Ponovno pošalji prijavu" @@ -3132,15 +3210,15 @@ msgstr "Cestovni operater za ovu imenovanu cestu (izveden iz cestovnog referentn msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Cestovni operater za ovu imenovanu cestu (sa OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3156,23 +3234,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Spremi promjene" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3181,6 +3264,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3214,22 +3301,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3244,11 +3331,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Pošalji %s %s naknadno" @@ -3261,7 +3348,7 @@ msgstr "Poslano:" msgid "Service:" msgstr "Servis:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3287,6 +3374,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3299,9 +3387,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Prikaži moje ime javno" @@ -3330,16 +3418,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3385,14 +3473,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3414,11 +3502,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3435,20 +3523,25 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Stanje" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Spremi promjene" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3458,8 +3551,14 @@ msgstr "Stanje" msgid "State:" msgstr "Stanje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Stanje" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3481,6 +3580,10 @@ msgstr "I dalje otvoreno, putem upitnika %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3499,7 +3602,7 @@ msgid "Subject:" msgstr "Predmet:" #: 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_loggedin.html:63 #: 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 @@ -3520,8 +3623,8 @@ msgstr "Pošalji promjene" msgid "Submit questionnaire" msgstr "Pošalji upitnik" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3531,25 +3634,28 @@ msgstr "Pošalji upitnik" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Pretplati se na e-mail upozorenja" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3582,8 +3688,8 @@ msgstr "Rezultati ispitivanja" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3640,7 +3746,7 @@ msgstr "Slika nije ispravno učitana (%s), molimo pokušajte ponovno." 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3650,11 +3756,11 @@ msgstr "Lokacija se ne nalazi u Hrvatskoj. Molimo pokušajte ponovno." msgid "That postcode was not recognised, sorry." msgstr "Žao nam je, poštanski broj nije prepoznat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" @@ -3666,7 +3772,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "Navedena prijava je uklonjena s Popravi.to" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3686,10 +3792,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3706,6 +3812,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3716,11 +3826,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Greška je: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3759,10 +3873,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3772,9 +3890,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Dojavljivanja problema preko karte:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3793,18 +3911,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 ’." @@ -3813,7 +3931,7 @@ msgstr "Došlo je do problema s kombinacijom Vašeg e-maila i lozinke.Ako se ne 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:353 +#: 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." @@ -3821,7 +3939,7 @@ msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." msgid "There were problems with your report. Please see below." msgstr "Došlo je do problema pri prijavi. Detalje pogledajte u nastavku." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3869,8 +3987,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3884,9 +4002,10 @@ msgstr "Kako korisnik nije kategorizirao problem ,ovaj e-mail poslan je oboma od 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:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Potrebna informacija" @@ -3915,8 +4034,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3948,7 +4067,7 @@ msgstr "Stranica sadrži i fotografiju problem, dodanu od strane korisnika." msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Vremenska skala" @@ -3977,6 +4096,14 @@ 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." +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4014,16 +4141,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4039,17 +4174,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4063,7 +4202,7 @@ msgid "Unknown alert type" msgstr "Nepoznat tip upozorenja" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4078,10 +4217,11 @@ msgstr "Nepoznat IB problema" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Ažuriranje" @@ -4098,7 +4238,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4134,13 +4274,23 @@ msgstr "Status ažuriranja" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Objavio <strong>%s</strong> (%s) na %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Objavio <strong>%s</strong> na %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Ažurirano!" @@ -4150,7 +4300,7 @@ msgstr "Ažurirano!" msgid "Updates" msgstr "Ažuriranja" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4164,8 +4314,8 @@ msgstr "Ažuriranja za {{naslov}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4179,7 +4329,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4192,11 +4342,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Korisnička oznaka uklonjena" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Korisnik označen" @@ -4209,9 +4359,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Korisnici" @@ -4220,9 +4370,9 @@ msgstr "Korisnici" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Vrijednosti ažurirane" @@ -4269,7 +4419,7 @@ msgstr "Pronađeno je više rezultata za tnavedenulokaciju. Prikazano je do dese msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4304,7 +4454,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Prilikom ažuriranja" @@ -4313,7 +4463,15 @@ msgstr "Prilikom ažuriranja" msgid "When sent" msgstr "Prilikom slanja" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4325,8 +4483,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4361,7 +4519,7 @@ msgstr "" msgid "Year" msgstr "Godina" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4376,7 +4534,7 @@ msgstr "Godina" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Da" @@ -4410,6 +4568,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4428,7 +4590,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4502,7 +4664,6 @@ msgstr "Vaše prijave" 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:80 @@ -4515,7 +4676,7 @@ 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/auth/general.html:57 #: 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 @@ -4526,10 +4687,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4539,11 +4700,11 @@ msgstr "Ime" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4551,7 +4712,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4589,8 +4750,8 @@ msgstr "" msgid "Your updates" msgstr "Vaša ažuriranja" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4599,14 +4760,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "od %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4631,7 +4792,7 @@ msgstr "" msgid "from %s different users" msgstr "od %s različitih korisnika" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4640,44 +4801,7 @@ msgstr "" msgid "less than a minute" msgstr "manje od minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "označeno kao popravljeno" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4688,14 +4812,10 @@ msgstr "n/a" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "ili" - #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" msgstr "" @@ -4719,15 +4839,6 @@ msgstr "" msgid "other areas:" msgstr "druga područja:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "ponovno otvoreno" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "odjavi se" @@ -4741,6 +4852,11 @@ msgstr "lokalno odgovorno tijelo" msgid "there is no pin shown as the user did not use the map" msgstr "nema oznake jer korisnik nije označio problem na karti" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Prikaz lokacije" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "ovaj tip " @@ -4910,7 +5026,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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4934,7 +5050,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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4949,3 +5065,45 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Izaberite vrstu posjeda --" + +#~ msgid "Closed:" +#~ msgstr "Zatvoreno:" + +#~ msgid "Fixed:" +#~ msgstr "Popravljeno:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Vrste upozorenja za lokalne probleme ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "U tijeku" + +#~ msgid "Investigating" +#~ msgstr "Istražujem" + +#~ msgid "Or problems reported to:" +#~ msgstr "Ili problemi prijavljeni:" + +#~ 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 ’:" + +#~ msgid "Please choose a property type" +#~ msgstr "Izaberi tip imovine" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemi unutar granice:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Dojavljivanja problema preko karte:" + +#~ msgid "marked as fixed" +#~ msgstr "označeno kao popravljeno" + +#~ msgid "or" +#~ msgstr "ili" + +#~ msgid "reopened" +#~ msgstr "ponovno otvoreno" diff --git a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po index ec6eeb294..c3506fc21 100644 --- a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Gengo Projects Team <lian.abadia@gengo.com>, 2017\n" "Language-Team: Indonesian (Indonesia) (https://www.transifex.com/mysociety/teams/12067/id_ID/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "dan" @@ -97,31 +97,6 @@ msgstr "%s kuesioner dikirim – %s dijawab (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"%s mengirimkan kategori masalah yang berbeda-beda\n" -"ke dewan yang bersangkutan, sehingga masalah dalam cakupan dewan tertentu\n" -"mungkin tidak sama dengan masalah yang dikirimkan kepada dewan tersebut. Sebagai contoh, laporan mengenai grafiti\n" -"akan dikirimkan ke dewan kecamatan, sehingga akan muncul pada kedua peringatan\n" -"di dewan kecamatan, tetapi hanya akan muncul pada peringatan \"Di dalam cakupan\"\n" -"untuk dewan kabupaten." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "Kelurahan %s, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, di kelurahan %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "Kontributor © <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>" @@ -130,7 +105,7 @@ msgstr "Kontributor © <a href=\"http://www.openstreetmap.org/copyright\">Op msgid "(Defect & location of defect)" msgstr "(Kerusakan& lokasi kerusakan)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Surel di tabel penyalahgunaan)" @@ -145,23 +120,27 @@ msgstr "(Tidak ada nama)" msgid "(No phone number)" msgstr "(Tidak ada nomor telepon)" -#: templates/web/base/alert/_list.html:25 -msgid "(a default distance which covers roughly 200,000 people)" -msgstr "(jarak default yang mencakup kurang lebih 200.000 orang)" - -#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(atau umpan RSS dapat dikustomisasikan, dalam %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ditutup)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(jarak default yang mencakup kurang lebih 200.000 orang)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(diatasi)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(seperti grafiti, pembuangan ilegal, pelat beton rusak, atau lampu jalan)" @@ -170,7 +149,7 @@ msgstr "(seperti grafiti, pembuangan ilegal, pelat beton rusak, atau lampu jalan msgid "(no longer exists)" msgstr "(tidak ada lagi)" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(tidak dikirim ke dewan)" @@ -178,20 +157,22 @@ msgstr "(tidak dikirim ke dewan)" msgid "(optional)" msgstr "(opsional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(dikirim ke dua-duanya)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Umpan RSS dari masalah dalam %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Pilih tipe properti --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Pilih template--" @@ -200,16 +181,16 @@ msgstr "--Pilih template--" msgid "10 inch pothole on Example St, near post box" msgstr "Lubang jalan sebesar 10 inci di Jalan Contoh, dekat kotak pos" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "14-30 hari lamanya" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "7-14 hari lamanya" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -224,8 +205,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "<h2>Laporan, Statistik, dan Tindakan untuk</h2> <h1>%s</h1>" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Tampilkan</label> %s <label for=\"filter_categories\">tentang</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -245,30 +227,25 @@ msgstr "<strong>Tidak</strong> Biarkan saya mengonfirmasikan laporan saya melalu msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Tidak</strong> Biarkan saya mengonfirmasikan pembaruan saya melalui surel" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Tidak</strong> biarkan saya masuk dengan surel" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<strong>Catatan:</strong> Laporan ini telah diteruskan untuk ditindaki. Perubahan apa pun yang dibuat tidak akan diteruskan." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>Catatan:</strong> Laporan ini belum diteruskan untuk ditindaki. Perubahan apa pun yang dibuat tidak akan diteruskan." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Ya</strong> Saya punya kata sandi" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Tindakan Dijadwalkan" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -285,18 +262,35 @@ msgid "Add a contact using the form below." msgstr "Tambahkan kontak dengan menggunakan formulir di bawah ini." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Tambahkan badan" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Tambahkan kategori baru" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "opsional" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -309,15 +303,15 @@ msgstr "Tambahkan ke daftar pendek" msgid "Add user" msgstr "Tambahkan pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Tambah/sunting kategori masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Tambah/sunting prioritas tanggapan" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Tambah/sunting template tanggapan" @@ -345,13 +339,14 @@ msgstr "Peringatan %d dibuat untuk %s, tipe %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Peringatan %d dinonaktifkan (dibuat %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Beri tahu saya tentang pembaruan mendatang" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "Semua" @@ -364,13 +359,21 @@ msgid "All Reports as CSV" msgstr "Semua Laporan sebagai CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Semua kategori" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -399,13 +402,19 @@ msgstr "Satu pembaruan menandai masalah ini sebagai diatasi." msgid "Anonymous" msgstr "Anonim" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonim" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Pengguna lain" @@ -419,7 +428,7 @@ msgstr "Apakah Anda yakin ingin membatalkan unggahan ini?" msgid "Are you sure?" msgstr "Apakah Anda yakin?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -451,11 +460,11 @@ msgstr "Tetapkan ke badan eksternal:" msgid "Assign to subdivision:" msgstr "Tetapkan ke subdivisi:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Tetapkan pengguna pada area" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Ditetapkan ke %s" @@ -496,7 +505,7 @@ msgstr "Waktu rata-rata perubahan wilayah pertama oleh dewan (hari)" msgid "Avoid personal information and vehicle number plates" msgstr "Hindari informasi pribadi dan pelat nomor kendaraan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Menunggu moderasi" @@ -509,13 +518,13 @@ msgstr "Kembali" msgid "Back to all reports" msgstr "Kembali ke semua laporan" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Blokir alamat surel" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -537,7 +546,11 @@ msgstr "Badan:" msgid "By Date" msgstr "Berdasarkan Tanggal" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Tidak dapat menemukan surel kami? Periksa folder spam Anda – ini solusi yang tepat di sebagian besar waktu." @@ -545,7 +558,7 @@ msgstr "Tidak dapat menemukan surel kami? Periksa folder spam Anda – msgid "Can't see the map? <em>Skip this step</em>" msgstr "Tidak dapat melihat peta? <em>Lewati langkah ini</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategori" @@ -558,8 +571,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -570,7 +583,7 @@ msgstr "Kategori:" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori diubah dari ‘%s’ menjadi ‘%s’" @@ -610,11 +623,11 @@ msgstr "Ubah alamat surel" msgid "Change password" msgstr "Ubah kata sandi" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Beri centang pada <strong>inspeksi diperlukan</strong> jika laporan dalam kategori ini<strong>harus diinspeksi</strong> sebelum dikirim." -#: templates/web/base/admin/contact-form.html:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -640,7 +653,7 @@ msgstr "" "Pilih nama <strong>kategori</strong> yang dapat dipahami oleh publik (misal, \"Lubang jalan\", \"Lampu jalan\") tetapi juga berguna\n" " bagi badan. Ini akan ditampilkan pada menu dropdown di halaman laporkan-masalah." -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "Pilih lainnya" @@ -669,22 +682,22 @@ msgstr "Klik tautan pada surel konfirmasi kami untuk menerbitkan masalah Anda." msgid "Click the link in our confirmation email to publish your update." msgstr "Klik tautan pada surel konfirmasi kami untuk menerbitkan pembaruan Anda." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Klik tautan pada surel konfirmasi kami untuk masuk." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klik tautan pada surel konfirmasi kami untuk masuk." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -692,23 +705,17 @@ msgstr "Klik tautan pada surel konfirmasi kami untuk masuk." msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Ditutup oleh dewan" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "Laporan ditutup" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Ditutup:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinasi:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -722,11 +729,15 @@ msgstr "Data cobrand:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "Ciutkan peta" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -752,7 +763,7 @@ msgstr "Sebaliknya, konfirmasikan melalui surel dan berikan kata sandi yang baru msgid "Confirmation" msgstr "Konfirmasi" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -788,8 +799,8 @@ msgstr "Hubungi tim" msgid "Coordinates:" msgstr "Koordinat:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Tidak dapat menemukan pengguna" @@ -847,24 +858,34 @@ msgstr "Dewan:" msgid "Count" msgstr "Jumlah" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Dibuat" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Buat laporan" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Buat kategori" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Buat prioritas" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Buat laporan/pembaruan mewakili pengguna" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Buat laporan/pembaruan sebagai dewan" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Buat laporan/pembaruan mewakili pengguna" @@ -894,7 +915,7 @@ msgstr "Wilayah saat ini" msgid "Currently no bodies have been created." msgstr "Saat ini belum ada badan dibuat." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Pelanggan tidak dapat dihubungi" @@ -910,27 +931,37 @@ msgstr "Dasbor" msgid "Dealt with by subdivision within 5 working days" msgstr "Diatasi oleh subdivisi dalam 5 hari kerja" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Buat prioritas" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "Tipe kerusakan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Hapus template" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Dihapus" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "Jelaskan mengapa Anda memoderasi ini" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -968,7 +999,7 @@ msgid "Diligency prize league table" msgstr "Tabel liga kerajinan" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "Buang perubahan" @@ -977,7 +1008,7 @@ msgid "Do not send email alerts on fetched comments to problem creator" msgstr "Jangan kirimkan surel peringatan atas komentar yang diambil ke pembuat masalah" #. ("%s is the site name") -#: templates/web/base/auth/general.html:58 +#: templates/web/base/auth/general.html:60 #: 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 @@ -985,7 +1016,7 @@ msgstr "Jangan kirimkan surel peringatan atas komentar yang diambil ke pembuat m msgid "Do you have a %s password?" msgstr "Apakah Anda punya kata sandi %s?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "Apakah Anda ingin melaporkan kerusakan secara otomatis?" @@ -997,7 +1028,7 @@ msgstr "Tidak tahu" msgid "Don't like forms?" msgstr "Tidak suka formulir?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "Turun satu tingkat" @@ -1005,16 +1036,11 @@ msgstr "Turun satu tingkat" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Tarik dan lepaskan foto di sini atau <u>klik untuk mengunggah</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplikat" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "Duplikat dari" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "Duplikat" @@ -1029,43 +1055,43 @@ msgstr "" "Kategori yang berbeda <strong>dapat berisi kontak yang sama</strong> (alamat surel).\n" "Ini berarti Anda dapat menambahkan banyak kategori sekalipun Anda hanya memiliki satu kontak untuk badan." -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 msgid "Easting/Northing:" msgstr "Ketimuran/Keutaraan:" #: 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/responsepriorities/list.html:28 #: 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 "Sunting" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Sunting detail badan" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Sunting detail pengguna lain" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Sunting perizinan pengguna lain" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Sunting kategori laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Sunting prioritas laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Sunting laporan" @@ -1088,15 +1114,15 @@ msgstr "Menyunting pembaruan %d" msgid "Editing user %d" msgstr "Menyunting pengguna %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Penyunting" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1104,13 +1130,14 @@ msgstr "Penyunting" msgid "Email" msgstr "Surel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Surel ditambahkan ke daftar penyalahgunaan" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Alamat surel" @@ -1122,7 +1149,7 @@ msgstr "Surel peringatan dibuat" msgid "Email alert deleted" msgstr "Surel peringatan dihapus" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Surel sudah ada di daftar penyalahgunaan" @@ -1151,8 +1178,8 @@ msgstr "" " Untuk informasi lebih lanjut, simak \n" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>artikel ini</a>." -#: templates/web/base/admin/body-form.html:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1170,7 +1197,7 @@ msgstr "Tanggal Akhir:" msgid "Endpoint" msgstr "Titik Akhir" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Masukkan sebuah nama jalan di Zurich" @@ -1189,7 +1216,7 @@ msgstr "Masukkan kode pos, atau nama jalan dan kawasan di sekitar" msgid "Enter a nearby street name and area" msgstr "Masukkan nama jalan dan kawasan di sekitar" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1209,8 +1236,8 @@ msgstr "Masukkan detail masalah" msgid "Error" msgstr "Galat" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Semuanya" @@ -1235,12 +1262,12 @@ msgstr "Perluas peta" msgid "Explain what’s wrong" msgstr "Jelaskan apa yang salah" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "Ekspor sebagai CSV" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1251,7 +1278,7 @@ msgstr "Eksternal" msgid "External ID" msgstr "ID eksternal" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL eksternal" @@ -1263,13 +1290,20 @@ msgstr "Badan eksternal" msgid "External team" msgstr "Tim eksternal" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Detail tambahan:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Data tambahan:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Detail tambahan:" @@ -1277,6 +1311,11 @@ msgstr "Detail tambahan:" msgid "Failed to send message" msgstr "Gagal mengirim pesan" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1290,49 +1329,32 @@ msgstr "Pertama kali" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Atasi ini dengan memilih sebuah <strong>area cakupan</strong> pada formulir <em>Sunting detail badan</em> di bawah ini." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Diatasi" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Diatasi - Dewan" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Diatasi - Pengguna" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "Laporan diatasi" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Diatasi:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Tandai dihapus" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Tandai pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Ditandai" @@ -1362,21 +1384,25 @@ msgstr "Ikuti tautan kelurahan untuk menampilkan hanya laporan di dalam keluraha msgid "For best results include a close-up and a wide shot" msgstr "Untuk hasil terbaik, sertakan foto jarak dekat dan jarak jauh" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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 informasi lebih lanjut, lihat <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Bagaimana FixMyStreet menggunakan Mapit</a>." -#: templates/web/base/auth/general.html:95 +#: templates/web/base/auth/general.html:97 #: 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 "Lupa kata sandi Anda?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Diteruskan ke badan eksternal" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Meneruskan permohonan ke badan eksternal" @@ -1405,10 +1431,14 @@ msgstr "Dapatkan pembaruan atas %s masalah" msgid "Get updates of problems in this %s" msgstr "Dapatkan pembaruan masalah dalam %s ini" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Beri saya umpan RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Senang mengetahui masalah telah diatasi!" @@ -1418,8 +1448,8 @@ msgstr "Senang mengetahui masalah telah diatasi!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1429,7 +1459,7 @@ msgstr "Mulai" msgid "Going to send questionnaire?" msgstr "Akan mengirim kuesioner?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Berikan izin akses untuk admin" @@ -1457,22 +1487,13 @@ msgstr "Bantuan" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "Bantu <strong>%s</strong> mengatasi masalah Anda lebih cepat, dengan memberikan sejumlah detail tambahan. Informasi tambahan ini tidak akan diterbitkan secara online." -#: templates/web/base/alert/_list.html:9 -msgid "Here are the types of local problem alerts for ‘%s’." -msgstr "Berikut ini tipe peringatan masalah lokal untuk ‘%s’." - #: templates/web/zurich/footer.html:11 msgid "Hi %s" msgstr "Hai %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1515,11 +1536,15 @@ msgid "Hide update completely?" msgstr "Sembunyikan seluruh pembaruan?" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "Sembunyikan nama Anda?" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Riwayat" @@ -1536,12 +1561,12 @@ msgid "How to send successful reports" msgstr "Cara mengirimkan laporan yang sukses" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Saya baru saja melaporkan sebuah masalah di @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Saya baru saja memperbarui sebuah masalah di @fixmystreet" @@ -1561,8 +1586,8 @@ msgstr "Saya khawatir kami tidak dapat melacak masalah Anda di basis data.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1570,10 +1595,18 @@ msgstr "" "Identifikasi <strong>induk</strong> jika badan ini adalah bagian dari badan lainnya\n" " Untuk instalasi standar, Anda tidak perlu menggabungkan badan dengan cara ini." +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "Jika prioritas ini diteruskan ke layanan eksternal (mis. Exor/Confirm) masukkan kode prioritas untuk digunakan dengan layanan tersebut di sini." +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1586,7 +1619,7 @@ 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 "Jika Anda mendapatkan informasi mengenai status masalah Anda, mohon kembali ke situs dan buat pembaruan." -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "Jika Anda hanya ingin prioritas ini menjadi opsi untuk kategori tertentu, pilih kategorinya di sini. Secara default, prioritas akan ditampilkan untuk semua kategori." @@ -1611,7 +1644,7 @@ msgstr "" "Jika Anda ingin menambahkan pembaruan publik pada masalah, silakan masukkan di sini\n" "(harap perhatikan bahwa ini tidak akan dikirimkan ke dewan)." -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Jika Anda <strong>tidak menggunakan surel sebagai metode pengiriman</strong>, masukkan ID layanan (Open311) atau pengenal yang setara di sini." @@ -1654,11 +1687,6 @@ msgstr "ID tidak sah" msgid "Illegal feed selection" msgstr "Pemilihan umpan tidak sah" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Dalam Proses" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "Pada tabel penyalahgunaan?" @@ -1667,17 +1695,14 @@ msgstr "Pada tabel penyalahgunaan?" 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 "Sebagai tambahan, atribut berikut yang bukan merupakan bagian dari spesifikasi Open311 v2 dikembalikan: agency_sent_datetime, judul (juga dikembalikan sebagai bagian dari deskripsi), interface_used, comment_count, requestor_name (hanya tersedia jika pemohon mengizinkan namanya ditampilkan di situs ini)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Dalam proses" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "Tidak aktif" @@ -1701,11 +1726,11 @@ msgstr "Nilai has_photo keliru \"%s\"" msgid "Inspect report" msgstr "Inspeksi laporan" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Diperlukan inspeksi" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Instruksikan kontraktor untuk mengatasi masalah" @@ -1713,11 +1738,6 @@ msgstr "Instruksikan kontraktor untuk mengatasi masalah" msgid "Internal notes" msgstr "Catatan internal" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Referal internal" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "Kesalahan sistem pada internet" @@ -1726,7 +1746,7 @@ msgstr "Kesalahan sistem pada internet" msgid "Invalid agency_responsible value %s" msgstr "Nilai agency_responsible keliru %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Tanggal akhir keliru" @@ -1734,21 +1754,14 @@ msgstr "Tanggal akhir keliru" msgid "Invalid format %s specified." msgstr "Format %s yang disebutkan keliru." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "Lokasi keliru. Lokasi baru harus dicakup oleh dewan yang sama." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Tanggal mulai keliru" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Dalam investigasi" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Biasanya, cara yang tercepat adalah dengan <a href=\"%s\">memeriksa TJU kami</a> dan mencari tahu apakah jawabannya ada di sana." @@ -1757,23 +1770,41 @@ msgstr "Biasanya, cara yang tercepat adalah dengan <a href=\"%s\">memeriksa TJU msgid "It’s on its way to the council right now." msgstr "Sedang dikirimkan ke dewan saat ini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Yurisdiksi Tidak Diketahui" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Yurisdiksi tidak diketahui" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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 "Buat saya tetap masuk di komputer ini" +#: templates/web/base/admin/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "4 minggu terakhir" @@ -1800,23 +1831,27 @@ msgstr "Pembaruan terakhir:" msgid "Last update:" msgstr "Pembaruan terakhir:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "Lintang/Bujur:" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Terlama dari yang baru-baru ini diperbarui" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Biarkan ini tetap kosong jika semua laporan ke badan ini harus dikirim menggunakan metode pengiriman yang sama (mis., \"%s\")." -#: templates/web/base/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "Kurang dari 7 hari lamanya" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Tampilkan semua masalah yang dilaporkan" @@ -1847,13 +1882,13 @@ msgstr "Peringatan lokal" msgid "Locate the problem on a map of the area" msgstr "Lacak masalah pada peta area" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "Masuk dengan Facebook" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1863,7 +1898,7 @@ msgstr "Masuk dengan Twitter" msgid "Log in with email" msgstr "Masuk dengan surel" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "Cari" @@ -1872,11 +1907,11 @@ msgstr "Cari" msgid "MAP" msgstr "PETA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Kelola daftar pendek" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "Permintaan manual" @@ -1892,7 +1927,7 @@ msgstr "Tandai sebagai dikirim" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "<strong>Tandai</strong> pengguna yang perilakunya ingin Anda pantau." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "Detail masalah penggelembungan" @@ -1920,7 +1955,7 @@ msgstr "jurisdiction_id tidak ditemukan" msgid "Moderate" msgstr "Moderasi" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Detail laporan moderasi" @@ -1933,7 +1968,7 @@ msgid "Moderate this update" msgstr "Moderasi pembaruan ini" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "Dimoderasi oleh %s pada %s" @@ -1942,7 +1977,7 @@ msgid "Moderated by division within one working day" msgstr "Dimoderasi oleh divisi dalam satu hari kerja" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "Alasan moderasi:" @@ -1950,23 +1985,28 @@ msgstr "Alasan moderasi:" msgid "Month" msgstr "Bulan" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Komentar terbanyak" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1985,7 +2025,7 @@ msgstr "Nama:" msgid "Name: %s" msgstr "Nama: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Beralih ke masalah ini" @@ -1998,8 +2038,8 @@ msgstr "Jalan bernama terdekat dengan pin yang dipasang di peta (dibuat otomatis msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Kode pos terdekat dengan pin yang dipasang di peta (dibuat otomatis): %s (%s m jauhnya)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Jalan terdekat dengan pin yang dipasang di peta (dibuat otomatis dengan Bing Maps): %s" @@ -2011,15 +2051,24 @@ msgstr "" "Jalan terdekat dengan pin yang dipasang di peta (dibuat otomatis): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Hampir selesai! Sekarang, periksa surel Anda…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Terbaru" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Badan baru ditambahkan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Kontak kategori baru ditambahkan" @@ -2045,7 +2094,7 @@ msgid "New password:" msgstr "Kata sandi baru:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Prioritas baru" @@ -2074,6 +2123,7 @@ msgid "New reports" msgstr "Laporan baru" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Wilayah baru" @@ -2083,7 +2133,7 @@ msgstr "Wilayah baru" msgid "New template" msgstr "Template baru" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Terbaru" @@ -2091,7 +2141,7 @@ msgstr "Terbaru" msgid "Next" msgstr "Selanjutnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2103,7 +2153,7 @@ msgstr "Selanjutnya" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Tidak" @@ -2119,7 +2169,7 @@ msgstr "Tidak ada badan" msgid "No council" msgstr "Tidak ada dewan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Tidak ada dewan dipilih" @@ -2135,21 +2185,16 @@ msgstr "Tidak ditemukan masalah ditandai." msgid "No flagged users found." msgstr "Tidak ditemukan pengguna ditandai." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Tidak ada tindakan lebih lanjut" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Tidak ada pembaruan lebih lanjut" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "Tidak dilakukan inspeksi oleh inspektor pada kisaran tanggal yang dipilih." -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "Tidak dilakukan inspeksi pada kisaran tanggal yang dipilih." @@ -2157,8 +2202,8 @@ msgstr "Tidak dilakukan inspeksi pada kisaran tanggal yang dipilih." msgid "No result returned" msgstr "Tidak ada hasil dikembalikan" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2199,13 +2244,8 @@ msgstr "" " Tergantung kepada implementasinya, staf pengguna dapat memiliki akses ke dasbor (ringkasan\n" " aktivitas di seluruh badan), kemampuan untuk menyembunyikan laporan atau mengatur status laporan khusus." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Tidak Bertanggung Jawab" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2224,7 +2264,7 @@ msgid "Not reported to council" msgstr "Tidak dilaporkan ke dewan" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Catatan" @@ -2246,6 +2286,10 @@ msgstr "Catatan: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Catatan dari SDM ke DM" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Sekarang saatnya memasukkan laporan Anda…" @@ -2276,20 +2320,17 @@ msgstr "Data pembaruan offline disimpan" msgid "Old state" msgstr "Wilayah lama" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Terlama" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2316,21 +2357,26 @@ msgstr "Halaman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Atau laporan yang dilaporkan ke:" - -#: 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 "Atau Anda dapat berlangganan untuk menerima peringatan berdasarkan kelurahan atau dewan tempat Anda berada:" - -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "opsional" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2353,17 +2399,16 @@ msgstr "Pemilik" msgid "Page Not Found" msgstr "Halaman Tidak Ditemukan" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Induk" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Parsial" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2371,7 +2416,7 @@ msgstr "Parsial" msgid "Password (optional)" msgstr "Kata sandi (opsional)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Kata sandi:" @@ -2383,7 +2428,7 @@ msgstr "Permalink:" msgid "Permissions:" msgstr "Perizinan:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Dilaporkan:" @@ -2392,7 +2437,7 @@ msgstr "Dilaporkan:" msgid "Phone number" msgstr "Nomor telepon" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Nomor telepon (opsional)" @@ -2452,12 +2497,8 @@ msgstr "Pilih dewan Anda" msgid "Place pin on map" msgstr "Pasang pin di peta" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2475,26 +2516,22 @@ msgstr "Silakan periksa kata sandi dan coba 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Silakan periksa apakah alamat surel Anda benar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Silakan pilih kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Silakan pilih tipe properti" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Mohon koreksi kesalahan-kesalahan di bawah ini" @@ -2513,18 +2550,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Mohon untuk tidak menggunakan bahasa yang kasar — menggunakan bahasa yang kasar terhadap dewan Anda akan menurunkan mutu layanan bagi semua pengguna." -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Silakan masukkan pesan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Silakan masukkan nama baru" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Silakan masukkan nama untuk badan ini" @@ -2535,14 +2572,14 @@ msgid "Please enter a password" msgstr "Silakan masukkan kata sandi" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Silakan masukkan subjek" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2554,7 +2591,7 @@ msgstr "Silakan masukkan surel yang valid" msgid "Please enter a valid email address" msgstr "Silakan masukkan alamat surel yang valid" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Silakan masukkan detail" @@ -2563,8 +2600,8 @@ msgstr "Silakan masukkan detail" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2587,8 +2624,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Silakan masukkan nama lengkap Anda, dewan membutuhkan informasi ini – jika Anda tidak ingin nama Anda ditampilkan di situs, hapus centang pada kotak di bawah" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2651,7 +2688,7 @@ msgstr "Harap perhatikan bahwa pembaruan Anda <strong>belum terkirim</strong>." msgid "Please note:" msgstr "Harap perhatikan:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Mohon berikan pembaruan publik untuk laporan ini." @@ -2705,19 +2742,19 @@ msgstr "Silakan tuliskan pembaruan Anda di sini" msgid "Post" msgstr "Kirim" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Dikirim secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Dikirim oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Dikirim oleh <strong>%s</strong> (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Dikirim oleh <strong>%s</strong> pada %s" @@ -2729,12 +2766,12 @@ msgstr "Didukung oleh <a class=\"platform-logo\" href=\"http://fixmystreet.org/\ msgid "Previous" msgstr "Sebelumnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioritas" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Prioritas" @@ -2749,7 +2786,7 @@ msgid "Privacy and cookies" msgstr "Privasi dan kuki" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Pribadi" @@ -2780,7 +2817,7 @@ msgstr "Masalah %s dikirim ke dewan %s" msgid "Problem breakdown by state" msgstr "Uraian masalah berdasarkan wilayah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Masalah ditandai terbuka." @@ -2788,11 +2825,16 @@ msgstr "Masalah ditandai terbuka." msgid "Problem state change based on survey results" msgstr "Perubahan wilayah masalah berdasarkan hasil survei" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Masalah di kelurahan %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Masalah di sekitar" @@ -2805,13 +2847,15 @@ msgstr "Masalah di peta" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Masalah yang baru-baru ini dilaporkan diatasi di FixMyStreet" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Masalah dalam jarak %.1fkm dari lokasi ini" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Masalah dalam %s" @@ -2819,16 +2863,17 @@ msgstr "Masalah dalam %s" msgid "Problems within %s ward" msgstr "Masalah di kelurahan %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +msgstr "Masalah di kelurahan %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:25 msgid "Problems within %s, %s" msgstr "Masalah dalam %s, %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Masalah dalam cakupan:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Alamat properti:" @@ -2838,11 +2883,11 @@ msgstr "Alamat properti:" msgid "Provide an update" msgstr "Berikan pembaruan" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "Berikan pembaruan sebagai" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Memberikan nama dan kata sandi adalah opsional, tetapi dengan begitu Anda akan lebih mudah melaporkan masalah, menambahkan pembaruan, dan mengelola laporan Anda." @@ -2860,7 +2905,7 @@ msgstr "Detail publik" msgid "Public response:" msgstr "Tanggapan publik:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Pembaruan publik:" @@ -2888,7 +2933,7 @@ msgstr "Kuesioner %d dikirim untuk masalah %d" msgid "Questionnaire filled in by problem reporter" msgstr "Kuesioner diisi oleh pelapor masalah" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2916,11 +2961,11 @@ msgstr "Umpan RSS dari %s" msgid "RSS feed of %s, within %s ward" msgstr "Umpan RSS dari %s, di kelurahan %s" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Umpan RSS dari masalah di sekitar" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2945,7 +2990,7 @@ msgstr "Umpan RSS dari pembaruan terhadap masalah ini" msgid "Receive email when updates are left on this problem." msgstr "Terima surel saat pembaruan ditambahkan pada masalah ini." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Diterima oleh %s beberapa saat kemudian" @@ -2959,7 +3004,7 @@ msgstr "Masalah lokal baru-baru ini, %s" msgid "Recently reported problems" msgstr "Masalah yang baru saja dilaporkan" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Baru saja diperbarui" @@ -2967,7 +3012,17 @@ msgstr "Baru saja diperbarui" 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 "Ingatlah bahwa FixMyStreet terutama bertujuan untuk melaporkan masalah fisik yang dapat diperbaiki. Jika masalah Anda tidak sesuai untuk dikirimkan ke situs ini, harap ingat bahwa Anda dapat langsung menghubungi dewan Anda melalui situs web mereka." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Hapus tanda" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Hapus tanda" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Hapus tanda" @@ -2997,8 +3052,8 @@ msgstr "Balas pengguna:" msgid "Report" msgstr "Laporan" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "ID Laporan:" @@ -3013,7 +3068,7 @@ msgstr "Laporkan masalah" msgid "Report abuse" msgstr "Laporkan penyalahgunaan" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Laporkan sebagai" @@ -3036,7 +3091,7 @@ msgstr "Laporkan masalah Anda" msgid "Report, view, or discuss local problems" msgstr "Laporkan, tampilkan, atau diskusikan masalah lokal" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Dilaporkan secara anonim pada %s" @@ -3046,7 +3101,7 @@ msgstr "Dilaporkan secara anonim pada %s" msgid "Reported before" msgstr "Telah dilaporkan sebelumnya" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Dilaporkan oleh %s pada %s" @@ -3060,27 +3115,27 @@ msgstr "Dilaporkan oleh:" msgid "Reported in the %s category" msgstr "Dilaporkan dalam kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Dilaporkan dalam kategori %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Dilaporkan dalam kategori %s oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Dilaporkan melalui %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Dilaporkan melalui %s oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Dilaporkan melalui %s dalam kategori %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Dilaporkan melalui %s dalam kategori %s oleh %s pada %s" @@ -3098,8 +3153,8 @@ msgstr "Dilaporkan:" msgid "Reporting a problem" msgstr "Melaporkan masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3113,10 +3168,19 @@ msgstr "Panjang laporan dibatasi hingga %s karakter. Mohon persingkat laporan An msgid "Reports awaiting approval" msgstr "Laporan menunggu persetujuan" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Wilayah laporan:" + #: 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 "Laporan yang dibuat oleh pengguna tepercaya akan dikirimkan ke badan yang bertanggung jawab tanpa diinspeksi terlebih dulu." +#: templates/web/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Laporan diterbitkan" @@ -3125,18 +3189,33 @@ msgstr "Laporan diterbitkan" msgid "Reports saved offline." msgstr "Laporan disimpan secara offline." +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Laporkan tentang %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Umpan RSS dari %s, di kelurahan %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Laporan menunggu untuk dikirim" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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 "Laporan akan otomatis dikirim tanpa memerlukan inspeksi jika <strong>reputasi</strong> pengguna setara dengan atau lebih dari nilai ini. Atur ke <strong>0</strong> jika semua laporan harus diinspeksi tanpa terkecuali." -#: templates/web/base/admin/contact-form.html:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "Batas reputasi" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "diperlukan" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Kirim ulang laporan" @@ -3195,15 +3274,15 @@ msgstr "Operator jalan untuk jalan bernama ini (diambil dari tipe dan nomor refe msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operator jalan untuk jalan bernama ini (dari OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: templates/web/base/admin/update_edit.html:66 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Putar Kiri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3219,23 +3298,28 @@ msgstr "Memutar foto ini akan membuang perubahan yang belum disimpan pada lapora msgid "Satellite" msgstr "Satelit" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "Simpan + tutup sebagai duplikat" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Simpan perubahan" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Simpan dengan pembaruan publik" @@ -3244,6 +3328,11 @@ msgstr "Simpan dengan pembaruan publik" msgid "Saving reports offline" msgstr "Bagikan laporan offline" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Tindakan Dijadwalkan" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3277,23 +3366,23 @@ msgstr "Tidak ditemukan pengguna." msgid "See our privacy policy" msgstr "Lihat kebijakan privasi kami." -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "Lihat detail pengguna untuk laporan yang dibuat sebagai dewan" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Pilih badan" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Pilih area" -#: 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 "Pilih tipe peringatan yang Anda inginkan dan klik tombol untuk umpan RSS, atau masukkan alamat surel Anda untuk berlangganan ke surel peringatan." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3307,11 +3396,11 @@ msgstr "Kirim" msgid "Send extended Open311 statuses with service request updates" msgstr "Kirim status Open311 yang ditambahkan dengan pembaruan permintaan layanan" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Laporan dikirim kembali" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Dikirimkan ke %s %s kemudian" @@ -3324,7 +3413,7 @@ msgstr "Terkirim:" msgid "Service:" msgstr "Layanan:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Atur ke lokasi saya saat ini" @@ -3350,6 +3439,7 @@ msgstr "Tampilkan semua dalam daftar pendek" msgid "Shortlisted" msgstr "Dimasukkan ke daftar pendek" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Dimasukkan ke daftar pendek oleh %s" @@ -3362,9 +3452,9 @@ msgstr "Tampilkan Foto?" msgid "Show all updates" msgstr "Tampilkan semua pembaruan" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Tampilkan nama saya ke publik" @@ -3393,16 +3483,16 @@ msgstr "Tampilkan nama pelapor" msgid "Show reports in your area" msgstr "Tampilkan laporan di area Anda" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Masuk" -#: templates/web/base/auth/general.html:96 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "Sebaliknya, masuk dengan surel dan berikan kata sandi baru. Saat Anda mengeklik tautan di surel Anda, kata sandi Anda akan diperbarui." @@ -3450,14 +3540,14 @@ msgstr "Maaf, itu bukan tautan yang valid" msgid "Sorry, there has been an error confirming your problem." msgstr "Maaf, terjadi kesalahan saat mengonfirmasikan masalah Anda." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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 "Maaf, kami tidak dapat menemukan lokasi tersebut." -#: templates/web/base/auth/general.html:9 +#: templates/web/base/auth/general.html:11 #: 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." @@ -3481,11 +3571,11 @@ msgstr "" "Maaf, koneksi kami tidak cukup baik untuk menampilkan halaman tersebut, atau\n" "halaman tidak ditemukan atau telah terjadi kesalahan server. Silakan coba lagi nanti." -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "Maaf, Anda tidak memiliki izin untuk melakukannya." -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Sortir berdasarkan" @@ -3502,20 +3592,25 @@ msgid "Start Date:" msgstr "Tanggal Mulai:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Wilayah" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Simpan perubahan" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3525,8 +3620,14 @@ msgstr "Wilayah" msgid "State:" msgstr "Wilayah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Wilayah" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3548,6 +3649,10 @@ msgstr "Masih terbuka, melalui kuesioner, %s" msgid "Street View" msgstr "Tampilan Jalan" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Subkategori: %s" @@ -3566,7 +3671,7 @@ msgid "Subject:" msgstr "Subjek:" #: 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_loggedin.html:63 #: 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 @@ -3587,8 +3692,8 @@ msgstr "Masukkan perubahan" msgid "Submit questionnaire" msgstr "Masukkan kuesioner" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3598,25 +3703,28 @@ msgstr "Masukkan kuesioner" msgid "Submitted" msgstr "Dimasukkan" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Berlangganan" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Berlangganan ke surel peringatan" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "Buat ringkasan masalah" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Buat ringkasan tentang perubahan Anda" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3649,8 +3757,8 @@ msgstr "Hasil Survei" msgid "Template «%s»" msgstr "Template «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Template" @@ -3707,7 +3815,7 @@ msgstr "Gambar tersebut tampaknya tidak terunggah dengan benar (%s), silakan cob msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Lokasi tersebut tampaknya tidak dicakup oleh dewan; mungkin lokasinya terletak di lepas pantai atau di luar negeri. Silakan coba lagi." -#: perllib/FixMyStreet/App/Controller/Location.pm:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "Lokasi tersebut tampaknya bukan di UK; silakan coba lagi." @@ -3717,11 +3825,11 @@ msgstr "Lokasi tersebut tampaknya bukan di UK; silakan coba lagi." msgid "That postcode was not recognised, sorry." msgstr "Maaf, kode pos tersebut tidak dikenali." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Masalah tersebut telah ditandai sebagai terkirim." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Masalah tersebut sekarang akan dikirim ulang." @@ -3733,7 +3841,7 @@ msgstr "Laporan tersebut tidak dapat ditampilkan di %s." msgid "That report has been removed from FixMyStreet." msgstr "Laporan tersebut telah dihapus dari FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3759,10 +3867,10 @@ msgstr "" "<strong>Yurisdiksi</strong> hanya dibutuhkan jika titik akhir melayani lebih\n" " dari satu. Jika badan memiliki titik akhirnya sendiri, biasanya Anda dapat membiarkan ini tetap kosong." -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3783,6 +3891,10 @@ msgstr "" "<strong>Nama</strong> badan adalah pengenalnya (misalnya, <em>Dewan Kecamatan Borsetshire</em>)\n" " dan dapat ditampilkan ke publik." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3793,11 +3905,15 @@ msgstr "Dewan tidak akan dapat membantu kecuali Anda menyediakan sebanyak mungki msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." msgstr "Tabel liga kerajinan menampilkan aktivitas penyunting (siapa yang paling banyak menyunting data)." -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Kesalahannya adalah: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Atribut Open311 v2 berikut ini dikembalikan untuk setiap permintaan:: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code dan service_name." @@ -3836,10 +3952,14 @@ msgstr "Masalah terbaru dalam cakupan {{NAME}} yang dilaporkan oleh pengguna" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Tautan ini mungkin telah kedaluwarsa, atau Anda mungkin tidak menyalin dan merekatkannya dengan benar." -#: templates/web/base/admin/body-form.html:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Daftar area yang tersedia sedang disiapkan oleh layanan MapIt pada %s." +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3849,9 +3969,9 @@ msgstr "Kata sandi tidak cocok" msgid "The requested URL '%s' was not found on this server" msgstr "URL yang diminta '%s' tidak ditemukan di server ini" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "Peringatan yang paling sederhana adalah peringatan geografis kami:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3872,18 +3992,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Tidak ada laporan untuk ditampilkan." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Terdapat masalah saat menampilkan halaman Semua Laporan. Silakan coba lagi nanti." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "Terdapat masalah saat menampilkan halaman ini. Silakan coba lagi nanti." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Jika Anda tidak dapat mengingat kata sandi Anda, atau Anda tidak memilikinya, silakan isi formulir pada bagian ‘masuk dengan surel’." @@ -3892,7 +4012,7 @@ msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Jika Anda tidak msgid "There was a problem with your email/password combination. Please try again." msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Silakan coba lagi." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." @@ -3900,7 +4020,7 @@ msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." msgid "There were problems with your report. Please see below." msgstr "Terdapat masalah dengan laporan Anda. Silakan lihat di bawah ini." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan lihat di bawah ini." @@ -3956,8 +4076,8 @@ msgstr "" msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Badan ini tidak memiliki kontak. Ini berarti bahwa saat ini masalah yang dilaporkan ke badan ini <strong>tidak akan dikirimkan</strong>." -#: templates/web/base/admin/body-form.html:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3973,9 +4093,10 @@ msgstr "Surel ini telah dikirimkan kepada kedua dewan yang mencakup lokasi masal msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Surel ini telah dikirimkan kepada beberapa dewan yang mencakup lokasi masalah, karena kategori yang dipilih tersedia untuk semua dewan ini; silakan abaikan jika Anda bukan dewan yang tepat untuk menangani masalah ini." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Informasi ini diperlukan" @@ -4004,8 +4125,8 @@ msgstr "Masalah ini masih berlangsung" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Laporan ini adalah duplikat. Silakan tambahkan pembaruan pada laporan asli:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Laporan ini menunggu moderasi." @@ -4037,7 +4158,7 @@ msgstr "Halaman web ini juga berisi foto masalah yang disediakan oleh pengguna." msgid "Time spent (in minutes):" msgstr "Waktu yang dihabiskan (dalam menit):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Kronologi" @@ -4066,6 +4187,14 @@ msgstr "Untuk mencari tahu peringatan lokal apa saja yang tersedia untuk Anda, s msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Untuk mencari tahu peringatan lokal apa saja yang tersedia untuk Anda, silakan masukkan kode pos atau nama jalan dan kawasan Anda" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Untuk melihat peta dari lokasi tepat dari masalah ini" @@ -4103,16 +4232,24 @@ msgstr "Total tidak ditandai" msgid "Total reports received" msgstr "Total laporan diterima" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "Perlu manajemen lalu lintas?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Dipercaya oleh badan:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "Dipercaya membuat laporan yang tidak perlu diinspeksi" @@ -4128,17 +4265,21 @@ msgstr "Coba lagi" msgid "Try emailing us directly:" msgstr "Cobalah mengirimkan surel langsung kepada kami:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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 dikonfirmasi" -#: templates/web/base/reports/_list-filters.html:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "Laporan yang belum diatasi" @@ -4152,7 +4293,7 @@ msgid "Unknown alert type" msgstr "Tipe peringatan tidak diketahui" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Kesalahan tidak diketahui" @@ -4167,10 +4308,11 @@ msgstr "ID masalah tidak diketahui" msgid "Unshortlisted" msgstr "Dihapus dari daftar pendek" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "Naik satu tingkat" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Pembaruan" @@ -4187,7 +4329,7 @@ msgstr "Pembaruan di bawah ini ditambahkan secara anonim pada %s" msgid "Update below added by %s at %s" msgstr "Pembaruan di bawah ini ditambahkan oleh %s pada %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Perbarui badan" @@ -4223,13 +4365,23 @@ msgstr "Perbarui status" msgid "Updated" msgstr "Diperbarui" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Dikirim oleh <strong>%s</strong> (%s) pada %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Dikirim oleh <strong>%s</strong> pada %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Diperbarui!" @@ -4239,7 +4391,7 @@ msgstr "Diperbarui!" msgid "Updates" msgstr "Pembaruan" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Panjang pembaruan dibatasi hingga %s karakter. Mohon persingkat pembaruan Anda." @@ -4253,8 +4405,8 @@ msgstr "Pembaruan pada {{title}}" msgid "Updates to this problem, %s" msgstr "Pembaruan pada masalah ini, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4274,7 +4426,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Gunakan ekstensi pengiriman pembaruan Open311" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 kolom ini untuk menyimpan detail yang hanya ditampilkan pada admin. Inputan tidak ditampilkan ke publik, dan tidak dikirimkan ke badan." @@ -4287,11 +4439,11 @@ msgstr "Peta digunakan" msgid "User ID to attribute fetched comments to" msgstr "ID Pengguna untuk dikaitkan dengan komentar yang diambil" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Tanda pada pengguna dihapus" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Pengguna ditandai" @@ -4304,9 +4456,9 @@ msgstr "Pengguna telah ditandai sebagai diatasi" msgid "User search finds matches in users' names and email addresses." msgstr "Pencarian pengguna menemukan kecocokan pada nama pengguna dan alamat surel." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Pengguna" @@ -4315,9 +4467,9 @@ msgstr "Pengguna" msgid "Users can perform the following actions within their assigned body or area." msgstr "Pengguna dapat melakukan tindakan berikut ini dalam badan atau area yang ditetapkan untuknya." -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Nilai diperbarui" @@ -4364,7 +4516,7 @@ msgstr "Kami menemukan lebih dari satu hasil yang cocok untuk lokasi tersebut. K msgid "We found more than one match for that problem reference:" msgstr "Kami menemukan lebih dari satu hasil yang cocok untuk referensi masalah tersebut:" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4399,7 +4551,7 @@ msgstr "Kami akan menghubungi Anda kembali sesegera mungkin." msgid "What was your experience of getting the problem fixed?" msgstr "Bagaimana pengalaman Anda dalam menyelesaikan masalah ini?" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Saat disunting" @@ -4408,7 +4560,15 @@ msgstr "Saat disunting" msgid "When sent" msgstr "Saat dikirim" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "Duplikat dari laporan yang manakah ini?" @@ -4420,8 +4580,8 @@ msgstr "Wah, kawan! Tiga foto sudah cukup." msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Mengapa berhenti di sana? <a href=\"/alert\">Atur lebih banyak peringatan</a> dengan gratis." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4456,7 +4616,7 @@ msgstr "YTD" msgid "Year" msgstr "Tahun" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4471,7 +4631,7 @@ msgstr "Tahun" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ya" @@ -4505,6 +4665,10 @@ msgstr "Anda dapat <a href=\"%s%s\">menampilkan masalah di situs ini</a>." msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Anda dapat menambahkan surel pengguna yang melanggar aturan ke daftar penyalahgunaan, yang akan otomatis menyembunyikan (dan tidak pernah mengirimkan) laporan yang dibuatnya." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Anda dapat menghubungi dukungan teknis di <a href='mailto:%s'>%s</a>" @@ -4526,7 +4690,7 @@ msgstr "" 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 "Anda dapat membantu kami dengan menemukan alamat surel kontak untuk masalah lokal untuk %s dan mengirimkannya kepada kami melalui surel di <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Anda dapat menandai sebuah badan sebagai dihapus jika Anda tidak ingin badan ini aktif di situs." @@ -4602,7 +4766,6 @@ msgstr "Laporan Anda" msgid "Your account" msgstr "Akun Anda" -#: 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:80 @@ -4615,7 +4778,7 @@ msgid "Your email" msgstr "Surel Anda" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4626,10 +4789,10 @@ msgstr "Alamat surel Anda" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Informasi Anda hanya akan digunakan sesuai dengan <a href=\"/privacy\">kebijakan privasi</a> kami" -#: templates/web/base/auth/general.html:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4639,11 +4802,11 @@ msgstr "Nama Anda" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Nama Anda sudah dikirim ke %s, tetapi kami dapat menyembunyikannya di halaman ini:" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "Nama Anda telah disembunyikan pada semua laporan dan pembaruan Anda." -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "Nama Anda telah disembunyikan" @@ -4651,7 +4814,7 @@ msgstr "Nama Anda telah disembunyikan" msgid "Your offline reports" msgstr "Laporan offline Anda" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4689,8 +4852,8 @@ msgstr "Pembaruan Anda telah disimpan secara offline untuk dikirim saat Anda kem msgid "Your updates" msgstr "Pembaruan Anda" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Anda" @@ -4699,14 +4862,14 @@ msgstr "Anda" msgid "all" msgstr "semua" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "oleh %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "ditutup sebagai laporan duplikat" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4731,7 +4894,7 @@ msgstr "sunting pengguna" msgid "from %s different users" msgstr "dari %s pengguna berbeda" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "terakhir diperbarui %s" @@ -4740,44 +4903,7 @@ msgstr "terakhir diperbarui %s" msgid "less than a minute" msgstr "kurang dari satu menit" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "ditandai sebagai tindakan dijadwalkan" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "ditandai sebagai referal internal" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "ditandai sebagai ditutup" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "ditandai sebagai diatasi" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "ditandai sebagai dalam proses" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "ditandai sebagai dalam investigasi" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "ditandai sebagai tidak ada tindakan lebih lanjut" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "ditandai sebagai bukan tanggung jawab dewan" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "ditandai sebagai direncanakan" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4788,13 +4914,10 @@ msgstr "n/a" msgid "none" msgstr "tidak ada" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "opsional" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "atau" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "ditandai sebagai bukan tanggung jawab dewan" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4819,15 +4942,6 @@ msgstr "awalnya dimasukkan: “%s”" msgid "other areas:" msgstr "area lainnya:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "dibuka kembali" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "diperlukan" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "keluar" @@ -4841,6 +4955,11 @@ msgstr "dewan lokal" msgid "there is no pin shown as the user did not use the map" msgstr "tidak ada pin ditampilkan karena pengguna tidak menggunakan peta" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Menampilkan lokasi" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "tipe masalah lokal ini" @@ -4976,7 +5095,7 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> pembaruan atas laporan" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4994,7 +5113,7 @@ 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] "Kami belum memiliki detail mengenai dewan yang mencakup lokasi ini," -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5005,3 +5124,114 @@ msgstr[0] "terakhir diperbarui %d hari yang lalu" msgid "report" msgid_plural "reports" msgstr[0] "laporan" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "%s mengirimkan kategori masalah yang berbeda-beda\n" +#~ "ke dewan yang bersangkutan, sehingga masalah dalam cakupan dewan tertentu\n" +#~ "mungkin tidak sama dengan masalah yang dikirimkan kepada dewan tersebut. Sebagai contoh, laporan mengenai grafiti\n" +#~ "akan dikirimkan ke dewan kecamatan, sehingga akan muncul pada kedua peringatan\n" +#~ "di dewan kecamatan, tetapi hanya akan muncul pada peringatan \"Di dalam cakupan\"\n" +#~ "untuk dewan kabupaten." + +#~ msgid "%s ward, %s" +#~ msgstr "Kelurahan %s, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, di kelurahan %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(atau umpan RSS dapat dikustomisasikan, dalam %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Pilih tipe properti --" + +#~ msgid "Closed reports" +#~ msgstr "Laporan ditutup" + +#~ msgid "Closed:" +#~ msgstr "Ditutup:" + +#~ msgid "Duplicate" +#~ msgstr "Duplikat" + +#~ msgid "Fixed reports" +#~ msgstr "Laporan diatasi" + +#~ msgid "Fixed:" +#~ msgstr "Diatasi:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Berikut ini tipe peringatan masalah lokal untuk ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Dalam Proses" + +#~ msgid "Internal referral" +#~ msgstr "Referal internal" + +#~ msgid "Investigating" +#~ msgstr "Dalam investigasi" + +#~ msgid "No further action" +#~ msgstr "Tidak ada tindakan lebih lanjut" + +#~ msgid "Not Responsible" +#~ msgstr "Tidak Bertanggung Jawab" + +#~ msgid "Or problems reported to:" +#~ msgstr "Atau laporan yang dilaporkan ke:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "Atau Anda dapat berlangganan untuk menerima peringatan berdasarkan kelurahan atau dewan tempat Anda berada:" + +#~ msgid "Please choose a property type" +#~ msgstr "Silakan pilih tipe properti" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Masalah dalam cakupan:" + +#~ 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 "Pilih tipe peringatan yang Anda inginkan dan klik tombol untuk umpan RSS, atau masukkan alamat surel Anda untuk berlangganan ke surel peringatan." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Peringatan yang paling sederhana adalah peringatan geografis kami:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "ditutup sebagai laporan duplikat" + +#~ msgid "marked as action scheduled" +#~ msgstr "ditandai sebagai tindakan dijadwalkan" + +#~ msgid "marked as an internal referral" +#~ msgstr "ditandai sebagai referal internal" + +#~ msgid "marked as closed" +#~ msgstr "ditandai sebagai ditutup" + +#~ msgid "marked as fixed" +#~ msgstr "ditandai sebagai diatasi" + +#~ msgid "marked as in progress" +#~ msgstr "ditandai sebagai dalam proses" + +#~ msgid "marked as investigating" +#~ msgstr "ditandai sebagai dalam investigasi" + +#~ msgid "marked as no further action" +#~ msgstr "ditandai sebagai tidak ada tindakan lebih lanjut" + +#~ msgid "marked as planned" +#~ msgstr "ditandai sebagai direncanakan" + +#~ msgid "or" +#~ msgstr "atau" + +#~ msgid "reopened" +#~ msgstr "dibuka kembali" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index f3ebcc8d0..fb4e537e8 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "e" @@ -91,25 +91,6 @@ msgstr "%s questionari inviati – %s compilati (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s quartiere, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s dentro al quartiere %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email nella tabella degli abusi)" @@ -133,23 +114,27 @@ msgstr "(Nessun nome)" msgid "(No phone number)" msgstr "(Nessun recapito)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(chiuso)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(una distanza predefinita che copre approssimativamente 200,000 persone)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(risolto)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 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)" @@ -158,7 +143,7 @@ msgstr "(come gli atti vandalici, le discariche abusive, la pavimentazione e l'i msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(non inviato al Comune)" @@ -166,20 +151,22 @@ msgstr "(non inviato al Comune)" msgid "(optional)" msgstr "(opzionale)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(inviato ad entrambi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS feed dei problemi dentro %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Scegli un tipo di proprietà --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Scegli un template--" @@ -188,16 +175,16 @@ msgstr "--Scegli un template--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +217,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Si</strong> Ho già la password" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +249,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Aggiungi un corpo" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(opzionale)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +290,15 @@ msgstr "" msgid "Add user" msgstr "Aggiungi un'utente" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +326,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Avvisami su futuri aggiornamenti" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +346,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Tutte le categorie" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +389,19 @@ msgstr "Un aggiornamento ha riportato questo problema come risolto." msgid "Anonymous" msgstr "Anonimo" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonimo" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +415,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +447,11 @@ msgstr "Assegna ad un corpo esterno:" msgid "Assign to subdivision:" msgstr "Assegna ad una subdivisione:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Assegnato a %s" @@ -478,7 +492,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -491,13 +505,13 @@ msgstr "Indietro" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Vietare l'indirizzo email" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +533,11 @@ msgstr "Corpo:" msgid "By Date" msgstr "Per data" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +545,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Non puoi vedere la mappa? <em>Salta questo passaggio</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +558,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +570,7 @@ msgstr "" msgid "Category" msgstr "Categoria" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +610,11 @@ msgstr "" msgid "Change password" msgstr "Cambia la Password" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +631,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +660,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +682,17 @@ msgstr "" msgid "Closed" msgstr "Chiuso" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Chiuso dal comune" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Chiuso:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coordinate:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -695,11 +706,15 @@ msgstr "Dati del Cobrand:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configurazione" @@ -725,7 +740,7 @@ msgstr "" msgid "Confirmation" msgstr "Conferma" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +776,8 @@ msgstr "Contatta il team" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Non posso trovare l'utente" @@ -820,24 +835,33 @@ msgstr "Comune:" msgid "Count" msgstr "Contare" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Creato" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Crea una segnalazione" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crea una categoria" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +891,7 @@ msgstr "Stato corrente" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +907,36 @@ msgstr "Pannello di controllo" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminato" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +974,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +983,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +991,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1003,7 @@ msgstr "Non lo so" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1011,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplica" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1027,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Modifica" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Modifica dettagli corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1086,15 @@ msgstr "Modifica aggiornamento %d" msgid "Editing user %d" msgstr "Modifica utente %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1102,14 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Email aggiunta alla lista abusi" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1121,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Email già presente nella lista abusi" @@ -1117,8 +1146,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1162,7 @@ msgstr "Data di fine" msgid "Endpoint" msgstr "Punto finale" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1181,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1201,8 @@ msgstr "Inserisci i dettagli del problema" msgid "Error" msgstr "Errore" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1227,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1243,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1255,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Dati extra:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dati extra:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1276,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1294,32 @@ msgstr "Prima volta" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Risolto" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Risolto - Comune" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Risolto - Utente" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Risolto:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Utente segnalato" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Segnalato" @@ -1325,21 +1349,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1396,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Dammi un' RSS feed" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1413,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1424,7 @@ msgstr "Vai" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1452,13 @@ msgstr "Aiuto" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Ciao %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1501,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Cronologia" @@ -1499,12 +1526,12 @@ msgid "How to send successful reports" msgstr "Come inviare segnalazioni di successo" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1551,25 @@ msgstr "Mi spiace non possiamo localizzare il tuo problema nel database.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1580,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1603,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1638,6 @@ msgstr "ID illegale" msgid "Illegal feed selection" msgstr "Selezione feed illegale" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "In progresso" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1646,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "In corso" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1677,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1689,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1697,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "" @@ -1683,21 +1705,14 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Investigando" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1721,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1782,27 @@ msgstr "Ultimo aggiornamento:" msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Lista di tutti i problemi segnalati" @@ -1796,13 +1833,13 @@ msgstr "Segnalazioni locali" msgid "Locate the problem on a map of the area" msgstr "Localizza il problema nella mappa della zona" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1849,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1858,11 @@ msgstr "" msgid "MAP" msgstr "MAPPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1878,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1906,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1919,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1928,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1936,28 @@ msgstr "" msgid "Month" msgstr "Mese" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1976,7 @@ msgstr "Nome:" msgid "Name: %s" msgstr "Nome: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1989,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +2000,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" @@ -1992,7 +2042,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2021,6 +2071,7 @@ msgid "New reports" msgstr "" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Nuovo stato" @@ -2030,7 +2081,7 @@ msgstr "Nuovo stato" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2038,7 +2089,7 @@ msgstr "" msgid "Next" msgstr "Prossimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2101,7 @@ msgstr "Prossimo" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "No" @@ -2066,7 +2117,7 @@ msgstr "Nessun corpo" msgid "No council" msgstr "Nessuno comune" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Nessun comune selezionato" @@ -2082,21 +2133,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2150,8 @@ msgstr "" msgid "No result returned" msgstr "Nessun risultato ritornato" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2184,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Non responsabile" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2204,7 @@ msgid "Not reported to council" msgstr "Non segnalato al comune" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2185,6 +2226,10 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Ora per inserire la tua segnalazione…" @@ -2215,20 +2260,17 @@ msgstr "" msgid "Old state" msgstr "Vecchio stato" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2297,25 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" msgstr "" -#: 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:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2338,16 @@ msgstr "Proprietario" msgid "Page Not Found" msgstr "Pagina non trovata" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parente" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Parziale" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2355,7 @@ msgstr "Parziale" msgid "Password (optional)" msgstr "Password (opzionale)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Password:" @@ -2322,7 +2367,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2375,7 @@ msgstr "" msgid "Phone number" msgstr "Numero di telefono" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Numero di telefono (opzionale)" @@ -2390,12 +2435,8 @@ msgstr "" msgid "Place pin on map" msgstr "Inserisci il cursore sulla mappa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2454,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Per favore controlla che il tuo indirizzo email è corretto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: 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:462 -msgid "Please choose a property type" -msgstr "Per favore scegli un tipo di proprietà" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2485,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2507,14 @@ msgid "Please enter a password" msgstr "Per favore inserisci la password" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2526,7 @@ msgstr "Per favore inserire un email valida" msgid "Please enter a valid email address" msgstr "Per favore inserire un indirizzo email valido" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Per favore inserire qualche dettaglio " @@ -2498,8 +2535,8 @@ msgstr "Per favore inserire qualche dettaglio " #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2559,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2586,7 +2623,7 @@ msgstr "" msgid "Please note:" msgstr "Attenzione:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2640,19 +2677,19 @@ msgstr "Per favore scrivi il tuo aggiornamento qui" msgid "Post" msgstr "Posta" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Postato anonimamente al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Postato da %s al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postato da <strong>%s</strong> (%s) al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postato da <strong>%s</strong> al %s" @@ -2664,12 +2701,12 @@ msgstr "" msgid "Previous" msgstr "Precedente" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2684,7 +2721,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privato" @@ -2715,7 +2752,7 @@ msgstr "Problema %s inviato al comune %s" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -2723,11 +2760,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemi dentro %s quartiere" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemi vicino" @@ -2740,13 +2782,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" -msgstr "" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" +msgstr "Problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemi dentro %s" @@ -2754,16 +2798,17 @@ msgstr "Problemi dentro %s" msgid "Problems within %s ward" msgstr "Problemi dentro %s quartiere" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "L'indirizzo della proprietà:" @@ -2773,11 +2818,11 @@ msgstr "L'indirizzo della proprietà:" msgid "Provide an update" msgstr "Fornisci un'aggiornamento" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2795,7 +2840,7 @@ msgstr "" msgid "Public response:" msgstr "Risposte pubbliche:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2823,7 +2868,7 @@ msgstr "Questionario %d inviato per il problema %d" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2851,11 +2896,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS feed dei problemi vicino" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2880,7 +2925,7 @@ msgstr "RSS feed degli aggiornamenti su questa segnalazione" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2894,7 +2939,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemi segnalati di recente" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2902,7 +2947,15 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2932,8 +2985,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2948,7 +3001,7 @@ msgstr "Segnala un problema" msgid "Report abuse" msgstr "Segnala un abuso" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2971,7 +3024,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Segnala, conosci e discuti sui problemi della tua città " -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Riportati anonimamente al %s" @@ -2981,7 +3034,7 @@ msgstr "Riportati anonimamente al %s" msgid "Reported before" msgstr "Segnalati prima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Segnalato da %s al %s" @@ -2995,27 +3048,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Riportato nella categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Riportato nella categoria %s anonimamente alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3033,8 +3086,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Stai segnalando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3048,10 +3101,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Segnalazioni in attesa di approvazione" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Segnalato da %s al %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Segnalazioni pubblicate" @@ -3060,18 +3122,32 @@ msgstr "Segnalazioni pubblicate" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Segnalato da %s al %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS feed di %s, dentro al quartiere %s " + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Rinvia la segnalazione" @@ -3130,15 +3206,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3154,23 +3230,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Salva modifiche" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3179,6 +3260,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3212,22 +3297,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Seleziona un'area" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3242,11 +3327,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3259,7 +3344,7 @@ msgstr "Inviato:" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3285,6 +3370,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3297,9 +3383,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Mostra il mio nome pubblicamente" @@ -3328,16 +3414,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3383,14 +3469,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3412,11 +3498,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3433,20 +3519,25 @@ msgid "Start Date:" msgstr "Data di inizio:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Stato" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Salva modifiche" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3456,8 +3547,14 @@ msgstr "Stato" msgid "State:" msgstr "Stato:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Stato" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3479,6 +3576,10 @@ msgstr "Ancora aperto, attraverso il questionario %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Sottocategoria: %s" @@ -3497,7 +3598,7 @@ msgid "Subject:" msgstr "Soggetto:" #: 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_loggedin.html:63 #: 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 @@ -3518,8 +3619,8 @@ msgstr "Invia modifiche" msgid "Submit questionnaire" msgstr "Invia questionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3529,25 +3630,28 @@ msgstr "Invia questionario" msgid "Submitted" msgstr "Inviato" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Sottoscrivi" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Iscrivimi alle email di avviso" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3580,8 +3684,8 @@ msgstr "Risultati sondaggio" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3638,7 +3742,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3648,11 +3752,11 @@ msgstr "Questa posizione non sembra essere nel Regno Unito, si prega di riprovar msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3664,7 +3768,7 @@ msgstr "La segnalazione non può essere vista su %s." msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3684,10 +3788,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3704,6 +3808,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3714,11 +3822,15 @@ msgstr "Il comune non sarà in grado di fare qualcosa finchè non lascerai più 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "L'errore era: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3757,10 +3869,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3770,8 +3886,8 @@ 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:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3791,18 +3907,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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" @@ -3811,7 +3927,7 @@ msgstr "E' accaduto un problema con la tua combinazione email/password. Se non t 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:353 +#: 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." @@ -3819,7 +3935,7 @@ msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora msgid "There were problems with your report. Please see below." msgstr "Ci sono stati dei problemi con la tua segnalazione. Per favore guarda qui sotto." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3867,8 +3983,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3882,9 +3998,10 @@ msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona d msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -3913,8 +4030,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3946,7 +4063,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3975,6 +4092,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4012,16 +4137,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4037,17 +4170,21 @@ msgstr "Prova ancora" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4061,7 +4198,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Errore sconosciuto" @@ -4076,10 +4213,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4096,7 +4234,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4132,13 +4270,23 @@ msgstr "" msgid "Updated" msgstr "Aggiornato" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Postato da <strong>%s</strong> (%s) al %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Postato da <strong>%s</strong> al %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Aggiornato!" @@ -4148,7 +4296,7 @@ msgstr "Aggiornato!" msgid "Updates" msgstr "Aggiornamenti" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4162,8 +4310,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4177,7 +4325,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4190,11 +4338,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4207,9 +4355,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Utenti" @@ -4218,9 +4366,9 @@ msgstr "Utenti" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4267,7 +4415,7 @@ msgstr "Abbiamo trovato più di una corrispondenza per questa posizione. Mostria msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4302,7 +4450,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4311,7 +4459,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4323,8 +4479,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4359,7 +4515,7 @@ msgstr "" msgid "Year" msgstr "Anno" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4374,7 +4530,7 @@ msgstr "Anno" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Si" @@ -4408,6 +4564,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4426,7 +4586,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4500,7 +4660,6 @@ msgstr "Tue segnalazioni" 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:80 @@ -4513,7 +4672,7 @@ 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/auth/general.html:57 #: 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 @@ -4524,10 +4683,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4537,11 +4696,11 @@ msgstr "Il tuo nome" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4549,7 +4708,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4587,8 +4746,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4597,14 +4756,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "da %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4629,7 +4788,7 @@ msgstr "Modifica utente" msgid "from %s different users" msgstr "da %s utenti differenti" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "ultimo aggiornamento %s" @@ -4638,44 +4797,7 @@ msgstr "ultimo aggiornamento %s" msgid "less than a minute" msgstr "meno di un minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4686,14 +4808,10 @@ msgstr "non disponibile" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "o" - #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" msgstr "oppure fatti localizzare automaticamente" @@ -4717,15 +4835,6 @@ msgstr "" msgid "other areas:" msgstr "altre aree:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "riaperto" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4739,6 +4848,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4891,7 +5004,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4912,7 +5025,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4925,3 +5038,48 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s quartiere, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s dentro al quartiere %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Scegli un tipo di proprietà --" + +#~ msgid "Closed:" +#~ msgstr "Chiuso:" + +#~ msgid "Duplicate" +#~ msgstr "Duplica" + +#~ msgid "Fixed:" +#~ msgstr "Risolto:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Qui trovi i tipi di avvertimenti sui problemi locali per ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "In progresso" + +#~ msgid "Investigating" +#~ msgstr "Investigando" + +#~ msgid "Not Responsible" +#~ msgstr "Non responsabile" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Per favore scegli un tipo di proprietà" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemi dentro i confini di:" + +#~ msgid "or" +#~ msgstr "o" + +#~ msgid "reopened" +#~ msgstr "riaperto" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 793f35b8e..2a5e5277d 100644 --- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/mysociety/teams/12067/lt_LT/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "ir" @@ -91,25 +91,6 @@ msgstr "%s klausimynai išsiųsti – %s atsakyti (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s rajonas, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, viduje %s rajonas" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Elektroninis paštas piktnaudžiavo lentelėje)" @@ -133,23 +114,27 @@ msgstr "(Nėra vardo)" msgid "(No phone number)" msgstr "(Nėra telefono numerio)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(uždaryta)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(numatytasis atstumas, kuris apima maždaug 200.000 žmonių)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(atlikta)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 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)" @@ -158,7 +143,7 @@ msgstr "(pavyzdžiui, grafitis, šiukšlės, duobė kelyje ar gatvės apšvietim msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(neišsiųsta tarybai)" @@ -166,20 +151,21 @@ msgstr "(neišsiųsta tarybai)" msgid "(optional)" msgstr "(pasirinktinai)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(išsiųsta į abu)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Pasirinkite nuosavybės tipą --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Išsirinkinte šabloną--" @@ -188,16 +174,16 @@ msgstr "--Išsirinkinte šabloną--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +198,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +219,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<strong>Pastaba:</strong> Šis pranešimas jau išsiūstas vykdymui. Bet kokie pakeitimai nebus perduoti." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>Pastaba:</strong> Šis pranešimas dar neišsiūstas vykdymui. Bet kokie pakeitimai nebūtinai bus perduoti." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Taip</strong> Aš turiu slaptažodį" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Veiksmas suplanuotas" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -273,18 +254,35 @@ msgid "Add a contact using the form below." msgstr "Pridėkite kontaktą naudodami žemiau pateikta anketa" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "pridėti instituciją" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(pasirinktinai)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -297,15 +295,15 @@ msgstr "Įdėti į trumpajį sąrašą" msgid "Add user" msgstr "Pridėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Pridėti/redaguoti problemų kategorijas" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Pridėti/redaguoti atsakymų prioritetus" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Pridėti/redaguoti atsakymo šablonus" @@ -333,13 +331,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Įspėti mane apie atnaujinimus" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -352,13 +351,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -387,13 +394,19 @@ msgstr "Atnaujinimas - Problema sutvarkyta" msgid "Anonymous" msgstr "Anoniminis" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anoniminis" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -407,7 +420,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -439,11 +452,11 @@ msgstr "Priskirti išoriniai institucijai:" msgid "Assign to subdivision:" msgstr "Priskirti padaliniui:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Priskirta to %s" @@ -484,7 +497,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Laukiama " @@ -497,13 +510,13 @@ msgstr "Atgal" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Drausti el. paštą" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -525,7 +538,11 @@ msgstr "Institucija:" msgid "By Date" msgstr "Pagal Datą" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -533,7 +550,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Nematote žemėlapio? <em>Praleiskite šitą žingsnį</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -546,8 +563,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -558,7 +575,7 @@ msgstr "" msgid "Category" msgstr "Kategorija" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -598,11 +615,11 @@ msgstr "" msgid "Change password" msgstr "Pakeisti slaptažodį" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -628,7 +645,7 @@ 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -657,22 +674,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -680,23 +696,17 @@ msgstr "" msgid "Closed" msgstr "Uždaryta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Uždaryta " -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Uždaryta:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatės:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -710,11 +720,15 @@ msgstr "Cobrand informacija:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nustatymai" @@ -740,7 +754,7 @@ msgstr "" msgid "Confirmation" msgstr "Patvirtinimas" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -776,8 +790,8 @@ msgstr "Susisiekite su komanda" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Vartotojas nerastas" @@ -835,24 +849,33 @@ msgstr "Taryba:" msgid "Count" msgstr "Skaičiavimas" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Sukurta" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Sukurti pranešimą" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Sukurti kategoriją" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -882,7 +905,7 @@ msgstr "Esama būsena" msgid "Currently no bodies have been created." msgstr "Šiuo metu ne viena institucija nėra sukurta." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -898,27 +921,36 @@ msgstr "Įrankių juosta" msgid "Dealt with by subdivision within 5 working days" msgstr "Padalinys atliko per 5 darbo dienas" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Pašalinti šabloną" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Ištrinta" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -956,7 +988,7 @@ msgid "Diligency prize league table" msgstr "Diligency prize league table" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -965,7 +997,7 @@ 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/auth/general.html:60 #: 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 @@ -973,7 +1005,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -985,7 +1017,7 @@ msgstr "Don’t nežinau" msgid "Don't like forms?" msgstr "Nepatinka anketos?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -993,16 +1025,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Kopija" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1017,43 +1044,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Redaguoti" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Redaguoti institucijos informaciją" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1076,15 +1103,15 @@ msgstr "Atnaujinimo redagavimas %d" msgid "Editing user %d" msgstr "Redaguoti vartotoją %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Redaktorius" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1092,13 +1119,14 @@ msgstr "Redaktorius" msgid "Email" msgstr "El. paštas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1110,7 +1138,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "El. paštas jau yra piktnaudžiavimo sąraše" @@ -1139,8 +1167,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1158,7 +1186,7 @@ msgstr "Pabaigos Data:" msgid "Endpoint" msgstr "Pabaigos taškas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Įveskite Zürich gatvės pavadinimą" @@ -1177,7 +1205,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1197,8 +1225,8 @@ msgstr "įveskite problemos detales" msgid "Error" msgstr "Klaida" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1223,12 +1251,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1239,7 +1267,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1251,13 +1279,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Papildoma informacija:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Papildoma informacija:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1265,6 +1300,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1278,49 +1318,32 @@ msgstr "Pirmas kartas" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Sutvarkyta" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Sutvarkyta - Savivaldybe" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Sutvarkyta - Vartotojas" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Sutvarkyta:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Pažymeti kaip ištrinta" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Pažymėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Pažymėta" @@ -1350,21 +1373,25 @@ msgstr "Follow a ward link to view only reports within that ward." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1393,10 +1420,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Suteikti man RSS srautą" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1406,8 +1437,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1417,7 +1448,7 @@ msgstr "Pirmyn" msgid "Going to send questionnaire?" msgstr "Ar ruošiates išsiųsti klausimyną?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1445,22 +1476,13 @@ msgstr "Pagalba" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Labas %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1503,11 +1525,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Istorija" @@ -1524,12 +1550,12 @@ msgid "How to send successful reports" msgstr "Kaip išsiųsti sėkminga pranešimą" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1549,8 +1575,8 @@ msgstr "Apgailestaujame, bet jūsų problema nebuvo rasta duomenų bazėje.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1558,10 +1584,18 @@ 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1574,7 +1608,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1597,7 +1631,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1640,11 +1674,6 @@ msgstr "Neteisėtas ID" msgid "Illegal feed selection" msgstr "Neteisėtas srauto pasirinkimas" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Apdorojama" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "į piknaudžiavimo lentelę?" @@ -1653,17 +1682,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Apdorojama" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1687,11 +1713,11 @@ msgstr "Incorrect has_photo value \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1699,11 +1725,6 @@ msgstr "" msgid "Internal notes" msgstr "Internal notes" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Internal referral" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1712,7 +1733,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Invalid agency_responsible value %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Klaidina pabaigos data" @@ -1720,21 +1741,14 @@ msgstr "Klaidina pabaigos data" msgid "Invalid format %s specified." msgstr "Pasirinktas klaidingas formatas %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Klaidinga pradžios data" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Tyriama" - #: templates/web/base/contact/blurb.html:2 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." @@ -1743,23 +1757,41 @@ msgstr "Patikrinkite <a href=\"%s\">mūsų D.U.K</a> gal atsakymas yra ten." msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1786,23 +1818,27 @@ msgstr "Paskutinis atnaujinimas:" msgid "Last update:" msgstr "Last update:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Pateikti visas praneštas problemas" @@ -1833,13 +1869,13 @@ msgstr "Vietiniai pranešimai" msgid "Locate the problem on a map of the area" msgstr "Nustatytį problemos vietą žemėlapyje" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1849,7 +1885,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1858,11 +1894,11 @@ msgstr "" msgid "MAP" msgstr "MAP" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1878,7 +1914,7 @@ msgstr "" 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1906,7 +1942,7 @@ msgstr "Missing jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1919,7 +1955,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1928,7 +1964,7 @@ msgid "Moderated by division within one working day" msgstr "Moderated by division within one working day" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1936,23 +1972,28 @@ msgstr "" msgid "Month" msgstr "Mėnuo" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1971,7 +2012,7 @@ msgstr "Vardas:" msgid "Name: %s" msgstr "Vardas: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1984,8 +2025,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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 " @@ -1997,15 +2038,23 @@ msgstr "" "Artimiausia gavtė esanti šalia smeigtuko žemėlapyje (sugeneruota automatiškai naudojant Bing Maps): %s \n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Nauja dalis pridėta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Naujas kategorijos kontaktas pridetas" @@ -2031,7 +2080,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2060,6 +2109,7 @@ msgid "New reports" msgstr "Nauji pranešimai" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "New state" @@ -2069,7 +2119,7 @@ msgstr "New state" msgid "New template" msgstr "Naujas šablonas" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2077,7 +2127,7 @@ msgstr "" msgid "Next" msgstr "Kitas" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2089,7 +2139,7 @@ msgstr "Kitas" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Ne" @@ -2105,7 +2155,7 @@ msgstr "Nėra institucijos" msgid "No council" msgstr "Nėra savivaldybės" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Nepasirinkta savivaldybė" @@ -2121,21 +2171,16 @@ msgstr "Pažymėtos problemos nerastos" msgid "No flagged users found." msgstr "Pažymėti vartotojai nerasti." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2143,8 +2188,8 @@ msgstr "" msgid "No result returned" msgstr "Jokių rezultatų" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2183,13 +2228,8 @@ msgstr "" " 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Neatsakingas" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2208,7 +2248,7 @@ msgid "Not reported to council" msgstr "Nepranešta savivaldybei" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Pastaba" @@ -2230,6 +2270,10 @@ msgstr "Pastaba: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Dabar patvirtinti jūsų report…" @@ -2260,20 +2304,17 @@ msgstr "" msgid "Old state" msgstr "Sena būklė" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2300,21 +2341,25 @@ msgstr "Open311 initiative web page" msgid "Open311 specification" msgstr "Open311 specification" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Arba problemos praneštos:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2337,17 +2382,16 @@ msgstr "Savininkas" msgid "Page Not Found" msgstr "Puslapis nerastas" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parent" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Dalinis" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2355,7 +2399,7 @@ msgstr "Dalinis" msgid "Password (optional)" msgstr "Slaptažodis (nebūtina)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Slaptažodis:" @@ -2367,7 +2411,7 @@ msgstr "Permalink" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2375,7 +2419,7 @@ msgstr "" msgid "Phone number" msgstr "Telefono numeris" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefono numeris (nebūtina)" @@ -2435,12 +2479,8 @@ msgstr "" msgid "Place pin on map" msgstr "Padėkite smeigtuką ant žemėlapio" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2458,26 +2498,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Prašome pasirinkti kategoriją" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Prašome pasirinkti nuosavybės tipą" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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 " @@ -2493,18 +2529,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Prašome įvesti žinutę" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2515,14 +2551,14 @@ msgid "Please enter a password" msgstr "Prašome įvesti slaptažodį" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Prašome įvesti temą" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2534,7 +2570,7 @@ msgstr "Prašome įvesti galiojantį el. paštą" msgid "Please enter a valid email address" msgstr "Prašome įvesti galiojantį el. pašto adresą" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Prašome įvesti daugiau informacijos" @@ -2543,8 +2579,8 @@ msgstr "Prašome įvesti daugiau informacijos" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2567,8 +2603,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2631,7 +2667,7 @@ msgstr "" msgid "Please note:" msgstr "Atkreipkite dėmėsį:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2685,19 +2721,19 @@ msgstr "Prašome raštyti savo naujinimą čia" msgid "Post" msgstr "Įkelti" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Pateikta anonimiškai %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2709,12 +2745,12 @@ msgstr "" msgid "Previous" msgstr "Ankstesnis" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2729,7 +2765,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privatus" @@ -2760,7 +2796,7 @@ msgstr "Problema %s išsiųsta savivaldybei %s" msgid "Problem breakdown by state" msgstr "Problemos pasiskirstymas pagal valstybės" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problema pažymėta kaip atidaryta" @@ -2768,11 +2804,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemos" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemos %s rajone" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Šalia esančios problemos" @@ -2785,13 +2826,15 @@ msgstr "Problemos žemėlapyje" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Neseniai praneštos problemos FixMyStreet" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemos %.1fkm atstumu aplink šią vietovę" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemos viduje %s" @@ -2799,16 +2842,17 @@ msgstr "Problemos viduje %s" msgid "Problems within %s ward" msgstr "Problemos %s rajone" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Nuosavybės adresas:" @@ -2818,11 +2862,11 @@ msgstr "Nuosavybės adresas:" msgid "Provide an update" msgstr "Pateikti naujinimą" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2840,7 +2884,7 @@ msgstr "" msgid "Public response:" msgstr "Viešas atsakymas:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2868,7 +2912,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2896,11 +2940,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Šalia esančių problemų RSS srautas" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2925,7 +2969,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2939,7 +2983,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2947,7 +2991,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2977,8 +3029,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2993,7 +3045,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3016,7 +3068,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Praneškite, pamatykite arba diskutuokite apie vietines problemas" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -3026,7 +3078,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -3040,27 +3092,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3078,8 +3130,8 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3093,10 +3145,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3105,18 +3165,31 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS srautas %s, viduje %s rajono" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -3175,15 +3248,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3199,23 +3272,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3224,6 +3302,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Veiksmas suplanuotas" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3257,22 +3340,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3287,11 +3370,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3304,7 +3387,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3330,6 +3413,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3342,9 +3426,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -3373,16 +3457,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3428,14 +3512,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3457,11 +3541,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3478,20 +3562,24 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +msgid "State changed to:" +msgstr "" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3501,8 +3589,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3524,6 +3617,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3542,7 +3639,7 @@ msgid "Subject:" msgstr "" #: 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_loggedin.html:63 #: 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 @@ -3563,8 +3660,8 @@ msgstr "" msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3574,25 +3671,27 @@ msgstr "" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3625,8 +3724,8 @@ msgstr "" msgid "Template «%s»" msgstr "Šablonas «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Šablonai" @@ -3683,7 +3782,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3693,11 +3792,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3709,7 +3808,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3729,10 +3828,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3749,6 +3848,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3759,11 +3862,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3802,10 +3909,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3815,8 +3926,8 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3836,18 +3947,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3856,7 +3967,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3864,7 +3975,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3912,8 +4023,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3927,9 +4038,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3958,8 +4070,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3991,7 +4103,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -4020,6 +4132,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4057,16 +4177,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4082,17 +4210,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4106,7 +4238,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4121,10 +4253,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4141,7 +4274,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4177,13 +4310,23 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Pastaba: <strong>%s</strong>" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Pastaba: <strong>%s</strong>" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -4193,7 +4336,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4207,8 +4350,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4222,7 +4365,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4235,11 +4378,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4252,9 +4395,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" @@ -4263,9 +4406,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4312,7 +4455,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4347,7 +4490,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4356,7 +4499,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4368,8 +4519,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4404,7 +4555,7 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4419,7 +4570,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "" @@ -4453,6 +4604,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4471,7 +4626,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4545,7 +4700,6 @@ msgstr "" 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:80 @@ -4558,7 +4712,7 @@ msgid "Your email" msgstr "" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4569,10 +4723,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4582,11 +4736,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4594,7 +4748,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4632,8 +4786,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4642,12 +4796,12 @@ msgstr "" msgid "all" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -4674,7 +4828,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4683,44 +4837,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4731,12 +4848,8 @@ msgstr "" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" #: templates/web/base/js/translation_strings.html:27 @@ -4762,15 +4875,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4784,6 +4888,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4953,7 +5061,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4977,7 +5085,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4992,3 +5100,48 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s rajonas, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, viduje %s rajonas" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Pasirinkite nuosavybės tipą --" + +#~ msgid "Closed:" +#~ msgstr "Uždaryta:" + +#~ msgid "Duplicate" +#~ msgstr "Kopija" + +#~ msgid "Fixed:" +#~ msgstr "Sutvarkyta:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Čia pateikti vietinių problemų tipų pranešimai skirti ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Apdorojama" + +#~ msgid "Internal referral" +#~ msgstr "Internal referral" + +#~ msgid "Investigating" +#~ msgstr "Tyriama" + +#~ msgid "Not Responsible" +#~ msgstr "Neatsakingas" + +#~ msgid "Or problems reported to:" +#~ msgstr "Arba problemos praneštos:" + +#~ 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ę:" + +#~ msgid "Please choose a property type" +#~ msgstr "Prašome pasirinkti nuosavybės tipą" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemos apibrėžtose ribose:" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index e4e918b5f..9aaf9f886 100644 --- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Malay (https://www.transifex.com/mysociety/teams/12067/ms/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " dan " @@ -91,25 +91,6 @@ msgstr "%s soalan selidik dihantar – %s dijawabi (%s%%)" msgid "%s ref: %s" msgstr "%s ruj; %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s kawasan pentadbiran, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, dalam kawasan pentadbiran %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Emel dalam jadual penyalahguna)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ditutup)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(jarak lalai mengandunging 200,000 orang secara kasar)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(tetap)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(seperti graffiti, fly tipping, paving slabs rosak, atau lampu jalan)" @@ -158,7 +143,7 @@ msgstr "(seperti graffiti, fly tipping, paving slabs rosak, atau lampu jalan)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(tidak dihantar kepada majlis)" @@ -166,20 +151,22 @@ msgstr "(tidak dihantar kepada majlis)" msgid "(optional)" msgstr "(tidak diwajibkan)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(hantar kepada kedua-dua)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "Feed RSS untuk masalah dalam %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Pilih jenis harta --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +199,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +220,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ya</strong> Aku ada kata laluan" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Jadual tindakan" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -270,18 +252,35 @@ msgid "Add a contact using the form below." msgstr "Tambahkan cara hubungan dengan borang dibawah" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Tambah badan" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(tidak diwajibkan)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -294,15 +293,15 @@ msgstr "" msgid "Add user" msgstr "Tambah pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -330,13 +329,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Maklumkan aku sebarang kemas kini masa depan" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -349,13 +349,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -384,13 +392,19 @@ msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." msgid "Anonymous" msgstr "Tanpa nama" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Tanpa nama" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -404,7 +418,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -436,11 +450,11 @@ msgstr "Ditugaskan kepada badan luaran:" msgid "Assign to subdivision:" msgstr "Ditugaskan kepada bahagian bawah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Ditugaskan kepada %s" @@ -481,7 +495,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Mengunggu penyederhanaan" @@ -494,13 +508,13 @@ msgstr "Balik" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Melarang alamat emel" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -522,7 +536,11 @@ msgstr "Badan:" msgid "By Date" msgstr "Dengan Tarikh" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -530,7 +548,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -543,8 +561,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -555,7 +573,7 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -595,11 +613,11 @@ msgstr "" msgid "Change password" msgstr "Menukar Kata Laluan" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -616,7 +634,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -645,22 +663,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -668,23 +685,17 @@ msgstr "" msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Ditutup oleh majlis" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Ditutup:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Kordinat:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -698,11 +709,15 @@ msgstr "Data Cobrand" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -728,7 +743,7 @@ msgstr "" msgid "Confirmation" msgstr "Pengesahan" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -764,8 +779,8 @@ msgstr "Menghubungi pasukan" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Tidak dapat mencari pengguna" @@ -823,24 +838,33 @@ msgstr "Majlis:" msgid "Count" msgstr "Kiraan" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Diwujudkan" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Laporan baru" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategori baru" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -870,7 +894,7 @@ msgstr "Keadaan semasa" msgid "Currently no bodies have been created." msgstr "Belum ada badan wujud pada masa kini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -886,27 +910,36 @@ msgstr "Papan pemuka" msgid "Dealt with by subdivision within 5 working days" msgstr "Diuruskan oleh bahagian bawah dalam 5 hari bekerja" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Dipadam" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -944,7 +977,7 @@ msgid "Diligency prize league table" msgstr "Jadual liga hadiah ketekunan" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -953,7 +986,7 @@ 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/auth/general.html:60 #: 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 @@ -961,7 +994,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -973,7 +1006,7 @@ msgstr "Tidak tahu" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -981,16 +1014,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Salinan" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1002,43 +1030,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Menyunting" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Edit perincian badah" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1061,15 +1089,15 @@ msgstr "Sedang mengemaskini %d" msgid "Editing user %d" msgstr "Sedang edit pengguna %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1077,13 +1105,14 @@ msgstr "Editor" msgid "Email" msgstr "Emel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Emel ditambahkan kepada senarai penyalahguna" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1095,7 +1124,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Emel telah dalam senarai penyalahguna" @@ -1120,8 +1149,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1136,7 +1165,7 @@ msgstr "Tarikh Akhir:" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Masukkan nama jalan Zürich" @@ -1155,7 +1184,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1175,8 +1204,8 @@ msgstr "Masukkan perincian masalah tersebut" msgid "Error" msgstr "Ralat" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1201,12 +1230,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1217,7 +1246,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1229,13 +1258,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Data tambahan:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Data tambahan:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1243,6 +1279,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1256,49 +1297,32 @@ msgstr "Pertama kali" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Diselesai" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Diselesai - Majlis" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Diselesai - Pengguna" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Selesai:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Tanda sebagai dipadam" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Tanda pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Ditanda" @@ -1328,21 +1352,25 @@ msgstr "Ikuti link kawasan pentadbiran untuk melihat laporan dalam kawasan terse msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1371,10 +1399,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Berikan aku RSS feed" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1384,8 +1416,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1395,7 +1427,7 @@ msgstr "Pergi" msgid "Going to send questionnaire?" msgstr "Teruskan dengan menghantar soalan selidik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1423,22 +1455,13 @@ msgstr "Bantuan" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hi %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1481,11 +1504,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Sejarah" @@ -1502,12 +1529,12 @@ msgid "How to send successful reports" msgstr "Bagaimana untuk menghantar laporan berjaya" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1527,17 +1554,25 @@ msgstr "Masalah anda tidak dapat dijumpai dalam database.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1548,7 +1583,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1571,7 +1606,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1606,11 +1641,6 @@ msgstr "ID tak sah" msgid "Illegal feed selection" msgstr "Pilihan feed yang tak sah" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Dijalani" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "Dalam table penyalahguna?" @@ -1619,17 +1649,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Dijalani" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1653,11 +1680,11 @@ msgstr "Nilai has_photo \"%s\" salah" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1665,11 +1692,6 @@ msgstr "" msgid "Internal notes" msgstr "Nota dalaman" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Rujukan dalaman" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1678,7 +1700,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Nilai agency_responsible %s salah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Tarikh berakhir yang tak sah" @@ -1686,21 +1708,14 @@ msgstr "Tarikh berakhir yang tak sah" msgid "Invalid format %s specified." msgstr "Format dinyatakan %s salah" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Tarikh mula yang tak sah" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Dalam siasatan" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1709,23 +1724,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1752,23 +1785,27 @@ msgstr "Kemas kini terakhir:" msgid "Last update:" msgstr "Kemas kini terakhir:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Senaraikan semua laporan masalah" @@ -1799,13 +1836,13 @@ msgstr "Pemberitahuan tempatan" msgid "Locate the problem on a map of the area" msgstr "Mengesan masalah dalam kawasan atas peta" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1815,7 +1852,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1824,11 +1861,11 @@ msgstr "" msgid "MAP" msgstr "PETA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1844,7 +1881,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1872,7 +1909,7 @@ msgstr "Kehilangan jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1885,7 +1922,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1894,7 +1931,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1902,23 +1939,28 @@ msgstr "" msgid "Month" msgstr "Bulan" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1937,7 +1979,7 @@ msgstr "Nama:" msgid "Name: %s" msgstr "Nama: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1950,8 +1992,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1961,15 +2003,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Badan baru ditambahi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Kategori hubungan baru ditambahi" @@ -1995,7 +2045,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2024,6 +2074,7 @@ msgid "New reports" msgstr "Laporan baru" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Negeri baru" @@ -2033,7 +2084,7 @@ msgstr "Negeri baru" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2041,7 +2092,7 @@ msgstr "" msgid "Next" msgstr "Seterusnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2053,7 +2104,7 @@ msgstr "Seterusnya" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Tidak" @@ -2069,7 +2120,7 @@ msgstr "Tiada badan" msgid "No council" msgstr "Tiada majlis" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Tiada majlis dipilihi" @@ -2085,21 +2136,16 @@ msgstr "Belum ada masalah yang ditanda." msgid "No flagged users found." msgstr "Belum ada pengguna yang ditanda." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Tidak dapat diselesai" - #: 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." -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2107,8 +2153,8 @@ msgstr "" msgid "No result returned" msgstr "Tiada keputusan." -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2141,13 +2187,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Tidak Bertanggungjawab" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2166,7 +2207,7 @@ msgid "Not reported to council" msgstr "Tidak dilaporkan kepada majlis" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2188,6 +2229,10 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2218,20 +2263,17 @@ msgstr "" msgid "Old state" msgstr "Keadaan lama" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2258,21 +2300,25 @@ msgstr "Laman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Atau masalah dilaporkan kepada:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2295,17 +2341,16 @@ msgstr "Pemilik" msgid "Page Not Found" msgstr "Laman Tidak Dijumpai" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Induk" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Separa" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2313,7 +2358,7 @@ msgstr "Separa" msgid "Password (optional)" msgstr "Kata Laluan (tidah diwajibkan)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Kata Laluan:" @@ -2325,7 +2370,7 @@ msgstr "Permalink" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2333,7 +2378,7 @@ msgstr "" msgid "Phone number" msgstr "Nombor telefon" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Nombor telefon (tidak diwajibkan)" @@ -2393,12 +2438,8 @@ msgstr "" msgid "Place pin on map" msgstr "Letakkan pin atas peta" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2416,26 +2457,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Sila periksa sama ada alamat emel anda adalah betul" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Sila pilihkan kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Sila pilihkan jenis bangunan" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2451,18 +2488,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Sila masukkan pesanan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2473,14 +2510,14 @@ msgid "Please enter a password" msgstr "Sila masukkan kata laluan" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Sila masukkan tajuk" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2492,7 +2529,7 @@ msgstr "Silah masukkan emel yang benar" msgid "Please enter a valid email address" msgstr "Sila masukkan alamat emel yang benah" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Sila masukkan perincian" @@ -2501,8 +2538,8 @@ msgstr "Sila masukkan perincian" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2525,8 +2562,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2589,7 +2626,7 @@ msgstr "" msgid "Please note:" msgstr "Sila nota:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2643,19 +2680,19 @@ msgstr "Sila tuliskan kemas kini anda di sini" msgid "Post" msgstr "Post" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Post tanpa nama pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Dipostkan oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Dipostkan oleh <strong>%s</strong> (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Dipostkan oleh <strong>%s</strong> pada %s" @@ -2667,12 +2704,12 @@ msgstr "" msgid "Previous" msgstr "Sebelumnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2687,7 +2724,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Peribadi" @@ -2718,7 +2755,7 @@ msgstr "Masalah %s dihantar kepada majlis %s" msgid "Problem breakdown by state" msgstr "Pecahan masalah bagi negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Masalah ditanda sebagai terbukan" @@ -2726,11 +2763,16 @@ msgstr "Masalah ditanda sebagai terbukan" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah-masalah" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Masalah dalam kawasan pentadbiran %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Masalah terdekat" @@ -2743,13 +2785,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Masalah dalam %.1fkm dalam lokasi ini" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Masalah dalam %s" @@ -2757,16 +2801,17 @@ msgstr "Masalah dalam %s" msgid "Problems within %s ward" msgstr "Masalah dalam kawasan pentadbiran %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Masalah dalam sempadan" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Alamat bangunan" @@ -2776,11 +2821,11 @@ msgstr "Alamat bangunan" msgid "Provide an update" msgstr "Sediakan kemas kini" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2798,7 +2843,7 @@ msgstr "" msgid "Public response:" msgstr "Tindak balas awam:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2826,7 +2871,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2854,11 +2899,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Feed RSS untuk masalah berdekatan" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2883,7 +2928,7 @@ msgstr "Feed RSS untuk kemas kini bagi masalah ini" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2897,7 +2942,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Masalah yang dilaporkan baru-baru ini" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2905,7 +2950,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2935,8 +2988,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2951,7 +3004,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2974,7 +3027,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2984,7 +3037,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -2998,27 +3051,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3036,8 +3089,8 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3051,10 +3104,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3063,18 +3124,31 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -3133,15 +3207,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3157,23 +3231,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3182,6 +3261,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Jadual tindakan" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3215,22 +3299,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Pilihkan badan" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Pilihkan kawasan" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3245,11 +3329,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Dihantar kepada %s %s kemudian" @@ -3262,7 +3346,7 @@ msgstr "Dihantar:" msgid "Service:" msgstr "Servis:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3288,6 +3372,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3300,9 +3385,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Tunjukkan nama aku secara umum" @@ -3331,16 +3416,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3386,14 +3471,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3415,11 +3500,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3436,20 +3521,24 @@ msgid "Start Date:" msgstr "Tarikh bermula:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Negeri" +#: templates/web/base/report/update.html:48 +msgid "State changed to:" +msgstr "" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3459,8 +3548,14 @@ msgstr "Negeri" msgid "State:" msgstr "Negeri:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Negeri" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3482,6 +3577,10 @@ msgstr "Masuk dibuka, melalui soalan selidik, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Subkategori: %s" @@ -3500,7 +3599,7 @@ msgid "Subject:" msgstr "Tajuk:" #: 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_loggedin.html:63 #: 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 @@ -3521,8 +3620,8 @@ msgstr "Hantar perubahan" msgid "Submit questionnaire" msgstr "Hantar soalan selidik" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3532,25 +3631,28 @@ msgstr "Hantar soalan selidik" msgid "Submitted" msgstr "Dihantarkan" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Melanggan" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Langgankan pemberitahuan emel" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3583,8 +3685,8 @@ msgstr "Hasil Kajian" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3641,7 +3743,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3651,11 +3753,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3667,7 +3769,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3687,10 +3789,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3707,6 +3809,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3717,11 +3823,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3760,10 +3870,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3773,9 +3887,9 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: 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/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3794,18 +3908,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3814,7 +3928,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3822,7 +3936,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3870,8 +3984,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3885,9 +3999,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3916,8 +4031,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Laporan ini menunggui sederhana." @@ -3949,7 +4064,7 @@ msgstr "Laman web tersebut juga mengandungi foto masalah, dibekalkan oleh penggu msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Garis masa" @@ -3978,6 +4093,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4015,16 +4138,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4040,17 +4171,21 @@ msgstr "Cuba lagi" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4064,7 +4199,7 @@ msgid "Unknown alert type" msgstr "Jenis pemberitahuan tak diketahui" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ralat tidak diketahui" @@ -4079,10 +4214,11 @@ msgstr "ID masalah tidak diketahui" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Kemas kini" @@ -4099,7 +4235,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Kemas kini badan" @@ -4135,13 +4271,23 @@ msgstr "Status kemas kini" msgid "Updated" msgstr "Dikemas kinikan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Dipostkan oleh <strong>%s</strong> (%s) pada %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Dipostkan oleh <strong>%s</strong> pada %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Dikemas kinikan!" @@ -4151,7 +4297,7 @@ msgstr "Dikemas kinikan!" msgid "Updates" msgstr "Kemas kini" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4165,8 +4311,8 @@ msgstr "Kemas kini atas {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4180,7 +4326,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4193,11 +4339,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Tanda pengguna dipadam" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Pengguna ditanda" @@ -4210,9 +4356,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Carian pengguna mencari padanan dalam nama dan alamat emel pengguna." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Pengguna" @@ -4221,9 +4367,9 @@ msgstr "Pengguna" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Nilai dikemaskinikan" @@ -4270,7 +4416,7 @@ msgstr "Kita mendapati lebih daripada satu bersesuaian bagi lokasi tersebut. Kit msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4305,7 +4451,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Bila diedit" @@ -4314,7 +4460,15 @@ msgstr "Bila diedit" msgid "When sent" msgstr "Bila dihantar" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4326,8 +4480,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4362,7 +4516,7 @@ msgstr "" msgid "Year" msgstr "Tahun" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4377,7 +4531,7 @@ msgstr "Tahun" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ya" @@ -4411,6 +4565,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4429,7 +4587,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4506,7 +4664,6 @@ msgstr "Laporan Anda" 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:80 @@ -4519,7 +4676,7 @@ msgid "Your email" msgstr "Emel Anda" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4530,10 +4687,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4543,11 +4700,11 @@ msgstr "Nama anda" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4555,7 +4712,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4593,8 +4750,8 @@ msgstr "" msgid "Your updates" msgstr "Kemas kini anda" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4603,14 +4760,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "dari %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "ditanda sebagai laporan salinan" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4635,7 +4792,7 @@ msgstr "edit pengguna" msgid "from %s different users" msgstr "dari %s pengguna lain" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "kemaskini yang lepas %s" @@ -4644,44 +4801,7 @@ msgstr "kemaskini yang lepas %s" msgid "less than a minute" msgstr "kurang dari seminit" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "ditanda sebagai tindakan dijadualkan" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "ditanda sebagai rujukan dalaman" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "ditanda sebagai ditutupi" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "ditanda sebagai diselesai" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "ditanda sebagai dijalani" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "ditanda sebagai disiasati" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "ditanda sebagai tak boleh dibaiki" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "ditanda sebagai bukan tanggungjawab majlis" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "ditanda sebagai dijadual" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4692,13 +4812,10 @@ msgstr "tiada" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "atau" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "ditanda sebagai bukan tanggungjawab majlis" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4723,15 +4840,6 @@ msgstr "pemasukan asal: “%s”" msgid "other areas:" msgstr "kawasan lain:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "dibuka semula" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "log keluar" @@ -4745,6 +4853,11 @@ msgstr "majlis tempatan" msgid "there is no pin shown as the user did not use the map" msgstr "pin tidak ditunjukkan sebab pengguna tidak menggunakan peta" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Melihat lokasi" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "jenis masalah tempatan ini" @@ -4880,7 +4993,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4898,7 +5011,7 @@ 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" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4909,3 +5022,81 @@ msgstr[0] "" msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s kawasan pentadbiran, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, dalam kawasan pentadbiran %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Pilih jenis harta --" + +#~ msgid "Closed:" +#~ msgstr "Ditutup:" + +#~ msgid "Duplicate" +#~ msgstr "Salinan" + +#~ msgid "Fixed:" +#~ msgstr "Selesai:" + +#~ msgid "In Progress" +#~ msgstr "Dijalani" + +#~ msgid "Internal referral" +#~ msgstr "Rujukan dalaman" + +#~ msgid "Investigating" +#~ msgstr "Dalam siasatan" + +#~ msgid "No further action" +#~ msgstr "Tidak dapat diselesai" + +#~ msgid "Not Responsible" +#~ msgstr "Tidak Bertanggungjawab" + +#~ msgid "Or problems reported to:" +#~ msgstr "Atau masalah dilaporkan kepada:" + +#~ msgid "Please choose a property type" +#~ msgstr "Sila pilihkan jenis bangunan" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Masalah dalam sempadan" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Pemberitahuan yang paling mudah adalah jenis geografi kita:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "ditanda sebagai laporan salinan" + +#~ msgid "marked as action scheduled" +#~ msgstr "ditanda sebagai tindakan dijadualkan" + +#~ msgid "marked as an internal referral" +#~ msgstr "ditanda sebagai rujukan dalaman" + +#~ msgid "marked as closed" +#~ msgstr "ditanda sebagai ditutupi" + +#~ msgid "marked as fixed" +#~ msgstr "ditanda sebagai diselesai" + +#~ msgid "marked as in progress" +#~ msgstr "ditanda sebagai dijalani" + +#~ msgid "marked as investigating" +#~ msgstr "ditanda sebagai disiasati" + +#~ msgid "marked as no further action" +#~ msgstr "ditanda sebagai tak boleh dibaiki" + +#~ msgid "marked as planned" +#~ msgstr "ditanda sebagai dijadual" + +#~ msgid "or" +#~ msgstr "atau" + +#~ msgid "reopened" +#~ msgstr "dibuka semula" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 38f8315b0..9e59c5388 100644 --- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Burmese (Myanmar) (https://www.transifex.com/mysociety/teams/12067/my_MM/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "ႏွင့္" @@ -91,25 +91,6 @@ msgstr "%s စစ်တမ်းမေးခွန်းလွှာပို့ msgid "%s ref: %s" msgstr "" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%sရပ္ကြက္၊ %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s၊ %s ရပ္ကြက္အတြင္း" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(ရိုင္းစိုင္းစြာေျပာသည့္ဇယားတြင္ရွိအီးေမးလ္)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ပိတ္ထားသည္)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(လူအေယာက္ ၂၀၀ ၀၀၀ ကိုအၾကမ္းအားျဖင့္လႊမ္းမိုးႏိုင္ေသာပံုမွန္အကြာအေ၀း)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(ျပင္ျပီးျပီ)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ဂရပ္ဖီတီ၊ စည္းကမ္းမဲ့ အမိႈ္က္စြန္႔ပစ္ျခင္း၊ လမ္းေဘးပလက္ေဖာင္းအုတ္ခဲမ်ားက်ိဳးပဲ့မႈ သို႔မဟုတ္ လမ္းမီးမလာျခင္းကဲ့သို႔)" @@ -158,7 +143,7 @@ msgstr "(ဂရပ္ဖီတီ၊ စည္းကမ္းမဲ့ အမိ msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(ေကာင္စီသို႔မပို႔ပါ)" @@ -166,20 +151,22 @@ msgstr "(ေကာင္စီသို႔မပို႔ပါ)" msgid "(optional)" msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- ပစၥည္းအမ်ိဳးအစားကိုေရြးပါ --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +217,25 @@ msgstr "<strong>မဟုတ္ပါ</strong> ကၽြႏ္ုပ္၏အစ msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>မဟုတ္ပါ</strong> ကၽြႏ္ုပ္၏အသစ္မြမ္းမံျခင္းကိုအီးေမးလ္ျဖင့္အတည္ျပဳမည္" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>ဟုတ္ကဲ့</strong> ကၽြႏ္ုပ္တြင္စကား၀ွက္တစ္ခုရွိသည္" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "လုပ္ေဆာင္မႈကိုအခ်ိန္ဇယားျဖင့္ျပဳလုပ္ျပီး" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +249,35 @@ msgid "Add a contact using the form below." msgstr "ေအာက္ပါပံုစံကိုသံုးျပီးအဆက္အသြယ္တစ္ခုထည့္မည္" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "စာကိုယ္ထည့္မည္" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +290,15 @@ msgstr "" msgid "Add user" msgstr "အသံုးျပဳသူထည့္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +326,14 @@ msgstr "Parameters %s/%s ၊ အမ်ိဳးအစား %s ၊ %s အတြ msgid "Alert %d disabled (created %s)" msgstr "အသိေပးခ်က္%dကိုပိတ္ထားသည္(%sကိုဖန္တီးျပီး)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "ေနာက္ထပ္အသစ္မ်ားအတြက္လည္းကၽြႏ္ုပ္ကိုအသိေပးမည္" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +346,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "အစီရင္ခံစာအားလံုး" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +389,19 @@ msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို msgid "Anonymous" msgstr "အမည္မသိ" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "အမည္မသိ" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +415,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +447,11 @@ msgstr "အပိုစာကိုယ္ကိုသတ္မွတ္မည္ msgid "Assign to subdivision:" msgstr "အေသးစိတ္နယ္နမိတ္သို႔သတ္မွတ္မည္-" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "%s သို႔ လြဲအပ္မည္" @@ -478,7 +492,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "စိစစ္ျခင္းကိုေစာင့္ဆိုင္းေနတုန္း" @@ -491,13 +505,13 @@ msgstr "ေနာက္သို႔" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "အီးေမးလ္လိပ္စာကိုပိ္တ္ပင္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +533,11 @@ msgstr "စာကိုယ္ -" msgid "By Date" msgstr "ေန႔စြဲအားျဖင့္" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +545,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "ေျမပံုကိုမျမင္ဘူးလား။ <em>ဒီအဆင့္ကိုေက်ာ္မည္</em> " -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +558,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +570,7 @@ msgstr "" msgid "Category" msgstr "အမ်ိဳးအစား" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +610,11 @@ msgstr "" msgid "Change password" msgstr "စကား၀ွက္ေျပာင္းမည္" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +631,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +660,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +682,17 @@ msgstr "" msgid "Closed" msgstr "ပိတ္မည္" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "ေကာင္စီမွပိတ္ထားသည္" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "ပိတ္မည္-" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +706,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" @@ -725,7 +740,7 @@ msgstr "" msgid "Confirmation" msgstr "အတည္ျပဳျခင္း" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +776,8 @@ msgstr "အဖြဲ႕ႏွင့္ဆက္သြယ္ပါ" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ" @@ -820,24 +835,33 @@ msgstr "ေကာင္စီ-" msgid "Count" msgstr "အေရအတြက္" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "ဖန္တီးမည္" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +891,7 @@ msgstr "ယခုအေျခအေန" msgid "Currently no bodies have been created." msgstr "ယခုေလာေလာဆယ္ စာကိုယ္ ကိုမဖန္တီးရေသးပါ" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +907,36 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "ဖ်က္ျပီးျပီ" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +974,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +983,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +991,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1003,7 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1011,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "ႏွစ္ခုျပဳလုပ္မည္" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1027,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1086,15 @@ msgstr "အသစ္မြမ္းမံျခင္း %dကိုျပင္ msgid "Editing user %d" msgstr "%dအသံုးျပဳသူကိုျပင္ဆင္ေနသည္" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "အယ္ဒီတာ" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1102,14 @@ msgstr "အယ္ဒီတာ" msgid "Email" msgstr "အီးေမးလ္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1121,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး" @@ -1117,8 +1146,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1162,7 @@ msgstr "ျပီးသည့္ရက္-" msgid "Endpoint" msgstr "ျပီးဆံုးမွတ္-" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "လမ္းနာမည္ ျဖည့္စြက္ပါ" @@ -1152,7 +1181,7 @@ msgstr "အနီးနားရွိ စာတိုက္နံပါတ္ msgid "Enter a nearby street name and area" msgstr "အနီးနားရွိလမ္းအမည္ႏွင့္ဧရိယာကိုရိုက္ထည့္ပါ" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1201,8 @@ msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ msgid "Error" msgstr "အမွားအယြင္း" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1227,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1243,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1255,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "ေနာက္ထပ္အခ်က္အလက္မ်ား-" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "ေနာက္ထပ္အခ်က္အလက္မ်ား-" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1276,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1294,32 @@ msgstr "ပထမအၾကိမ္" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "ျပင္ျပီးျပီ" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "ျပင္ျပီးျပီ-ေကာင္စီ" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "ျပင္ျပီးျပီ-အသံုးျပဳသူ" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "ျပင္ျပီးျပီ" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,21 +1349,25 @@ msgstr "ရပ္ကြက္ထဲမွအစီရင္ခံစာမ်ာ msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1396,14 @@ msgstr "%ျပႆနာ၏အသစ္မြမ္းမံမႈမ်ား msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "ကၽြႏ္ုပ္ကို RSS Feed ေပးပါ" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1413,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1424,7 @@ msgstr "သြားမည္" msgid "Going to send questionnaire?" msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား။" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1452,13 @@ msgstr "အကူအညီ" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "မဂၤလာပါ%s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1501,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "ရာဇ၀င္" @@ -1499,12 +1526,12 @@ msgid "How to send successful reports" msgstr "ေကာင္းမြန္ေသာအစီရင္ခံစာကိုဘယ္လိုပို႔မလဲ" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1551,25 @@ msgstr "" msgid "ID" msgstr "အိုင္ဒီ" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1580,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1603,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1638,6 @@ msgstr "တရားမ၀င္ေသာအိုင္ဒီ" msgid "Illegal feed selection" msgstr "တရားမ၀င္ေသာအိုင္ဒီ" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "လုပ္ေဆာင္ေနဆဲ" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1646,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "လုပ္ေဆာင္ေနဆဲ" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1677,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1689,6 @@ msgstr "" msgid "Internal notes" msgstr "အတြင္းမွတ္စု" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1697,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "ေနာက္ဆံုးေန႔မမွန္ကန္ပါ" @@ -1683,21 +1705,14 @@ msgstr "ေနာက္ဆံုးေန႔မမွန္ကန္ပါ" msgid "Invalid format %s specified." msgstr "ပံုစံ %s သည္မမွန္ကန္ပါ" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "စမည့္ရက္မမွန္ကန္ပါ" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "စံုစမ္းစစ္ေဆးေနဆဲ" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1721,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1782,27 @@ msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္ msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "အစီရင္ခံစာတင္ျပီးေသာျပႆနာစာရင္းအားလံုး" @@ -1796,13 +1833,13 @@ msgstr "ေဒသတြင္းအသိေပးခ်က္" msgid "Locate the problem on a map of the area" msgstr "ဧရိယာ၏ေျမပံုတစ္ခုတြင္ျပႆနာကိုေနရာသတ္မွတ္မည္" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1849,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1858,11 @@ msgstr "" msgid "MAP" msgstr "ေျမပံု" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1878,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1906,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1919,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1928,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1936,28 @@ msgstr "" msgid "Month" msgstr "လ" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1976,7 @@ msgstr "အမည္-" msgid "Name: %s" msgstr "အမည္ - %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1989,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +2000,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" @@ -1992,7 +2042,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2021,6 +2071,7 @@ msgid "New reports" msgstr "အစီရင္ခံစာအသစ္မ်ား" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "ျမိဳ႕အသစ္" @@ -2030,7 +2081,7 @@ msgstr "ျမိဳ႕အသစ္" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2038,7 +2089,7 @@ msgstr "" msgid "Next" msgstr "ေနာက္သို႔" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2101,7 @@ msgstr "ေနာက္သို႔" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "မရွိပါ" @@ -2066,7 +2117,7 @@ msgstr "စာကိုယ္မရွိ" msgid "No council" msgstr "ေကာင္စီမရွိ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "မည္သည့္ေကာင္စီမွမေရြးရေသးပါ" @@ -2082,21 +2133,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2150,8 @@ msgstr "" msgid "No result returned" msgstr "ရလဒ္မေတြ႕ပါ" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2184,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "တာ၀န္ယူမႈမရွိျခင္း" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2204,7 @@ msgid "Not reported to council" msgstr "ေကာင္စီသို႔အစီရင္မခံရေသး" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "မွတ္စု" @@ -2185,6 +2226,10 @@ msgstr "မွတ္စု <strong> %s </strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "ယခုသင္၏အစီရင္ခံစာကိုသြင္းႏိုင္ပါျပီ …" @@ -2215,20 +2260,17 @@ msgstr "" msgid "Old state" msgstr "ျပည္နယ္အေဟာင္း" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2297,25 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "သို႔မဟုတ္ ျပႆနာမ်ားကိုတင္ျပရန္ေနရာမွာ-" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2338,16 @@ msgstr "ပိုင္ရွင္" msgid "Page Not Found" msgstr "စာမ်က္ႏွာရွာမေတြ႕ပါ" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "ပင္မ" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "တစ္၀က္" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2355,7 @@ msgstr "တစ္၀က္" msgid "Password (optional)" msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "စကား၀ွက္-" @@ -2322,7 +2367,7 @@ msgstr "အျမဲတမ္းလင့္ခ္" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2375,7 @@ msgstr "" msgid "Phone number" msgstr "ဖုန္းနံပါတ္" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "ဖုန္းနံပါတ္(ထည့္ခ်င္မွထည့္ပါ)" @@ -2390,12 +2435,8 @@ msgstr "" msgid "Place pin on map" msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2454,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "ပစၥည္းအမ်ိဳးအစားတစ္ခုကိုေရြးပါ" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2485,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2507,14 @@ msgid "Please enter a password" msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "ေခါင္းစီးတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2526,7 @@ msgstr "မွန္ကန္ေသာအီးေမးလ္တစ္ခုရ msgid "Please enter a valid email address" msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "တစ္ခ်ိဳ႕အခ်က္အလက္မ်ားကိုရိုက္ထည့္ပါ" @@ -2498,8 +2535,8 @@ msgstr "တစ္ခ်ိဳ႕အခ်က္အလက္မ်ားကို #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2559,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2586,7 +2623,7 @@ msgstr "" msgid "Please note:" msgstr "ေက်းဇူးျပဳျပီးမွတ္သားပါ-" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2640,19 +2677,19 @@ msgstr "သင္၏အသစ္မြမ္းမံမႈကိုဒီေန msgid "Post" msgstr "တင္မည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "%s မွာ %s မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "%s မွာ <strong>%s</strong>(%s)မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "%s မွာ <strong>%s</strong>မွတင္ခဲ့သည္" @@ -2664,12 +2701,12 @@ msgstr "" msgid "Previous" msgstr "ယခင္က" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2684,7 +2721,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "ကိုယ္ပိုင္" @@ -2715,7 +2752,7 @@ msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပိ msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -2723,11 +2760,16 @@ msgstr "ျပႆနာကို ဖြင့္ထားသည္" msgid "Problem state change based on survey results" msgstr "စစ္ေဆးမႈရလဒ္မ်ားအေပၚတြင္ မူတည္ၿပီး ျပႆနာ အေျခအေန ေျပာင္းလဲသည္။" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "ျပႆနာမ်ား" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "အနီးနားရွိျပႆနာမ်ား" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "အနီးနားရွိျပႆနာမ်ား" @@ -2740,13 +2782,14 @@ msgstr "ေျမပံုေပၚက ျပႆနာမ်ား" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet ေပၚတြင္ လတ္တေလာ တင္ျပထားသည့္ ျပႆနာမ်ားကို ျပင္ဆင္ထားၿပီး ျဖစ္သည္။" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "" @@ -2754,16 +2797,17 @@ msgstr "" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +msgstr "%s၊ %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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2773,11 +2817,11 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 မ်ား ျပဳလုပ္ျခင္းႏွင့္ အစီရင္ခံစာမ်ား စီမံခန္႔ခြဲျခင္းတို႔ကို ပိုမိုလြယ္ကူစြာ ျပဳလုပ္ႏိုင္မည္။" @@ -2795,7 +2839,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2823,7 +2867,7 @@ msgstr "%d ျပႆနာ အတြက္ %d ေပးပို႔သည့္ msgid "Questionnaire filled in by problem reporter" msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက္ရမည့္ စစ္တမ္းေမးခြန္းလႊာ" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2851,11 +2895,11 @@ msgstr "%s ၏ RSS feed" msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2880,7 +2924,7 @@ msgstr "လက္ရိွ ျပႆနာကို update ျပဳလုပ္ msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2894,7 +2938,7 @@ msgstr "" msgid "Recently reported problems" msgstr "ျပႆနာမ်ားကို မၾကာေသးမီက အစီရင္ခံ တင္ျပၿပီး" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2902,7 +2946,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2932,8 +2984,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2948,7 +3000,7 @@ msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2971,7 +3023,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "ေဒသတြင္း ျပႆနာမ်ားကို အစီရင္ခံျခင္း၊ ၾကည့္႐ႈျခင္းႏွင့္ ေဆြးေႏြးျခင္း" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2981,7 +3033,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -2995,27 +3047,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3033,8 +3085,8 @@ msgstr "" msgid "Reporting a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခင္း" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3048,10 +3100,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3060,18 +3120,31 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" @@ -3130,15 +3203,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3154,23 +3227,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3179,6 +3257,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "လုပ္ေဆာင္မႈကိုအခ်ိန္ဇယားျဖင့္ျပဳလုပ္ျပီး" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3212,22 +3295,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "စာကိုယ္တစ္ခုကို ေရြးပါ။" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "ဧရိယာတစ္ခုကို ေရြးပါ။" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3242,11 +3325,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3259,7 +3342,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3285,6 +3368,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3297,9 +3381,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -3328,16 +3412,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3383,14 +3467,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3412,11 +3496,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3433,20 +3517,25 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3456,8 +3545,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3479,6 +3573,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3497,7 +3595,7 @@ msgid "Subject:" msgstr "" #: 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_loggedin.html:63 #: 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 @@ -3518,8 +3616,8 @@ msgstr "" msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3529,25 +3627,27 @@ msgstr "" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3580,8 +3680,8 @@ msgstr "စစ္တမ္းရလဒ္" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3638,7 +3738,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3648,11 +3748,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" @@ -3664,7 +3764,7 @@ msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္ msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3684,10 +3784,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3704,6 +3804,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3714,11 +3818,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3757,10 +3865,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3770,8 +3882,8 @@ msgstr "စကား၀ွက္မ်ားသည္မတူညီပါ" msgid "The requested URL '%s' was not found on this server" msgstr "သင္ေတာင္းဆိုေသာ URL %s ကိုဒီဆာဗာမွာရွာမေတြ႕ပါ" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3791,18 +3903,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "အီးေမးလ္ႏွင့္ လ်ွိဳ႕ဝွက္နံပါတ္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ သင္၏ လွ်ိဳ႕ဝွက္နံပါတ္ကို မမွတ္မိပါက သို႔မဟုတ္ မရိွေသးပါက ေလွ်က္လႊာ၏ \"အီးေမးလ္ျဖင့္ ဝင္ရန္\" ေနရာတြင္ ျဖည့္ပါ။" @@ -3811,7 +3923,7 @@ msgstr "အီးေမးလ္ႏွင့္ လ်ွိဳ႕ဝွက္ msgid "There was a problem with your email/password combination. Please try again." msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3819,7 +3931,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3867,8 +3979,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3882,9 +3994,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -3913,8 +4026,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "ဒီအစီရင္ခံစာသည္အတည္ျပဳျခင္းကိုေစာင့္ဆိုင္းေနဆဲျဖစ္သည္" @@ -3946,7 +4059,7 @@ msgstr "ဒီ web စာမ်က္ႏွာသည္ အသံုးျပဳ msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3975,6 +4088,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "ျပည္တြင္း သတိေပးခ်က္မ်ား ေဖာ္ျပရန္အတြက္ သင္၏ စာတိုက္ေသတၲာအမွတ္ သို႔မဟုတ္ လမ္းနာမည္ႏွင့္ ဧရိယာကို ထည့္သြင္းပါ။" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4012,16 +4133,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4037,17 +4166,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4061,7 +4194,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4076,10 +4209,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4096,7 +4230,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4132,13 +4266,23 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "%s မွာ <strong>%s</strong>(%s)မွတင္ခဲ့သည္" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "%s မွာ <strong>%s</strong>မွတင္ခဲ့သည္" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -4148,7 +4292,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4162,8 +4306,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4177,7 +4321,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4190,11 +4334,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း" @@ -4207,9 +4351,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တို႔၏ အီးေမးလိပ္စာႏွင့္ နာမည္မ်ားရွိ တူညီမႈမ်ားကို ေတြ႔ရွိႏိုင္သည္။ " -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "အသံုးျပဳသူမ်ား" @@ -4218,9 +4362,9 @@ msgstr "အသံုးျပဳသူမ်ား" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4267,7 +4411,7 @@ msgstr "ယခုတည္ေနရာ အတြက္ တစ္ခုထက္ msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4302,7 +4446,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "ျပင္ဆင္ခဲ့သည့္ အခ်ိန္" @@ -4311,7 +4455,15 @@ msgstr "ျပင္ဆင္ခဲ့သည့္ အခ်ိန္" msgid "When sent" msgstr "ေပးပို႔ခဲ့သည့္ အခ်ိန္" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4323,8 +4475,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4361,7 +4513,7 @@ msgstr "" msgid "Year" msgstr "ခုႏွစ္" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4376,7 +4528,7 @@ msgstr "ခုႏွစ္" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "ဟုတ္သည္။" @@ -4410,6 +4562,10 @@ msgstr "သင့္အေနျဖင့္ ယခုဆိုက္တြင msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရွိေသာ သုံးစြဲသူ၏ အီးေမးလ္ကို ၎တို႔ဖန္တီးထားေသာ အလိုအေလ်ာက္ ဖုံးထားေသာ(မေပးပို႔ေသာ) အစီရင္ခံစာမ်ား ျဖစ္သည့္ ယဥ္ေက်းမႈမရွိေသာ စာရင္းတြင္ ထည့္သြင္းထားႏိုင္သည္။" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4428,7 +4584,7 @@ msgstr "သင့္အေနျဖင့္မည္သည့္ report ကိ 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "ဆိုက္ေပၚတြင္ ရွိေနမေစခ်င္လွ်င္ ဖ်က္ထားေသာ အဖြဲ႔ကို အမွတ္အသား ျပဳလုပ္ႏိုင္သည္။" @@ -4507,7 +4663,6 @@ msgstr "သင္၏ အစီရင္ခံစာမ်ား" 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:80 @@ -4520,7 +4675,7 @@ msgid "Your email" msgstr "သင္၏ အီးေမးလ္" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4531,10 +4686,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4544,11 +4699,11 @@ msgstr "သင့္အမည္" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4556,7 +4711,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4594,8 +4749,8 @@ msgstr "" msgid "Your updates" msgstr "သင္၏ မြမ္းမံျပင္ဆင္ထားမႈမ်ား" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4604,14 +4759,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "%s မွ" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "အစီရင္ခံစာ တူညီေနေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4636,7 +4791,7 @@ msgstr "သုံးစြဲသူအား ျပင္ဆင္ျခင္ msgid "from %s different users" msgstr "%s မွ မတူညီေသာ သုံးစြဲသူမ်ား" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံမႈမ်ား" @@ -4645,44 +4800,7 @@ msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံ msgid "less than a minute" msgstr "တစ္မိနစ္ခန္႔သာ" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "ျပဳျပင္ထားေသာ အခ်ိန္ဇယားကို အမွတ္အသားျပဳလုပ္ပါ" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "အတြင္းတြင္ လႊဲေျပာင္းထားသည္ကို အမွတ္အသားျပဳလုပ္ပါ" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "ပိတ္ထားသည့္ အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "ျပင္ဆင္ထားသည့္ အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "ဆက္လက္လုပ္ေဆာင္ေနဆဲ အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "စံုစမ္းစစ္ေဆးေနဆဲ အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "ျပင္ဆင္၍ မရေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "ေကာင္စီ၏ တာဝန္မဟုတ္ေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "စီစဥ္ထားၿပီးျဖစ္ေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4693,13 +4811,10 @@ msgstr "မအားေသးပါ" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "သို႔မဟုတ္" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "ေကာင္စီ၏ တာဝန္မဟုတ္ေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4724,15 +4839,6 @@ msgstr "နဂိုဝင္ေရာက္ထားမႈ: “%s”" msgid "other areas:" msgstr "အျခား ဧရိယာမ်ား" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "ျပန္ဖြင့္ပါ" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "ထြက္ရန္" @@ -4746,6 +4852,11 @@ msgstr "ျပည္တြင္းေကာင္စီ" msgid "there is no pin shown as the user did not use the map" msgstr "အသုံးျပဳသူ မသုံးသည့္ ေျမပုံကို ပင္အပ္ျဖင့္ မေဖာ္ျပထားပါ" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "တည္ေနရာကို စိစစ္ျခင္း" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "ေဒသတြင္း ျပႆနာသာျဖစ္သည္။" @@ -4881,7 +4992,7 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> ျပဳျပင္မြမ္းမံထားသည့္ အစီရင္ခံစာမ်ား" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4899,7 +5010,7 @@ 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] "ကၽြႏု္ပ္တို႔သည္ ယခုေနရာကိုႏွင့္ ပတ္သက္သည့္ ေကာင္စီမ်ားအတြက္ အေသးစိတ္မရွိေသးပါ" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4910,3 +5021,66 @@ msgstr[0] "" msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%sရပ္ကြက္၊ %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- ပစၥည္းအမ်ိဳးအစားကိုေရြးပါ --" + +#~ msgid "Closed:" +#~ msgstr "ပိတ္မည္-" + +#~ msgid "Duplicate" +#~ msgstr "ႏွစ္ခုျပဳလုပ္မည္" + +#~ msgid "Fixed:" +#~ msgstr "ျပင္ျပီးျပီ" + +#~ msgid "In Progress" +#~ msgstr "လုပ္ေဆာင္ေနဆဲ" + +#~ msgid "Investigating" +#~ msgstr "စံုစမ္းစစ္ေဆးေနဆဲ" + +#~ msgid "Not Responsible" +#~ msgstr "တာ၀န္ယူမႈမရွိျခင္း" + +#~ msgid "Or problems reported to:" +#~ msgstr "သို႔မဟုတ္ ျပႆနာမ်ားကိုတင္ျပရန္ေနရာမွာ-" + +#~ msgid "Please choose a property type" +#~ msgstr "ပစၥည္းအမ်ိဳးအစားတစ္ခုကိုေရြးပါ" + +#~ msgid "closed as a duplicate report" +#~ msgstr "အစီရင္ခံစာ တူညီေနေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "marked as action scheduled" +#~ msgstr "ျပဳျပင္ထားေသာ အခ်ိန္ဇယားကို အမွတ္အသားျပဳလုပ္ပါ" + +#~ msgid "marked as an internal referral" +#~ msgstr "အတြင္းတြင္ လႊဲေျပာင္းထားသည္ကို အမွတ္အသားျပဳလုပ္ပါ" + +#~ msgid "marked as closed" +#~ msgstr "ပိတ္ထားသည့္ အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "marked as fixed" +#~ msgstr "ျပင္ဆင္ထားသည့္ အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "marked as in progress" +#~ msgstr "ဆက္လက္လုပ္ေဆာင္ေနဆဲ အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "marked as investigating" +#~ msgstr "စံုစမ္းစစ္ေဆးေနဆဲ အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "marked as no further action" +#~ msgstr "ျပင္ဆင္၍ မရေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "marked as planned" +#~ msgstr "စီစဥ္ထားၿပီးျဖစ္ေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" + +#~ msgid "or" +#~ msgstr "သို႔မဟုတ္" + +#~ msgid "reopened" +#~ msgstr "ျပန္ဖြင့္ပါ" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 6de86a3d9..157f954ab 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " og " @@ -95,25 +95,6 @@ msgstr "%s spørreskjema sendt – %s besvart (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "%s sender forskjellige kategorier problemer til rett administrasjon, så problemer innenfor grensene til en gitt administrasjon vil ikke alltid samsvare med problemrapporter sendt til den administrasjonen. For eksempel, en grafitti-rapport vil bli sendt til kommunen, og vil dukke opp på kommunens varsler, men vil kun vises i \"innenfor grensen\" varselet for fylket." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s bydel, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, innefor bydel %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> -bidragsytere" @@ -122,7 +103,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Feil & lokasjon for feil)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbrukstabellen)" @@ -137,23 +118,27 @@ msgstr "(Uten navn)" msgid "(No phone number)" msgstr "(Uten telefonnummer)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(alternativt kan RSS-strømmen tilpasses, innenfor %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(lukket)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(en standardavstand som dekker en befolkning på omtrent 200 000)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(løst)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hull i veien, eller ødelagte gatelys)" @@ -162,7 +147,7 @@ msgstr "(som tagging, søppel, hull i veien, eller ødelagte gatelys)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(ikke rapportert til administrasjonen)" @@ -170,20 +155,22 @@ msgstr "(ikke rapportert til administrasjonen)" msgid "(optional)" msgstr "(valgfritt)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS-strøm for problemer innenfor %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Velg en eiendomsstype --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Velg en mal--" @@ -192,16 +179,16 @@ msgstr "--Velg en mal--" msgid "10 inch pothole on Example St, near post box" msgstr "20 cm dypt hull i Eksempelveien, nær postboks" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -213,8 +200,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Vis</label> %s <label for=\"filter_categories\">om</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -234,30 +222,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>Merk:</strong> Denne rapporten har ikke blitt sent videre for handling. Det er ikke sikkert eventuelle endringer vil bli levert." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Ja</strong>, jeg har et passord" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Handling planlagt" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -271,18 +254,35 @@ msgid "Add a contact using the form below." msgstr "Legg til en kontakt ved å bruke formen under." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Legg til administrasjon" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "valgfri" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -295,15 +295,15 @@ msgstr "Legg i hurtiglisten" msgid "Add user" msgstr "Legg til bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Legg til / endre problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Legg til / endre responsprioriteter" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Legg til / endre responsmaler" @@ -331,13 +331,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Send meg varsel ved fremtidige oppdateringer" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -350,13 +351,21 @@ msgid "All Reports as CSV" msgstr "Alle rapporter som CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Alle kategorier" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Merkevaresamarbeid" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -385,13 +394,19 @@ msgstr "En oppdatering markerte dette problemet som fikset." msgid "Anonymous" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonym" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "En annen bruker" @@ -405,7 +420,7 @@ msgstr "Er du sikker på at du vil avbryte opplastingen?" msgid "Are you sure?" msgstr "Er du sikker?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -437,11 +452,11 @@ msgstr "Tildel til ekstern administrasjon:" msgid "Assign to subdivision:" msgstr "Tildelt underavdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Tilordne brukere til områder" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -482,7 +497,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Unngå personlig informasjon og bilnummerskilt" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Avventer moderasjon" @@ -495,13 +510,13 @@ msgstr "Tilbake" msgid "Back to all reports" msgstr "Tilbake til alle rapporter" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Bannlys epostadresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -523,7 +538,11 @@ msgstr "Administrasjon:" msgid "By Date" msgstr "På dato" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Finner du ikke e-posten? Sjekk mappen for uønsket post. Det løser problemet i 99% av tilfellene." @@ -531,7 +550,7 @@ 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorier" @@ -544,8 +563,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -556,7 +575,7 @@ msgstr "Kategorier:" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori endret fra '%s' til '%s'" @@ -596,11 +615,11 @@ msgstr "Endre epostadresse" msgid "Change password" msgstr "Bytt passord" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -622,7 +641,7 @@ msgid "" " 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -651,22 +670,22 @@ msgstr "Klikk lenken i bekreftelses-eposten for å publisere ditt problem." msgid "Click the link in our confirmation email to publish your update." msgstr "Klikk lenken i bekreftelses-eposten for å publisere din oppdatering." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 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:189 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klikk lenken i bekreftelses-eposten for å logge inn." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -674,23 +693,17 @@ msgstr "Klikk lenken i bekreftelses-eposten for å logge inn." msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "(ikke rapportert til administrasjonen)" -#: templates/web/base/reports/_list-filters.html:13 -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:37 msgid "Co-ordinates:" msgstr "Koordinater:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Merkevaresamarbeid" @@ -704,11 +717,15 @@ msgstr "Merkevaresamarbeidsdata:" msgid "Cobrand:" msgstr "Merkevaresamarbeid:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Oppsett" @@ -734,7 +751,7 @@ msgstr "Bekreft via e-post isteden, ved å oppgi et nytt passord da. Når du bek msgid "Confirmation" msgstr "Bekreftelse" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -770,8 +787,8 @@ msgstr "Kontakt prosjektgruppen" msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Kunne ikke finne bruker" @@ -829,24 +846,34 @@ msgstr "Administrasjon:" msgid "Count" msgstr "Antall" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Opprettet" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Lag en rapport" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lag kategori" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Opprett prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Opprett rapporter/oppdateringer som myndigheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" @@ -876,7 +903,7 @@ msgstr "Gjeldende tilstand" msgid "Currently no bodies have been created." msgstr "I øyeblikket er ikke laget noen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kunden kan ikke kontaktes" @@ -892,27 +919,37 @@ msgstr "Oversikt" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet av underavdeling innen 5 arbeidsdager" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Opprett prioritet" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Slett mal" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Slettet" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -950,7 +987,7 @@ msgid "Diligency prize league table" msgstr "Arbeidshester" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -959,7 +996,7 @@ 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/auth/general.html:60 #: 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 @@ -967,7 +1004,7 @@ msgstr "Ikke send epostvarsel på innhentede kommentarer til den som opprettet p msgid "Do you have a %s password?" msgstr "Har du et %s-passord?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -979,7 +1016,7 @@ msgstr "Vet ikke" msgid "Don't like forms?" msgstr "Liker ikke skjemaer?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -987,16 +1024,11 @@ msgstr "" 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplikat" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1011,43 +1043,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 msgid "Easting/Northing:" msgstr "Øst/Nord:" #: 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/responsepriorities/list.html:28 #: 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 "Rediger" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Rediger detaljer for administrasjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Endre andre brukeres detaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Endre andre brukeres rettigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Endre rapportkategori" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Endre rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Endre rapporter" @@ -1070,15 +1102,15 @@ msgstr "Redigerer oppdatering %d" msgid "Editing user %d" msgstr "Redigerer bruker %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Oppdatert av" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1086,13 +1118,14 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Epost lagt til misbruksliste" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Epostadresse" @@ -1104,7 +1137,7 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Epost allerede i misbrukslisten" @@ -1132,8 +1165,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1151,7 +1184,7 @@ msgstr "Slutt-dato:" msgid "Endpoint" msgstr "Endepunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Skriv inn et veinavn i Zürich" @@ -1170,7 +1203,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1190,8 +1223,8 @@ msgstr "Legg inn detaljer om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Alt" @@ -1216,12 +1249,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "Forklar hva som er galt" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1232,7 +1265,7 @@ msgstr "Ekstern" msgid "External ID" msgstr "Ekstern ID" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Ekstern URL" @@ -1244,13 +1277,20 @@ msgstr "Ekstern administrasjon" msgid "External team" msgstr "Eksternt lag" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Ekstra detaljer" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Ekstra data:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Ekstra detaljer" @@ -1258,6 +1298,11 @@ msgstr "Ekstra detaljer" msgid "Failed to send message" msgstr "Klarte ikke sende melding" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1271,49 +1316,32 @@ msgstr "Første gang" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Løst" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Løst - Administrasjon" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Løst - Bruker" -#: templates/web/base/reports/_list-filters.html:14 -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:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Merk som slettet" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Flag bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flagget" @@ -1343,21 +1371,25 @@ msgstr "Følg en bydelslenke for å kun se rapporter innenfor den bydelen." 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 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Tildelt til ekstern administrasjon" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Ønsket er sendt videre til ekstern administrasjon" @@ -1386,10 +1418,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Gi meg en RSS-strøm" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Glad for å høre at det er i orden!" @@ -1399,8 +1435,8 @@ msgstr "Glad for å høre at det er i orden!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1410,7 +1446,7 @@ msgstr "Fortsett" msgid "Going to send questionnaire?" msgstr "Skal det sendes spørreskjema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Gi tilgang til administratoren" @@ -1438,22 +1474,13 @@ msgstr "Hjelp" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "Hjelp <strong>%s</strong> å løse problemet ditt fortere, ved å oppgi noen ekstra detaljer. Denne ekstra informasjonen vil ikke bli publisert på nettsiden." -#: 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hei, %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1496,11 +1523,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historie" @@ -1517,12 +1548,12 @@ msgid "How to send successful reports" msgstr "Hvordan sende inn rapporter som løses" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Jeg rapporterte akkurat et problem på @fiksgatami" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Jeg oppdaterte akkurat et problem på @fiksgatami" @@ -1542,17 +1573,25 @@ msgstr "Jeg er redd vi ikke klarte å finne ditt problem i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1563,7 +1602,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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." @@ -1586,7 +1625,7 @@ msgid "" "(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/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1628,11 +1667,6 @@ msgstr "Ugyldig ID" msgid "Illegal feed selection" msgstr "Ugyldig valg av feed" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Under arbeid" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "I misbrukstabell?" @@ -1641,17 +1675,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Under arbeid" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1675,11 +1706,11 @@ msgstr "Feil has_photo-verdi \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Trenger inspeksjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Instruer underleverandør til å fikse problemer" @@ -1687,11 +1718,6 @@ msgstr "Instruer underleverandør til å fikse problemer" msgid "Internal notes" msgstr "Interne notater" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Interne referanser" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1700,7 +1726,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-verdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Ugyldig slutt-dato" @@ -1708,21 +1734,14 @@ msgstr "Ugyldig slutt-dato" msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgitt." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "Ugyldig plassering. Ny plassering må være dekket av den samme administrasjonen." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Ugyldig startdato" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Undersøkes" - #: templates/web/base/contact/blurb.html:2 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." @@ -1731,23 +1750,41 @@ msgstr "Det er ofte raskest å <a href=\"%s\">sjekke FAQ-en vår</a> og se om sv 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:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Ukjent område" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: 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:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1774,23 +1811,27 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Minst nylig oppdatert" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "List alle rapporterte problemer" @@ -1821,13 +1862,13 @@ msgstr "Lokale varsler" msgid "Locate the problem on a map of the area" msgstr "Lokaliser problemet på kartet over området" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1837,7 +1878,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1846,11 +1887,11 @@ msgstr "" msgid "MAP" msgstr "KART" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Administrer hurtigliste" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1866,7 +1907,7 @@ msgstr "Marker som sendt" 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1894,7 +1935,7 @@ msgstr "Mangler jurisdiction_id" msgid "Moderate" msgstr "Moderer" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Moderer detaljer i rapprten" @@ -1907,7 +1948,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1916,7 +1957,7 @@ msgid "Moderated by division within one working day" msgstr "Moderert av avdeling innen en arbeidsdag" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1924,23 +1965,28 @@ msgstr "" msgid "Month" msgstr "Måned" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Mest kommentert" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1959,7 +2005,7 @@ msgstr "Navn:" msgid "Name: %s" msgstr "Navn: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Naviger til dette problemet" @@ -1972,8 +2018,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1985,15 +2031,24 @@ msgstr "" "Nærmeste vei til nålen plassert på kartet (automatisk generert ved hjelp av Bing Maps) er: %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Nesten ferdig! Nå må du sjekke e-posten din..." -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Nyeste" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Ny administrasjon lagt til" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2019,7 +2074,7 @@ msgid "New password:" msgstr "Nytt passord:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Ny prioritet" @@ -2048,6 +2103,7 @@ msgid "New reports" msgstr "Nye rapporter" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Ny tilstand" @@ -2057,7 +2113,7 @@ msgstr "Ny tilstand" msgid "New template" msgstr "Ny mal" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Nyeste" @@ -2065,7 +2121,7 @@ msgstr "Nyeste" msgid "Next" msgstr "Neste" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2077,7 +2133,7 @@ msgstr "Neste" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nei" @@ -2093,7 +2149,7 @@ msgstr "Ingen administrasjon" msgid "No council" msgstr "Ingen administrasjon" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Ingen administrasjon er valgt" @@ -2109,21 +2165,16 @@ msgstr "Fant ingen flaggede problemer." msgid "No flagged users found." msgstr "Fant ingen flaggede brukere." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Kan ikke fikses" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2131,8 +2182,8 @@ msgstr "" msgid "No result returned" msgstr "Ingen resultater returnert" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2174,13 +2225,8 @@ msgstr "" "Avhengig av implementeringen, kan ansatte brukere ha tilgang til dashbordet (sammendrag av \n" "aktivitet for hele instansen), mulighet å skjule meldinger eller sette status for spesialrapporter." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Ikke ansvarlig" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2199,7 +2245,7 @@ msgid "Not reported to council" msgstr "Ikke rapportert til administrasjonen" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Merk" @@ -2221,6 +2267,10 @@ msgstr "Note: <strong>%d</strong>" msgid "Notes from SDM to DM" msgstr "Notater fra SDM til DM" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "På tide å sende din rapport…" @@ -2251,20 +2301,17 @@ msgstr "" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Eldste" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2291,21 +2338,26 @@ msgstr "Open311-initiativets nettside" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Eller problemer meldt til:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "valgfri" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2328,17 +2380,16 @@ msgstr "Eier" msgid "Page Not Found" msgstr "Fant ikke siden" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Forelder" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Delvis" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2346,7 +2397,7 @@ msgstr "Delvis" msgid "Password (optional)" msgstr "Passord (valgfritt)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Passord:" @@ -2358,7 +2409,7 @@ msgstr "Permalink" msgid "Permissions:" msgstr "Rettigheter:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Rapportert:" @@ -2367,7 +2418,7 @@ msgstr "Rapportert:" msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfritt)" @@ -2427,12 +2478,8 @@ msgstr "" msgid "Place pin on map" msgstr "Plasser tegnestiften på kartet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2450,26 +2497,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Velg en kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Velg en type egenskap" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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." @@ -2488,18 +2531,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Vennligst skriv et navn" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Vennligst legg inn et navn for administrasjonen" @@ -2510,14 +2553,14 @@ msgid "Please enter a password" msgstr "Skriv inn et passord" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2529,7 +2572,7 @@ msgstr "Legg til en gyldig e-post" msgid "Please enter a valid email address" msgstr "Legg inn din e-post" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Legg inn opplysninger om problemet" @@ -2538,8 +2581,8 @@ msgstr "Legg inn opplysninger om problemet" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2562,8 +2605,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2628,7 +2671,7 @@ 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:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Vennligst bidra med en offentlig oppdatering for denne rapporten." @@ -2682,19 +2725,19 @@ msgstr "Vennligst skriv inn din oppdatering her" msgid "Post" msgstr "Send inn" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Lagt inn av <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Lagt inn av <strong>%s</strong> %s" @@ -2706,12 +2749,12 @@ msgstr "Drevet av <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Fi msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioriteter" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Prioritet" @@ -2726,7 +2769,7 @@ msgid "Privacy and cookies" msgstr "Personvern og cookies" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2757,7 +2800,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem markert som åpent." @@ -2765,11 +2808,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemer innenfor %s bydel" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemer i nærheten" @@ -2782,13 +2830,15 @@ msgstr "Problemer på kartet" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemer nylig rapportert fikset på FiksGataMi" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemer innenfor %.1fkm av denne posisjonen" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemer innenfor %s" @@ -2796,16 +2846,17 @@ msgstr "Problemer innenfor %s" msgid "Problems within %s ward" msgstr "Problemer innenfor %s bydel" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Problemer innenfor %s, %s" -#: 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:74 msgid "Property address:" msgstr "Eiendomsadresse:" @@ -2815,11 +2866,11 @@ msgstr "Eiendomsadresse:" msgid "Provide an update" msgstr "Bidra med en oppdatering" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "Legg inn oppdatering som" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2837,7 +2888,7 @@ msgstr "" msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Offentlig oppdatering:" @@ -2865,7 +2916,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2893,11 +2944,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2922,7 +2973,7 @@ msgstr "RSS-strøm med oppdateringer for dette problemet" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Mottatt av %s øyeblikk senere" @@ -2930,13 +2981,13 @@ msgstr "Mottatt av %s øyeblikk senere" #: templates/web/base/around/display_location.html:0 #: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" -msgstr "Nylige lokale problemer, FiksGataMi." +msgstr "Nylige lokale problemer, %s" #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nylig meldte problemer" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Nylig oppdatert" @@ -2944,7 +2995,17 @@ msgstr "Nylig oppdatert" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Fjern flagg" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Fjern flagg" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Fjern flagg" @@ -2974,8 +3035,8 @@ msgstr "Svar til bruker:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "Rapport-ID:" @@ -2990,7 +3051,7 @@ msgstr "Rapporter et problem" msgid "Report abuse" msgstr "Rapporter misbruk" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Rapporter som" @@ -3013,7 +3074,7 @@ msgstr "Rapporter problemet ditt" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" @@ -3023,7 +3084,7 @@ msgstr "Rapportert anonymt %s" msgid "Reported before" msgstr "Rapportert tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" @@ -3037,27 +3098,27 @@ msgstr "Rapportert av:" msgid "Reported in the %s category" msgstr "Rapportert i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" @@ -3075,8 +3136,8 @@ msgstr "Rapportert:" msgid "Reporting a problem" msgstr "Legger til et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3090,10 +3151,19 @@ msgstr "Rapportene begrenses til %s tegn. Rapporten må forkortes." msgid "Reports awaiting approval" msgstr "Rapporter som venter på godkjenning" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Publisert av %s %s" + #: 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 laget av klarerte brukere vil bli sendt til den ansvarlige administrasjonen uten å bli sjekket først." +#: templates/web/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publiserte rapporter" @@ -3102,18 +3172,33 @@ msgstr "Publiserte rapporter" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Rapport på %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS-strøm av %s, innenfor %s bydel" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Usendte rapporter" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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 vil automatisk bli send uten å måtte sjekkes hvis brukerens <strong>omdømme</strong> er på eller over denne verdien. Sett den til <strong>0</strong> hvis alle rapporter må sjekkes uansett." -#: templates/web/base/admin/contact-form.html:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "Omdømme terskel" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "påkrevd" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Send rapport på nytt" @@ -3172,15 +3257,15 @@ msgstr "Veioperatør for denne navngitte veien (utledet fra veiens referansenumm msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Veioperatør for denne navngitte veien (fra OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3196,23 +3281,28 @@ msgstr "Hvis du roterer dette bildet, mister du ikke lagrede endringer til rappo msgid "Satellite" msgstr "Satelitt" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Lagre endringer" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Lagre med en offentlig oppdatering" @@ -3221,6 +3311,11 @@ msgstr "Lagre med en offentlig oppdatering" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Handling planlagt" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3254,23 +3349,23 @@ msgstr "Søket fant ingen brukere." msgid "See our privacy policy" msgstr "Se personvernreglene våre" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Velg en administrasjon" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Velg et område" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3284,11 +3379,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Rapport sendt tilbake" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" @@ -3301,7 +3396,7 @@ msgstr "Sendt:" msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Sett til nåværende plassering" @@ -3327,6 +3422,7 @@ msgstr "" msgid "Shortlisted" msgstr "I hurtiglisten" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "I hurtiglisten til %s" @@ -3339,9 +3435,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Vis mitt navn offentlig" @@ -3370,16 +3466,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 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." @@ -3428,14 +3524,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3457,11 +3553,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 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:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Sorter etter" @@ -3478,20 +3574,25 @@ msgid "Start Date:" msgstr "Start-dato:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Tilstand" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Lagre endringer" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3501,8 +3602,14 @@ msgstr "Tilstand" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Tilstand" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3524,6 +3631,10 @@ msgstr "Fortsatt åpen via spørreskjema, %s" msgid "Street View" msgstr "Gatevisning" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Underkategori: %s" @@ -3542,7 +3653,7 @@ msgid "Subject:" msgstr "Emne:" #: 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_loggedin.html:63 #: 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 @@ -3563,8 +3674,8 @@ msgstr "Send inn endringer" msgid "Submit questionnaire" msgstr "Send inn spørreskjema" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3574,25 +3685,28 @@ msgstr "Send inn spørreskjema" msgid "Submitted" msgstr "Sendt inn" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Jeg ønsker å abonnere på e-postvarsel" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "Oppsummer problemet" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Oppsummer dine endringer" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3625,8 +3739,8 @@ msgstr "Resultater fra spørreundersøkelsen" msgid "Template «%s»" msgstr "Mal «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Maler" @@ -3683,7 +3797,7 @@ msgstr "Bildet ser ikke ut til å ha blitt lastet opp riktig (%s), prøv på nyt 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3693,11 +3807,11 @@ msgstr "Det stedet virker ikke å være i Storbritannia. Vennligst prøv igjen." msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret ble ikke gjenkjent, beklager." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Det problemer har blitt markert som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." @@ -3709,7 +3823,7 @@ msgstr "Den rapporten kan ikke ses på %s." msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har blitt fjernet fra FiksGataMi." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3735,10 +3849,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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3759,6 +3873,10 @@ msgstr "" "Administrasjonens <strong>navn</strong> identifiserer instansen (for eksempel, <em>Borsetshire District Council</em>)\n" "og kan bli vist utad." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3773,11 +3891,15 @@ msgstr "" msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Feilen var: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "De følgende Open311 v2-atributtene blir returnert for hver forespørsel: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code og service_name." @@ -3816,10 +3938,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3829,9 +3955,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Den enkleste meldingen er vår geografiske:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3852,18 +3978,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Det er ingen rapporter å vise." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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" @@ -3872,7 +3998,7 @@ msgstr "Det var problemer med din e-post/passord-kombinasjon. Hvis du har glemt 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:353 +#: 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." @@ -3880,7 +4006,7 @@ msgstr "Det var problemer med din oppdatering. Vær så snill å forsøke igjen msgid "There were problems with your report. Please see below." msgstr "Det var problemer med din rapport. Vennligst se under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3935,8 +4061,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3952,9 +4078,10 @@ msgstr "Denne e-posten har blitt sendt til begge administrasjonene som dekker st msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-posten har blitt sendt til flere administrasjoner som dekker stedet for problemet, da den valgte kategorien er tilgjengelig for disse. Vær så snill å ignorere e-posten hvis dere ikke er korrekt administrasjon for å håndtere denne saken." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" @@ -3983,8 +4110,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Denne rapporten avventer moderasjon" @@ -4016,7 +4143,7 @@ msgstr "Denne nettsiden inneholder også et bilde av problemet, sendt inn av bru msgid "Time spent (in minutes):" msgstr "Tid brukt (i minutter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -4045,6 +4172,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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." @@ -4082,16 +4217,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "Trafikkstyring kreves?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Klarert av administrasjoner:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "Klarert til å lage rapporter som ikke må sjekkes" @@ -4107,17 +4250,21 @@ msgstr "Prøv igjen" msgid "Try emailing us directly:" msgstr "Forsøk å sende epost direkte til oss:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "uløste rapporter" @@ -4131,7 +4278,7 @@ msgid "Unknown alert type" msgstr "Ukjent varsel-type" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ukjent feil" @@ -4146,10 +4293,11 @@ msgstr "Ukjent problem-Id" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Oppdatering" @@ -4166,7 +4314,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Oppdater administrasjon" @@ -4202,13 +4350,23 @@ msgstr "Oppdater tilstanden" msgid "Updated" msgstr "Oppdatert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Lagt inn av <strong>%s</strong> (%s) %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Lagt inn av <strong>%s</strong> %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Oppdatert!" @@ -4218,7 +4376,7 @@ msgstr "Oppdatert!" msgid "Updates" msgstr "Oppdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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." @@ -4232,8 +4390,8 @@ msgstr "Oppdateringer av {{title}}" msgid "Updates to this problem, %s" msgstr "Oppdateringer til dette problemet, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4247,7 +4405,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "Bruk dette feltet for å legge inn detaljer som kun blir vist i admingrensesnittet, og ikke blir sendt til administrasjonen." @@ -4260,11 +4418,11 @@ msgstr "Brukte kart" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Brukerflagg fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Bruker flagget" @@ -4277,9 +4435,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Brukersøk leter etter treff gjennom brukernavn og epostadresser. " -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Brukere" @@ -4288,9 +4446,9 @@ msgstr "Brukere" msgid "Users can perform the following actions within their assigned body or area." msgstr "Brukere kan gjøre følgende handlinger innenfor deres tildelte administrasjon eller område" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Verdier oppdatert" @@ -4337,7 +4495,7 @@ msgstr "Vi fant mer en ett treff for den plassen. Vi viser opp til ti treff, s msgid "We found more than one match for that problem reference:" msgstr "Vi fant mer enn et treff for problemreferansen:" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4372,7 +4530,7 @@ msgstr "Vi tar kontakt med deg så snart vi kan." msgid "What was your experience of getting the problem fixed?" msgstr "Hvilken erfaring hadde du med å få løst dette problemet?" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Når redigert" @@ -4381,7 +4539,15 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4393,8 +4559,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4429,7 +4595,7 @@ msgstr "" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4444,7 +4610,7 @@ msgstr "År" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4478,6 +4644,10 @@ msgstr "Du kan <a href=\"%s%s\">lese om problemet på denne siden</a>." 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Du kan kontakte teknisk støtte via <a href='mailto:%s'>%s</a>" @@ -4498,7 +4668,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4574,7 +4744,6 @@ msgstr "Dine rapporter" 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:80 @@ -4587,7 +4756,7 @@ 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/auth/general.html:57 #: 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 @@ -4598,10 +4767,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4611,11 +4780,11 @@ msgstr "Ditt navn" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4623,7 +4792,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4661,8 +4830,8 @@ msgstr "" msgid "Your updates" msgstr "Dine oppdateringer" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Deg" @@ -4671,14 +4840,14 @@ msgstr "Deg" msgid "all" msgstr "alle" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "av %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "markert som duplisert rapport" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4703,7 +4872,7 @@ msgstr "rediger bruker" msgid "from %s different users" msgstr "fra %s forskjellige brukere" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "sist oppdatert %s" @@ -4712,44 +4881,7 @@ msgstr "sist oppdatert %s" msgid "less than a minute" msgstr "mindre enn et minutt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "markert som planlagt" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "markert som en intern henvisning" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "markert som lukket" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "markert som fikset" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "markert som under arbeid" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "markert som undersøkes" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "markert som uløselig" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "markert som ikke administrasjonens ansvar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "markert som planlagt" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4760,13 +4892,10 @@ msgstr "n/a" 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" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "markert som ikke administrasjonens ansvar" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4791,15 +4920,6 @@ msgstr "opprinnelig lagt inn: “%s”" msgid "other areas:" msgstr "andre områder:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "åpnet på nytt" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "påkrevd" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "logg ut" @@ -4813,6 +4933,11 @@ msgstr "den lokale administrasjonen" msgid "there is no pin shown as the user did not use the map" msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Ser på et sted" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "denne type lokalt problem" @@ -4965,7 +5090,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4986,7 +5111,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4999,3 +5124,108 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "%s sender forskjellige kategorier problemer til rett administrasjon, så problemer innenfor grensene til en gitt administrasjon vil ikke alltid samsvare med problemrapporter sendt til den administrasjonen. For eksempel, en grafitti-rapport vil bli sendt til kommunen, og vil dukke opp på kommunens varsler, men vil kun vises i \"innenfor grensen\" varselet for fylket." + +#~ msgid "%s ward, %s" +#~ msgstr "%s bydel, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, innefor bydel %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(alternativt kan RSS-strømmen tilpasses, innenfor %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Velg en eiendomsstype --" + +#~ msgid "Closed reports" +#~ msgstr "lukkede rapporter" + +#~ msgid "Closed:" +#~ msgstr "Lukket:" + +#~ msgid "Duplicate" +#~ msgstr "Duplikat" + +#~ msgid "Fixed reports" +#~ msgstr "løste rapporter" + +#~ msgid "Fixed:" +#~ msgstr "Løst:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Her er de forskjellige typene lokale problemvarsler for ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Under arbeid" + +#~ msgid "Internal referral" +#~ msgstr "Interne referanser" + +#~ msgid "Investigating" +#~ msgstr "Undersøkes" + +#~ msgid "No further action" +#~ msgstr "Kan ikke fikses" + +#~ msgid "Not Responsible" +#~ msgstr "Ikke ansvarlig" + +#~ msgid "Or problems reported to:" +#~ msgstr "Eller problemer meldt til:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Velg en type egenskap" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemer innenfor grensene av:" + +#~ 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." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Den enkleste meldingen er vår geografiske:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "markert som duplisert rapport" + +#~ msgid "marked as action scheduled" +#~ msgstr "markert som planlagt" + +#~ msgid "marked as an internal referral" +#~ msgstr "markert som en intern henvisning" + +#~ msgid "marked as closed" +#~ msgstr "markert som lukket" + +#~ msgid "marked as fixed" +#~ msgstr "markert som fikset" + +#~ msgid "marked as in progress" +#~ msgstr "markert som under arbeid" + +#~ msgid "marked as investigating" +#~ msgstr "markert som undersøkes" + +#~ msgid "marked as no further action" +#~ msgstr "markert som uløselig" + +#~ msgid "marked as planned" +#~ msgstr "markert som planlagt" + +#~ msgid "or" +#~ msgstr "eller" + +#~ msgid "reopened" +#~ msgstr "åpnet på nytt" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index c13ed304d..a0af0b4be 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/mysociety/teams/12067/nl_NL/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "en" @@ -91,25 +91,6 @@ msgstr "%s vragenlijsten verzonden – %s beantwoord (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s district, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, in %s district" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "&Rechten; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> bijdragende partijen" @@ -118,7 +99,7 @@ msgstr "&Rechten; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetM msgid "(Defect & location of defect)" msgstr "(Defect & en locatie van het defect)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email in misbruiktabel)" @@ -133,23 +114,27 @@ msgstr "(Niet opgegeven)" msgid "(No phone number)" msgstr "(Niet opgegeven)" -#: 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: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/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(gesloten)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(een stand afstand waarbinnen ongeveer 200.000 mensen leven)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(opgelost)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(zoals graffiti, zwerfafval, losliggende tegels of straatverlichting) " @@ -158,7 +143,7 @@ msgstr "(zoals graffiti, zwerfafval, losliggende tegels of straatverlichting) " msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(niet verstuurd naar de gemeente)" @@ -166,20 +151,22 @@ msgstr "(niet verstuurd naar de gemeente)" msgid "(optional)" msgstr "(optioneel)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(verstuurd naar beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS feed van problemen binnen %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Kies een woning type --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Kies een website indeling--" @@ -188,16 +175,16 @@ msgstr "--Kies een website indeling--" msgid "10 inch pothole on Example St, near post box" msgstr "Een 25 cm diep gat op voorbeeldstraat bij de brievenbus" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +199,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +220,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<strong>N.B:</strong> Deze rapportage is verzonden opdat actie wordt ondernomen. Veranderingen worden daarom niet meer meegenomen." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>N.B:</strong>Deze rapportage is nog niet verzonden om actie te ondernemen. Veranderingen worden mogelijk niet doorgegeven." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Ja</strong, ik heb een wachtwoord" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Actie ingepland" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -272,18 +254,35 @@ msgid "Add a contact using the form below." msgstr "Voeg een contactpersoon toe" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Voeg openbaar lichaam toe" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(optioneel)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -296,15 +295,15 @@ msgstr "Voeg aan favorieten toe" msgid "Add user" msgstr "Gebruiker toevoegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Voeg toe/wijzig categoriën" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Voeg toe/wijzig beantwoordingsprioriteiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Voeg toe/wijzig antwoordstramien" @@ -332,13 +331,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Meld het me als er updates zijn" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -351,13 +351,21 @@ msgid "All Reports as CSV" msgstr "Alle rapporten als CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Alle categoriën" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -386,13 +394,19 @@ msgstr "Een update heeft dit probleem als opgelost gemarkeerd." msgid "Anonymous" msgstr "Anoniem" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anoniem" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Andere gebruiker" @@ -406,7 +420,7 @@ msgstr "Weet je zeker dat je de bestandsoverdracht wil afbreken?" msgid "Are you sure?" msgstr "Weet je het zeker?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -438,11 +452,11 @@ msgstr "Toegewezen aan:" msgid "Assign to subdivision:" msgstr "Toegewezen aan afdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Toegewezen aan %s" @@ -483,7 +497,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Zet hier geen persoonlijke informatie of nummerborden van autos neer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Wacht op controle" @@ -496,13 +510,13 @@ msgstr "Vorige" msgid "Back to all reports" msgstr "Terug naar alle rapportages" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Verban e-mailadres" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -524,7 +538,11 @@ msgstr "Openbaar lichaam:" msgid "By Date" msgstr "Op datum" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Kun je onze email niet vinden? Check je spamfolder. Dat is oplossing in 99% van de gevallen." @@ -532,7 +550,7 @@ msgstr "Kun je onze email niet vinden? Check je spamfolder. Dat is oplossing in msgid "Can't see the map? <em>Skip this step</em>" msgstr "Kan je de kaart niet zien? <em>Sla deze stap over</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categoriën" @@ -545,8 +563,8 @@ msgstr "Categoriën:" #: 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -557,7 +575,7 @@ msgstr "Categoriën:" msgid "Category" msgstr "Categorie" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categorie veranderd van '%s' in '%s'" @@ -597,11 +615,11 @@ msgstr "Verander emailadres" msgid "Change password" msgstr "Verander Wachtwoord" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -618,7 +636,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -647,22 +665,22 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "Klik op de link in onze bevestigingsemail om je wijzigingen te publiceren." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Klik op de link in onze bevestigingsemail om in te loggen." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klik op de link in onze bevestigingsemail om in te loggen." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -670,23 +688,17 @@ msgstr "Klik op de link in onze bevestigingsemail om in te loggen." msgid "Closed" msgstr "Gesloten" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Gesloten door gemeente" -#: templates/web/base/reports/_list-filters.html:13 -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:37 msgid "Co-ordinates:" msgstr "Coördinaten:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -700,11 +712,15 @@ msgstr "Cobrand data:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuratie" @@ -730,7 +746,7 @@ msgstr "" msgid "Confirmation" msgstr "Bevestiging" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -766,8 +782,8 @@ msgstr "Neem contact op met het team" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Kan de gebruiker niet vinden" @@ -825,24 +841,33 @@ msgstr "Gemeente:" msgid "Count" msgstr "Aantal" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Aangemaakt" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Maak een melding" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Maak een categorie" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -872,7 +897,7 @@ msgstr "Huidige status" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Klant kan niet bereikt worden" @@ -888,27 +913,36 @@ msgstr "Dashboard" msgid "Dealt with by subdivision within 5 working days" msgstr "Door een afdeling behandeld binnen 5 werkdagen" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Verwijder sjabloon" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Verwijderd" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -946,7 +980,7 @@ msgid "Diligency prize league table" msgstr "Toewijdingsranglijst" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -955,7 +989,7 @@ msgid "Do not send email alerts on fetched comments to problem creator" msgstr "Zend bij eventueel commentaar geen email waarschuwingen naar degene die probleem aanmaakte" #. ("%s is the site name") -#: templates/web/base/auth/general.html:58 +#: templates/web/base/auth/general.html:60 #: 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 @@ -963,7 +997,7 @@ msgstr "Zend bij eventueel commentaar geen email waarschuwingen naar degene die msgid "Do you have a %s password?" msgstr "Heb je een %s wachtwoord?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -975,7 +1009,7 @@ msgstr "Geen idee" msgid "Don't like forms?" msgstr "Hou je niet van formulieren?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -983,16 +1017,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Plaats de fotos hier om ze te <u>verzenden</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Dubbeling" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1004,43 +1033,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 msgid "Easting/Northing:" msgstr "Oostwaarde/Noordwaarde" #: 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/responsepriorities/list.html:28 #: 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 "Bewerk" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Wijzig openbaar lichaam details" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1063,15 +1092,15 @@ msgstr "Bewerk update %d" msgid "Editing user %d" msgstr "Bewerk gebruiker %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Redacteur" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1079,13 +1108,14 @@ msgstr "Redacteur" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Email toegevoegd aan zwarte lijst" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1097,7 +1127,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Email staat al op zwarte lijst" @@ -1122,8 +1152,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1138,7 +1168,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1157,7 +1187,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1177,8 +1207,8 @@ msgstr "Geef details van het probleem" msgid "Error" msgstr "Foutmelding" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1203,12 +1233,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1219,7 +1249,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1231,13 +1261,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Extra info:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Extra info:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1245,6 +1282,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1258,49 +1300,32 @@ msgstr "Eerste keer" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Opgelost" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Opgelost - Gemeente" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Opgelost - Gebruiker" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Opgelost:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Gemarkeerde gebruikr" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Gemarkeerd" @@ -1330,21 +1355,25 @@ msgstr "Klik op de link voor een wijk om alleen problemen in die wijk te bekijke msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1373,10 +1402,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Geef me een RSS feed" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1386,8 +1419,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1397,7 +1430,7 @@ msgstr "Gaan" msgid "Going to send questionnaire?" msgstr "Vragenlijst versturen?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1425,22 +1458,13 @@ msgstr "Help" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hoi %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1483,11 +1507,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Geschiedenis" @@ -1504,12 +1532,12 @@ msgid "How to send successful reports" msgstr "" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1529,17 +1557,25 @@ 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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1550,7 +1586,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1573,7 +1609,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1608,11 +1644,6 @@ msgstr "Illegaal ID" msgid "Illegal feed selection" msgstr "Illegale RSS feed selectie" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "In Behandeling" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1621,17 +1652,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "In Behandeling" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1655,11 +1683,11 @@ msgstr "Ongeldige has_photo waarde \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1667,11 +1695,6 @@ msgstr "" msgid "Internal notes" msgstr "Interne notities" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1680,7 +1703,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ongeldige agency_responsible waarde %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Ongeldige einddatum" @@ -1688,21 +1711,14 @@ msgstr "Ongeldige einddatum" msgid "Invalid format %s specified." msgstr "Ongeldig formaat %s gespecifieerd" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Ongeldige startdatum" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Onderzoeken" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1711,23 +1727,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1754,23 +1788,27 @@ msgstr "Laatste update:" msgid "Last update:" msgstr "Laatste update:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Toon alle meldingen" @@ -1801,13 +1839,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1817,7 +1855,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1826,11 +1864,11 @@ msgstr "" msgid "MAP" msgstr "Kaart" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1846,7 +1884,7 @@ msgstr "Markeren als verzonden" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1874,7 +1912,7 @@ msgstr "Vermiste jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1887,7 +1925,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1896,7 +1934,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1904,23 +1942,28 @@ msgstr "" msgid "Month" msgstr "Maand" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1939,7 +1982,7 @@ msgstr "Naam:" msgid "Name: %s" msgstr "Naam: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1952,8 +1995,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1965,15 +2008,23 @@ msgstr "" "Dichtstbijzijnde weg op basis van de gemarkeerde plek op de kaart (automatisch gegenereerd door Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" @@ -1999,7 +2050,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2028,6 +2079,7 @@ msgid "New reports" msgstr "" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Nieuwe status" @@ -2037,7 +2089,7 @@ msgstr "Nieuwe status" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2045,7 +2097,7 @@ msgstr "" msgid "Next" msgstr "Volgende" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2057,7 +2109,7 @@ msgstr "Volgende" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nee" @@ -2073,7 +2125,7 @@ msgstr "" msgid "No council" msgstr "Geen gemeente" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Geen gemeente geselecteerd" @@ -2089,21 +2141,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2111,8 +2158,8 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2145,13 +2192,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2170,7 +2212,7 @@ msgid "Not reported to council" msgstr "Niet gemeld bij de gemeente" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Opmerking" @@ -2192,6 +2234,10 @@ msgstr "Opmerking: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Nu om je melding te verzend…" @@ -2222,20 +2268,17 @@ msgstr "" msgid "Old state" msgstr "Oude status" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2262,21 +2305,25 @@ msgstr "Open311 initiatief website" msgid "Open311 specification" msgstr "Open311 specificatie" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Of problemen gemeld aan:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2299,17 +2346,16 @@ msgstr "Eigenaar" msgid "Page Not Found" msgstr "Pagina Niet Gevonden" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Gedeeltelijk" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2317,7 +2363,7 @@ msgstr "Gedeeltelijk" msgid "Password (optional)" msgstr "Wachtwoord (optioneel)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Wachtwoord:" @@ -2329,7 +2375,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Gemeld:" @@ -2338,7 +2384,7 @@ msgstr "Gemeld:" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefoonnummer (optioneel)" @@ -2398,12 +2444,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2421,26 +2463,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Controleer of je e-mailadres klopt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Kies een categorie" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Kies een pand type" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2456,18 +2494,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Geef bericht in" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2478,14 +2516,14 @@ msgid "Please enter a password" msgstr "Geef wachtwoord" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Geef onderwerp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2497,7 +2535,7 @@ msgstr "Geef een geldig e-mailadres" msgid "Please enter a valid email address" msgstr "Geef een geldig e-mailadres" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Geef details" @@ -2506,8 +2544,8 @@ msgstr "Geef details" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2530,8 +2568,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2594,7 +2632,7 @@ msgstr "" msgid "Please note:" msgstr "Let op:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2648,19 +2686,19 @@ msgstr "Schrijf je update hier" msgid "Post" msgstr "Bericht" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Anoniem geplaatst bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Geplaatst door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Geplaatst door <strong>%s</strong> (%s) bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Geplaatst door <strong>%s</strong> bij %s" @@ -2672,12 +2710,12 @@ msgstr "" msgid "Previous" msgstr "Vorige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2692,7 +2730,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privé" @@ -2723,7 +2761,7 @@ msgstr "Probleem %s verzonden naar gemeente %s" msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -2731,11 +2769,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemen" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemen binnen wijk %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemen dichtbij" @@ -2748,13 +2791,15 @@ msgstr "Problemen op de kaart" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Recent gemelde problemen op FixMyStreet" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemen binnen een straal van %.1fkm van deze lokatie" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemen binnen %s" @@ -2762,16 +2807,17 @@ msgstr "Problemen binnen %s" msgid "Problems within %s ward" msgstr "Problemen binnen wijk %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "" @@ -2781,11 +2827,11 @@ msgstr "" msgid "Provide an update" msgstr "Geef een update" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2803,7 +2849,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2831,7 +2877,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2859,11 +2905,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS feed van nabije problemen" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2888,7 +2934,7 @@ msgstr "RSS feed van updates voor dit probleem" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2902,7 +2948,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Recent gemelde problemen" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2910,7 +2956,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Verwijder markering" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Verwijder markering" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Verwijder markering" @@ -2940,8 +2996,8 @@ msgstr "Beantwoord" msgid "Report" msgstr "Melding" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2956,7 +3012,7 @@ msgstr "Meld een probleem" msgid "Report abuse" msgstr "Meld misbruik" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2979,7 +3035,7 @@ msgstr "Probleem melden" msgid "Report, view, or discuss local problems" msgstr "Meld, bekijk of discussier over lokale problemen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Anoniem gemeld bij %s" @@ -2989,7 +3045,7 @@ msgstr "Anoniem gemeld bij %s" msgid "Reported before" msgstr "Eerder gemeld" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Gemeld door %s bij %s" @@ -3003,27 +3059,27 @@ msgstr "Gemeld door:" msgid "Reported in the %s category" msgstr "Toegewezen aan categorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Anoniem gemeld in de categorie %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Anoniem door %s gemeld bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Gemeld door %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeld door %s in de categorie %s door %s bij %s" @@ -3041,8 +3097,8 @@ msgstr "Gemeld:" msgid "Reporting a problem" msgstr "Meld een probleem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3056,10 +3112,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Gemeld door %s bij %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3068,18 +3133,32 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Meld op %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS feed van %s, binnen wijk %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Herstuur melding" @@ -3138,15 +3217,15 @@ msgstr "Wegbeheerder voor deze straat (afgeleid van wegnummer en type): %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Wegbeheerder voor deze straat (uit OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3162,23 +3241,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Wijzigingen opslaan" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3187,6 +3271,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Actie ingepland" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3220,22 +3309,22 @@ msgstr "Geen gebruikers gevonden." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Selecteer een gebied" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3250,11 +3339,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Verzonden aan %s %s later" @@ -3267,7 +3356,7 @@ msgstr "Verzonden:" msgid "Service:" msgstr "Service:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3293,6 +3382,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3305,9 +3395,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Toon mijn naam publiekelijk" @@ -3336,16 +3426,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3391,14 +3481,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3420,11 +3510,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3441,20 +3531,25 @@ msgid "Start Date:" msgstr "Startdatum:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Staat" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Wijzigingen opslaan" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3464,8 +3559,14 @@ msgstr "Staat" msgid "State:" msgstr "Staat:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Staat" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3487,6 +3588,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Subcategorie: %s" @@ -3505,7 +3610,7 @@ msgid "Subject:" msgstr "Onderwerp:" #: 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_loggedin.html:63 #: 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 @@ -3526,8 +3631,8 @@ msgstr "Wijzigingen opslaan" msgid "Submit questionnaire" msgstr "Vragenlijst opslaan" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3537,25 +3642,27 @@ msgstr "Vragenlijst opslaan" msgid "Submitted" msgstr "Opgeslagen" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3588,8 +3695,8 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3646,7 +3753,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3656,11 +3763,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "De postcode is niet geldig." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Het probleem is gemarkeerd als verzonden." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." @@ -3672,7 +3779,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3692,10 +3799,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3712,6 +3819,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3722,11 +3833,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "De foutmelding was: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "De volgende Open311 v2 attributen worden teruggegeven voor elke aanvraag: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code en service_name." @@ -3765,10 +3880,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3778,9 +3897,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "De simpelste melding is onze geografische:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3799,18 +3918,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3819,7 +3938,7 @@ msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Als je het 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:353 +#: 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." @@ -3827,7 +3946,7 @@ msgstr "Er was een probleem met je update. Probeer het later nog eens." msgid "There were problems with your report. Please see below." msgstr "Er was een probleem met je melding. Zie beneden." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3875,8 +3994,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3890,9 +4009,10 @@ msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïn msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie. Negeer deze melding als je niet de juiste contactpersoon bent." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -3921,8 +4041,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3954,7 +4074,7 @@ msgstr "Deze pagina bevat een door de gebruiker aangeleverde foto van het proble msgid "Time spent (in minutes):" msgstr "Gespendeerde tijd (in minuten):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tijdslijn" @@ -3983,6 +4103,14 @@ 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." +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4020,16 +4148,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4045,17 +4181,21 @@ msgstr "Opnieuw proberen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "Onopgeloste meldingen" @@ -4069,7 +4209,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4084,10 +4224,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4104,7 +4245,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4140,13 +4281,23 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Geplaatst door <strong>%s</strong> (%s) bij %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Geplaatst door <strong>%s</strong> bij %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -4156,7 +4307,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4170,8 +4321,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4185,7 +4336,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4198,11 +4349,11 @@ msgstr "Gebruikte kaart" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4215,9 +4366,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Gebruikers" @@ -4226,9 +4377,9 @@ msgstr "Gebruikers" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4275,7 +4426,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4310,7 +4461,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4319,7 +4470,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4331,8 +4490,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4367,7 +4526,7 @@ msgstr "" msgid "Year" msgstr "Jaar" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4382,7 +4541,7 @@ msgstr "Jaar" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4416,6 +4575,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4434,7 +4597,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4508,7 +4671,6 @@ msgstr "Jouw meldingen" 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:80 @@ -4521,7 +4683,7 @@ 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/auth/general.html:57 #: 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 @@ -4532,10 +4694,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4545,11 +4707,11 @@ msgstr "Jouw naam" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4557,7 +4719,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4595,8 +4757,8 @@ msgstr "" msgid "Your updates" msgstr "Jouw updates" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4605,14 +4767,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "door %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4637,7 +4799,7 @@ msgstr "" msgid "from %s different users" msgstr "door %s verschillende gebruikers" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4646,44 +4808,7 @@ msgstr "" msgid "less than a minute" msgstr "minder dan een minuut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "gemarkeerd als gesloten" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "gemarkeerd als opgelost" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "gemarkeerd als in behandeling" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "gemarkeerd als in onderzoek" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "gemarkeerd als gepland" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4694,14 +4819,10 @@ msgstr "n/b" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "of" - #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" msgstr "" @@ -4725,15 +4846,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4747,6 +4859,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4899,7 +5015,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4920,7 +5036,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4933,3 +5049,69 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s district, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, in %s district" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(als alternatief kan de RSS feed worden aangepast binnen %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Kies een woning type --" + +#~ msgid "Closed reports" +#~ msgstr "Gesloten meldingen" + +#~ msgid "Closed:" +#~ msgstr "Gesloten:" + +#~ msgid "Duplicate" +#~ msgstr "Dubbeling" + +#~ msgid "Fixed:" +#~ msgstr "Opgelost:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Hier zijn de soorten meldingen van lokale problemen voor '%s'." + +#~ msgid "In Progress" +#~ msgstr "In Behandeling" + +#~ msgid "Investigating" +#~ msgstr "Onderzoeken" + +#~ msgid "Or problems reported to:" +#~ msgstr "Of problemen gemeld aan:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Kies een pand type" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemen binnen de grenzen van:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "De simpelste melding is onze geografische:" + +#~ msgid "marked as closed" +#~ msgstr "gemarkeerd als gesloten" + +#~ msgid "marked as fixed" +#~ msgstr "gemarkeerd als opgelost" + +#~ msgid "marked as in progress" +#~ msgstr "gemarkeerd als in behandeling" + +#~ msgid "marked as investigating" +#~ msgstr "gemarkeerd als in onderzoek" + +#~ msgid "marked as planned" +#~ msgstr "gemarkeerd als gepland" + +#~ msgid "or" +#~ msgstr "of" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 00f1fd5eb..aea98bab5 100644 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/mysociety/teams/12067/nn_NO/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " og " @@ -91,25 +91,6 @@ msgstr "%s spørjeskjema sendt – %s svart (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s bydel, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, innanfor bydelen %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbruktabellen)" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(lukka)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(ein standardavstand som dekkjer ein folkesetnad på omtrent 200 000)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(løyst)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hol i vegen, eller øydelagte gatelys)" @@ -158,7 +143,7 @@ msgstr "(som tagging, søppel, hol i vegen, eller øydelagte gatelys)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(ikkje rapportert til administrasjonen)" @@ -166,20 +151,22 @@ msgstr "(ikkje rapportert til administrasjonen)" msgid "(optional)" msgstr "(valfritt)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS-straum for problem innanfor %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Vel ein eigedomstype --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +217,25 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ja</strong>, eg har eit passord" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +249,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(valfritt)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +290,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +326,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Send meg varsel ved framtidige oppdateringar" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +346,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Merkevaresamarbeid" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +389,19 @@ msgstr "Ei oppdatering markerte dette problemet som løyst." msgid "Anonymous" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonym" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +415,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +447,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -478,7 +492,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -491,13 +505,13 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Bannlys e-postadresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +533,11 @@ msgstr "" msgid "By Date" msgstr "På dato" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +545,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +558,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +570,7 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +610,11 @@ msgstr "" msgid "Change password" msgstr "Byt passord" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +631,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +660,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +682,17 @@ msgstr "" msgid "Closed" msgstr "Lukka" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "(ikkje rapportert til administrasjonen)" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Lukka:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatar:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Merkevaresamarbeid" @@ -695,11 +706,15 @@ msgstr "Data om merkevaresamarbeid:" msgid "Cobrand:" msgstr "Merkevaresamarbeid:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -725,7 +740,7 @@ msgstr "" msgid "Confirmation" msgstr "Stadfesting" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +776,8 @@ msgstr "Kontakt prosjektgruppa" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Kunne ikkje finna brukaren" @@ -820,24 +835,33 @@ msgstr "Administrasjon:" msgid "Count" msgstr "Mengd" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Oppretta" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Lag ein rapport" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lag kategori" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +891,7 @@ msgstr "Gjeldande tilstand" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +907,36 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Sletta" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +974,7 @@ msgid "Diligency prize league table" msgstr "Arbeidshestar" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +983,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +991,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1003,7 @@ msgstr "Veit ikkje" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1011,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1027,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Rediger" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1086,15 @@ msgstr "Redigerer oppdatering %d" msgid "Editing user %d" msgstr "Redigerer brukar %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Oppdatert av" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1102,14 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "E-post lagd til misbrukliste" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1121,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-post allereie i misbruklista" @@ -1117,8 +1146,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1162,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1181,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1201,8 @@ msgstr "Legg inn detaljar om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1227,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1243,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1255,19 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +msgid "Extra Fields" +msgstr "" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1275,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1293,32 @@ msgstr "Første gong" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Løyst" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Løyst – Administrasjon" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Løyst – Brukar" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Løyst:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Flagg brukar" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flagga:" @@ -1325,21 +1348,25 @@ msgstr "Følg ei bydellenkje for å berre sjå rapportar innanfor den bydelen." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1395,14 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Gje meg ein RSS-straum" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1412,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1423,7 @@ msgstr "Hald fram" msgid "Going to send questionnaire?" msgstr "Skal spørjeskjemaet sendast?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1451,13 @@ msgstr "Hjelp" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1500,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historie" @@ -1499,12 +1525,12 @@ msgid "How to send successful reports" msgstr "" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1550,25 @@ msgstr "Eg er redd vi ikkje klarte å finna problemet ditt i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1579,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1602,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1637,6 @@ msgstr "Ugyldig ID" msgid "Illegal feed selection" msgstr "Ugyldig val av straum" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Under arbeid" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1645,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1676,11 @@ msgstr "Feil has_photo-verdi «%s»" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1688,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1696,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-verdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Ugyldig slutt-dato" @@ -1683,21 +1704,14 @@ msgstr "Ugyldig slutt-dato" msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgjeve." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Ugyldig startdato" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Undersøkjer" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1720,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1781,27 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Vis alle rapporterte problem" @@ -1796,13 +1832,13 @@ msgstr "Lokale varsel" msgid "Locate the problem on a map of the area" msgstr "Lokaliser problemet på kartet over området" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1848,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1857,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1877,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1905,7 @@ msgstr "Manglar jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1918,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1927,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1935,28 @@ msgstr "" msgid "Month" msgstr "Månad" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1975,7 @@ msgstr "Namn:" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1988,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1958,15 +1999,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -1992,7 +2041,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2021,6 +2070,7 @@ msgid "New reports" msgstr "" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Ny tilstand" @@ -2030,7 +2080,7 @@ msgstr "Ny tilstand" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2038,7 +2088,7 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2100,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nei" @@ -2066,7 +2116,7 @@ msgstr "" msgid "No council" msgstr "Ingen administrasjon" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Ingen administrasjon er vald" @@ -2082,21 +2132,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2149,8 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2183,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2203,7 @@ msgid "Not reported to council" msgstr "Ikkje rapportert til administrasjonen" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Merk" @@ -2185,6 +2225,10 @@ msgstr "Merk: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2215,20 +2259,17 @@ msgstr "" msgid "Old state" msgstr "Gammal tilstand" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2296,25 @@ msgstr "Nettsida til Open311-initiativet" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Eller problem meldt til:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2337,16 @@ msgstr "Eigar" msgid "Page Not Found" msgstr "Fann ikkje sida" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Delvis" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2354,7 @@ msgstr "Delvis" msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Passord:" @@ -2322,7 +2366,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2374,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" @@ -2390,12 +2434,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2453,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Vel ein kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Vel ein type eigenskap" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2484,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2506,14 @@ msgid "Please enter a password" msgstr "Skriv inn eit passord" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2525,7 @@ msgstr "Ver venleg og legg til ein gyldig e-post" msgid "Please enter a valid email address" msgstr "Ver venleg og legg inn e-postadressa di" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Ver venleg og legg inn opplysningar om problemet" @@ -2498,8 +2534,8 @@ msgstr "Ver venleg og legg inn opplysningar om problemet" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2558,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2588,7 +2624,7 @@ msgstr "" msgid "Please note:" msgstr "Merk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2642,19 +2678,19 @@ msgstr "" msgid "Post" msgstr "Send inn" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Lagt inn av <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Lagt inn av <strong>%s</strong> %s" @@ -2666,12 +2702,12 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2686,7 +2722,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2717,7 +2753,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -2725,11 +2761,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problem innanfor %s bydel" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "" @@ -2742,13 +2783,15 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problem nyleg rapportert fiksa på FiksGataMi" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problem innanfor %.1fkm av denne posisjonen" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problem innanfor %s" @@ -2756,16 +2799,17 @@ msgstr "Problem innanfor %s" msgid "Problems within %s ward" msgstr "Problem innanfor %s bydel" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "" @@ -2775,11 +2819,11 @@ msgstr "" msgid "Provide an update" msgstr "Bidra med ei oppdatering" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2797,7 +2841,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2825,7 +2869,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2853,11 +2897,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS-straum med problem i nærleiken" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2882,7 +2926,7 @@ msgstr "RSS-straum med oppdateringar for dette problemet" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2896,7 +2940,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyleg melde problem" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2904,7 +2948,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Fjern flagg" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Fjern flagg" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Fjern flagg" @@ -2934,8 +2988,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2950,7 +3004,7 @@ msgstr "Rapporter eit problem" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2973,7 +3027,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" @@ -2983,7 +3037,7 @@ msgstr "Rapportert anonymt %s" msgid "Reported before" msgstr "Rapportert tidlegare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" @@ -2997,27 +3051,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" @@ -3035,8 +3089,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Legger til eit problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3050,10 +3104,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Publisert av %s %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3062,18 +3125,32 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Rapport på %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS-straum av %s, innanfor %s bydel" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Send rapport på nytt" @@ -3132,15 +3209,15 @@ msgstr "Vegoperatør for denne namngjevne vegen (utleia frå vegreferansenummer msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vegoperatør for denne namngjevne vegen (frå OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3156,23 +3233,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Lagra endringar" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3181,6 +3263,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3214,22 +3300,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3244,11 +3330,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Sendt til %s %s seinare" @@ -3261,7 +3347,7 @@ msgstr "Sendt:" msgid "Service:" msgstr "Teneste:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3287,6 +3373,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3299,9 +3386,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Vis namnet mitt offentleg" @@ -3330,16 +3417,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3385,14 +3472,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3414,11 +3501,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3435,20 +3522,25 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Tilstand" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Lagra endringar" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3458,8 +3550,14 @@ msgstr "Tilstand" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Tilstand" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3481,6 +3579,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3499,7 +3601,7 @@ msgid "Subject:" msgstr "Emne:" #: 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_loggedin.html:63 #: 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 @@ -3520,8 +3622,8 @@ msgstr "Send inn endringar" msgid "Submit questionnaire" msgstr "Send inn spørjeskjema" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3531,25 +3633,28 @@ msgstr "Send inn spørjeskjema" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Eg ynskjer å abonnera på e-postvarsel" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3582,8 +3687,8 @@ msgstr "Resultat frå spørjeundersøkinga" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3643,7 +3748,7 @@ msgstr "Biletet ser ikkje ut til å ha vorte lasta opp riktig (%s), prøv på ny 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3653,11 +3758,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret vart ikkje gjenkjent, orsak." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." @@ -3669,7 +3774,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3689,10 +3794,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3709,6 +3814,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3719,11 +3828,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Feilen var: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Dei følgjande Open311 v2-attributtene vert returnerte for kvar førespurnad: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code og service_name." @@ -3762,10 +3875,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3775,9 +3892,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Den enklaste meldinga er den geografiske:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3796,18 +3913,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3816,7 +3933,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "Det var problem med e-post/passord-kombinasjonen din. Ver venleg og prøv igjen." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: 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." @@ -3824,7 +3941,7 @@ msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." msgid "There were problems with your report. Please see below." msgstr "Det var problem med rapporten din. Ver venleg og sjå under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3872,8 +3989,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3887,9 +4004,10 @@ msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden f msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-posten er sendt til fleire administrasjonar som dekkjer staden for problemet, sidan den valde kategorien er tilgjengeleg for desse. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -3918,8 +4036,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3951,7 +4069,7 @@ msgstr "Denne nettsida inneheld òg eit bilete av problemet, sendt inn av brukar msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -3980,6 +4098,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4017,16 +4143,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4042,17 +4176,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4066,7 +4204,7 @@ msgid "Unknown alert type" msgstr "Ukjend varsel-type" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4081,10 +4219,11 @@ msgstr "Ukjend problem-ID" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4101,7 +4240,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4137,13 +4276,23 @@ msgstr "Oppdater tilstanden" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Lagt inn av <strong>%s</strong> (%s) %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Lagt inn av <strong>%s</strong> %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Oppdatert!" @@ -4153,7 +4302,7 @@ msgstr "Oppdatert!" msgid "Updates" msgstr "Oppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4167,8 +4316,8 @@ msgstr "Oppdateringar av {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4182,7 +4331,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4195,11 +4344,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Brukarflagg fjerna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Brukar flagga" @@ -4212,9 +4361,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Brukarar" @@ -4223,9 +4372,9 @@ msgstr "Brukarar" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Verdi oppdatert" @@ -4272,7 +4421,7 @@ msgstr "Vi fann meir ein eitt treff for den staden. Vi viser opp til ti treff, s msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4307,7 +4456,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Når redigert" @@ -4316,7 +4465,15 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4328,8 +4485,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4364,7 +4521,7 @@ msgstr "" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4379,7 +4536,7 @@ msgstr "År" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4413,6 +4570,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4431,7 +4592,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4505,7 +4666,6 @@ msgstr "Rapportane dine" 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:80 @@ -4518,7 +4678,7 @@ msgid "Your email" msgstr "" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4529,10 +4689,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4542,11 +4702,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4554,7 +4714,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4592,8 +4752,8 @@ msgstr "" msgid "Your updates" msgstr "Oppdateringane dine" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4602,14 +4762,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "av %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4634,7 +4794,7 @@ msgstr "" msgid "from %s different users" msgstr "frå %s ulike brukarar" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4643,44 +4803,7 @@ msgstr "" msgid "less than a minute" msgstr "mindre enn eitt minutt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "markert som løyst" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4691,14 +4814,10 @@ msgstr "i/t" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "eller" - #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" msgstr "" @@ -4722,15 +4841,6 @@ msgstr "" msgid "other areas:" msgstr "andre område:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "opna på nytt" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4744,6 +4854,11 @@ msgstr "den lokale administrasjonen" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Ser på ein stad" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "denne typen lokalt problem" @@ -4896,7 +5011,7 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> rapportoppdatering" msgstr[1] "<big>%s</big> rapportoppdateringar" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4917,7 +5032,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4930,3 +5045,51 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s bydel, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, innanfor bydelen %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Vel ein eigedomstype --" + +#~ msgid "Closed:" +#~ msgstr "Lukka:" + +#~ msgid "Fixed:" +#~ msgstr "Løyst:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Her er dei ulike typane lokale problemvarsel for «%s»." + +#~ msgid "In Progress" +#~ msgstr "Under arbeid" + +#~ msgid "Investigating" +#~ msgstr "Undersøkjer" + +#~ msgid "Or problems reported to:" +#~ msgstr "Eller problem meldt til:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Vel ein type eigenskap" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problem innanfor grensene av:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Den enklaste meldinga er den geografiske:" + +#~ msgid "marked as fixed" +#~ msgstr "markert som løyst" + +#~ msgid "or" +#~ msgstr "eller" + +#~ msgid "reopened" +#~ msgstr "opna på nytt" diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index 7440330bf..8b045a71b 100644 --- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Portuguese (https://www.transifex.com/mysociety/teams/12067/pt/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "e" @@ -91,25 +91,6 @@ msgstr "%s questionários enviados - %s respondeu (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s ala, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, %s dentro da ala" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-mail na tabela de abuso)" @@ -133,23 +114,27 @@ msgstr "(Sem nome)" msgid "(No phone number)" msgstr "(Sem número de telefone)" -#: 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: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/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(fechado)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(A distância padrão, que abrange cerca de 50 mil pessoas)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(Corrigido)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" 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)" @@ -158,7 +143,7 @@ msgstr "(Como ruas e pavimentos esburacados, grafitis, árvores caídas, lajes p msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(Não reportar ao município)" @@ -166,20 +151,22 @@ msgstr "(Não reportar ao município)" msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(remeter para ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS feed dos Problemas Nesta %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Escolha um tipo de categoria --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +196,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Mostrar</label> %s <label for=\"filter_categories\">sobre</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +218,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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 uma password" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Ação Programada" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +250,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Adicionar" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(opcional)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Adicionar user" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +327,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Avise-me de atualizações futuras" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +347,21 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +390,19 @@ msgstr "Uma atualização marcada, problema esta resolvido" msgid "Anonymous" msgstr "Anonimo" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonimo" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +416,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +448,11 @@ msgstr "Atribuir ao órgão externo:" msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Designado para %s" @@ -478,7 +493,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Aguardando moderação" @@ -491,13 +506,13 @@ msgstr "Voltar" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Ban endereço de e-mail" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +534,11 @@ msgstr "Corpo:" msgid "By Date" msgstr "Por data" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Não recebeu o email de confirmação? Verifique o SPAM da sua caixa de correio." @@ -527,7 +546,7 @@ msgstr "Não recebeu o email de confirmação? Verifique o SPAM da sua caixa de 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>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +559,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +571,7 @@ msgstr "" msgid "Category" msgstr "Categoria" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +611,11 @@ msgstr "" msgid "Change password" msgstr "Mudar password" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +632,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +661,22 @@ msgstr "Clique no link do email de confirmação para publicar o problema" msgid "Click the link in our confirmation email to publish your update." msgstr "Clique no link do email de confirmação para publicar a actualização do problema" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Clique no link do email de confirmação para entrar" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Clique no link do email de confirmação para entrar" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +684,17 @@ msgstr "Clique no link do email de confirmação para entrar" msgid "Closed" msgstr "Fechado" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Fechado pelo Município" -#: templates/web/base/reports/_list-filters.html:13 -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:37 msgid "Co-ordinates:" msgstr "Co-ordenadas:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -695,11 +708,15 @@ msgstr "Cobrand data:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -725,7 +742,7 @@ msgstr "" msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +778,8 @@ msgstr "Fale com a equipe" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Não foi possível encontrar usuário" @@ -820,24 +837,33 @@ msgstr "Concelho:" msgid "Count" msgstr "Conta" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Criado" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Criar um report" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Criar uma categoria" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +893,7 @@ msgstr "Estado actual" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +909,36 @@ msgstr "Painel de instrumentos" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratadas pelas subdivisões dentro de 5 dias úteis" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Excluidos" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +976,7 @@ msgid "Diligency prize league table" msgstr "Diligency prêmio tabela classificativa" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +985,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +993,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Já tem uma password?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +1005,7 @@ msgstr "Não sei" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1013,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Duplicar" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1029,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Editar" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editar os detalhes do corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1088,15 @@ msgstr "Editando uma actualizaçao %d" msgid "Editing user %d" msgstr "Edição de usuário %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editar" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1104,14 @@ msgstr "Editar" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Email adicionado a lista de abusos" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1123,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-mail já está na lista abusos" @@ -1117,8 +1148,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1164,7 @@ msgstr "" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Digite um nome de uma rua de Mindelo" @@ -1152,7 +1183,7 @@ msgstr "Inserir um código postal válido (xxxx-xxx), ou nome da rua, zona ou lo msgid "Enter a nearby street name and area" msgstr "Digite um nome de rua nas proximidades e área" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1203,8 @@ msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" msgid "Error" msgstr "Erro" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Todos" @@ -1198,12 +1229,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1245,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1257,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Dados adicionais:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dados adicionais:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1278,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1296,32 @@ msgstr "Primeiro Nome" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "FIX" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Corrigido - Concelho" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Corrigido - Usuario" -#: templates/web/base/reports/_list-filters.html:14 -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:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Bandeira - Usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1325,21 +1351,25 @@ msgstr "Siga um link ala para ver apenas os relatórios dentro do ala." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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 "Não se lembra da sua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1398,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Dê-me um feed RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1415,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1426,7 @@ msgstr " Ir" msgid "Going to send questionnaire?" msgstr "Vai enviar questionário?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1454,13 @@ msgstr "Ajuda" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Oi %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1503,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "History pins" @@ -1499,12 +1528,12 @@ msgid "How to send successful reports" msgstr "Como enviar relatorios com sucesso" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1553,25 @@ 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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1582,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1605,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1640,6 @@ msgstr "ID ilegal" msgid "Illegal feed selection" msgstr "Seleção de feed ilegal" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Em andamento" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1648,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Em andamento" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1679,11 @@ msgstr "Foto_has valor incorreto \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1691,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1699,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Agencia_responsavel valor %s inválido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Invalido data final" @@ -1683,21 +1707,14 @@ msgstr "Invalido data final" msgid "Invalid format %s specified." msgstr "Formato inválido%s especificado." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Data de inicio invalida" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Investigando" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1723,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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 ligado neste computador" +#: templates/web/base/admin/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1784,27 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "Última atualização:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listar todos os problemas relatados" @@ -1796,13 +1835,13 @@ msgstr "Alertas locais" msgid "Locate the problem on a map of the area" msgstr "Localize o problema no mapa da área ou localidade" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1851,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1860,11 @@ msgstr "" msgid "MAP" msgstr "Mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1880,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1908,7 @@ msgstr "Falta informaçao jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1921,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1930,7 @@ msgid "Moderated by division within one working day" msgstr "Moderado por divisão dentro de um dia de trabalho" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1938,28 @@ msgstr "" msgid "Month" msgstr "Mês" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1978,7 @@ msgstr "Nome:" msgid "Name: %s" msgstr "Nome: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1991,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1961,15 +2005,23 @@ msgstr "" "\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Está quase! Agora basta verificar o seu email…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Novo corpo adicionado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Novo contato de categoria adicionado" @@ -1995,7 +2047,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2024,6 +2076,7 @@ msgid "New reports" msgstr "Novos reports" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Novo estado" @@ -2033,7 +2086,7 @@ msgstr "Novo estado" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2041,7 +2094,7 @@ msgstr "" msgid "Next" msgstr "Proximo" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2053,7 +2106,7 @@ msgstr "Proximo" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nao" @@ -2069,7 +2122,7 @@ msgstr "Nenhum corpo" msgid "No council" msgstr "Sem concelho" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Nenhum Concelho selecionado" @@ -2085,21 +2138,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Incapaz de ser resolvido" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2107,8 +2155,8 @@ msgstr "" msgid "No result returned" msgstr "Nenhum resultado retornado" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2141,13 +2189,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Nao responsavel" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2166,7 +2209,7 @@ msgid "Not reported to council" msgstr "Nao reportado ao município" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2188,6 +2231,10 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Finalmente, para enviar o seu relatório ..." @@ -2218,20 +2265,17 @@ msgstr "" msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2258,21 +2302,25 @@ msgstr "Open311 página web iniciativa" msgid "Open311 specification" msgstr "Especificação Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Ou os problemas relatados para:" - -#: 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 concelho você está inserido" - -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2295,17 +2343,16 @@ msgstr "Proprietário" msgid "Page Not Found" msgstr "Pagina nao encontrada" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parente" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Parcial" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2313,7 +2360,7 @@ msgstr "Parcial" msgid "Password (optional)" msgstr "Password (opcional)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Password:" @@ -2325,7 +2372,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2333,7 +2380,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefone (opcional)" @@ -2393,12 +2440,8 @@ msgstr "" msgid "Place pin on map" msgstr "Coloque a fix pin no mapa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2416,26 +2459,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Favor verificar se seu email esta correcto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Escolher uma categoria" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Por favor, escolha um tipo de imóvel" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2454,18 +2493,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2476,14 +2515,14 @@ msgid "Please enter a password" msgstr "Por favor insira uma password" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: 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:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2495,7 +2534,7 @@ msgstr "Por favor insira um email valido" 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:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Por favor, insira alguns detalhes" @@ -2504,8 +2543,8 @@ msgstr "Por favor, insira alguns detalhes" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2528,8 +2567,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2592,7 +2631,7 @@ msgstr "" msgid "Please note:" msgstr "Favor notar:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2646,19 +2685,19 @@ msgstr "Por favor, escreva a sua atualização aqui" msgid "Post" msgstr "Postar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Postado anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Postado por %s aem %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postado por <strong>%s</strong> (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postado por <strong>%s</strong> em %s" @@ -2670,12 +2709,12 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2690,7 +2729,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privado" @@ -2721,7 +2760,7 @@ msgstr "Problema %s enviado ao conselho %s" msgid "Problem breakdown by state" msgstr "Colapso problema por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -2729,11 +2768,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemas dentro de %s ala" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Nas proximidades" @@ -2746,13 +2790,15 @@ msgstr "Problemas no mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemas dentro de %.1fkm deste local" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemas dentro de %s" @@ -2760,16 +2806,17 @@ msgstr "Problemas dentro de %s" msgid "Problems within %s ward" msgstr "Problemas dentro de %s ala" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Endereço do imóvel:" @@ -2779,11 +2826,11 @@ msgstr "Endereço do imóvel:" msgid "Provide an update" msgstr "Fornecer uma atualização" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2801,7 +2848,7 @@ msgstr "" msgid "Public response:" msgstr "Resposta do público:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2829,7 +2876,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2857,11 +2904,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS feed dos problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2886,7 +2933,7 @@ msgstr "RSS feed de atualizações para este problema" msgid "Receive email when updates are left on this problem." msgstr "RSS feed dos problemas locais recentes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2900,7 +2947,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemas recentemente reportados" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2908,7 +2955,17 @@ msgstr "" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Lembre-se que FixMyStreetMIndelo é principalmente para relatar problemas físicos que podem ser corrigidos. Se o seu problema não é apropriado para a apresentação através deste site, lembre-se que você pode contactar o seu município diretamente usando seu próprio site." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Remover bandeira" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Remover bandeira" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Remover bandeira" @@ -2938,8 +2995,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2954,7 +3011,7 @@ msgstr "Reportar um problema" msgid "Report abuse" msgstr "Abusivo" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2977,7 +3034,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Reportar, ver ou discutir problemas locais" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Relatado anonimamente em %s" @@ -2987,7 +3044,7 @@ msgstr "Relatado anonimamente em %s" msgid "Reported before" msgstr "Relatado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Relatado por %s em %s" @@ -3001,27 +3058,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Relatado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Relatado na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Relatado na categoria %s por %s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Relatado por %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Relatado por %s por%s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Relatado por %s na categoria %s por %s em %s" @@ -3039,8 +3096,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Relatando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3054,10 +3111,19 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Relatórios aguardando aprovação" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Relatado por %s em %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Os relatórios publicados" @@ -3066,18 +3132,32 @@ msgstr "Os relatórios publicados" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Relatório sobre %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS feed de %s, %s problemas pendentes" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Reenviar relatório" @@ -3136,15 +3216,15 @@ msgstr "Operador de estrada por esta estrada chamada (derivado do número de ref msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador de estrada por esta estrada chamada (a partir de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3160,23 +3240,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Salvar alterações" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3185,6 +3270,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Ação Programada" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3218,22 +3308,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Selecione um corpo" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Selecione uma área" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3248,11 +3338,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Enviado para %s %s mais tarde" @@ -3265,7 +3355,7 @@ msgstr "Enviar:" msgid "Service:" msgstr "Srerviço:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3291,6 +3381,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3303,9 +3394,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Mostrar meu nome publicamente" @@ -3334,16 +3425,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3389,14 +3480,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3418,11 +3509,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3439,20 +3530,25 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Estado" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Salvar alterações" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3462,8 +3558,14 @@ msgstr "Estado" msgid "State:" msgstr "Estado" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Estado" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3485,6 +3587,10 @@ msgstr "Ainda em aberto, via questionário, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Subcategoria: %s" @@ -3503,7 +3609,7 @@ msgid "Subject:" msgstr "Assunto:" #: 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_loggedin.html:63 #: 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 @@ -3524,8 +3630,8 @@ msgstr "Submeter alteraçoes" msgid "Submit questionnaire" msgstr "Submeter questionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3535,25 +3641,28 @@ msgstr "Submeter questionario" msgid "Submitted" msgstr "Submitido" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Subscrever" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Subcrever um alerta de e-mail" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3586,8 +3695,8 @@ msgstr "Resultados teste" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3644,7 +3753,7 @@ msgstr "Essa imagem não parece ter sido carregada corretamente (%s), por favor 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3654,11 +3763,11 @@ msgstr "Esse local não parece estar em Mindelo, por favor tente novamente." 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:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." @@ -3670,7 +3779,7 @@ msgstr "Esse relatório não pode ser visualizado em %s." msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3690,10 +3799,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3710,6 +3819,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3720,11 +3833,15 @@ msgstr "O conselho não vai ser capaz de ajudar a menos que você deixe o máxim 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "O erro foi: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Os seguintes atributos Open311 v2 são devolvidos para cada solicitação: service_request_id, descrição, lat, long, MEDIA_URL, status, requested_datetime, updated_datetime, service_code e service_name." @@ -3763,10 +3880,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3776,9 +3897,9 @@ msgstr "As passwords não são iguais" 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: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/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3797,18 +3918,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Não existem relatórios a apresentar" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favor, tente novamente mais tarde." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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." @@ -3817,7 +3938,7 @@ msgstr "Houve um problema com o email / combinação de senha. Se você não lem 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:353 +#: 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." @@ -3825,7 +3946,7 @@ msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." msgid "There were problems with your report. Please see below." msgstr "Houve problemas com o seu relatório. Por favor, veja abaixo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3873,8 +3994,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3888,9 +4009,10 @@ msgstr "Este e-mail foi enviado para ambos os conselhos que cobrem o local do pr msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este e-mail foi enviado para vários conselhos que cobrem o local do problema, como a categoria selecionada é fornecida para todos eles, por favor, ignorar se você não é o conselho correto para lidar com o problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Esta informação é necessária" @@ -3919,8 +4041,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Este relatório está aguardando moderação." @@ -3952,7 +4074,7 @@ msgstr "Esta página também contém uma foto do problema, fornecido pelo usuár msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Timeline" @@ -3981,6 +4103,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4018,16 +4148,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4043,17 +4181,21 @@ msgstr "Tente novamente" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "por arranjar" @@ -4067,7 +4209,7 @@ msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Erro desconhecido" @@ -4082,10 +4224,11 @@ msgstr "Desconhecido problema com ID" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Actualizar" @@ -4102,7 +4245,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Atualize corpo" @@ -4138,13 +4281,23 @@ msgstr "Atualizar status" msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Postado por <strong>%s</strong> (%s) em %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Postado por <strong>%s</strong> em %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Actualizado!" @@ -4154,7 +4307,7 @@ msgstr "Actualizado!" msgid "Updates" msgstr "Actualizaçoes" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4168,8 +4321,8 @@ msgstr "Atualizações sobre {{título}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4183,7 +4336,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4196,11 +4349,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Bandeira usuário removida" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Usuário sinalizado" @@ -4213,9 +4366,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Usuários" @@ -4224,9 +4377,9 @@ msgstr "Usuários" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Valores atualizados" @@ -4273,7 +4426,7 @@ msgstr "Encontramos mais de uma correspondência para essa localização. Mostra msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4308,7 +4461,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Quando editar" @@ -4317,7 +4470,15 @@ msgstr "Quando editar" msgid "When sent" msgstr "Quando enviar" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4329,8 +4490,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4365,7 +4526,7 @@ msgstr "" msgid "Year" msgstr "Ano" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4380,7 +4541,7 @@ msgstr "Ano" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Sim" @@ -4414,6 +4575,10 @@ msgstr "Você pode <a href=\"%s%s\"> ver o problema neste site </a>." msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4432,7 +4597,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4506,7 +4671,6 @@ msgstr "Os meus relatórios" 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:80 @@ -4519,7 +4683,7 @@ msgid "Your email" msgstr "O seu e-mail" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4530,10 +4694,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4543,11 +4707,11 @@ msgstr "Nome" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4555,7 +4719,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4593,8 +4757,8 @@ msgstr "" msgid "Your updates" msgstr "Suas atualizações" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4603,14 +4767,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "por %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4635,7 +4799,7 @@ msgstr "" msgid "from %s different users" msgstr "e %s usuários diferentes" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "Última atualizada %s" @@ -4644,44 +4808,7 @@ msgstr "Última atualizada %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "marcados como fechados" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "marcado como fixo" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4692,14 +4819,10 @@ msgstr "n / a" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "ou" - #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" msgstr "ou localizár-me automaticamente" @@ -4723,15 +4846,6 @@ msgstr "originalmente introduzido: \"%s\"" msgid "other areas:" msgstr "outras áreas:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "reaberto" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "sair" @@ -4745,6 +4859,11 @@ msgstr "o município local" 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" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Visualizando um local" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -4897,7 +5016,7 @@ 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 dos relatórios" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4918,7 +5037,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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, abrangido por este local." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4931,3 +5050,72 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s ala, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, %s dentro da ala" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(alternativamente, o feed RSS pode ser personalizado, dentro de %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Escolha um tipo de categoria --" + +#~ msgid "Closed reports" +#~ msgstr "relatórios fechados" + +#~ msgid "Closed:" +#~ msgstr "Fechado" + +#~ msgid "Duplicate" +#~ msgstr "Duplicar" + +#~ msgid "Fixed reports" +#~ msgstr "relatórios corrigidos" + +#~ msgid "Fixed:" +#~ msgstr "Corrigido:" + +#~ 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';." + +#~ msgid "In Progress" +#~ msgstr "Em andamento" + +#~ msgid "Investigating" +#~ msgstr "Investigando" + +#~ msgid "No further action" +#~ msgstr "Incapaz de ser resolvido" + +#~ msgid "Not Responsible" +#~ msgstr "Nao responsavel" + +#~ msgid "Or problems reported to:" +#~ msgstr "Ou os problemas relatados para:" + +#~ 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 concelho você está inserido" + +#~ msgid "Please choose a property type" +#~ msgstr "Por favor, escolha um tipo de imóvel" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemas dentro do limite de:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "O alerta mais simples é o nosso único ponto localizaçao geográfica:" + +#~ msgid "marked as closed" +#~ msgstr "marcados como fechados" + +#~ msgid "marked as fixed" +#~ msgstr "marcado como fixo" + +#~ msgid "or" +#~ msgstr "ou" + +#~ msgid "reopened" +#~ msgstr "reaberto" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index a9c711a87..c61e5df0b 100644 --- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/mysociety/teams/12067/ro_RO/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "şi" @@ -91,25 +91,6 @@ msgstr "%s chestionare trimise – %s completate (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -133,23 +114,27 @@ msgstr "" msgid "(No phone number)" msgstr "" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(închis)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(o distanță implicită ce acoperă în jur de 200 000 de locuitori)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(rezolvat)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(cum ar fi graffiti, gunoaie depozitate ilegal, pavaj spart sau iluminat stradal)" @@ -158,7 +143,7 @@ msgstr "(cum ar fi graffiti, gunoaie depozitate ilegal, pavaj spart sau iluminat msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(netrimis)" @@ -166,20 +151,21 @@ msgstr "(netrimis)" msgid "(optional)" msgstr "(opțional)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Alege un tip de proprietate --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +174,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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,8 +195,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -230,30 +216,25 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -267,18 +248,35 @@ msgid "Add a contact using the form below." msgstr "" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(opțional)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -291,15 +289,15 @@ msgstr "" msgid "Add user" msgstr "Adaugă utilizator" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -327,13 +325,14 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -346,13 +345,20 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +msgid "All cobrands" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -381,13 +387,18 @@ msgstr "" msgid "Anonymous" msgstr "" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +msgid "Anonymous user" +msgstr "" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -401,7 +412,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -433,11 +444,11 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "" @@ -478,7 +489,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" @@ -491,13 +502,13 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -519,7 +530,11 @@ msgstr "" msgid "By Date" msgstr "" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -527,7 +542,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -540,8 +555,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -552,7 +567,7 @@ msgstr "" msgid "Category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -592,11 +607,11 @@ msgstr "" msgid "Change password" msgstr "" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -613,7 +628,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -642,22 +657,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -665,23 +679,17 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -695,11 +703,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -725,7 +737,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -761,8 +773,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "" @@ -820,24 +832,32 @@ msgstr "" msgid "Count" msgstr "" +#: templates/web/base/admin/states/index.html:114 +msgid "Create" +msgstr "" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -867,7 +887,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -883,27 +903,36 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -941,7 +970,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -950,7 +979,7 @@ 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/auth/general.html:60 #: 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 @@ -958,7 +987,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -970,7 +999,7 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -978,16 +1007,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -999,43 +1023,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1058,15 +1082,15 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1074,13 +1098,14 @@ msgstr "" msgid "Email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1092,7 +1117,7 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "" @@ -1117,8 +1142,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1133,7 +1158,7 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1152,7 +1177,7 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1172,8 +1197,8 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1198,12 +1223,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1214,7 +1239,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "" @@ -1226,13 +1251,19 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +msgid "Extra Fields" +msgstr "" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1240,6 +1271,11 @@ msgstr "" msgid "Failed to send message" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1253,49 +1289,32 @@ msgstr "" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,21 +1344,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1368,10 +1391,14 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1381,8 +1408,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1392,7 +1419,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1420,22 +1447,13 @@ msgstr "" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1478,11 +1496,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "" @@ -1499,12 +1521,12 @@ msgid "How to send successful reports" msgstr "" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1524,17 +1546,25 @@ msgstr "" msgid "ID" msgstr "" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1545,7 +1575,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1568,7 +1598,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1603,11 +1633,6 @@ msgstr "" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "" @@ -1616,17 +1641,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1650,11 +1672,11 @@ msgstr "" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1662,11 +1684,6 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1675,7 +1692,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "" @@ -1683,21 +1700,14 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1706,23 +1716,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1749,23 +1777,27 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "" @@ -1796,13 +1828,13 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1812,7 +1844,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1821,11 +1853,11 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1841,7 +1873,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1869,7 +1901,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1882,7 +1914,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1891,7 +1923,7 @@ msgid "Moderated by division within one working day" msgstr "" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1899,23 +1931,28 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1934,7 +1971,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1947,8 +1984,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1958,15 +1995,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "" @@ -1992,7 +2037,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2021,6 +2066,7 @@ msgid "New reports" msgstr "" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "" @@ -2030,7 +2076,7 @@ msgstr "" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2038,7 +2084,7 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2050,7 +2096,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "" @@ -2066,7 +2112,7 @@ msgstr "" msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "" @@ -2082,21 +2128,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2104,8 +2145,8 @@ msgstr "" msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2138,13 +2179,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2163,7 +2199,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2185,6 +2221,10 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2215,20 +2255,17 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2255,21 +2292,25 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2292,17 +2333,16 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2310,7 +2350,7 @@ msgstr "" msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "" @@ -2322,7 +2362,7 @@ msgstr "" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2330,7 +2370,7 @@ msgstr "" msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" @@ -2390,12 +2430,8 @@ msgstr "" msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2413,26 +2449,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -2448,18 +2480,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2470,14 +2502,14 @@ msgid "Please enter a password" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2489,7 +2521,7 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" @@ -2498,8 +2530,8 @@ msgstr "" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2522,8 +2554,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2586,7 +2618,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2640,19 +2672,19 @@ msgstr "" msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "" @@ -2664,12 +2696,12 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2684,7 +2716,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2715,7 +2747,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "" @@ -2723,11 +2755,15 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" +#: templates/web/base/alert/_list.html:22 +msgid "Problems in an area" +msgstr "" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "" @@ -2740,13 +2776,14 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "" @@ -2754,16 +2791,16 @@ msgstr "" msgid "Problems within %s ward" msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2773,11 +2810,11 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "" @@ -2795,7 +2832,7 @@ msgstr "" msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2823,7 +2860,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2851,11 +2888,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2880,7 +2917,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2894,7 +2931,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2902,7 +2939,15 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +msgid "Remove" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:4 +msgid "Remove field" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "" @@ -2932,8 +2977,8 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2948,7 +2993,7 @@ msgstr "" msgid "Report abuse" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2971,7 +3016,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "" @@ -2981,7 +3026,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "" @@ -2995,27 +3040,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3033,8 +3078,8 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3048,10 +3093,18 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/alert/_list.html:54 +msgid "Reports by destination" +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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" @@ -3060,18 +3113,30 @@ msgstr "" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +msgid "Reports sent to %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +msgid "Reports sent to %s, within %s ward" +msgstr "" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" @@ -3130,15 +3195,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3154,23 +3219,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3179,6 +3249,10 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +msgid "Scheduled" +msgstr "" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3212,22 +3286,22 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3242,11 +3316,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "" @@ -3259,7 +3333,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3285,6 +3359,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3297,9 +3372,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "" @@ -3328,16 +3403,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3383,14 +3458,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3412,11 +3487,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3433,20 +3508,24 @@ msgid "Start Date:" msgstr "" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" +#: templates/web/base/report/update.html:48 +msgid "State changed to:" +msgstr "" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3456,8 +3535,13 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3479,6 +3563,10 @@ msgstr "" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "" @@ -3497,7 +3585,7 @@ msgid "Subject:" msgstr "" #: 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_loggedin.html:63 #: 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 @@ -3518,8 +3606,8 @@ msgstr "" msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3529,25 +3617,27 @@ msgstr "" msgid "Submitted" msgstr "" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +msgid "Subscribe by email" msgstr "" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3580,8 +3670,8 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3638,7 +3728,7 @@ msgstr "" 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3648,11 +3738,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "" @@ -3664,7 +3754,7 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3684,10 +3774,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3704,6 +3794,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3714,11 +3808,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3757,10 +3855,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3770,8 +3872,8 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:96 @@ -3791,18 +3893,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "" @@ -3811,7 +3913,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3819,7 +3921,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" @@ -3867,8 +3969,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3882,9 +3984,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3913,8 +4016,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" @@ -3946,7 +4049,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3975,6 +4078,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4012,16 +4123,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4037,17 +4156,21 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4061,7 +4184,7 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" @@ -4076,10 +4199,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -4096,7 +4220,7 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4132,13 +4256,21 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +msgid "Updated by <strong>%s</strong> at %s" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "" @@ -4148,7 +4280,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4162,8 +4294,8 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4177,7 +4309,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4190,11 +4322,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4207,9 +4339,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" @@ -4218,9 +4350,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "" @@ -4267,7 +4399,7 @@ msgstr "" msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4302,7 +4434,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -4311,7 +4443,15 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4323,8 +4463,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4359,7 +4499,7 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4374,7 +4514,7 @@ msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "" @@ -4408,6 +4548,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4426,7 +4570,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4500,7 +4644,6 @@ msgstr "Rapoartele dvs." 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:80 @@ -4513,7 +4656,7 @@ msgid "Your email" msgstr "" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4524,10 +4667,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4537,11 +4680,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4549,7 +4692,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4587,8 +4730,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4597,14 +4740,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "marcat ca raport duplicat" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4629,7 +4772,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4638,44 +4781,7 @@ msgstr "" msgid "less than a minute" msgstr "mai puţin de un minut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "marcat ca acţiune planificată" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "marcat ca trimitere internă" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "marcat ca închis" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "marcat ca rezolvat" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "marcat ca fiind în curs de desfăşurare" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "marcat ca fiind în curs de cercetare" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "marcat ca imposibil de rezolvat" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "marcat ca nefiind responsabilitatea consiliului" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "marcat ca planificat" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4686,13 +4792,10 @@ msgstr "indisponibil" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "sau" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "marcat ca nefiind responsabilitatea consiliului" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4717,15 +4820,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4739,6 +4833,10 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +msgid "this location" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4908,7 +5006,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4932,7 +5030,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4947,3 +5045,36 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Alege un tip de proprietate --" + +#~ msgid "closed as a duplicate report" +#~ msgstr "marcat ca raport duplicat" + +#~ msgid "marked as action scheduled" +#~ msgstr "marcat ca acţiune planificată" + +#~ msgid "marked as an internal referral" +#~ msgstr "marcat ca trimitere internă" + +#~ msgid "marked as closed" +#~ msgstr "marcat ca închis" + +#~ msgid "marked as fixed" +#~ msgstr "marcat ca rezolvat" + +#~ msgid "marked as in progress" +#~ msgstr "marcat ca fiind în curs de desfăşurare" + +#~ msgid "marked as investigating" +#~ msgstr "marcat ca fiind în curs de cercetare" + +#~ msgid "marked as no further action" +#~ msgstr "marcat ca imposibil de rezolvat" + +#~ msgid "marked as planned" +#~ msgstr "marcat ca planificat" + +#~ msgid "or" +#~ msgstr "sau" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index 8be58dc7e..103e4256d 100644 --- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Russian (https://www.transifex.com/mysociety/teams/12067/ru/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "и" @@ -97,31 +97,6 @@ msgstr "Отправлено опросов: %s – получено отв msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"Сайт %s работает так: система отсылает сообщения \n" -"о проблеме в соответствующий орган местного самоуправления по категориям, \n" -"поэтому проблемы, обнаруженные внутри границ округа, могут не совпадать с запросами, которые отправляются в правление.\n" -"Например, обращение о новом граффити \n" -"будет отправлено в орган самоуправления района и появится в обоих уведомлениях этого самоуправления. Но для органа самоуправления области оно появится только в \n" -"разделе «Внутри границ области»." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s район, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, в пределах района: %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© участники проекта <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>" @@ -130,7 +105,7 @@ msgstr "© участники проекта <a href=\"http://www.openstreet msgid "(Defect & location of defect)" msgstr "(Повреждение и местоположение повреждения)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(адрес эл. почты в таблице пользователей, которые писали оскорбительные комментарии)" @@ -145,23 +120,27 @@ msgstr "(имя отсутствует)" msgid "(No phone number)" msgstr "(номер телефона отсутствует)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(RSS-фид можно настроить по параметру удаленности: %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(закрыто)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(Территория, заданная по умолчанию, на которой проживают примерно 200 000 человек)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(исправлено)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(например: граффити, мусор в неположенных местах, поврежденная тротуарная плитка, разбитые уличные фонари)" @@ -170,7 +149,7 @@ msgstr "(например: граффити, мусор в неположенн msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(не отправлено в органы самоуправления)" @@ -178,20 +157,22 @@ msgstr "(не отправлено в органы самоуправления) msgid "(optional)" msgstr "(необязательно)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(отправлено в обе инстанции)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS-фид о проблемах в пределах: %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Выберите категорию --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Выберите тип имущества --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -200,16 +181,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -224,8 +205,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Показать отчеты:</label> %s <label for=\"filter_categories\">в категории:</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -245,30 +227,25 @@ msgstr "<strong>Нет</strong> Я хочу подтвердить свое об msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Нет</strong> Я хочу подтвердить обновление электронным письмом" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Да</strong> У меня есть пароль" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Действие запланировано" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -285,18 +262,35 @@ msgid "Add a contact using the form below." msgstr "Добавить контакт с помощью формы." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Добавить учреждение" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Добавить категорию" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(необязательно)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -309,15 +303,15 @@ msgstr "" msgid "Add user" msgstr "Добавить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -345,13 +339,14 @@ msgstr "Создано уведомление «%d» для: %s. Тип: %s, п msgid "Alert %d disabled (created %s)" msgstr "Уведомление «%d» отключено (создано: %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Оповещать меня об обновлениях в будущем" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -364,13 +359,21 @@ msgid "All Reports as CSV" msgstr "Все обращения в виде CSV-файлов" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Кобренд" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -399,13 +402,19 @@ msgstr "В обновлении эта неполадка помечена ка msgid "Anonymous" msgstr "Анонимно" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Анонимно" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -419,7 +428,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -451,11 +460,11 @@ msgstr "Направить во внешнее учреждение:" msgid "Assign to subdivision:" msgstr "Направить в подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Направлено сюда: %s" @@ -496,7 +505,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Ожидает модерации" @@ -509,13 +518,13 @@ msgstr "Назад" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Добавить адрес эл. почты в черный список" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -537,7 +546,11 @@ msgstr "Учреждение:" msgid "By Date" msgstr "По дате" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Письмо не пришло? Оно могло попасть в папку «Спам»." @@ -545,7 +558,7 @@ msgstr "Письмо не пришло? Оно могло попасть в па msgid "Can't see the map? <em>Skip this step</em>" msgstr "Карта не отображается? <em>Пропустите этот шаг</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -558,8 +571,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -570,7 +583,7 @@ msgstr "" msgid "Category" msgstr "Категория" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -610,11 +623,11 @@ msgstr "" msgid "Change password" msgstr "Сменить пароль" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -640,7 +653,7 @@ msgstr "" "Выберите название <strong>категории</strong> которое будет понятно не только другим пользователям (например, «Выбоина» или «Уличное освещение»), но и \n" " сотрудникам учреждения. Варианты названий отобразятся в раскрывающемся меню на странице подачи обращений." -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -669,22 +682,22 @@ msgstr "Чтобы опубликовать ваш запрос, пройдит msgid "Click the link in our confirmation email to publish your update." msgstr "Чтобы опубликовать ваше обновление, пройдите по ссылке, указанной в письме." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Чтобы войти, пройдите по ссылке, указанной в письме." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Чтобы войти, пройдите по ссылке, указанной в письме." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -692,23 +705,17 @@ msgstr "Чтобы войти, пройдите по ссылке, указан msgid "Closed" msgstr "Закрыто" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Закрыто органом самоуправления" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "закрытые обращения" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Закрыто:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Координаторы:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Кобренд" @@ -722,11 +729,15 @@ msgstr "Данные о кобренде:" msgid "Cobrand:" msgstr "Кобренд:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -752,7 +763,7 @@ msgstr "" msgid "Confirmation" msgstr "Подтверждение" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -788,8 +799,8 @@ msgstr "Свяжитесь с командой" msgid "Coordinates:" msgstr "Координаты:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Не удалось найти пользователя" @@ -847,24 +858,33 @@ msgstr "Орган самоуправления:" msgid "Count" msgstr "Подсчет" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Создано" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Создать обращение" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Создать категорию" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -894,7 +914,7 @@ msgstr "Статус" msgid "Currently no bodies have been created." msgstr "В данный момент на сайте не зарегистрировано ни одного учреждения." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Невозможно связаться с покупателем" @@ -910,27 +930,36 @@ msgstr "Панель управления" msgid "Dealt with by subdivision within 5 working days" msgstr "Вопрос решен подразделением в течение 5 рабочих дней" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Удалить шаблон" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Удалено" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -968,7 +997,7 @@ msgid "Diligency prize league table" msgstr "Таблица самых активных пользователей" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -977,7 +1006,7 @@ 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/auth/general.html:60 #: 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 @@ -985,7 +1014,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "У вас есть пароль на сайте %s?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -997,7 +1026,7 @@ msgstr "Не знаю" msgid "Don't like forms?" msgstr "Не любите заполнять формы?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1005,16 +1034,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Создать копию" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1030,43 +1054,43 @@ msgstr "" " Следовательно, вы можете добавлять много категорий для одного контакта учреждения.\n" " " -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Редактировать информацию об учреждении" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1089,15 +1113,15 @@ msgstr "Редактирование обновления: %d" msgid "Editing user %d" msgstr "Редактирование данных о пользователе: %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Редактор" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1105,13 +1129,14 @@ msgstr "Редактор" msgid "Email" msgstr "Адрес эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1123,7 +1148,7 @@ msgstr "Создано уведомление по эл. почте" msgid "Email alert deleted" msgstr "Уведомление по эл. почте удалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Этот адрес эл. почты уже находится в черном списке" @@ -1152,8 +1177,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1171,7 +1196,7 @@ msgstr "Дата окончания:" msgid "Endpoint" msgstr "Конечная точка" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Введите название улицы в Цюрихе" @@ -1190,7 +1215,7 @@ msgstr "Введите индекс ближайшего отделения св msgid "Enter a nearby street name and area" msgstr "Введите название ближайшей улицы и регион" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1210,8 +1235,8 @@ msgstr "Подробно опишите проблему" msgid "Error" msgstr "Ошибка" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Всё" @@ -1236,12 +1261,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1252,7 +1277,7 @@ msgstr "Внешн." msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Внешний URL" @@ -1264,13 +1289,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Дополнительная информация:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Дополнительная информация:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1278,6 +1310,11 @@ msgstr "" msgid "Failed to send message" msgstr "Не удалось отправить сообщение" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1291,49 +1328,32 @@ msgstr "Впервые" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Исправлено" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Исправлено (орган самоуправления)" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Исправлено (пользователь)" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "решенные проблемы" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Исправлено:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Пометить как удаленное" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Пометить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Помечено" @@ -1363,21 +1383,25 @@ msgstr "Чтобы посмотреть только обращения, отн msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Перенаправлено во внешнее учреждение" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Пожелание перенаправлено во внешнее учреждение" @@ -1406,10 +1430,14 @@ msgstr "Получать новости о ходе работы над непо msgid "Get updates of problems in this %s" msgstr "Получать новости о неполадках в:" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Подпишите меня на RSS-фид" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Здорово, что проблема решена!" @@ -1419,8 +1447,8 @@ msgstr "Здорово, что проблема решена!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1430,7 +1458,7 @@ msgstr "Поехали!" msgid "Going to send questionnaire?" msgstr "Собираетесь отправить опрос?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1458,22 +1486,13 @@ msgstr "Помощь" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Привет, %s!" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1516,11 +1535,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "История" @@ -1537,12 +1560,12 @@ msgid "How to send successful reports" msgstr "Как успешно создавать и отправлять обращения" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Я сообщаю о проблеме на @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Я обновляю информацию о проблеме на @fixmystreet" @@ -1562,8 +1585,8 @@ msgstr "Нам не удалось найти ваше обращение в б msgid "ID" msgstr "Идентификатор" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1571,10 +1594,18 @@ msgstr "" "Введите название <strong>ответственной организации</strong> если это учреждение работает под началом другой организации.\n" " В случае с базовыми установками вам не нужно объединять учреждения." +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1587,7 +1618,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1612,7 +1643,7 @@ msgstr "" "Если вы хотите внести новую публичную информацию о неполадке,\n" "введите ее здесь (важно: новые данные не будут отправлены в орган самоуправления)." -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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) или его эквивалент." @@ -1655,11 +1686,6 @@ msgstr "Неверный идентификатор" msgid "Illegal feed selection" msgstr "Неверно выбран фид" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "В процессе" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "Вы в черном списке?" @@ -1668,17 +1694,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "В процессе" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1702,11 +1725,11 @@ msgstr "Нверно задано значение has_photo \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1714,11 +1737,6 @@ msgstr "" msgid "Internal notes" msgstr "Внутренние заметки" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Внутренний реферал" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1727,7 +1745,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Неверно задано значение agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Неверно указана дата окончания" @@ -1735,21 +1753,14 @@ msgstr "Неверно указана дата окончания" msgid "Invalid format %s specified." msgstr "Неверно задан формат: %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Неверно указана дата начала" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Расследование" - #: templates/web/base/contact/blurb.html:2 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>: возможно, вы найдете там нужную информацию." @@ -1758,23 +1769,41 @@ msgstr "Загляните в раздел <a href=\"%s\">Часто задав msgid "It’s on its way to the council right now." msgstr "Отправлено в орган самоуправления." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Юрисдикция неизвестна" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Юрисдикция неизвестна" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1801,23 +1830,27 @@ msgstr "Последнее обновление:" msgid "Last update:" msgstr "Последнее обновление:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Все сообщения о неполадках в виде списка" @@ -1848,13 +1881,13 @@ msgstr "Местные уведомления" msgid "Locate the problem on a map of the area" msgstr "Укажите на карте местоположение проблемы" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1864,7 +1897,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1873,11 +1906,11 @@ msgstr "" msgid "MAP" msgstr "КАРТА" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1893,7 +1926,7 @@ msgstr "Пометить как отправленное" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "<strong>Помечайте</strong> тех пользователей, за действиями которых вы хотите следить." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1921,7 +1954,7 @@ msgstr "Не найден параметр jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1934,7 +1967,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1943,7 +1976,7 @@ msgid "Moderated by division within one working day" msgstr "Прошло модерацию в течение одного рабочего дня" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1951,23 +1984,28 @@ msgstr "" msgid "Month" msgstr "Месяц" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1986,7 +2024,7 @@ msgstr "Имя:" msgid "Name: %s" msgstr "Имя: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1999,8 +2037,8 @@ msgstr "Ближайшая к метке дорога (генерируется msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ближайший к метке почтовый индекс (генерируется автоматически): %s (%sm мил.)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Ближайшая к метке дорога (генерируется автоматически с использованием сервиса Bing Maps): %s" @@ -2012,15 +2050,23 @@ msgstr "" "Ближайшая к метке дорога (генерируется автоматически с использованием Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Почти готово! Проверьте почту…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Добавлено новое учреждение" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Добавлен новый контакт в категории" @@ -2046,7 +2092,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2075,6 +2121,7 @@ msgid "New reports" msgstr "Новые обращения" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Новый статус" @@ -2084,7 +2131,7 @@ msgstr "Новый статус" msgid "New template" msgstr "Новый шаблон" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2092,7 +2139,7 @@ msgstr "" msgid "Next" msgstr "Далее" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2104,7 +2151,7 @@ msgstr "Далее" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Нет" @@ -2120,7 +2167,7 @@ msgstr "Нет учреждения" msgid "No council" msgstr "Нет органа самоуправления" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Орган самоуправления не выбран" @@ -2136,21 +2183,16 @@ msgstr "Не найдено помеченных неполадок." msgid "No flagged users found." msgstr "Не найдено помеченных пользователей." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Невозможно устранить" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Пока нет обновлений" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2158,8 +2200,8 @@ msgstr "" msgid "No result returned" msgstr "Результатов нет" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2198,13 +2240,8 @@ msgstr "" " В зависимости от должности, сотрудники могут иметь доступ к панели управления (там содержится краткая информация\n" " о действиях их учреждения), а также возможность скрывать обращения или устанавливать специфические статусы обращений." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Ответственности не несет" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2223,7 +2260,7 @@ msgid "Not reported to council" msgstr "Первое обращение в органы самоуправления" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Примечание" @@ -2245,6 +2282,10 @@ msgstr "Примечание: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Заметки SDM для DM" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Теперь обращение можно отправить…" @@ -2275,20 +2316,17 @@ msgstr "" msgid "Old state" msgstr "Давний статус" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2315,21 +2353,25 @@ msgstr "Веб-страница сервиса Open311" msgid "Open311 specification" msgstr "Спецификация Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Или данные о неполадках, отправленные сюда:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2352,17 +2394,16 @@ msgstr "Владелец" msgid "Page Not Found" msgstr "Страница не найдена" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Родительская" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Частичная" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2370,7 +2411,7 @@ msgstr "Частичная" msgid "Password (optional)" msgstr "Пароль (необязательно)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Пароль:" @@ -2382,7 +2423,7 @@ msgstr "Постоянная ссылка" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Обращение отправлено:" @@ -2391,7 +2432,7 @@ msgstr "Обращение отправлено:" msgid "Phone number" msgstr "Номер телефона" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Номер телефона (необязательно)" @@ -2451,12 +2492,8 @@ msgstr "" msgid "Place pin on map" msgstr "Поставить метку на карте" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2474,26 +2511,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Выберите категорию" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Выберите тип имущества" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Исправьте ошибки ниже" @@ -2512,18 +2545,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будьте вежливы! Грубые, некорректные обращения к представителям органов самоуправления дискредитируют всех пользователей сервиса. " -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Введите текст сообщения" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2534,14 +2567,14 @@ msgid "Please enter a password" msgstr "Введите пароль" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Введите тему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2553,7 +2586,7 @@ msgstr "Введите действующий адрес эл. почты" msgid "Please enter a valid email address" msgstr "Введите действующий адрес эл. почты" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Введите дополнительную информацию" @@ -2562,8 +2595,8 @@ msgstr "Введите дополнительную информацию" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2586,8 +2619,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Введите свое полное имя. Эта информация необходима представителям органов самоуправления. Если вы не хотите, чтобы ваше полное имя отображалось на сайте, снимите галочку ниже." #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2650,7 +2683,7 @@ msgstr "" msgid "Please note:" msgstr "Внимание:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2704,19 +2737,19 @@ msgstr "Введите новые данные здесь" msgid "Post" msgstr "Опубликовать" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Опубликовано анонимно (%s)" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Автор публикации: %s, время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Автор публикации: <strong>%s</strong> (%s), время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Автор публикации: <strong>%s</strong>, время публикации: %s" @@ -2728,12 +2761,12 @@ msgstr "На базе платформы <a class=\"platform-logo\" href=\"http: msgid "Previous" msgstr "Предыдущая" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2748,7 +2781,7 @@ msgid "Privacy and cookies" msgstr "Конфиденциальность и файлы cookie" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Доступ ограничен" @@ -2779,7 +2812,7 @@ msgstr "Проблема (%s) отправлена в орган самоупр msgid "Problem breakdown by state" msgstr "Сортировка проблем по статусу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Проблема помечена как открытая." @@ -2787,11 +2820,16 @@ msgstr "Проблема помечена как открытая." msgid "Problem state change based on survey results" msgstr "Смена статуса проблемы на основании результатов опроса" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблемы" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Проблемы в пределах этого района: %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Проблемы поблизости" @@ -2804,13 +2842,15 @@ msgstr "Проблемы на карте" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Недавно решенные проблемы на сайте FixMyStreet" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Проблемы в пределах %.1fkm от этого места" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Проблемы в пределах этого места: %s" @@ -2818,16 +2858,17 @@ msgstr "Проблемы в пределах этого места: %s" msgid "Problems within %s ward" msgstr "Проблемы в пределах этого района: %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Проблемы в пределах этого места: %s, %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Проблемы в пределах этого места:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Адрес имущества:" @@ -2837,11 +2878,11 @@ msgstr "Адрес имущества:" msgid "Provide an update" msgstr "Предоставить новые данные" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Имя и пароль необязательны. Но когда вы предоставите эти данные, вы сможете быстрее сообщать о проблемах, вводить новые данные о них и редактировать свои обращения." @@ -2859,7 +2900,7 @@ msgstr "" msgid "Public response:" msgstr "Публичный ответ:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2887,7 +2928,7 @@ msgstr "Опрос (%d) отправлен для проблемы «%d»" msgid "Questionnaire filled in by problem reporter" msgstr "Опрос заполнен автором обращения" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2915,11 +2956,11 @@ msgstr "%s: RSS-фид" msgid "RSS feed of %s, within %s ward" msgstr "%s: RSS-фид, в пределах района: %s" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS-фид о проблемах поблизости" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2944,7 +2985,7 @@ msgstr "RSS-фид об обновлениях по этой проблеме" msgid "Receive email when updates are left on this problem." msgstr "Получать эл. письма об обновлениях по этой проблеме." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2958,7 +2999,7 @@ msgstr "Недавние проблемы поблизости, %s" msgid "Recently reported problems" msgstr "Недавние обращения о проблемах" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2966,7 +3007,17 @@ msgstr "" 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 предназначен для регистрации материальных проблем, которые возможно устранить, и работы с ними. Если проблема, о которой вы хотите сообщить, не соответствует тематике сайта, обратитесь в местный орган самоуправления через соответствующий сайт." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Удалить пометку" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Удалить пометку" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Удалить пометку" @@ -2996,8 +3047,8 @@ msgstr "Ответить пользователю:" msgid "Report" msgstr "Сообщить" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -3012,7 +3063,7 @@ msgstr "Сообщить о проблеме" msgid "Report abuse" msgstr "Сообщить об оскорбительном поведении" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3035,7 +3086,7 @@ msgstr "Сообщить о своей проблеме" msgid "Report, view, or discuss local problems" msgstr "Городские проблемы. Сообщайте, просматривайте, обсуждайте." -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Сообщено анонимно в: %s" @@ -3045,7 +3096,7 @@ msgstr "Сообщено анонимно в: %s" msgid "Reported before" msgstr "Сообщено ранее" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Автор обращения: %s, время отправки: %s" @@ -3059,27 +3110,27 @@ msgstr "Автор обращения:" msgid "Reported in the %s category" msgstr "Обращение отнесено к категории: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Обращение (категория: %s) отправлено анонимно в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Обращение (категория: %s), автор: %s, отправлено в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Анонимно отправлено через: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Отправлено через: %s, автор: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Анонимно отправлено через: %s, категория: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Отправлено через: %s, категория: %s, автор обращения: %s, время отправки: %s" @@ -3097,8 +3148,8 @@ msgstr "Обращение отправлено:" msgid "Reporting a problem" msgstr "Сообщение о проблеме" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3112,10 +3163,19 @@ msgstr "Количество символов в тексте обращения msgid "Reports awaiting approval" msgstr "Обращения, ожидающие проверки" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Автор обращения: %s, время отправки: %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Опубликованные обращения" @@ -3124,18 +3184,33 @@ msgstr "Опубликованные обращения" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Сообщить о пользователе: %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "%s: RSS-фид, в пределах района: %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "Необходимо добавить фото" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Отправить обращение еще раз" @@ -3194,15 +3269,15 @@ msgstr "Дорога находится в ведении: %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Дорога находится в ведении (информация из ресурса OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3218,23 +3293,28 @@ msgstr "Перед поворотом фото необходимо сохран msgid "Satellite" msgstr "Спутник" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Сохранить изменения" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3243,6 +3323,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Действие запланировано" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3276,23 +3361,23 @@ msgstr "Пользователи не найдены." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Выберите учреждение" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Выберите местность" -#: 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-фида, либо введите свой адрес эл. почты, чтобы подписаться на рассылку уведомлений." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3306,11 +3391,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Обращение возвращено" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Отправлено позже: %s %s" @@ -3323,7 +3408,7 @@ msgstr "Отправлено:" msgid "Service:" msgstr "Сервис:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3349,6 +3434,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3361,9 +3447,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Показывать мое имя на сайте" @@ -3392,16 +3478,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3449,14 +3535,14 @@ msgstr "Указана неверная ссылка" msgid "Sorry, there has been an error confirming your problem." msgstr "При подтверждении вашего обращения произошла ошибка." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3478,11 +3564,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3499,20 +3585,25 @@ msgid "Start Date:" msgstr "Дата начала:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Статус" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Сохранить изменения" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3522,8 +3613,14 @@ msgstr "Статус" msgid "State:" msgstr "Статус:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Статус" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3545,6 +3642,10 @@ msgstr "Открыто (через опрос): %s" msgid "Street View" msgstr "Просмотр улиц" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Субкатегория: %s" @@ -3563,7 +3664,7 @@ msgid "Subject:" msgstr "Тема:" #: 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_loggedin.html:63 #: 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 @@ -3584,8 +3685,8 @@ msgstr "Отправить изменения" msgid "Submit questionnaire" msgstr "Отправить опрос" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3595,25 +3696,28 @@ msgstr "Отправить опрос" msgid "Submitted" msgstr "Отправлено" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Подписаться" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Присылать мне уведомления по эл. почте" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3646,8 +3750,8 @@ msgstr "Результаты опроса" msgid "Template «%s»" msgstr "Шаблон «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Шаблоны" @@ -3704,7 +3808,7 @@ msgstr "Кажется, возникли трудности с загрузко 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "Это местоположение находится за пределами Великобритании. Повторите попытку." @@ -3714,11 +3818,11 @@ msgstr "Это местоположение находится за предел msgid "That postcode was not recognised, sorry." msgstr "Не удалось распознать индекс." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Проблема помечена как отправленная." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." @@ -3730,7 +3834,7 @@ msgstr "Просмотр обращения невозможен на этом msgid "That report has been removed from FixMyStreet." msgstr "Это обращение было удалено с сайта FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3756,10 +3860,10 @@ msgstr "" "Данные о <strong>юрисдикции</strong> необходимы только, если конечная точка используется для нескольких\n" " учреждений. Если учреждение привязано к отдельной конечной точке, оставьте это поле пустым." -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3780,6 +3884,10 @@ msgstr "" "<strong>Название</strong> учреждения является его идентификатором (например, <em>Районный орган самоуправления графства Борсетшир</em>).\n" " Название учреждения может быть видно всем пользователям сайта." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3790,11 +3898,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Ошибка: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Следующие параметры Open311 версии 2 возвращаются для каждого запроса: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code и service_name." @@ -3833,10 +3945,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Список доступных местоположений предоставлен сервисом MapIt на сайте: %s." +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3846,9 +3962,9 @@ msgstr "Пароли не совпадают" msgid "The requested URL '%s' was not found on this server" msgstr "Запрошенный URL '%s' не был найден на этом сервере" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "Самое простое уведомление – географическое:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3869,18 +3985,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Нет обращений." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "При загрузке страницы «Все обращения» произошла ошибка. Повторите попытку позже." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "При загрузке страницы произошла ошибка. Повторите попытку позже." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "Имя пользователя или пароль указаны неверно. Если вы не помните свой пароль или у вас его нет, заполните форму «Вход с помощью адреса эл. почты»." @@ -3889,7 +4005,7 @@ msgstr "Имя пользователя или пароль указаны не msgid "There was a problem with your email/password combination. Please try again." msgstr "Имя пользователя или пароль указаны неверно. Повторите попытку." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Не удалось загрузить новые данные. Повторите попытку." @@ -3897,7 +4013,7 @@ msgstr "Не удалось загрузить новые данные. Повт msgid "There were problems with your report. Please see below." msgstr "Не удалось загрузить обращение. Прочтите информациию ниже." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Не удалось загрузить новые данные. Прочтите информациию ниже." @@ -3953,8 +4069,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3970,9 +4086,10 @@ msgstr "Поскольку пользователь не обозначил ка msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Поскольку пользователь обозначил категорию проблемы, находящейся в ведении нескольких органов самоуправления, мы отправили это письмо во все эти инстанции. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Эта информация является обязательной" @@ -4001,8 +4118,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Это обращение ожидает модерации." @@ -4034,7 +4151,7 @@ msgstr "Эта веб-страница также содержит фото не msgid "Time spent (in minutes):" msgstr "Времени потрачено (в минутах):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Временной отрезок" @@ -4063,6 +4180,14 @@ msgstr "Введите индекс (%s) или название улицы и msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Введите индекс или название улицы и района, чтобы узнать, какие уведомления актуальны для вашего местоположения:" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Просмотр точного местоположения данной проблемы на карте" @@ -4100,16 +4225,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4125,17 +4258,21 @@ msgstr "Повторите попытку" msgid "Try emailing us directly:" msgstr "Напишите нам:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "обращения с неустраненными неполадками" @@ -4149,7 +4286,7 @@ msgid "Unknown alert type" msgstr "Неизвестный тип уведомления" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Неизвестная ошибка" @@ -4164,10 +4301,11 @@ msgstr "Неизвестный идентификатор проблемы" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Обновление" @@ -4184,7 +4322,7 @@ msgstr "Ниже представлены анонимно добавленны msgid "Update below added by %s at %s" msgstr "Ниже представлены новые данные, добавленные пользователем: %s, в: %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Обновить данные об учреждении" @@ -4220,13 +4358,23 @@ msgstr "Обновление статусов" msgid "Updated" msgstr "Обновлено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Автор публикации: <strong>%s</strong> (%s), время публикации: %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Автор публикации: <strong>%s</strong>, время публикации: %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Обновлено!" @@ -4236,7 +4384,7 @@ msgstr "Обновлено!" msgid "Updates" msgstr "Обновления" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" @@ -4250,8 +4398,8 @@ msgstr "Новые данные для: {{title}}" msgid "Updates to this problem, %s" msgstr "Новые данные для проблемы: %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4265,7 +4413,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4278,11 +4426,11 @@ msgstr "Использованная карта" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Пометка удалена" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Аккаунт пользователя помечен" @@ -4295,9 +4443,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "При поиске пользователей на сайте система находит соответствия между именами пользователей и адресами эл. почты." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Пользователи" @@ -4306,9 +4454,9 @@ msgstr "Пользователи" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Значения обновлены" @@ -4355,7 +4503,7 @@ msgstr "Мы нашли более одного соответствия это msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4390,7 +4538,7 @@ msgstr "Мы свяжемся с вами при первой возможнос msgid "What was your experience of getting the problem fixed?" msgstr "Расскажите о вашем опыте решения проблемы на сайте." -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Когда были отредактированы данные" @@ -4399,7 +4547,15 @@ msgstr "Когда были отредактированы данные" msgid "When sent" msgstr "Когда были отправлены данные" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4411,8 +4567,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4447,7 +4603,7 @@ msgstr "" msgid "Year" msgstr "Год" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4462,7 +4618,7 @@ msgstr "Год" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Да" @@ -4496,6 +4652,10 @@ msgstr "Вы можете <a href=\"%s%s\">ознакомиться с проб msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Вы можете добавить адрес эл. почты пользователя, который проявляет себя некорректно, в черный список. Все дальнейшие обращения этого пользователя не будут опубликованы и отправлены." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Вы можете написать в службу технической поддержки: <a href='mailto:%s'>%s</a>" @@ -4517,7 +4677,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Вы можете отметить учреждение как удаленное, если не хотите, чтобы его представители осуществляли деятельность на этом сайте." @@ -4594,7 +4754,6 @@ msgstr "Ваши обращения" 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:80 @@ -4607,7 +4766,7 @@ msgid "Your email" msgstr "Ваш эл. адрес" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4618,10 +4777,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4631,11 +4790,11 @@ msgstr "Ваше имя" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4643,7 +4802,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4681,8 +4840,8 @@ msgstr "" msgid "Your updates" msgstr "Ваши обновления" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4691,14 +4850,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "автор: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "помечено как копия обращения" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4723,7 +4882,7 @@ msgstr "редактировать информацию о пользовате msgid "from %s different users" msgstr "от разных пользователей (%s)" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "последнее обновление: %s" @@ -4732,44 +4891,7 @@ msgstr "последнее обновление: %s" msgid "less than a minute" msgstr "менее минуты" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "помечено как запланированное действие" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "помечено как внутренний реферал" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "помечено как закрытое" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "помечено как решенное" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "помечено как находящееся в процессе разрешения" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "помечено как находящееся в процессе расследования" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "помечено как проблема, которую невозможно устранить" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "помечено как вопрос вне ответственности органа управления" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "помечено как запланированное" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4780,13 +4902,10 @@ msgstr "недоступн." msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "или" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "помечено как вопрос вне ответственности органа управления" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4811,15 +4930,6 @@ msgstr "введено: “%s”" msgid "other areas:" msgstr "другие области" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "заново открыто" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "выйти" @@ -4833,6 +4943,11 @@ msgstr "местный орган самоуправления" msgid "there is no pin shown as the user did not use the map" msgstr "метка не отображается, так как карта не была использована" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Просмотр местоположения" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "этот тип проблемы поблизости" @@ -5019,7 +5134,7 @@ msgstr[1] "<big>%s</big> обновления обращений" msgstr[2] "<big>%s</big> обновлений обращений" msgstr[3] "<big>%s</big> обновлений обращений" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -5046,7 +5161,7 @@ msgstr[1] "У нас еще нет подробной информации об msgstr[2] "У нас еще нет подробной информации об органах самоуправления, в ведении которых находится это место." msgstr[3] "У нас еще нет подробной информации об органах самоуправления, в ведении которых находится это место." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5063,3 +5178,114 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "Сайт %s работает так: система отсылает сообщения \n" +#~ "о проблеме в соответствующий орган местного самоуправления по категориям, \n" +#~ "поэтому проблемы, обнаруженные внутри границ округа, могут не совпадать с запросами, которые отправляются в правление.\n" +#~ "Например, обращение о новом граффити \n" +#~ "будет отправлено в орган самоуправления района и появится в обоих уведомлениях этого самоуправления. Но для органа самоуправления области оно появится только в \n" +#~ "разделе «Внутри границ области»." + +#~ msgid "%s ward, %s" +#~ msgstr "%s район, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, в пределах района: %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(RSS-фид можно настроить по параметру удаленности: %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Выберите тип имущества --" + +#~ msgid "Closed reports" +#~ msgstr "закрытые обращения" + +#~ msgid "Closed:" +#~ msgstr "Закрыто:" + +#~ msgid "Duplicate" +#~ msgstr "Создать копию" + +#~ msgid "Fixed reports" +#~ msgstr "решенные проблемы" + +#~ msgid "Fixed:" +#~ msgstr "Исправлено:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Здесь представлены типы уведомлений о неполадках поблизости. Они указаны для: ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "В процессе" + +#~ msgid "Internal referral" +#~ msgstr "Внутренний реферал" + +#~ msgid "Investigating" +#~ msgstr "Расследование" + +#~ msgid "No further action" +#~ msgstr "Невозможно устранить" + +#~ msgid "Not Responsible" +#~ msgstr "Ответственности не несет" + +#~ msgid "Or problems reported to:" +#~ msgstr "Или данные о неполадках, отправленные сюда:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "Вы также можете подписаться на уведомления, выбрав свой район или орган самоуправления:" + +#~ msgid "Please choose a property type" +#~ msgstr "Выберите тип имущества" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Проблемы в пределах этого места:" + +#~ 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-фида, либо введите свой адрес эл. почты, чтобы подписаться на рассылку уведомлений." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Самое простое уведомление – географическое:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "помечено как копия обращения" + +#~ msgid "marked as action scheduled" +#~ msgstr "помечено как запланированное действие" + +#~ msgid "marked as an internal referral" +#~ msgstr "помечено как внутренний реферал" + +#~ msgid "marked as closed" +#~ msgstr "помечено как закрытое" + +#~ msgid "marked as fixed" +#~ msgstr "помечено как решенное" + +#~ msgid "marked as in progress" +#~ msgstr "помечено как находящееся в процессе разрешения" + +#~ msgid "marked as investigating" +#~ msgstr "помечено как находящееся в процессе расследования" + +#~ msgid "marked as no further action" +#~ msgstr "помечено как проблема, которую невозможно устранить" + +#~ msgid "marked as planned" +#~ msgstr "помечено как запланированное" + +#~ msgid "or" +#~ msgstr "или" + +#~ msgid "reopened" +#~ msgstr "заново открыто" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index a21496efe..6b91c6e48 100644 --- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Albanian (https://www.transifex.com/mysociety/teams/12067/sq/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "dhe" @@ -97,27 +97,6 @@ msgstr "%s pyetesoret jane derguar– %s pergjigjur (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"%s dërgon kategori të ndryhme të problemit\n" -"tek Drejtoria adekuate e Komunës, kështu që problemet që paraqiten jashtë Komunës perkatëse nuk do ti shkojnë asaj. Si shembull një raport per graffiti do ti dërgohet Komunës, mirëpo do ti dërgohet vetëm Komunës së caktuar në hartë." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s lagje, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, brenda lagjes %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> kontribuesit" @@ -126,7 +105,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Defekt & lokacioni i defektit)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email-i në tabelen abuzimi)" @@ -141,23 +120,27 @@ msgstr "(Pa emër)" msgid "(No phone number)" msgstr "(Pa numër të telefonit)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(Ndryshe RSS mund të personalizohet, brenda% s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(i mbyllur)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(nje distance e paracaktuar e cila mbulon pothuajse 200,000 persona)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(i rregulluar)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(Si mbishkrime, pllaka të thyera , ose ndriçimit të rrugëve)" @@ -166,7 +149,7 @@ msgstr "(Si mbishkrime, pllaka të thyera , ose ndriçimit të rrugëve)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(nuk ju dergua kuvendit)" @@ -174,20 +157,22 @@ msgstr "(nuk ju dergua kuvendit)" msgid "(optional)" msgstr "(opsionale)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(dërguar te të dy)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS feed i problemeve brenda %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Zgjedh në kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Zgjedh nje lloj te karakteristikes --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Zgjedh një template--" @@ -196,16 +181,16 @@ msgstr "--Zgjedh një template--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -220,8 +205,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" "Paraqit\n" "për" @@ -243,30 +229,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<Strong> Shënim: </ strong> Ky raport është dërguar tutje për veprim. Çdo ndryshim i bërë tutje nuk do të kalojë." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<Strong> Shënim: </ strong> Ky raport nuk është dërguar ende në vazhdim për veprim. Çdo ndryshim i bërë nuk mund të kalohet." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Po</strong> Unë kam një fjalëkalim" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Veprim i Planifikuar" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -282,18 +263,35 @@ msgid "Add a contact using the form below." msgstr "Shto nje kontakt duke perdorur formularin e meposhtem." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Shto trup" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "Opsionale" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -306,15 +304,15 @@ msgstr "Shto në listën e ngushtë" msgid "Add user" msgstr "Shto përdorues" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Shto/përditëso kategoritë e problemeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Shto/përditëso prioritetet e përgjigjeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Shto/Përditëso përgjigjet nga template" @@ -342,13 +340,14 @@ msgstr "Paralajmerimi %d u krijua per %s, lloji %s, parametrat %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Notifikimi %d i ndalur (krijuar %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Me paralajmero per perditesime ne te ardhmen" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -361,13 +360,21 @@ msgid "All Reports as CSV" msgstr "Të gjitha raportet si CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Të gjitha kategoritë" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Të gjitha kategoritë" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -396,13 +403,19 @@ msgstr "Nje perditesim e ka perditesuar kete problem si te zgjidhur." msgid "Anonymous" msgstr "Anonim" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonim" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Përdorues tjetër" @@ -416,7 +429,7 @@ msgstr "Jeni te sigurte qe doni te anuloni këtë upload?" msgid "Are you sure?" msgstr "A jeni të sigurtë?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -448,11 +461,11 @@ msgstr "Caktoja një drejtorije të jashtme:" msgid "Assign to subdivision:" msgstr "Cakto per nenndarje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Cakto përdorues për ëonat" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Caktuar per %s" @@ -493,7 +506,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Shmangni të dhënat personale dhe targat e automjeteve" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Në pritje të vlerësimit" @@ -506,13 +519,13 @@ msgstr "Prapa" msgid "Back to all reports" msgstr "Prapa te të gjitha raportet" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "bllokoemail adresen" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -534,7 +547,11 @@ msgstr "Drejtori" msgid "By Date" msgstr "Nga Data" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Nuk mund ta gjeni emailin tonë? Kontrolloni folderin spam ne e-mail. Kjo është zgjidhja për 99% të rasteve." @@ -542,7 +559,7 @@ msgstr "Nuk mund ta gjeni emailin tonë? Kontrolloni folderin spam ne e-mail. Kj msgid "Can't see the map? <em>Skip this step</em>" msgstr "Nuk mund te shihni harten? <em>Kaloni kete hap</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategoritë" @@ -555,8 +572,8 @@ msgstr "Kategoritë:" #: 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -567,7 +584,7 @@ msgstr "Kategoritë:" msgid "Category" msgstr "Kategoria" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategoria u ndryshua nga '%s' në '%s'" @@ -607,11 +624,11 @@ msgstr "Ndrysho email adresën" msgid "Change password" msgstr "Nderro fjalekalimin" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Kontrolloni <strong> aty ku inspektimi kërkohet </ strong> në qoftë se raportet në këtë kategori <strong> duhet të inspektohen </ strong> përpara se të dërgohet." -#: templates/web/base/admin/contact-form.html:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -638,7 +655,7 @@ msgstr "" "Zgjidhni një emër të<strong> kategorisë </ strong> emër që ka kuptim për publikun (p.sh., \"\", \"ndriçimi publik\",\"Rruga Lokale\"), por është i kuptueshëm edhe për\n" "Drejtorinë. Këto do të shfaqen në drop-down menynë në faqen Raportimit të problemeve." -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -667,22 +684,22 @@ msgstr "Klikoni linkun në emailin e konfirmimit që ta publikoni problemin tuaj msgid "Click the link in our confirmation email to publish your update." msgstr "Klikoni linkun në emailin konfirmues që të publikoni përditësimin tuaj." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Klikoni linkun në emailin tonë konfirmues për tu kyçur." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klikoni linkun në emailin tonë konfirmues për tu kyçur." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -690,23 +707,17 @@ msgstr "Klikoni linkun në emailin tonë konfirmues për tu kyçur." msgid "Closed" msgstr "Mbyllur" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Mbyllur nga këshilli." -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "Raporte të mbyllura" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Mbyllur:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatat:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -720,11 +731,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurimi" @@ -750,7 +765,7 @@ msgstr "Konfirmo me e-mail, duke siguruar një fjalëkalim të ri në atë pikë msgid "Confirmation" msgstr "Konfirmimi" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -786,8 +801,8 @@ msgstr "Kontakto ekipin" msgid "Coordinates:" msgstr "Koordinatat:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Nuk mund te gjeni perdoruesin" @@ -845,24 +860,34 @@ msgstr "Kuvendi:" msgid "Count" msgstr "Numëro" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "U krijua" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Krijo nje raport" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Krijo kategorine" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Krijo prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Krijo raport/përditësim në emër të shfrytëzuesit" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Krijo raporte/përditësime si Kuvend Komunal" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Krijo raport/përditësim në emër të shfrytëzuesit" @@ -892,7 +917,7 @@ msgstr "Gjendja aktuale" msgid "Currently no bodies have been created." msgstr "Aktualisht asnje grup nuk eshte krijuar." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Klienti nuk mund të kontaktohet" @@ -908,27 +933,37 @@ msgstr "Paneli" msgid "Dealt with by subdivision within 5 working days" msgstr "Trajtohet nga nën-drejtoritë brenda 5 ditëve të punës" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Krijo prioritet" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Fshije template" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "E fshirë" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -966,7 +1001,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -975,7 +1010,7 @@ msgid "Do not send email alerts on fetched comments to problem creator" msgstr "Mos dërgo notifikime me email ne komentet e marra nga lajmëruesi i problemit" #. ("%s is the site name") -#: templates/web/base/auth/general.html:58 +#: templates/web/base/auth/general.html:60 #: 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 @@ -983,7 +1018,7 @@ msgstr "Mos dërgo notifikime me email ne komentet e marra nga lajmëruesi i pro msgid "Do you have a %s password?" msgstr "A keni vondosur nje %s fjalëkalim ?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -995,7 +1030,7 @@ msgstr "Nuk e di" msgid "Don't like forms?" msgstr "Nuk i'u pelqen kjo forme?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1003,16 +1038,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Merr dhe lësho fotot këtu ose <u>kliko për të ngarkuar foto</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Dyfisho" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1027,43 +1057,43 @@ msgstr "" "kategoritë të ndryshme <strong> mund të kenë të njëjtin kontakt </ strong> (adresë e-mail).\n" "Kjo do të thotë që ju mund të shtoni shumë kategori edhe në qoftë se ju keni vetëm një kontakt për llojin e problemit" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 msgid "Easting/Northing:" msgstr "Lëvizje drejtë Lindjes/Veriut:" #: 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/responsepriorities/list.html:28 #: 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 "Përditëso" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Përditëso detajet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Përditëso detajet e përdoruesit" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Përditëso autorizimet e përdoruesit" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Përditëso kategorinë e raporteve" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Përditëso prioritetin e raportit" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Përditëso raportet" @@ -1086,15 +1116,15 @@ msgstr "Ndryshim i përditësimit" msgid "Editing user %d" msgstr "Përditëso përdoruesin %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editor" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1102,13 +1132,14 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Emaili u shtua te lista e abuzimeve" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Email adresa" @@ -1120,7 +1151,7 @@ msgstr "Notifikimi me email u krijua" msgid "Email alert deleted" msgstr "Notifikimi me email u fshi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Emaili tanimë është në listë e abuzuesve" @@ -1145,8 +1176,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1161,7 +1192,7 @@ msgstr "Data e fundit:" msgid "Endpoint" msgstr "Pika e fundit" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Shkruaj një Zürich emër të rrugës " @@ -1180,7 +1211,7 @@ msgstr "Shkruani një emër të rrugës apo zonë" msgid "Enter a nearby street name and area" msgstr "Shkruani emrin e rrugës pranë jush dhe zonës" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1200,8 +1231,8 @@ msgstr "Pershkruaje problemin" msgid "Error" msgstr "Gabim" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Çdo gjë" @@ -1226,12 +1257,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "Shpjego çfarë është gabim" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1242,7 +1273,7 @@ msgstr "i jashtëm" msgid "External ID" msgstr "ID e jashtme" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "URL i jashtëm" @@ -1254,13 +1285,20 @@ msgstr "Drejtori e jashtme" msgid "External team" msgstr "Ekipi i jashtëm" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Ekstra detajet" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Te dhena shtese:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Ekstra detajet" @@ -1268,6 +1306,11 @@ msgstr "Ekstra detajet" msgid "Failed to send message" msgstr "Nuk arriti të dërgojë mesazh" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1281,49 +1324,32 @@ msgstr "Emri" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Rregulloni këtë duke zgjedhur një <strong> zonë të mbuluar </ strong> në detajet e trupit <em> Ndrysho </ em> formularin e mëposhtëm." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "E rregulluar" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "E rregulluar - Këshilli" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "E rregulluar - Perdoruesi" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "Raportimet që janë rregulluar" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "E rregulluar:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "E fshirë" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Flamuri i perdoruesit" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "E shënjuar" @@ -1353,21 +1379,25 @@ msgstr "Ndiqni një link të lagjes për të parë raportet vetëm brenda asaj l msgid "For best results include a close-up and a wide shot" msgstr "Për rezultate më të mira përfshijë një close-up dhe wide-shot" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Për më shumë informata, shih <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'> Si e përdorë FixMyStreet platformën Mapit </a>." -#: templates/web/base/auth/general.html:95 +#: templates/web/base/auth/general.html:97 #: 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 fjalëkalimin tuaj?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Përcjellur tek drejtoria e jashtme" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1396,10 +1426,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Me jep mua nje RSS feed" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Jemi të kënaqur që është regulluar!" @@ -1409,8 +1443,8 @@ msgstr "Jemi të kënaqur që është regulluar!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1420,7 +1454,7 @@ msgstr "Vazhdo" msgid "Going to send questionnaire?" msgstr "Do dërgoni pyetsorin?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Lejoni akses për administratorin" @@ -1448,22 +1482,13 @@ msgstr "Ndihmë" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "Na ndihmoni të zgjedhim problemin tuaj më shpejtë duke na dhënë disa të dhëna më shumë. Këto të dhëna shtesë nuk publikohen online." -#: 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Pershendetje %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1506,11 +1531,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historia" @@ -1527,12 +1556,12 @@ msgid "How to send successful reports" msgstr "Si te dergoj nje raport ne menyre te sukseshme" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Unë sapo raportova një problem në @rregullorrugëntime" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Unë sapo përditësova një poroblem në @rregullorrugëntime" @@ -1552,17 +1581,25 @@ 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:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1573,7 +1610,7 @@ 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 "Nëse merrni më shumë informata për gjendjën e problemit tuaj, ju lutem kthehuni në faqe dhe leni një përditësim." -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "Nëse ju dëshironi vetëm që ky prioritet të jetë një alternativë për kategori të veçanta, merr ato këtu. By default ata do të tregojnë për të gjitha kategoritë" @@ -1598,7 +1635,7 @@ msgstr "" "Nëse ju dëshironi një përditësim publik mbi problemin, ju lutem shkruani atë këtu\n" "(Ju lutem vini re problemi nuk do ti dërgohet këshillit)." -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Nëse jeni duke përdorur <strong> një metodë të dërgimit që nuk është email </ strong>, futni ID-në e shërbimit (Open311) ose identifikues ekuivalent këtu." @@ -1633,11 +1670,6 @@ msgstr "ID ilegale" msgid "Illegal feed selection" msgstr "zgjedhje e gabuar e feed" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Ne Vazhdim" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "Ne tabelen e abuzimeve?" @@ -1646,17 +1678,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Në vazhdim" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1680,11 +1709,11 @@ msgstr "Gabim ka_foto value \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Inspektimi kërkohet" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Instrukto kontraktorët të rregullojnë problemet" @@ -1692,11 +1721,6 @@ msgstr "Instrukto kontraktorët të rregullojnë problemet" msgid "Internal notes" msgstr "Shenim i brendshem" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Rekomandim i brendshem" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1705,7 +1729,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Vlerë agency_responsible e gabuar %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Data e fundit jovalide" @@ -1713,21 +1737,14 @@ msgstr "Data e fundit jovalide" msgid "Invalid format %s specified." msgstr "Format jo i vlefshëm %s i specifikuar." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "Lokacion jo valid. Lokacioni i ri duhet të mbulohet nga i njëjti këshill." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Data e fillimit jovalide" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Shqyrtuar" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1738,23 +1755,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "Kjo është në rrugën e saj drejtë këshillit tani." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Juridiksioni i panjohur" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Juridiksion i pa njohur" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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 "Më mbaj të kyqur në këtë kompjuter" +#: templates/web/base/admin/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1781,23 +1816,27 @@ msgstr "Perditesimi i fundit:" msgid "Last update:" msgstr "Perditesimi fundit:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "I përditësuar kohët e fundit" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Lini bosh këtë në qoftë se të gjitha raportet në këtë organ duhet të dërgohen duke përdorur të njëjtën metodë të dërgimit (p.sh., \"%s\")." -#: templates/web/base/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listo te gjitha problemet e raportuar" @@ -1828,13 +1867,13 @@ msgstr "Njoftimet lokale" msgid "Locate the problem on a map of the area" msgstr "Lokalizo problemin në hartë në vendin e caktuar" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1844,7 +1883,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1853,11 +1892,11 @@ msgstr "" msgid "MAP" msgstr "HARTA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Menaxhoni listën e shkurtë" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1873,7 +1912,7 @@ msgstr "Shëno si të dërguar" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1901,7 +1940,7 @@ msgstr "Mungesë juridiksioni_id" msgid "Moderate" msgstr "Mesatare" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Raportet e detajuara mesatare" @@ -1914,7 +1953,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1923,7 +1962,7 @@ msgid "Moderated by division within one working day" msgstr "Moderuar me divizion brenda një ditë pune" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1931,23 +1970,28 @@ msgstr "" msgid "Month" msgstr "Muaji" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Më të komentuarat" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1966,7 +2010,7 @@ msgstr "Emri:" msgid "Name: %s" msgstr "Emri: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Shko tek ky problem" @@ -1979,8 +2023,8 @@ msgstr "Rruga më e afërt me emërtim e llogaritur nga pin në hartë (gjeneroh msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Kodi postar më i afërt nga pin i vendosur në hartë (gjenerohet automatikisht): %s (%sm jasht)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Rruga më e afërt e llogaritur nga pin në hartë (gjenerohet automatikisht nga Bing Maps): %s" @@ -1990,15 +2034,24 @@ msgid "" "\n" msgstr "Rruga më e afërt e llogaritur nga pin në hartë (gjenerohet automatikisht nga Bing Maps): %s\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Gati e përfunduar! Tani kontrolloni emailin tuaj" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Më e reja" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Drejtori e re e shtuar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Kategori e re e kontakteve e shtuar" @@ -2024,7 +2077,7 @@ msgid "New password:" msgstr "Fjalëkalim i ri" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Prioritete të reja" @@ -2053,6 +2106,7 @@ msgid "New reports" msgstr "Raportime te reja" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Gjendje e re" @@ -2062,7 +2116,7 @@ msgstr "Gjendje e re" msgid "New template" msgstr "Shabllon i ri" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Më e reja" @@ -2070,7 +2124,7 @@ msgstr "Më e reja" msgid "Next" msgstr "Tjetra" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2082,7 +2136,7 @@ msgstr "Tjetra" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Jo" @@ -2098,7 +2152,7 @@ msgstr "Ska drejtori" msgid "No council" msgstr "Ska council" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Asnjë council e zgjedhur" @@ -2114,21 +2168,16 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "E pamundur të zgjidhet" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2136,8 +2185,8 @@ msgstr "" msgid "No result returned" msgstr "Nuk u kthye asnje rezultat" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2170,13 +2219,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Jo Pergjegjes" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2195,7 +2239,7 @@ msgid "Not reported to council" msgstr "E pa raportuar tek council" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Shenim" @@ -2217,6 +2261,10 @@ msgstr "Shenim: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" @@ -2247,20 +2295,17 @@ msgstr "" msgid "Old state" msgstr "Gjendje e vjeter" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Më i vjetri" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2287,21 +2332,26 @@ msgstr "Open311 web faqën inicuese" msgid "Open311 specification" msgstr "Specifikat e Open311" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Ose raportoni problemet n:" +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "Opsionale" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2324,17 +2374,16 @@ msgstr "Pronar" msgid "Page Not Found" msgstr "Faqja nuk u gjet" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Burim" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "I pjesshem" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2342,7 +2391,7 @@ msgstr "I pjesshem" msgid "Password (optional)" msgstr "Fjalekalimi (opsionale)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Fjalekalimi:" @@ -2354,7 +2403,7 @@ msgstr "" msgid "Permissions:" msgstr "Lejet" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Raportuar:" @@ -2363,7 +2412,7 @@ msgstr "Raportuar:" msgid "Phone number" msgstr "Numri i telefonit" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Numri i telefonit (opsionale)" @@ -2423,12 +2472,8 @@ msgstr "" msgid "Place pin on map" msgstr "Vendose shenjen ne harte" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2446,26 +2491,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Ju lutem zgjedhni kategorine" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Ju lutem zgjedhni tipin e pronës" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Ju lutem përmirësoni gabimet e mëposhtme" @@ -2481,18 +2522,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: 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:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Ju lutem shkruani emrin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Ju lutem jepni një emër për këtë drejtori" @@ -2503,14 +2544,14 @@ msgid "Please enter a password" msgstr "Ju lutem shkruaj fjalekalimin" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Ju lutem shkruaj subjektin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2522,7 +2563,7 @@ msgstr "Ju lutem shkruaj nje email valid" msgid "Please enter a valid email address" msgstr "Ju lutem shkruani një email adresë valide" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Ju lutem shkruaj disa te dhena" @@ -2531,8 +2572,8 @@ msgstr "Ju lutem shkruaj disa te dhena" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2555,8 +2596,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Ju lutem shkruani emrin tuaj të plotë, council i cili kërkon këtë informatë - nëse nuk doni që emri juaj të shihet në faqe, largoni etiketimin nga kutia e mëposhtme" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2619,7 +2660,7 @@ msgstr "" msgid "Please note:" msgstr "Ju lutem vini re:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Ju lutem sigorni një përditësim publik për këtë raport" @@ -2673,19 +2714,19 @@ msgstr "Ju lutem shkruani perditesimin tuaj ketu" msgid "Post" msgstr "Posto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Postuar ne menyre anonime ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Postuar nga %s ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postuar nga <strong>%s</strong> (%s) ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postuar nga <strong>%s</strong> ne %s" @@ -2697,12 +2738,12 @@ msgstr "" msgid "Previous" msgstr "Paraprak" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioritetet" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Prioritet" @@ -2717,7 +2758,7 @@ msgid "Privacy and cookies" msgstr "Privatësia dhe cookiesa" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2748,7 +2789,7 @@ msgstr "Problemi %s është dërguar tek council %s" msgid "Problem breakdown by state" msgstr "Nën-ndarja me shtete" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problemi eshte shenuar si i hapur." @@ -2756,11 +2797,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemet" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemet brenda lagjes %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemet ne afersi" @@ -2773,13 +2819,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemet brenda %.1fkm te ketij lokacioni" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemet brenda %s" @@ -2787,16 +2835,17 @@ msgstr "Problemet brenda %s" msgid "Problems within %s ward" msgstr "Problemet brenda lagjes %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Problemi përbrenda %s, %s" -#: 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:74 msgid "Property address:" msgstr "Adresa e prones:" @@ -2806,11 +2855,11 @@ msgstr "Adresa e prones:" msgid "Provide an update" msgstr "Ofro nje perditesim" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Dhënia e emrit dhe fjalëkalimit janë opcionale, por nëse jepni këto të dhëna do të lehtësoj raportimin e problemeve, përditsimin dhe menaxhimin e raporteve tuaja." @@ -2828,7 +2877,7 @@ msgstr "" msgid "Public response:" msgstr "Pergjigje publike:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Përditësim publik." @@ -2856,7 +2905,7 @@ msgstr "Pyetsorë dërguar për problem" msgid "Questionnaire filled in by problem reporter" msgstr "Pyestor i plotësuar nga raportuesi i problemit" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2884,11 +2933,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS feed i problemeve ne afersi" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2913,7 +2962,7 @@ msgstr "RSS feed per te rejat rreth ketij problemi" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Pranuar nga momente më vonë" @@ -2927,7 +2976,7 @@ msgstr "Problemet lokale së fundmi" msgid "Recently reported problems" msgstr "Problemet e raportuara së fundmi" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Përditësuar së fundmi" @@ -2935,7 +2984,17 @@ msgstr "Përditësuar së fundmi" 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 "Mbani në mend që FixMyStreet është për të raportuar problemet fizike primare që mund të rregullohen. Nëse problemi juaj nuk është i përshtashëm tu dërguar përmes kësaj faqe mbani në mend që mund të kontaktoni përmes council tuaj direkt duke përdorur councin e tyre." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Largo flamurin" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Largo flamurin" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Largo flamurin" @@ -2965,8 +3024,8 @@ msgstr "Përgjigju përdoruesit:" msgid "Report" msgstr "Raporto" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "ID e raportit:" @@ -2981,7 +3040,7 @@ msgstr "Raporto nje problem" msgid "Report abuse" msgstr "Raporto abuzimin" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Raporto si" @@ -3004,7 +3063,7 @@ msgstr "Raportoni problemin tuaj" msgid "Report, view, or discuss local problems" msgstr "Raporto,shiqo apo diskuto problemet lokale" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Raportuar ne menyre anonime te %s" @@ -3014,7 +3073,7 @@ msgstr "Raportuar ne menyre anonime te %s" msgid "Reported before" msgstr "Të raportuara më parë" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Raportuar nga %s ne %s" @@ -3028,27 +3087,27 @@ msgstr "Raportuar nga:" msgid "Reported in the %s category" msgstr "Raportuar ne kategorine %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 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:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Raportuar nepermjet %s ne menyre anonime ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Raportuar nepermjet %s nga %s ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Raportuar nepermjet %s ne kategorine %s ne %s" @@ -3066,8 +3125,8 @@ msgstr "Raportuar:" msgid "Reporting a problem" msgstr "Raportimi i nje problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3081,10 +3140,19 @@ msgstr "Raportimet jane te kufizuara ne gjatesine %s karaktere. Ju lutem shkurto msgid "Reports awaiting approval" msgstr "Raporti është duke pritur për aprovim" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Raportuar nga %s ne %s" + #: 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 "Raportet e bëra nga përdoruesit e besueshëm do të dërgohen tek drejtoria përgjegjëse pa u kontrolluar më parë." +#: templates/web/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Raporti u publikua" @@ -3093,18 +3161,33 @@ msgstr "Raporti u publikua" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Raporto ne %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS feed i %s, brenda lagjes %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Raportet duke pritur për tu dërguar" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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 "Raportet automatikisht do të dërgohen pa nevojë për tu kontrolluar nëse <strong> reputacioni i përdoruesit </ strong> është në ose mbi këtë vlerë. Vendosni <strong> 0 </ strong> në qoftë se të gjitha raportet duhet të kontrollhohen pa dallim." -#: templates/web/base/admin/contact-form.html:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "Kërkuar" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Ridergo raportin" @@ -3163,15 +3246,15 @@ msgstr "Operatori i rrugës për emrin e kësaj rruge (rrjedh nga numri i refer msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operatori i rrugës për emrin e kësaj rruge (nga OpenStreetMap)." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3187,23 +3270,28 @@ msgstr "Rrotullimi i kësaj foto do të heq dorë nga ndryshimet e paruajtura n msgid "Satellite" msgstr "Satelitore" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Ruaj ndryshimet" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Ruaje me një përditësim për publikun" @@ -3212,6 +3300,11 @@ msgstr "Ruaje me një përditësim për publikun" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Veprim i Planifikuar" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3245,23 +3338,23 @@ msgstr "Gjate kerkimit nuk eshte gjetur asnje perdorues." msgid "See our privacy policy" msgstr "Shiqo rregulloren tonë të privatësisë" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Zgjedh një drejtori" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Zgjedh nje zone" -#: 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 "Zgjidhni llojin e njoftimit që ju dëshironi dhe klikoni në butonin për një RSS, ose shkruani adresën tuaj të e-mail për tu abonuar në një njoftim me email." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3275,11 +3368,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Dërgo raportin prapa" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Dërgo tek %s %s më vonë" @@ -3292,7 +3385,7 @@ msgstr "Dërgo:" msgid "Service:" msgstr "Shërbim:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Vendos tek lokacioni im i tanishëm" @@ -3318,6 +3411,7 @@ msgstr "" msgid "Shortlisted" msgstr "Përzgjedhur" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Përzgjedhur nga %s" @@ -3330,9 +3424,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Publiko emrin tim" @@ -3361,16 +3455,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "Kyçuni me email, duke siguruar fjalëkarim të ri. Kur klinoni në linkun në emailin tuaj, fjalëkalimi juaj do të përditësohet." @@ -3416,14 +3510,14 @@ msgstr "Na vjen keq, ai nuk ishte link valid" msgid "Sorry, there has been an error confirming your problem." msgstr "Na vjen keq, është nje problem me konfirmimin e raportit tuaj." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3445,11 +3539,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "Na vjen keq, ju nuk keni leje për të bërë atë." -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Ndaj sipas" @@ -3466,20 +3560,25 @@ msgid "Start Date:" msgstr "Data e Fillimit:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Gjendje" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Ruaj ndryshimet" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3489,8 +3588,14 @@ msgstr "Gjendje" msgid "State:" msgstr "Gjendje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Gjendje" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3512,6 +3617,10 @@ msgstr "Akoma hapur, nepermjet pyetesorit, %s" msgid "Street View" msgstr "Pamje e rrugës" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Nenkategoria: %s" @@ -3530,7 +3639,7 @@ msgid "Subject:" msgstr "Tema:" #: 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_loggedin.html:63 #: 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 @@ -3551,8 +3660,8 @@ msgstr "Paraqit ndryshimet" msgid "Submit questionnaire" msgstr "Paraqit pyetesorin" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3562,25 +3671,28 @@ msgstr "Paraqit pyetesorin" msgid "Submitted" msgstr "Paraqitur" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Abonohu" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Më abono tek njoftimi me e-mail" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "Përmbledhni problemin" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Përmbledhni ndryshimet tuaja" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3613,8 +3725,8 @@ msgstr "Rezultatet e Studimit" msgid "Template «%s»" msgstr "Shabllon «%s» " -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Shabllonet" @@ -3671,7 +3783,7 @@ msgstr "Duket se imazhi nuk është ngarkuar si duhet (%s), ju lutem provoni pë msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Ai vend nuk duket të jetë i mbuluar nga një drejtori; ndoshta kjo është në det të hapur ose jashtë vendit. Ju lutemi provoni përsëri." -#: perllib/FixMyStreet/App/Controller/Location.pm:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "Ai vend nuk duket të jetë në Kosovë; ju lutem provoni përsëri." @@ -3681,11 +3793,11 @@ msgstr "Ai vend nuk duket të jetë në Kosovë; ju lutem provoni përsëri." msgid "That postcode was not recognised, sorry." msgstr "Kodi postar nuk u njoh, na vjeqn keq." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Ky problem ka qenë i shënuar si i dërguar." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Ai problem tash do të ri-dërgohet." @@ -3697,7 +3809,7 @@ msgstr "Raporti nuk mund te shihet ne %s." msgid "That report has been removed from FixMyStreet." msgstr "Ai raport është fshirë nga FixMyStreet." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3721,10 +3833,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3745,6 +3857,10 @@ msgstr "" "<Strong> Emri i drejtorisë</ strong> identifikon drejtorinë (për shembull, <em> Drejtoria e Shërbimeve Publike </ em>)\n" "dhe mund të shfaqet publikisht." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3755,11 +3871,15 @@ msgstr "Drejtoria nuk do të jetë në gjendje të ndihmojë veç nëse ju lëni 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Gabimi ishte: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3798,10 +3918,14 @@ msgstr "Problemet e fundit brenda {{NAME}} kufirit të raportuara nga përdorues msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Linku mund të ketë skaduar, ose ndoshta ju nuk mundet ta kopjoni atë të saktë." -#: templates/web/base/admin/body-form.html:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Lista e zonave në dispozicion është duke u siguruar nga shërbimi MapIt në %s." +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3811,9 +3935,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "Njoftimi më i thjeshtë është ai gjeografik:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3834,18 +3958,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Nuk ka raporte për të shfaqur" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Ka problem në hapjën e faqes Të gjitha raportet. Ju lutem provoni përsëri më vonë." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "Ka probleme në hapjën e kësaj faqe. Ju lutem provoni përsëri më vonë." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "Ka një problem në kombinimin e email/fjalëkalimit tuaj. Nëse nuk mund të kujtoni fjalëkalimin tuaj, ose nuk keni një, ju lutem plotësoni &isquo, dhe nënshkruani me email&rqsuo, seksionin në formë." @@ -3854,7 +3978,7 @@ msgstr "Ka një problem në kombinimin e email/fjalëkalimit tuaj. Nëse nuk mun msgid "There was a problem with your email/password combination. Please try again." msgstr "Ka një problem me kombinimin e emailit/fjalëkalimit tuaj. Ju lutem provoni përsëri." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Ka një problem me përditësimin tuaj. Ju lutem provoni përsëri." @@ -3862,7 +3986,7 @@ msgstr "Ka një problem me përditësimin tuaj. Ju lutem provoni përsëri." msgid "There were problems with your report. Please see below." msgstr "Ka disa probleme me raportin tuaj. Ju lutem shihni më poshtë." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Ka pasur probleme me përditësimin tuaj. Ju lutemi shihni më poshtë." @@ -3913,8 +4037,8 @@ msgstr "" msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Kjo Drejtori nuk ka kontakte. Kjo do të thotë se aktualisht problemet e raportuara drejtë kësaj drejtorie <strong> nuk do të dërgohen </ strong>." -#: templates/web/base/admin/body-form.html:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3930,9 +4054,10 @@ msgstr "Ky email është dërguar të dy Drejtorite që mbulojnë vendndodhjen e msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Ky email është dërguar në disa Drejtori që mbulojnë vendndodhjen e problemit, pasi që kategoria e zgjedhur është dhënë për të gjithë ata; ju lutemi ta injoroni atë në qoftë se ju nuk jeni Drejtoria e duhur për t'u marrë me këtë çështje." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Ky informacion është i nevojshëm" @@ -3961,8 +4086,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Ky raport është në pritje moderim." @@ -3994,7 +4119,7 @@ msgstr "Kjo web faqe përmban edhe një foto të problemit, e dhënë nga ana e msgid "Time spent (in minutes):" msgstr "Koha e kaluar(në minuta):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Kohëzgjatja" @@ -4023,6 +4148,14 @@ msgstr "Për të gjetur se çfarë njoftime lokale kemi për ju, ju lutem shkrua msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Për të gjetur se çfarë njoftime lokale kemi për ju, ju lutem shkruani kodin postar ose emrin e rrugës dhe zonën" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Për të parë një hartë të vendndodhjen e saktë të kësaj çështjeje" @@ -4060,16 +4193,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "Menaxhimi i trafikut i nevojshëm?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Të besuar nga Drejtoritë:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "I besuar për të bërë raporte të cilat nuk duhet të kontrollhen" @@ -4085,17 +4226,21 @@ msgstr "Provo përsëri" msgid "Try emailing us directly:" msgstr "Provoni për të na shkruar email direkt:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "Raportime të pa zgjidhura" @@ -4109,7 +4254,7 @@ msgid "Unknown alert type" msgstr "Lloj i njoftimit i panjohur" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Gabim i panjohur" @@ -4124,10 +4269,11 @@ msgstr "ID problemi i panjohur" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Perditesim" @@ -4144,7 +4290,7 @@ msgstr "Përditësimi më poshtë është shtuar anonimisht në %s" msgid "Update below added by %s at %s" msgstr "Përditësimi më poshtë është shtuar nga %s në %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" @@ -4180,13 +4326,23 @@ msgstr "" msgid "Updated" msgstr "Perditesuar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Postuar nga <strong>%s</strong> (%s) ne %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Postuar nga <strong>%s</strong> ne %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Perditesuar!" @@ -4196,7 +4352,7 @@ msgstr "Perditesuar!" msgid "Updates" msgstr "Perditesime" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4210,8 +4366,8 @@ msgstr "Perditesimet ne {{title}}" msgid "Updates to this problem, %s" msgstr "Përditësim në këtë problem" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4225,7 +4381,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Hap Open311 per linjën e dërgimit të përditësimit" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4238,11 +4394,11 @@ msgstr "Harta të përdorura" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Flamuri i përdoruesit është hequr" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4255,9 +4411,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Përdoruesi gjen përputhje në kërkimet e emrit të përdoruesit dhe email adresës." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Perdoruesit" @@ -4266,9 +4422,9 @@ msgstr "Perdoruesit" msgid "Users can perform the following actions within their assigned body or area." msgstr "Përdoruesit mund të ndërmarrin hapat brenda drejtorisë apo fushës së tyre të dedikuar." -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Vlerat e perditesuara" @@ -4315,7 +4471,7 @@ msgstr "Kemi gjetur më shumë se një përputhje për këtë lokacion. Ne shfaq msgid "We found more than one match for that problem reference:" msgstr "Ne kemi gjetur më shumë se një përputhje për referencën e problemit" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4350,7 +4506,7 @@ msgstr "Do të ju përgjigjemi sa më shpejtë që mundemi." msgid "What was your experience of getting the problem fixed?" msgstr "Cila ishte përvoja juaj sa i përket zgjidhjës së problemit tuaj?" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Kur redaktohet" @@ -4359,7 +4515,15 @@ msgstr "Kur redaktohet" msgid "When sent" msgstr "Kur është dërguar" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4371,8 +4535,8 @@ msgstr "Whoa Testino ! Tre foto janë të mjaftueshme." msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4407,7 +4571,7 @@ msgstr "" msgid "Year" msgstr "Viti" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4422,7 +4586,7 @@ msgstr "Viti" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Po" @@ -4456,6 +4620,10 @@ msgstr "Ju mund <a href=\"%s%s\">te shihni problemin ne kete faqe</a>." msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Ju mund te kontaktoni per ndihme teknike ne <a href='mailto:%s'>%s</a>" @@ -4474,7 +4642,7 @@ msgstr "" 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 "Ju mund të na ndihmoni duke gjetur një email kontaktues për problemet lokale dhe ta dërgoni atë tek ne." -#: templates/web/base/admin/body-form.html:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4548,7 +4716,6 @@ msgstr "Raportet tuaja" msgid "Your account" msgstr "Llogaria juaj" -#: 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:80 @@ -4561,7 +4728,7 @@ 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/auth/general.html:57 #: 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 @@ -4572,10 +4739,10 @@ msgstr "Email adresa juaj" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Informatat tuaja do të përdoren në përputhje me politikën tonë të privatsisë" -#: templates/web/base/auth/general.html:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4585,11 +4752,11 @@ msgstr "Emri juaj" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4597,7 +4764,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4635,8 +4802,8 @@ msgstr "" msgid "Your updates" msgstr "Perditesimet tuaja" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Vetëvetja" @@ -4645,14 +4812,14 @@ msgstr "Vetëvetja" msgid "all" msgstr "Të gjitha" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "nga %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "shenuar si raport i dyfishuar" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4677,7 +4844,7 @@ msgstr "Ndryshoni përdoruesin" msgid "from %s different users" msgstr "nga %s perdorues te ndryshem" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "Perditesimi i fundit %s" @@ -4686,44 +4853,7 @@ msgstr "Perditesimi i fundit %s" msgid "less than a minute" msgstr "më pak se një minutë" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "shenuar si veprim i planifikuar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "shenuar si nje rekomandim i brendshem" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "shenuar si i mbyllur" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "shenuar si i rregulluar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "shenuar si ne progres" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "shenuar si i shqyrtuar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "Etiketuar si e pamundur për ta rregulluar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "shenuar si i planifikuar" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4734,13 +4864,9 @@ msgstr "n/a" msgid "none" msgstr "asnjë" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "Opsionale" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "ose" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" +msgstr "" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4765,15 +4891,6 @@ msgstr "E dhënë origjinale" msgid "other areas:" msgstr "zona tjera:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "rihapur" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "Kërkuar" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "çkyqur" @@ -4787,6 +4904,11 @@ msgstr "lokal council" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Duke parë lokacionin" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "ky lloj i problemit lokal" @@ -4939,7 +5061,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4960,7 +5082,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4973,3 +5095,107 @@ msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "%s dërgon kategori të ndryhme të problemit\n" +#~ "tek Drejtoria adekuate e Komunës, kështu që problemet që paraqiten jashtë Komunës perkatëse nuk do ti shkojnë asaj. Si shembull një raport per graffiti do ti dërgohet Komunës, mirëpo do ti dërgohet vetëm Komunës së caktuar në hartë." + +#~ msgid "%s ward, %s" +#~ msgstr "%s lagje, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, brenda lagjes %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(Ndryshe RSS mund të personalizohet, brenda% s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Zgjedh nje lloj te karakteristikes --" + +#~ msgid "Closed reports" +#~ msgstr "Raporte të mbyllura" + +#~ msgid "Closed:" +#~ msgstr "Mbyllur:" + +#~ msgid "Duplicate" +#~ msgstr "Dyfisho" + +#~ msgid "Fixed reports" +#~ msgstr "Raportimet që janë rregulluar" + +#~ msgid "Fixed:" +#~ msgstr "E rregulluar:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Ketu jane llojet e raportimeve te problemeve lokale per ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "Ne Vazhdim" + +#~ msgid "Internal referral" +#~ msgstr "Rekomandim i brendshem" + +#~ msgid "Investigating" +#~ msgstr "Shqyrtuar" + +#~ msgid "No further action" +#~ msgstr "E pamundur të zgjidhet" + +#~ msgid "Not Responsible" +#~ msgstr "Jo Pergjegjes" + +#~ msgid "Or problems reported to:" +#~ msgstr "Ose raportoni problemet n:" + +#~ msgid "Please choose a property type" +#~ msgstr "Ju lutem zgjedhni tipin e pronës" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemet brenda kufijve te:" + +#~ 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 "Zgjidhni llojin e njoftimit që ju dëshironi dhe klikoni në butonin për një RSS, ose shkruani adresën tuaj të e-mail për tu abonuar në një njoftim me email." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Njoftimi më i thjeshtë është ai gjeografik:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "shenuar si raport i dyfishuar" + +#~ msgid "marked as action scheduled" +#~ msgstr "shenuar si veprim i planifikuar" + +#~ msgid "marked as an internal referral" +#~ msgstr "shenuar si nje rekomandim i brendshem" + +#~ msgid "marked as closed" +#~ msgstr "shenuar si i mbyllur" + +#~ msgid "marked as fixed" +#~ msgstr "shenuar si i rregulluar" + +#~ msgid "marked as in progress" +#~ msgstr "shenuar si ne progres" + +#~ msgid "marked as investigating" +#~ msgstr "shenuar si i shqyrtuar" + +#~ msgid "marked as no further action" +#~ msgstr "Etiketuar si e pamundur për ta rregulluar" + +#~ msgid "marked as planned" +#~ msgstr "shenuar si i planifikuar" + +#~ msgid "or" +#~ msgstr "ose" + +#~ msgid "reopened" +#~ msgstr "rihapur" diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index a52d30709..5b0c1f08b 100644 --- a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Serbian (https://www.transifex.com/mysociety/teams/12067/sr/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "i" @@ -97,30 +97,6 @@ msgstr "%s upitnici poslati – %s odgovoreni (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"%s šalje različite kategorije problema\n" -"odgovarajućoj direkciji opštine, tako da joj ne odlaze problemi van date opštine.\n" -"Primer je prijava o grafitima\n" -"koja se šalje opštini\n" -"council’s alerts, međutim pojavljuju se samo u sklopu obaveštenja namenjenih opštini na mapi." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s naselje, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, u sklopu %s naselja" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -131,7 +107,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "(Defect & lokacija defekta)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Emejl u tabeli zloupotreba)" @@ -146,23 +122,27 @@ msgstr "(Bez imena)" msgid "(No phone number)" msgstr "(Bez broja telefona)" -#: templates/web/base/alert/_list.html:25 -msgid "(a default distance which covers roughly 200,000 people)" -msgstr "(predodređena udaljenost koja pokriva približno 200,000 ljudi)" - -#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(Kao alternativa, RSS se može personalizovati u okviru %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(zatvoreno)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(predodređena udaljenost koja pokriva približno 200,000 ljudi)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(sređeno)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(kao što su grafiti, slomljene ploče ili ulična rasveta)" @@ -171,7 +151,7 @@ msgstr "(kao što su grafiti, slomljene ploče ili ulična rasveta)" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(nije poslato skupštini)" @@ -179,20 +159,22 @@ msgstr "(nije poslato skupštini)" msgid "(optional)" msgstr "(opcionalno)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(poslato oboma)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS vesti %s, u okviru %s " + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Izaberi vrstu imovine --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Izaberi šablon--" @@ -201,16 +183,16 @@ msgstr "--Izaberi šablon--" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -222,8 +204,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">prikaži</label> %s <label for=\"filter_categories\">o</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -243,30 +226,25 @@ msgstr "<strong>Ne</strong> Dozvolite mi da svoj izveštaj potvrdim e-mejlom" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>ne</strong> Dozvolite da mi da ažuriranje potvrdim e-mejlom" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Ne</strong> dozvolite mi da se priključim e-mejlom" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." msgstr "<strong>Napomena:</strong> Ovaj izveštaj prosleđen je dalje za dalje radnje . Svaka dalja promena neće biti prosleđena." -#: templates/web/base/report/_inspect.html:170 +#: templates/web/base/report/_inspect.html:172 msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." msgstr "<strong>Napomena:</strong> Ovaj izveštaj još uvek nije podnet dalje za dalje radnje. Svaka načinjena promena ne može biti prosleđena." -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:82 #: 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>Da</strong> Imam lozinku" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Planirane radnje" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -283,18 +261,35 @@ msgid "Add a contact using the form below." msgstr "Dodaj kontakt korišćenjem obrasca ispod." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Dodaj opštinu" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(opcionalno)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -307,15 +302,15 @@ msgstr "Dodaj u uži krug" msgid "Add user" msgstr "Dodaj korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Dodaj/izmeni problemske kategorije" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Dodaj/izmeni prioritete odgovora" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Dodaj/izmeni šablone odgovora" @@ -343,13 +338,14 @@ msgstr "Obaveštenje %d stvoreno zar %s, tip %s, parametri %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Obaveštenje %d deaktivirano (kreirano %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Upozori me na buduće ažurirane informacije" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -362,13 +358,21 @@ msgid "All Reports as CSV" msgstr "Sve prijave kao CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Sve kategorije" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Sve kategorije" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -397,13 +401,19 @@ msgstr "Ažuriranjem je ovaj problem obeležen kao rešen." msgid "Anonymous" msgstr "Anoniman" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anoniman" + #: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anoniman" -#: templates/web/base/report/new/form_user_loggedin.html:20 -#: templates/web/base/report/update/form_name.html:13 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Drugi korisnik" @@ -417,7 +427,7 @@ msgstr "Da li si siguran da želiš da otkažeš ovo otpremanje?" msgid "Are you sure?" msgstr "Da li si siguran?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -449,11 +459,11 @@ msgstr "Dodeli spoljnoj direkciji:" msgid "Assign to subdivision:" msgstr "Dodeli korisnicima po područjima:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Dodeljeno %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Dodeljeno %s" @@ -494,7 +504,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Izbegavajte lične informacije i registarske tablice vozila " -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Čekajući moderaciju" @@ -507,13 +517,13 @@ msgstr "Nazad" msgid "Back to all reports" msgstr "Nazad na sve prijave" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Blokiraj e-mejl adresu" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -535,7 +545,11 @@ msgstr "Direkcija" msgid "By Date" msgstr "Po datumu" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Can’t Ne možete da nađete naš e-mejl? Proverite vaš spam folder – that’s ovo je rešenje u 99% puta." @@ -543,7 +557,7 @@ msgstr "Can’t Ne možete da nađete naš e-mejl? Proverite vaš spam folde msgid "Can't see the map? <em>Skip this step</em>" msgstr "Ne vidite mapu? <em>Preskočite ovaj korak</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorije" @@ -556,8 +570,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -568,7 +582,7 @@ msgstr "Kategorija" msgid "Category" msgstr "Kategorija je promenjena sa ‘%s’ na ‘%s’" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Norma rešavanja problema stari > od 4 nedelje " @@ -608,11 +622,11 @@ msgstr "Promeni e-mejl adresu" msgid "Change password" msgstr "Promeni lozinku" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Proveri <strong>inspection required</strong> ukoliko se izveštaji u ovoj kategoriji <strong>moraju proveriti</strong> pre nego što se pošalju." -#: templates/web/base/admin/contact-form.html:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -638,7 +652,7 @@ msgstr "" "Odaberi <strong>category</strong> naziv koji ima smisla za javnost (npr. \"rupa\", \"javna rasveta\") koji istovremeno pomaže\n" "i ovoj direkciji. Isti će se pojavljivati u opadajućem meniju na strani Prijavi problem." -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -667,22 +681,22 @@ msgstr "Klikni na link iz našeg e-mejla potvrde da objaviš svoj problem." msgid "Click the link in our confirmation email to publish your update." msgstr "Klikni na link iz našeg e-mejla potvrde da objaviš svoje najnovije informacije." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Klikni na link iz našeg e-mejla potvrde da se upišeš u sistem." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klikni na link iz našeg e-mejla potvrde da se upišeš u sistem." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -690,23 +704,17 @@ msgstr "Klikni na link iz našeg e-mejla potvrde da se upišeš u sistem." msgid "Closed" msgstr "Zatvoren" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Zaključila skupština" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "Zaključeni izveštaji" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Zaključeno:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinate:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "" @@ -720,11 +728,15 @@ msgstr "" msgid "Cobrand:" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -750,7 +762,7 @@ msgstr "Potvrdi e-mejlom, pružajući novu lozinku u toj fazi. Nakon potvrde, a msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -786,8 +798,8 @@ msgstr "Kontaktiraj tim" msgid "Coordinates:" msgstr "Koordinate:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Korisnik se ne može naći" @@ -845,24 +857,34 @@ msgstr "Skupština:" msgid "Count" msgstr "Prebroji" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Kreiran" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Kreiraj izveštaj" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kreiraj kategoriju" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Kreiraj prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Kreiraj izveštaje/najnovije informacije u ime korisnika" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Kreiraj izveštaje/najnovije informacije u ime korisnika" @@ -892,7 +914,7 @@ msgstr "Aktuelna situacija" msgid "Currently no bodies have been created." msgstr "Trenutno nije kreirano nikakvo telo." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Klijent nedostupan" @@ -908,27 +930,37 @@ msgstr "Panel" msgid "Dealt with by subdivision within 5 working days" msgstr "Rešiti na nivou pod-odseka u roku od 5 radnih dana" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Kreiraj prioritet" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Izbriši šablon" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Izbrisano" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -966,7 +998,7 @@ msgid "Diligency prize league table" msgstr "" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -975,7 +1007,7 @@ msgid "Do not send email alerts on fetched comments to problem creator" msgstr "Nemojte slati e-mejl obaveštenja o komentarima dobijenim od podnosioca problema" #. ("%s is the site name") -#: templates/web/base/auth/general.html:58 +#: templates/web/base/auth/general.html:60 #: 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 @@ -983,7 +1015,7 @@ msgstr "Nemojte slati e-mejl obaveštenja o komentarima dobijenim od podnosioca msgid "Do you have a %s password?" msgstr "Da li imate %s lozinku?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -995,7 +1027,7 @@ msgstr "Ne’t znam" msgid "Don't like forms?" msgstr "Ne dopada vam se oblik?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1003,16 +1035,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Prevuci i spusti fotografije ovde ili <u>klikni da učitaš</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Udvostruči" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1027,43 +1054,43 @@ msgstr "" "Različite kategorije <strong>mogu imati isti kontakt</strong> (emejl adresa).\n" "To znači da možete dodati mnoge kategorije čak i ukoliko imate samo jedan kontakt datog tela." -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 msgid "Easting/Northing:" msgstr "Kretanje ka istoku/severu:" #: 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/responsepriorities/list.html:28 #: 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 "Izmeni" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Izmeni podatke o opštini" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Izmeni podatke drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Izmeni ovlašćenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Izmeni kategoriju prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Izmeni prioritet prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Izmeni prijave" @@ -1086,15 +1113,15 @@ msgstr "Izmena ažuriranih informacija %d" msgid "Editing user %d" msgstr "Izmeni korisnika %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Urednik" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1102,13 +1129,14 @@ msgstr "Urednik" msgid "Email" msgstr "Emejl" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Emejl dodat listi zloupotreba" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Emejl adresa" @@ -1120,7 +1148,7 @@ msgstr "Kreirano E-mejl obaveštenja" msgid "Email alert deleted" msgstr "Izbrisano E-mejl obaveštenje" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-mejl već na listi zloupotreba" @@ -1145,8 +1173,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1161,7 +1189,7 @@ msgstr "Datum završetka:" msgid "Endpoint" msgstr "Završna tačka" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Unesi Zürich naziv ulice" @@ -1180,7 +1208,7 @@ msgstr "Unesi naziv obližnje ulice i oblasti" msgid "Enter a nearby street name and area" msgstr "Unesi naziv obližnje ulice i oblasti" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1200,8 +1228,8 @@ msgstr "Opiši problem" msgid "Error" msgstr "Greška" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Sve" @@ -1226,12 +1254,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "Objasni šta je pogrešno" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1242,7 +1270,7 @@ msgstr "Spoljni" msgid "External ID" msgstr "Spoljni ID" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Spoljni URL" @@ -1254,13 +1282,20 @@ msgstr "Spoljno telo" msgid "External team" msgstr "Spoljni tim" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Dodatni podaci" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dodatni podaci:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Dodatni podaci" @@ -1268,6 +1303,11 @@ msgstr "Dodatni podaci" msgid "Failed to send message" msgstr "Nije uspeo da pošalje poruku" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1281,49 +1321,32 @@ msgstr "Prvi put" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Uredite ovo izborom <strong>pokrivene oblasti</strong> u <em>izmeni podatke o opštini </em> na obrascu ispod." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Sređeno" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Sređeno - Skupština" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Sređeno - Korisnik" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "Prijave koje su sređene" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Sređeno:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Obeleži kao izbrisano" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Obeleži korisnika " -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Obeleženo" @@ -1353,21 +1376,25 @@ msgstr "Propratite link naselja da biste videli samo prijave za dato naselje." msgid "For best results include a close-up and a wide shot" msgstr "Za najbolje rezultate uključite sliku u prvom planu " -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Za podrobnije informacije, vidi <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Kako Sredimoju ulicu koristi Mapit</a>." -#: templates/web/base/auth/general.html:95 +#: templates/web/base/auth/general.html:97 #: 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 lozinku?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Upućeno spoljnom telu" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Često postavljana pitanja" @@ -1396,10 +1423,14 @@ msgstr "Preuzmite najnovije informacije o %s problemima" msgid "Get updates of problems in this %s" msgstr "Dobijajte najnovije informacije o problemima u ovom %s" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Dajte mi RSS vesti" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Drago mi je što čujem da je sređeno!" @@ -1409,8 +1440,8 @@ msgstr "Drago mi je što čujem da je sređeno!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1420,7 +1451,7 @@ msgstr "Nastavi" msgid "Going to send questionnaire?" msgstr "Šaljete upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Dozvolite pristup administratoru" @@ -1448,22 +1479,13 @@ msgstr "Pomoć" msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." msgstr "Pomozite nam <strong>%s</strong> da vaš problem rešimo brže, pružanjem dodatnih pojedinosti. Ove dodatne informacije neće biti objavljene online." -#: templates/web/base/alert/_list.html:9 -msgid "Here are the types of local problem alerts for ‘%s’." -msgstr "Slede vrste obaveštenja o lokalnim problemima za ‘%s’." - #: templates/web/zurich/footer.html:11 msgid "Hi %s" msgstr "Zdravo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1506,11 +1528,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Istorija" @@ -1527,12 +1553,12 @@ msgid "How to send successful reports" msgstr "Kako poslati uspešne prijave" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Upravo sam prijavio problem na @fixmystreet" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Upravo sam prijavio problem na @fixmystreet" @@ -1552,8 +1578,8 @@ msgstr "I'm afraid we couldn't locate your problem in the database.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1561,10 +1587,18 @@ 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1577,7 +1611,7 @@ 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 "If you get some more information about the status of your problem, please come back to the site and leave an update." -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "Ukoliko želite da samo ovaj prioritet bude opcija za konkretne kategorije, odaberite ih ovde. Automatski će se prikazivati u svim kategorijama." @@ -1600,7 +1634,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Ukoliko koristite <strong>način slanja koji ne podrazumeva e-mejl</strong>, unesite ID usluge (Open311) ili ekvivalentan identifikator ovde." @@ -1640,11 +1674,6 @@ msgstr "Ilegalni ID" msgid "Illegal feed selection" msgstr "Ilegalan izbor vesti" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "U toku" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "U tabeli zloupotreba?" @@ -1653,17 +1682,14 @@ msgstr "U tabeli zloupotreba?" 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "U toku" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1687,11 +1713,11 @@ msgstr "Netačno_photo value \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Potrebna inspekcija" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Naložite ugovaračima da reše probleme" @@ -1699,11 +1725,6 @@ msgstr "Naložite ugovaračima da reše probleme" msgid "Internal notes" msgstr "Interna zabeleška" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Interna preporuka" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1712,7 +1733,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Pogrešna agencija_odgovorna value %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Nevažeći datum završetka" @@ -1720,21 +1741,14 @@ msgstr "Nevažeći datum završetka" msgid "Invalid format %s specified." msgstr "Nevažeći format %s naveden." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "Nevažeća lokacija. Novu lokaciju mora pokrivati ista skupština." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Istraživanje" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Često je najbrže <a href=\"%s\">proveriti naša FAQ</a> i videti da li se odgovor nalazi tamo." @@ -1743,23 +1757,41 @@ msgstr "Često je najbrže <a href=\"%s\">proveriti naša FAQ</a> i videti da li msgid "It’s on its way to the council right now." msgstr "U ovom trenutku je na putu ka skupštini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Jurisdikcija nepoznata" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Jurisdikcija nepoznata" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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 "Držite me upisanim na ovom računaru" +#: templates/web/base/admin/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1786,23 +1818,27 @@ msgstr "Poslednje ažuriranje:" msgid "Last update:" msgstr "Poslednje ažuriranje:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Nedavno ažuriran" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Ostavite ovo praznim ukoliko sve prijave ovom telu treba da budu poslate korišćenjem iste metode slanja (npr, \"%s\")." -#: templates/web/base/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Navedi sve prijavljene probleme" @@ -1833,13 +1869,13 @@ msgstr "Lokalna obaveštenja" msgid "Locate the problem on a map of the area" msgstr "Pronađite problem na mapi oblasti" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1849,7 +1885,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1858,11 +1894,11 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Upravljaj užim krugom" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1878,7 +1914,7 @@ msgstr "Označi kao poslat" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Označi kao uređen/zaključen u poslednjih osam nedelja" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1906,7 +1942,7 @@ msgstr "Jurisdikcija koja nedostaje_id" msgid "Moderate" msgstr "Uredi" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Uredi pojedinosti o prijavi" @@ -1919,7 +1955,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1928,7 +1964,7 @@ msgid "Moderated by division within one working day" msgstr "Uređuje odsek u jednom radnom danu " #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1936,23 +1972,28 @@ msgstr "" msgid "Month" msgstr "Mesec" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "Najčešće komentarisani" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1971,7 +2012,7 @@ msgstr "Ime: %s" msgid "Name: %s" msgstr "Upravljaj ovim problemom" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Upravljaj ovim problemom" @@ -1984,8 +2025,8 @@ msgstr "Najbliži imenovani put oznaci na mapi (automatski generisan korišćenj msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Najbliži poštanski broj oznaci na mapi (automatski generisan): %s (%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Najbliži put oznaci na mapi (automatski generisan korišćenjem Bing Maps): %s" @@ -1995,15 +2036,24 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Pri kraju! Sada proverite vaš e-mejl…" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Najnovije" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Dodata nova direkcija" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Dodata nova kontakt kategorija" @@ -2029,7 +2079,7 @@ msgid "New password:" msgstr "Nova lozinka:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Novi prioritet" @@ -2058,6 +2108,7 @@ msgid "New reports" msgstr "Nove prijave" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Novo stanje" @@ -2067,7 +2118,7 @@ msgstr "Novo stanje" msgid "New template" msgstr "Novi šablon" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Najnovije" @@ -2075,7 +2126,7 @@ msgstr "Najnovije" msgid "Next" msgstr "Sledeće" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2087,7 +2138,7 @@ msgstr "Sledeće" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Ne" @@ -2103,7 +2154,7 @@ msgstr "Nema direkcije" msgid "No council" msgstr "Nema skupštine" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Nije odabrana skupština" @@ -2119,21 +2170,16 @@ msgstr "No flagged problems found." msgid "No flagged users found." msgstr "No flagged users found." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Nemoguće rešiti" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "No further updates" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2141,8 +2187,8 @@ msgstr "" msgid "No result returned" msgstr "No result returned" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2183,13 +2229,8 @@ msgstr "" " 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Nije odgovoran" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2208,7 +2249,7 @@ msgid "Not reported to council" msgstr "Nije prijavljen skupštini" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Napomena" @@ -2230,6 +2271,10 @@ msgstr "Napomena: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Sada podnesite vaše najnovije informacije…" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Now to submit your report…" @@ -2260,20 +2305,17 @@ msgstr "" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Najstariji" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2300,21 +2342,25 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Ili problemi prijavljeni:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" -#: 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 "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2337,17 +2383,16 @@ msgstr "Vlasnik" msgid "Page Not Found" msgstr "Strana nije nađena" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Izvor" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Delimično" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2355,7 +2400,7 @@ msgstr "Delimično" msgid "Password (optional)" msgstr "Lozinka (opcionalno)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Lozinka:" @@ -2367,7 +2412,7 @@ msgstr "" msgid "Permissions:" msgstr "Dozvole:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "Prijavio:" @@ -2376,7 +2421,7 @@ msgstr "Prijavio:" msgid "Phone number" msgstr "Broj telefona" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Broj telefona (opcionalno)" @@ -2436,12 +2481,8 @@ msgstr "" msgid "Place pin on map" msgstr "Stavi oznaku na mapi" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2459,26 +2500,22 @@ msgstr "Molimo vas proverite lozinke i probajte ponovo " #: 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Molimo vas proverite da li je vaša e-mejl adresa tačna " -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Molimo vas izaberite kategoriju" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Molimo vas izaberite kategoriju" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Molimo vas ispravite greške ispod" @@ -2494,18 +2531,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Molimo vas unesite poruku" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Molimo vas unesite ime" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Molimo vas unesite naziv ovog tela" @@ -2516,14 +2553,14 @@ msgid "Please enter a password" msgstr "Molimo vas unesite lozinku" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Molimo vas unesite predmet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2535,7 +2572,7 @@ msgstr "Molimo vas unesite važeći e-mejl" msgid "Please enter a valid email address" msgstr "Molimo vas unesite važeću e-mejl adresu" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Molimo vas unesite neke podatke" @@ -2544,8 +2581,8 @@ msgstr "Molimo vas unesite neke podatke" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2568,8 +2605,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Molimo vas unesite vaše ime, skupština treba ove informacije – ukoliko ne želite da vam se ime prikazuje na stranici, skinite znak štikliranja iz polja ispod " #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2632,7 +2669,7 @@ msgstr "Molimo vas imajte u vidu da vaša prijava <strong>još uvek nije poslat msgid "Please note:" msgstr "Molimo vas imajte u vidu:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Molimo vas pružite javne informacije o ovoj prijavi." @@ -2686,19 +2723,19 @@ msgstr "Molimo vas napišite vaše najnovije informacije ovde" msgid "Post" msgstr "Postavi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Postavljeno anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Postavio %s na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postavio <strong>%s</strong> (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postavio <strong>%s</strong> na %s" @@ -2710,12 +2747,12 @@ msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">N msgid "Previous" msgstr "Prethodni" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioriteti" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Prioritet" @@ -2730,7 +2767,7 @@ msgid "Privacy and cookies" msgstr "Privatnost i kolačići" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privatan" @@ -2761,7 +2798,7 @@ msgstr "Problem %s poslat skupštini %s" msgid "Problem breakdown by state" msgstr "Pregled problema po stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -2769,11 +2806,16 @@ msgstr "Problem označen kao otvoren." msgid "Problem state change based on survey results" msgstr "Promena stanja predmeta na osnovu rezultata ankete " -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problemi u okviru %s naselja" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Problemi u blizini" @@ -2786,13 +2828,15 @@ msgstr "Problemi na mapi" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Nedavno prijavljeni problemi sređeni na Sredimojuulicu" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problemi u okviru %.1fkm od ove lokacije" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problemi u okviru %s" @@ -2800,16 +2844,17 @@ msgstr "Problemi u okviru %s" msgid "Problems within %s ward" msgstr "Problemi u okviru %s naselja" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +msgstr "Problemi u okviru %s naselja" + #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 #: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "Problemi u okviru %s, %s" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Problemi u okviru granice:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Adresa imovine:" @@ -2819,11 +2864,11 @@ msgstr "Adresa imovine:" msgid "Provide an update" msgstr "Pruži najnovije informacije" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Pružanje imena i lozinke je opcionalno, ali će isto dozvoliti da se lakše prijave problemi, daju najnovije informacije i u ravlja vašim prijavama." @@ -2841,7 +2886,7 @@ msgstr "" msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Javne informacije:" @@ -2869,7 +2914,7 @@ msgstr "Upitnik %d poslat za problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Upitnik popunio podnosilac problema " -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2897,11 +2942,11 @@ msgstr "RSS vesti %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS vesti o obližnjim problemima" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2926,7 +2971,7 @@ msgstr "RSS vesti o najnovijim informacijama o ovom problemu" msgid "Receive email when updates are left on this problem." msgstr "Primi e-mejl kada su navedene najnovije informacije o ovom problemu." -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Primio %s par trenutaka kasnije" @@ -2940,7 +2985,7 @@ msgstr "Nedavni lokalni problemi, %s" msgid "Recently reported problems" msgstr "Nedavno prijavljeno problema" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Nedavno ažurirano" @@ -2948,7 +2993,17 @@ msgstr "Nedavno ažurirano" 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 "Zapamti da je Sredimojuulicu prvenstveno namenjeno za prijavljivanje fizičkih problema koji se mogu srediti. Ukoliko vaš problem nije odgovarajući da bude podnet preko ove stranice zapamti da možeš da kontaktiraš skupštinu direktno korišćenjem njihove internet stranice." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Ukloni oznaku" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Ukloni oznaku" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Ukloni oznaku" @@ -2978,8 +3033,8 @@ msgstr "Odgovori korisniku:" msgid "Report" msgstr "Prijavi" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "ID prijave:" @@ -2994,7 +3049,7 @@ msgstr "Prijavi problem" msgid "Report abuse" msgstr "Prijavi zloupotrebu" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Prijavi kao" @@ -3017,7 +3072,7 @@ msgstr "Prijavi svoj problem" msgid "Report, view, or discuss local problems" msgstr "Prijavi, pregledaj ili diskutuj o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Prijavljeni anonimno u %s" @@ -3027,7 +3082,7 @@ msgstr "Prijavljeni anonimno u %s" msgid "Reported before" msgstr "Prijavljeni ranije" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Prijavio %s u %s" @@ -3041,27 +3096,27 @@ msgstr "Prijavio:" msgid "Reported in the %s category" msgstr "Prijavljeno u kategoriji %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno u kategoriji %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Prijavljeno u kategoriji %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Prijavljeno putem %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Prijavljeno putem %s od strane %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Prijavljeno putem %s u kategoriji %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavljeno putem %s u kategoriji %s od strane %s u %s" @@ -3079,8 +3134,8 @@ msgstr "Prijavio:" msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3094,10 +3149,19 @@ msgstr "Prijave su ograničene na %s karaktera u dužini. Molimo vas skratite va msgid "Reports awaiting approval" msgstr "Prijave čekaju na odobrenje" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Prijavio %s u %s" + #: 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 "Prijave pouzdanih korisnika šalju se odgovornom telu bez vršenja prethodne inspekcije." +#: templates/web/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Objavljene prijave" @@ -3106,18 +3170,33 @@ msgstr "Objavljene prijave" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Prijavi u %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS vesti %s, u okviru %s naselja" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Prijave koje čekaju da budu poslate" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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 "Prijave se šalju automatski bez potrebe za inspekcijom ukoliko je ugled <strong>korisnika </strong> na ili iznad ove vrednosti. Podesi na <strong>0</strong> ukoliko se bez obzira na to, moraju pregledati sve prijave." -#: templates/web/base/admin/contact-form.html:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "Ugled:" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "Fotografija potrebna" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Prioriteti odgovora" @@ -3176,15 +3255,15 @@ msgstr "Drumski operater za naziv ove ulice (proizilazi iz referentnog broja i v msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Drumski operater za naziv ove ulice (iz OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: templates/web/base/admin/update_edit.html:66 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Okreni levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3200,23 +3279,28 @@ msgstr "Okretanjem ove slike odbacuju se nesačuvane promene u izveštaju." msgid "Satellite" msgstr "Satelitski" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Sačuvaj promene" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Sačuvaj javnim ažuriranjem" @@ -3225,6 +3309,11 @@ msgstr "Sačuvaj javnim ažuriranjem" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Planirane radnje" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3258,23 +3347,23 @@ msgstr "Pretragom nađeno nula korisnika." msgid "See our privacy policy" msgstr "Vidi našu politiku privatnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Odaberi telo" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Izaberi oblast" -#: 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 "Odaberi vrstu obaveštenja koja bi hteo i klikni na dugme za RSS vesti, ili unesite vašu e-mejl adresu da se pretplatite da dobijate obaveštenja e-mejlom." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3288,11 +3377,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Pošalji prijavu nazad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Poslato %s %s kasnije" @@ -3305,7 +3394,7 @@ msgstr "Poslato:" msgid "Service:" msgstr "Usluga:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Postavi na moju aktuelnu lokaciju" @@ -3331,6 +3420,7 @@ msgstr "" msgid "Shortlisted" msgstr "Ubačen u uži krug" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Ubacio u uži krug %s" @@ -3343,9 +3433,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Prikaži moje ime javno" @@ -3374,16 +3464,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Upiši se" -#: templates/web/base/auth/general.html:96 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "Umesto toga, upiši se e-mejlom, unošenjem nove lozinke. Kada kliknete na link u vašem e-mejlu, ažuriraće se vaša lozinka." @@ -3431,14 +3521,14 @@ msgstr "Izvinite, ovo nije’t važeći link" msgid "Sorry, there has been an error confirming your problem." msgstr "Izvinite, nastala je greška u potvrđivanju vašeg problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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 "Izvinite, nismo mogli da nađemo datu lokaciju." -#: templates/web/base/auth/general.html:9 +#: templates/web/base/auth/general.html:11 #: 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." @@ -3460,11 +3550,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "Izvinite, nemate dozvolu da to učinite." -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Sortiraj po" @@ -3481,20 +3571,25 @@ msgid "Start Date:" msgstr "Datum početka:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Država" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Sačuvaj promene" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3504,8 +3599,14 @@ msgstr "Država" msgid "State:" msgstr "Statistike" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Država" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3527,6 +3628,10 @@ msgstr "I dalje otvoren, putem upitnika, %s" msgid "Street View" msgstr "Izgled ulice" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Pod-kategorija: %s" @@ -3545,7 +3650,7 @@ msgid "Subject:" msgstr "Predmet" #: 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_loggedin.html:63 #: 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 @@ -3566,8 +3671,8 @@ msgstr "Podnesi promene" msgid "Submit questionnaire" msgstr "Podnesi upitnik" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3577,25 +3682,28 @@ msgstr "Podnesi upitnik" msgid "Submitted" msgstr "Podneo" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Pretplati me na e-mejl obaveštenja" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "Rezimiraj problem" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Rezimiraj vaše promene" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3628,8 +3736,8 @@ msgstr "Rezultati ankete" msgid "Template «%s»" msgstr "Šablon «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Šabloni" @@ -3686,7 +3794,7 @@ msgstr "Slika nije učitana ispravno (%s), molimo vas pokušajte ponovo." msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Skupština ne pokriva datu lokaciju; možda je na moru ili van zemlje. Molimo vas pokušajte ponovo." -#: perllib/FixMyStreet/App/Controller/Location.pm:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "Po svemu sudeći data lokacija nije na Kosovu; molimo vas pokušajte ponovo." @@ -3696,11 +3804,11 @@ msgstr "Po svemu sudeći data lokacija nije na Kosovu; molimo vas pokušajte pon msgid "That postcode was not recognised, sorry." msgstr "Dati poštanski broj nije prepoznat, izvinite." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Dati problem obeležen je kao poslat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Dati problem će sada biti ponovo poslat." @@ -3712,7 +3820,7 @@ msgstr "Data prijava ne može se pogledati na %s." msgid "That report has been removed from FixMyStreet." msgstr "Data prijava uklonjena je sa Sredimojuulicu." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3736,10 +3844,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3760,6 +3868,10 @@ msgstr "" "Ime <strong>direkcije</strong> identifikuje direkciju (na primer, <em>Direkcija javnih usluga</em>)\n" "i može se prikazati javno." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3770,11 +3882,15 @@ msgstr "Direkcija neće’t biti u stanju da vam pomogne ukoliko ne ostavite 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Greška je: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3813,10 +3929,14 @@ msgstr "Poslednji problemi u sklopu granica {{NAME}} koje su korisnici prijavili msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Link je možda istekao ili ga možda niste ’t ispravno kopirali i pejstirali." -#: templates/web/base/admin/body-form.html:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Lista dostupnih oblasti pružena je uslugom MapIt u %s." +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3826,9 +3946,9 @@ msgstr "Lozinke se ne poklapaju" msgid "The requested URL '%s' was not found on this server" msgstr "Traženi URL '%s' nije nađen na ovom serveru" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "Najprostije obaveštenje je ono geografsko:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3849,18 +3969,18 @@ msgstr "" msgid "There are no reports to show." msgstr "Nema prijava za prikazivanje." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Nastao je problem u prikazivanju strane Sve prijave. Molimo vas probajte ponovo kasnije." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "Nastao je problem u prikazivanju ove strane. Molimo vas probajte ponovo kasnije." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "Nastao je problem sa vašom kombinacijom e-mejla/lozinke. Ukoliko ne možete da se setite svoje lozinke ili je nemate, molimo vas popunite ‘upišite se u odeljku na obrascu za email’." @@ -3869,7 +3989,7 @@ msgstr "Nastao je problem sa vašom kombinacijom e-mejla/lozinke. Ukoliko ne mo msgid "There was a problem with your email/password combination. Please try again." msgstr "Postoji problem sa kombinacijom vašeg e-mejla/lozinke. Molimo vas pokušajte ponovo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Bilo je problema sa vašim ažuriranjem. Molimo vas pokušajte ponovo." @@ -3877,7 +3997,7 @@ msgstr "Bilo je problema sa vašim ažuriranjem. Molimo vas pokušajte ponovo." msgid "There were problems with your report. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." @@ -3932,8 +4052,8 @@ msgstr "" msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Ova direkcija nema nikakve kontakte. To znači da u ovom trenutku problemi koji se prijavljuju ovoj direkciji <strong>neće biti poslati</strong>." -#: templates/web/base/admin/body-form.html:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3949,9 +4069,10 @@ msgstr "Ovaj e-mejl poslat je obema direkcijama koje pokrivaju lokaciju problema msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Ovaj e-mejl poslat je nekolicini skupština koje pokrivaju lokaciju problema, pošto je odabrana kategorija pružena za sve njih; molimo vas ignorišite je ukoliko niste ispravna direkcija da se pozabavi ovim pitanjem." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Ova informacija je tražena" @@ -3980,8 +4101,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Ova prijava čeka na moderatora." @@ -4013,7 +4134,7 @@ msgstr "Ova internet stranica takođe sadrži fotografiju problema, koju je kori msgid "Time spent (in minutes):" msgstr "Potrošeno vreme (u minutima):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Vremenski okvir" @@ -4042,6 +4163,14 @@ msgstr "Da saznate kakva lokalna obaveštenja imamo za vas, molimo vas unesite v msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Da pogledate mapu sa preciznom lokacijom ovog pitanja" @@ -4079,16 +4208,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "Potrebno upravljanje saobraćajem?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Kojima veruju direkcije:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "Verodostojan da podnosi prijave koje ne moraju da se proveravaju " @@ -4104,17 +4241,21 @@ msgstr "Probajte ponovo" msgid "Try emailing us directly:" msgstr "Pokušajte da nam direktno pošaljete e-mejl:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "Nerešene prijave" @@ -4128,7 +4269,7 @@ msgid "Unknown alert type" msgstr "Nepoznata vrsta obaveštenja" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Nepoznata greška" @@ -4143,10 +4284,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Ažuriranje" @@ -4163,7 +4305,7 @@ msgstr "Najnovije informacije ispod dodate anonimno u %s" msgid "Update below added by %s at %s" msgstr "Najnovije informacije ispod dodao %s u %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Pregled najnovijih informacija po državi" @@ -4199,13 +4341,23 @@ msgstr "" msgid "Updated" msgstr "Ažuriran" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Postavio <strong>%s</strong> (%s) na %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Postavio <strong>%s</strong> na %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Ažuriran!" @@ -4215,7 +4367,7 @@ msgstr "Ažuriran!" msgid "Updates" msgstr "Ažurirane informacije" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4229,8 +4381,8 @@ msgstr "Ažurirane informacije o {{title}}" msgid "Updates to this problem, %s" msgstr "Ažurirane informacije o ovom problemu, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4244,7 +4396,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Upotrebi Open311 kao liniju za slanje ažuriranih informacija" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4257,11 +4409,11 @@ msgstr "Upotrebljena mapa" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Uklonjena oznaka korisnika" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "" @@ -4274,9 +4426,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Pretraga korisnika poklapa se sa kriterijumima u imenima i e-mejl adresama korisnika." -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Korisnici" @@ -4285,9 +4437,9 @@ msgstr "Korisnici" msgid "Users can perform the following actions within their assigned body or area." msgstr "Korisnici mogu obaviti sledeće radnje u sklopu njima dodeljene direkcije ili oblasti." -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Ažurirane vrednosti" @@ -4334,7 +4486,7 @@ msgstr "Pronašli smo više od jednog poklapanja za dati referentni broj problem msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4369,7 +4521,7 @@ msgstr "Bićemo u kontaktu sa vama čim budemo mogli." msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Kada je izmenjena" @@ -4378,7 +4530,15 @@ msgstr "Kada je izmenjena" msgid "When sent" msgstr "Kada je poslata" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4390,8 +4550,8 @@ msgstr "Whoa there Testino! Tri fotografije su dovoljne." msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4426,7 +4586,7 @@ msgstr "" msgid "Year" msgstr "Godina" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4441,7 +4601,7 @@ msgstr "Godina" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Da" @@ -4475,6 +4635,10 @@ msgstr "" msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4493,7 +4657,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4567,7 +4731,6 @@ msgstr "" 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:80 @@ -4580,7 +4743,7 @@ msgid "Your email" msgstr "" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4591,10 +4754,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4604,11 +4767,11 @@ msgstr "" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4616,7 +4779,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4654,8 +4817,8 @@ msgstr "" msgid "Your updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4664,12 +4827,12 @@ msgstr "" msgid "all" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -4696,7 +4859,7 @@ msgstr "" msgid "from %s different users" msgstr "" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "" @@ -4705,44 +4868,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4753,12 +4879,8 @@ msgstr "" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +msgid "not the council's responsibility" msgstr "" #: templates/web/base/js/translation_strings.html:27 @@ -4784,15 +4906,6 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4806,6 +4919,11 @@ msgstr "" msgid "there is no pin shown as the user did not use the map" msgstr "" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Pregled lokacije" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "" @@ -4975,7 +5093,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4999,7 +5117,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -5014,3 +5132,80 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "%s šalje različite kategorije problema\n" +#~ "odgovarajućoj direkciji opštine, tako da joj ne odlaze problemi van date opštine.\n" +#~ "Primer je prijava o grafitima\n" +#~ "koja se šalje opštini\n" +#~ "council’s alerts, međutim pojavljuju se samo u sklopu obaveštenja namenjenih opštini na mapi." + +#~ msgid "%s ward, %s" +#~ msgstr "%s naselje, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, u sklopu %s naselja" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(Kao alternativa, RSS se može personalizovati u okviru %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Izaberi vrstu imovine --" + +#~ msgid "Closed reports" +#~ msgstr "Zaključeni izveštaji" + +#~ msgid "Closed:" +#~ msgstr "Zaključeno:" + +#~ msgid "Duplicate" +#~ msgstr "Udvostruči" + +#~ msgid "Fixed reports" +#~ msgstr "Prijave koje su sređene" + +#~ msgid "Fixed:" +#~ msgstr "Sređeno:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "Slede vrste obaveštenja o lokalnim problemima za ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "U toku" + +#~ msgid "Internal referral" +#~ msgstr "Interna preporuka" + +#~ msgid "Investigating" +#~ msgstr "Istraživanje" + +#~ msgid "No further action" +#~ msgstr "Nemoguće rešiti" + +#~ msgid "Not Responsible" +#~ msgstr "Nije odgovoran" + +#~ msgid "Or problems reported to:" +#~ msgstr "Ili problemi prijavljeni:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "Or you can subscribe to an alert based upon what ward or council you’re in:" + +#~ msgid "Please choose a property type" +#~ msgstr "Molimo vas izaberite kategoriju" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problemi u okviru granice:" + +#~ 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 "Odaberi vrstu obaveštenja koja bi hteo i klikni na dugme za RSS vesti, ili unesite vašu e-mejl adresu da se pretplatite da dobijate obaveštenja e-mejlom." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Najprostije obaveštenje je ono geografsko:" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index a846a8dd4..2b4a311e2 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Jon Kristensen <info@jonkri.com>, 2017\n" "Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr " och " @@ -91,25 +91,6 @@ msgstr "%s frågeformulär skickade – %s besvarade (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "%s skickar olika kategorier av rapporter till olika enheter inom en kommun eller län. Problem som rapporteras inom en viss kommun dyker därför inte nödvändigtvis upp i listan över rapporter till den kommunen. Exempelvis kan en rapport om en väg skickas till Vägverket snarare än kommunen. Rapporten dyker då inte upp i listan över rapporter till kommunen, men dyker upp om man söker alla rapporter inom ett visst avstånd." - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "Administrativa området %s, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s inom det administrativa området %s" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" @@ -118,7 +99,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Defekt & defektens plats)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i missbrukstabellen)" @@ -133,23 +114,27 @@ msgstr "(Inget namn)" msgid "(No phone number)" msgstr "(Inget telefonnummer)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "(alternativt kan RSS-flödet konfigureras inom %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(stängd)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(ett avstånd som täcker ungefär 200,000 invånare)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(fixad)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ex.v. graffiti, skräp, trasiga gatustenar eller belysning)" @@ -158,7 +143,7 @@ msgstr "(ex.v. graffiti, skräp, trasiga gatustenar eller belysning)" msgid "(no longer exists)" msgstr "(finns inte längre)" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(ej skickat till kommunen)" @@ -166,20 +151,22 @@ msgstr "(ej skickat till kommunen)" msgid "(optional)" msgstr "(valfritt)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(skickat till båda)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "RSS-flöde för problem inom %s" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Välj en katagori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Välj en fastighetstyp --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Välj en mall--" @@ -188,16 +175,16 @@ msgstr "--Välj en mall--" msgid "10 inch pothole on Example St, near post box" msgstr "Hål i gatan på Storgatan, nära brevlådan" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "14-30 dagar gamla" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "7-14 dagar gamla" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +199,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "<h2>Rapporter, statistik och åtgärder för</h2> <h1>%s</h1>" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">Visa</label> %s <label for=\"filter_categories\">om</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +221,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Ja</strong>, jag har ett lösenord" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Åtgärd är schemalagd" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -270,18 +253,35 @@ msgid "Add a contact using the form below." msgstr "Lägg till en kontakt medelst formuläret nedan." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Lägg till förvaltning" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "valfria" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -294,15 +294,15 @@ msgstr "Lägg till i slutlista" msgid "Add user" msgstr "Lägg till användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Lägg till eller ta bort problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Lägg till eller ta bort svarsprioriteringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Lägg till eller ta bort svarsmallar" @@ -330,13 +330,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Varsko mig om framtida uppdateringar" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "Alla" @@ -349,13 +350,21 @@ msgid "All Reports as CSV" msgstr "Alla rapporter som CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Samtliga kategorier" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -384,13 +393,19 @@ msgstr "En uppdatering markerade det här problemet som löst." msgid "Anonymous" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonym" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Annan användare" @@ -404,7 +419,7 @@ msgstr "Är du säker på att du vill avbryta den här uppladdningen?" msgid "Are you sure?" msgstr "Är du säker?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -436,11 +451,11 @@ msgstr "Tilldela extern förvaltning:" msgid "Assign to subdivision:" msgstr "Tilldela underavdelning:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "Tilldela användare till områden" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Tilldelad %s" @@ -481,7 +496,7 @@ msgstr "Genomsnittlig tid för kommun till första rapportstatusändring (dagar) msgid "Avoid personal information and vehicle number plates" msgstr "Undvik personlig information och nummerplåtar" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Väntar på att granskas" @@ -494,13 +509,13 @@ msgstr "Tillbaka" msgid "Back to all reports" msgstr "Tillbaka till samtliga rapporter" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Förbjud epostadress" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -522,7 +537,11 @@ msgstr "Förvaltning:" msgid "By Date" msgstr "Efter datum" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "Kan du inte hitta vårt e-brev? Kolla din skräppostmapp – det är lösningen 99% av tiden." @@ -530,7 +549,7 @@ 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>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorier" @@ -543,8 +562,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -555,7 +574,7 @@ msgstr "Kategorier:" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori ändrat från ‘%s’ till ‘%s’" @@ -595,11 +614,11 @@ msgstr "Ändra e-postadress" msgid "Change password" msgstr "Ändra lösenord" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -616,7 +635,7 @@ msgid "" " 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "Välj en annan" @@ -645,22 +664,22 @@ msgstr "Klicka på länken i vårt bekräftelsemail för att publicera din probl msgid "Click the link in our confirmation email to publish your update." msgstr "Klicka på länken i vårt bekräftelsemail för att publicera din uppdatering." -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 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:189 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Klicka på länken i vårt bekräftelsemail för att logga in." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -668,23 +687,17 @@ 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:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Stängd av kommunen" -#: templates/web/base/reports/_list-filters.html:13 -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:37 msgid "Co-ordinates:" msgstr "Koordinater:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -698,11 +711,15 @@ msgstr "Cobrand data:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "Vik ihop karta" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -728,7 +745,7 @@ 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/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -764,8 +781,8 @@ msgstr "Kontakta teamet" msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Kan inte hitta användaren" @@ -823,24 +840,34 @@ msgstr "Kommun:" msgid "Count" msgstr "Antal" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Skapad" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Skapa en rapport" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Skapa en kategori" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Skapa prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Skapa rapporter/uppdateringar på en användares vägnar" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Skapa rapporter/uppdateringar som kommunen" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "Skapa rapporter/uppdateringar på en användares vägnar" @@ -870,7 +897,7 @@ msgstr "Nuvarande status" msgid "Currently no bodies have been created." msgstr "Inga förvaltningar har skapats ännu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kund ej kontaktbar" @@ -886,27 +913,37 @@ msgstr "Skrivbord" msgid "Dealt with by subdivision within 5 working days" msgstr "Hanterat av underavdelning inom 5 arbetsdagar" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Skapa prioritet" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "Defekttyp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Ta bort mall" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Borttagen" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "Beskriv varför du modererar detta" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -944,7 +981,7 @@ msgid "Diligency prize league table" msgstr "Flitighetstopplistan" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "Ta bort ändringar" @@ -953,7 +990,7 @@ 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/auth/general.html:60 #: 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 @@ -961,7 +998,7 @@ msgstr "Skicka inte e-postnotifikationer kring hämtade kommentarer till problem msgid "Do you have a %s password?" msgstr "Har du ett lösenord för %s?" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "Vill du automatiskt lyfta en defekt?" @@ -973,7 +1010,7 @@ msgstr "Vet ej" msgid "Don't like forms?" msgstr "Gillar du inte formulär?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "Ner en" @@ -981,16 +1018,11 @@ msgstr "Ner en" 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/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Finns redan" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "Dublett av" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "Dubletter" @@ -1002,43 +1034,43 @@ 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:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:26 +#: templates/web/base/admin/responsepriorities/list.html:28 #: 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 "Ändra" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Ändra förvaltningsdetaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Redigera andra användares uppgifter" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Redigera andra användares rättigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "Redigera rapportkategori" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "Redigera rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Redigera rapporter" @@ -1061,15 +1093,15 @@ msgstr "Ändrar uppdatering %d" msgid "Editing user %d" msgstr "Ändrar användare %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Redaktör" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1077,13 +1109,14 @@ msgstr "Redaktör" msgid "Email" msgstr "Epost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "Epostadressen tillagd till missbrukslistan" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "E-postadress" @@ -1095,7 +1128,7 @@ msgstr "E-postnotifikation skapad" msgid "Email alert deleted" msgstr "E-postnotifikation borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Epostadressen finns redan i missbrukslistan" @@ -1123,8 +1156,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1139,7 +1172,7 @@ msgstr "Slutdatum:" msgid "Endpoint" msgstr "Ändpunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Skriv in ett Zürich-gatunamn" @@ -1158,7 +1191,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1178,8 +1211,8 @@ msgstr "Skriv in information om problemet" msgid "Error" msgstr "Fel" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Allt" @@ -1204,12 +1237,12 @@ msgstr "Expandera karta" msgid "Explain what’s wrong" msgstr "Förklara felet" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "Exportera som CSV" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1220,7 +1253,7 @@ msgstr "Extern" msgid "External ID" msgstr "Externt ID" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Extern URL" @@ -1232,13 +1265,20 @@ msgstr "Extern förvaltning" msgid "External team" msgstr "Externt arbetslag" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Extra uppgifter" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Extra data:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Extra uppgifter" @@ -1246,6 +1286,11 @@ msgstr "Extra uppgifter" msgid "Failed to send message" msgstr "Misslyckades med att skicka meddelande" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1259,49 +1304,32 @@ msgstr "Första gången" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Löst" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Löst - Kommun" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Löst - Användare" -#: templates/web/base/reports/_list-filters.html:14 -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:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Flagga som borttagen" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Flagga användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flaggat" @@ -1331,21 +1359,25 @@ msgstr "Följ en länk till ett område för att se rapporter endast inom det om 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 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "Vidarebefordrad till extern förvaltning" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "Vidarebefordrade önskan till extern förvaltning" @@ -1374,10 +1406,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Ge mig ett RSS-flöde" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Vi är glada att höra att det har blivit löst!" @@ -1387,8 +1423,8 @@ msgstr "Vi är glada att höra att det har blivit löst!" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1398,7 +1434,7 @@ msgstr "Gå" msgid "Going to send questionnaire?" msgstr "Skicka enkät?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Bevilja tillgång till administratörskontrollpanelen" @@ -1426,22 +1462,13 @@ msgstr "Hjälp" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Hej %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1484,11 +1511,15 @@ msgid "Hide update completely?" msgstr "Dölj uppdatering helt?" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "Dölj ditt namn?" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Historik" @@ -1505,12 +1536,12 @@ msgid "How to send successful reports" msgstr "Hur bra rapporter skickas" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "Jag rapporterade precis ett problem på @fixamingata" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "Jag uppdaterade precis ett problem på @fixamingata" @@ -1530,17 +1561,25 @@ msgstr "Tyvärr kunde vi inte hitta ditt problem i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "Om denna prioritet skickas vidare till en extern tjänst (t.ex. Exor/Confirm), skriv prioritetskoden för den tjänsten här." +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1551,7 +1590,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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." @@ -1574,7 +1613,7 @@ msgid "" "(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/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1609,11 +1648,6 @@ msgstr "Ogiltigt ID" msgid "Illegal feed selection" msgstr "Ogiltigt RSS-flöde" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Pågående" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "I missbrukstabellen?" @@ -1622,17 +1656,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Pågående" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "Inaktiv" @@ -1656,11 +1687,11 @@ msgstr "Inkorrekt värde för has_photo, \"%s\"" msgid "Inspect report" msgstr "Inspektera rapport" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "Inspektion krävs" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "Instruera entreprenörer att lösa problem" @@ -1668,11 +1699,6 @@ msgstr "Instruera entreprenörer att lösa problem" msgid "Internal notes" msgstr "Interna anteckningar" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Interna refereringar" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "Internet-problem" @@ -1681,7 +1707,7 @@ msgstr "Internet-problem" msgid "Invalid agency_responsible value %s" msgstr "Inkorrekt värde för agency_responsible, \"%s\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Inkorrekt slutdatum" @@ -1689,21 +1715,14 @@ msgstr "Inkorrekt slutdatum" msgid "Invalid format %s specified." msgstr "Inkorrekt format %s angivet." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 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:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Inkorrekt startdatum" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Utredes" - #: templates/web/base/contact/blurb.html:2 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." @@ -1712,23 +1731,41 @@ msgstr "Det går oftast snabbast att <a href=\"%s\">kolla vår FAQ</a> och se om 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:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "Jurisdiktion Okänd" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: 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:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "De senaste fyra veckorna" @@ -1755,23 +1792,27 @@ msgstr "Senaste uppdatering:" msgid "Last update:" msgstr "Senaste uppdatering:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "Latitud/Longitud:" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "Tidigast uppdaterad" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "Mindre än sju dagar gammal" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Lista alla rapporterade problem" @@ -1802,13 +1843,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "Logga in med Facebook" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1818,7 +1859,7 @@ msgstr "Logga in med Twitter" msgid "Log in with email" msgstr "Logga in med e-post" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "Slå upp" @@ -1827,11 +1868,11 @@ msgstr "Slå upp" msgid "MAP" msgstr "KARTA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "Hantera slutlista" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "Manuell ordning" @@ -1847,7 +1888,7 @@ msgstr "Markera som skickad" 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>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "Lägg till problemdetaljer" @@ -1875,7 +1916,7 @@ msgstr "Saknat jurisdiction_id" msgid "Moderate" msgstr "Moderera" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "Moderera rapportdetaljer" @@ -1888,7 +1929,7 @@ msgid "Moderate this update" msgstr "Moderera den här uppdateringen" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "Modererad av %s %s" @@ -1897,7 +1938,7 @@ msgid "Moderated by division within one working day" msgstr "Granskat av underavdelningen inom en arbetsdag" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "Anledning till moderering:" @@ -1905,23 +1946,28 @@ msgstr "Anledning till moderering:" msgid "Month" msgstr "Månad" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 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/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1940,7 +1986,7 @@ msgstr "Namn:" msgid "Name: %s" msgstr "Namn: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "Navigera till det här problemet" @@ -1953,8 +1999,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 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" @@ -1966,15 +2012,24 @@ msgstr "" "Närmaste gata till placeringen på kartan (genereras automatiskt av Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "Nästan klart! Kolla nu din epost." -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +#, fuzzy +msgid "New" +msgstr "Senaste" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Ny förvaltning tillagd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Nya kategorikontakter tillagda" @@ -2000,7 +2055,7 @@ msgid "New password:" msgstr "Nytt lösenord:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Ny prioritet" @@ -2029,6 +2084,7 @@ msgid "New reports" msgstr "Nya rapporter" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Ny status" @@ -2038,7 +2094,7 @@ msgstr "Ny status" msgid "New template" msgstr "Ny mall" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "Senaste" @@ -2046,7 +2102,7 @@ msgstr "Senaste" msgid "Next" msgstr "Nästa" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2058,7 +2114,7 @@ msgstr "Nästa" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Nej" @@ -2074,7 +2130,7 @@ msgstr "Ingen förvaltning" msgid "No council" msgstr "Ingen kommun" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Ingen kommun vald" @@ -2090,21 +2146,16 @@ msgstr "Inga flaggade problem kunde hittas." msgid "No flagged users found." msgstr "Inga flaggade användare kunde hittas." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Kunde inte åtgärda" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "Inga inspektioner av den inspektören i det valda datumintervallet." -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "Inga inspektioner i det valda datumintervallet." @@ -2112,8 +2163,8 @@ msgstr "Inga inspektioner i det valda datumintervallet." msgid "No result returned" msgstr "Inget resultat returnerades" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2148,13 +2199,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "Normala (publika) användare skall inte associeras med någon <strong>förvaltning</strong>.<br>Användare för behörig personal skall kunna bli associerade med den förvaltning som de representerar.<br>Beroende på implementationen kan personal ha tillgång till dashboard-sidan (som summerar förvaltningsaktiviteterna), möjligheten att dölja rapporter, eller möjligheten att sätta speciella rapportstatusvärden." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Ej ansvarig" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2173,7 +2219,7 @@ msgid "Not reported to council" msgstr "Ej rapporterat till kommunen" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Observera" @@ -2195,6 +2241,10 @@ msgstr "Observera: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Anteckningar från SDM till DM" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "För att skicka din rapport…" @@ -2225,20 +2275,17 @@ msgstr "Offline-uppdateringsdata sparade" msgid "Old state" msgstr "Äldre status" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "Äldst" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2265,21 +2312,26 @@ msgstr "Open311" msgid "Open311 specification" msgstr "Open311 Specifikation" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Eller problem rapporterade til:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "valfria" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2302,17 +2354,16 @@ msgstr "Ägare" msgid "Page Not Found" msgstr "Sidan hittas ej" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Förälder" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Partiell" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2320,7 +2371,7 @@ msgstr "Partiell" msgid "Password (optional)" msgstr "Lösenord (valfritt)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Lösenord:" @@ -2332,7 +2383,7 @@ msgstr "Permanent länk" msgid "Permissions:" msgstr "Rättigheter:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "Telefonrapportör:" @@ -2340,7 +2391,7 @@ msgstr "Telefonrapportör:" msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (valfritt)" @@ -2400,12 +2451,8 @@ msgstr "Välj din kommun" msgid "Place pin on map" msgstr "Placera nålen på kartan" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2423,26 +2470,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "Vänligen kontrollera att din epostadress är korrekt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Välj en kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Välj en fastighetstyp" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2458,18 +2501,18 @@ 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:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Skriv in ett meddelande" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Skriv in ett namn" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "Skriv in namnet på den här förvaltningen" @@ -2480,14 +2523,14 @@ msgid "Please enter a password" msgstr "Skriv in ett lösenord" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Skriv in ett ärende" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2499,7 +2542,7 @@ msgstr "Skriv in en giltig epostadress" msgid "Please enter a valid email address" msgstr "Skriv in en giltig epostadress" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Skriv några detaljer" @@ -2508,8 +2551,8 @@ msgstr "Skriv några detaljer" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2532,8 +2575,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2596,7 +2639,7 @@ msgstr "Observera att din uppdatering <strong>inte har publicerats än</strong>. msgid "Please note:" msgstr "Observera:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Tillhandahåll en offentlig uppdatering för den här rapporten." @@ -2650,19 +2693,19 @@ msgstr "Skriv din uppdatering här" msgid "Post" msgstr "Skicka" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Postat anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Postat av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postat av <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postat av <strong>%s</strong> %s" @@ -2674,12 +2717,12 @@ msgstr "Byggd på <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Fi msgid "Previous" msgstr "Föregående" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "Prioriteringar" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "Prioritet" @@ -2694,7 +2737,7 @@ msgid "Privacy and cookies" msgstr "Integritetsskydd och kakor" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2725,7 +2768,7 @@ msgstr "Rapport %s skickad till %s" msgid "Problem breakdown by state" msgstr "Rapporter per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problemet markerat som öppet." @@ -2733,11 +2776,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Problem inom området %s" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Närliggande problem" @@ -2750,13 +2798,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Problem inom %.1f km från denna position" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Problem inom %s" @@ -2764,16 +2814,17 @@ msgstr "Problem inom %s" msgid "Problems within %s ward" msgstr "Problem inom området %s" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "Problem inom %s, %s" -#: 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:74 msgid "Property address:" msgstr "Fastighetsadress:" @@ -2783,11 +2834,11 @@ msgstr "Fastighetsadress:" msgid "Provide an update" msgstr "Ge en uppdatering" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "Tillhandahåll uppdatering som" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2805,7 +2856,7 @@ msgstr "Offentliga uppgifter" msgid "Public response:" msgstr "Offentligt svar:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "Offentlig uppdatering:" @@ -2833,7 +2884,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2861,11 +2912,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "RSS-flöde av närliggande problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2890,7 +2941,7 @@ msgstr "RSS-flöde för uppdateringar till denna rapport" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "Mottagen av %s kort därefter" @@ -2904,7 +2955,7 @@ msgstr "Senaste lokala rapporterna, %s" msgid "Recently reported problems" msgstr "Senaste rapporterade problemen" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "Senast uppdaterad" @@ -2912,7 +2963,17 @@ msgstr "Senast uppdaterad" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Ta bort flagga" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Ta bort flagga" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Ta bort flagga" @@ -2942,8 +3003,8 @@ msgstr "Besvara användare:" msgid "Report" msgstr "Rapportera" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "Rapport-ID:" @@ -2958,7 +3019,7 @@ msgstr "Rapportera ett problem" msgid "Report abuse" msgstr "Rapportera missbruk" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "Rapportera som" @@ -2981,7 +3042,7 @@ msgstr "Rapportera ditt problem" msgid "Report, view, or discuss local problems" msgstr "Rapportera, visa, eller diskutera lokala problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Rapporterat anonymt %s" @@ -2991,7 +3052,7 @@ msgstr "Rapporterat anonymt %s" msgid "Reported before" msgstr "Rapporterat tidigare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Rapporterat av %s den %s" @@ -3005,27 +3066,27 @@ msgstr "Rapporterad av:" msgid "Reported in the %s category" msgstr "Rapporterat i kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Anonym rapport i kategori %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Rapporterat av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Rapporterat av %s av %s den %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporterat av %s i kategorin %s av %s den %s" @@ -3043,8 +3104,8 @@ msgstr "Rapporterad:" msgid "Reporting a problem" msgstr "Rapportera ett problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3058,10 +3119,19 @@ 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/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Rapportstatus:" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publicerade rapporter" @@ -3070,18 +3140,33 @@ msgstr "Publicerade rapporter" msgid "Reports saved offline." msgstr "Rapporter sparade offline." +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Rappoort på %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "RSS-flöde för %s, inom område %s" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "Rapporter som väntar på att skickas" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "Anseendesgräns" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "obligatoriska" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Skicka om rapporten" @@ -3140,15 +3225,15 @@ msgstr "Vägoperatör för den här namngivna vägen (hämtat från vägens numm msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vägoperatör för den här namngivna vägen (från OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3164,23 +3249,28 @@ msgstr "Rotation av detta foto kommer att radera osparade rapportändringar." msgid "Satellite" msgstr "Satellit" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "Spara + stäng som dublett" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Spara ändringar" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "Spara med en offentlig uppdatering" @@ -3189,6 +3279,11 @@ msgstr "Spara med en offentlig uppdatering" msgid "Saving reports offline" msgstr "Sparar rapporter offline" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Åtgärd är schemalagd" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3222,23 +3317,23 @@ msgstr "Inga användare hittades." msgid "See our privacy policy" msgstr "Se vår integritetsskyddspolicy" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "Se användarinformation för rapporter skapade som kommunen" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Välj en förvaltning" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Välj ett område" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3252,11 +3347,11 @@ msgstr "Skicka" 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 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "Skicka tillbaka rapport" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Skickades till %s, %s senare" @@ -3269,7 +3364,7 @@ msgstr "Skickades:" msgid "Service:" msgstr "Tjänst:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Sätt till min nuvarande position" @@ -3295,6 +3390,7 @@ msgstr "Kortlista alla synliga" msgid "Shortlisted" msgstr "Satt på slutlistan" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Satt på slutlistan av %s" @@ -3307,9 +3403,9 @@ msgstr "Visa foto?" msgid "Show all updates" msgstr "Visa alla uppdateringar" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Visa mitt namn publikt" @@ -3338,16 +3434,16 @@ msgstr "Visa rapportörens namn" msgid "Show reports in your area" msgstr "Visa lokala rapporter" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 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." @@ -3395,14 +3491,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3424,11 +3520,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "Anslutningen är inte tillräckligt bra för att hämta den sidan, eller så kunde inte sidan hittas, eller så inträffade ett tekniskt fel. Vänligen försök igen senare." -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 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:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "Sortera efter" @@ -3445,20 +3541,25 @@ msgid "Start Date:" msgstr "Startdatum:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Status" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Spara ändringar" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3468,8 +3569,14 @@ msgstr "Status" msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Status" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3491,6 +3598,10 @@ msgstr "Fortfarande öppen, via frågeformulär, %s" msgid "Street View" msgstr "Street View" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Underkategori: %s" @@ -3509,7 +3620,7 @@ msgid "Subject:" msgstr "Ärende:" #: 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_loggedin.html:63 #: 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 @@ -3530,8 +3641,8 @@ msgstr "Skicka förändringar" msgid "Submit questionnaire" msgstr "Skicka frågeformulär" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3541,25 +3652,28 @@ msgstr "Skicka frågeformulär" msgid "Submitted" msgstr "Skickad" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Prenumerera" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Prenumerera med epost" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "Sammanfatta problemet" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "Sammanfatta dina ändringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3592,8 +3706,8 @@ msgstr "Frågeresultat" msgid "Template «%s»" msgstr "Mall «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Mallar" @@ -3650,7 +3764,7 @@ msgstr "Bilden verkar inte ha laddats upp korrekt (%s), var vänlig försök ige 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3660,11 +3774,11 @@ msgstr "Den positionen verkar inte vara i Sverige: försök gärna igen." msgid "That postcode was not recognised, sorry." msgstr "Det postnummret finns tyvärr inte." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Problemet har markerats som skickat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Rapportern kommer nu att skickas om." @@ -3676,7 +3790,7 @@ msgstr "Rapporten kan inte visas på %s." msgid "That report has been removed from FixMyStreet." msgstr "Rapporten har tagits bort från FixaMinGata." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3696,10 +3810,10 @@ msgid "" " 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:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3716,6 +3830,10 @@ msgid "" " and may be displayed publically." msgstr "Förvaltningens namn identifierar förvaltningen (till exempel, <em>Sandvikens kommun</em>) och kan komma att visas offentligt." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3726,11 +3844,15 @@ msgstr "Fyll i information om problemet nedan. Kommunen kommer inte att kunna hj msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." msgstr "Flitighetstabellen visar redigerares aktiviteter (vem som har ändrat flest handlingar)." -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Felet var: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "Följande Open311 v2-attribut returneras för varje begäran: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." @@ -3769,10 +3891,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3782,9 +3908,9 @@ 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: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/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3803,18 +3929,18 @@ msgstr "Användarens <strong>namn</strong> visas offentligt i rapporter som inte msgid "There are no reports to show." msgstr "Det finns inga rapporter att visa." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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’." @@ -3823,7 +3949,7 @@ msgstr "Felaktigt lösenord eller epostadress. Om du har glömt bort ditt lösen 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:353 +#: 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." @@ -3831,7 +3957,7 @@ msgstr "Det uppstod ett problem med din uppdatering. Försök igen." msgid "There were problems with your report. Please see below." msgstr "Det uppstod ett problem med din rapport. Se nedan." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3879,8 +4005,8 @@ msgstr "Den här förvaltningen är inte associerad med något geografiskt områ 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3894,9 +4020,10 @@ msgstr "Det här brevet har skickats till flera adresser eftersom rapportören i msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Den här informationen krävs" @@ -3925,8 +4052,8 @@ msgstr "Detta problem är fortfarande aktuellt" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Den här rapporten är en dublett. Lämna uppdateringar på den ursprungliga rapporten:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Den här rapporten väntar på att granskas." @@ -3958,7 +4085,7 @@ msgstr "Länken ovan innehåller också ett foto av problemet." msgid "Time spent (in minutes):" msgstr "Nedlagd tid (i minuter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -3987,6 +4114,14 @@ 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." +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4024,16 +4159,24 @@ msgstr "Ej markerade, totalt" msgid "Total reports received" msgstr "Uppdateringar mottagna, totalt" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "Krävs trafikövervakning?" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "Anförtrodd av kommunen:" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "Anförtrodd att skapa rapporter som inte behöver bli inspekterade" @@ -4049,17 +4192,21 @@ msgstr "Försök igen" msgid "Try emailing us directly:" msgstr "Prova att skicka ett e-brev till oss direkt:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "ej lösta rapporter" @@ -4073,7 +4220,7 @@ msgid "Unknown alert type" msgstr "Okänd feltyp" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Okänt fel" @@ -4088,10 +4235,11 @@ msgstr "Okänt problemnummer" msgid "Unshortlisted" msgstr "Okortlistade" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "Upp en" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Uppdatering" @@ -4108,7 +4256,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Uppdatera förvaltning" @@ -4144,13 +4292,23 @@ msgstr "Uppdaterad status" msgid "Updated" msgstr "Uppdaterad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Postat av <strong>%s</strong> (%s) %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Postat av <strong>%s</strong> %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Uppdaterad!" @@ -4160,7 +4318,7 @@ msgstr "Uppdaterad!" msgid "Updates" msgstr "Uppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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." @@ -4174,8 +4332,8 @@ msgstr "Uppdateringar för {{title}}" msgid "Updates to this problem, %s" msgstr "Uppdateringar för det här problemet, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4189,7 +4347,7 @@ msgstr "Använd <strong>bekräftad</strong> för att indikera att den här konta msgid "Use Open311 update-sending extension" msgstr "Använd Open311-update-sending-utökningen" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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." @@ -4202,11 +4360,11 @@ msgstr "Använde kartan" msgid "User ID to attribute fetched comments to" msgstr "Användar-ID att attribuera hämtade kommentarer till" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Användarflaggan borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Användaren flaggad" @@ -4219,9 +4377,9 @@ msgstr "Användaren har markerat som löst" 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/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Användare" @@ -4230,9 +4388,9 @@ msgstr "Användare" 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:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Värden uppdaterade" @@ -4279,7 +4437,7 @@ msgstr "Vi hittade fler än en träff. Vi visar upp till tio träffar nedan. Om 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/auth/general.html:8 #: 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." @@ -4314,7 +4472,7 @@ msgstr "Vi återkommer så snart vi kan!" msgid "What was your experience of getting the problem fixed?" msgstr "Hur var din upplevelse kring att få problemet löst?" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Vid förändringar" @@ -4323,7 +4481,15 @@ msgstr "Vid förändringar" msgid "When sent" msgstr "Vid avsändning" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "Vilken rapport är den en dublett av?" @@ -4335,8 +4501,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4371,7 +4537,7 @@ msgstr "ÅTI" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4386,7 +4552,7 @@ msgstr "År" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Ja" @@ -4420,6 +4586,10 @@ msgstr "Du kan <a href=\"%s%s\">se problemet på den här webbplatsen</a>." 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Du kan kontakta teknisk support på <a href='mailto:%s'>%s</a>." @@ -4438,7 +4608,7 @@ msgstr "Du kan flagga rapporter eller användare under dess inställningar, och 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4512,7 +4682,6 @@ msgstr "Dina rapporter" 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:80 @@ -4525,7 +4694,7 @@ msgid "Your email" msgstr "Din epostadress" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4536,10 +4705,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4549,11 +4718,11 @@ msgstr "Ditt namn och efternamn" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "Ditt namn har redan skickats till %s, men vi kan dölja det på den här sidan:" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "Ditt namn har dolts från alla dina rapporter och uppdateringar." -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "Ditt namn har dolts." @@ -4561,7 +4730,7 @@ msgstr "Ditt namn har dolts." msgid "Your offline reports" msgstr "Dina offline-rapporter" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4599,8 +4768,8 @@ msgstr "Din uppdatering har blivit sparad offline för att skickas när du komme msgid "Your updates" msgstr "Dina uppdateringar" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "Dig själv" @@ -4609,14 +4778,14 @@ msgstr "Dig själv" msgid "all" msgstr "samtliga" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "av %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "markerad som dubblett av rapport" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4641,7 +4810,7 @@ msgstr "ändra användare" msgid "from %s different users" msgstr "från %s olika användare" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "senast uppdaterad %s" @@ -4650,44 +4819,7 @@ msgstr "senast uppdaterad %s" msgid "less than a minute" msgstr "mindre än en minut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "markerad som åtgärd schemalagd" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "markerad som intern referering" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "markerad som stängd" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "markerad som löst" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "markerad som pågående" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "markerad som under utredning" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "markerad som kunde inte åtgärda" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "markerad som ej kommunens ansvar" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "markerad som planerad" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4698,13 +4830,10 @@ msgstr "Ej tillgängligt" 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" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "markerad som ej kommunens ansvar" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4729,15 +4858,6 @@ msgstr "ursprungligen inmatat: “%s”" msgid "other areas:" msgstr "andra områden:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "öppnat på nytt" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "obligatoriska" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "logga ut" @@ -4751,6 +4871,11 @@ msgstr "kommunen" msgid "there is no pin shown as the user did not use the map" msgstr "det finns ingen kartmarkering eftersom användaren inte använde kartan" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Visa en position" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "den här typen av problem" @@ -4903,7 +5028,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4924,7 +5049,7 @@ msgid_plural "We do not yet have details for the councils that cover this locati 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4937,3 +5062,108 @@ msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapporter" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "%s skickar olika kategorier av rapporter till olika enheter inom en kommun eller län. Problem som rapporteras inom en viss kommun dyker därför inte nödvändigtvis upp i listan över rapporter till den kommunen. Exempelvis kan en rapport om en väg skickas till Vägverket snarare än kommunen. Rapporten dyker då inte upp i listan över rapporter till kommunen, men dyker upp om man söker alla rapporter inom ett visst avstånd." + +#~ msgid "%s ward, %s" +#~ msgstr "Administrativa området %s, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s inom det administrativa området %s" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "(alternativt kan RSS-flödet konfigureras inom %s)" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Välj en fastighetstyp --" + +#~ msgid "Closed reports" +#~ msgstr "stängda rapporter" + +#~ msgid "Closed:" +#~ msgstr "Stängd:" + +#~ msgid "Duplicate" +#~ msgstr "Finns redan" + +#~ msgid "Fixed reports" +#~ msgstr "lösta rapporter" + +#~ msgid "Fixed:" +#~ msgstr "Löst:" + +#~ 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’" + +#~ msgid "In Progress" +#~ msgstr "Pågående" + +#~ msgid "Internal referral" +#~ msgstr "Interna refereringar" + +#~ msgid "Investigating" +#~ msgstr "Utredes" + +#~ msgid "No further action" +#~ msgstr "Kunde inte åtgärda" + +#~ msgid "Not Responsible" +#~ msgstr "Ej ansvarig" + +#~ msgid "Or problems reported to:" +#~ msgstr "Eller problem rapporterade til:" + +#~ 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:" + +#~ msgid "Please choose a property type" +#~ msgstr "Välj en fastighetstyp" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Problem inom gränsen för:" + +#~ 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." + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Vår enklaste bevakning är för rapporter inom ett geografiskt område:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "markerad som dubblett av rapport" + +#~ msgid "marked as action scheduled" +#~ msgstr "markerad som åtgärd schemalagd" + +#~ msgid "marked as an internal referral" +#~ msgstr "markerad som intern referering" + +#~ msgid "marked as closed" +#~ msgstr "markerad som stängd" + +#~ msgid "marked as fixed" +#~ msgstr "markerad som löst" + +#~ msgid "marked as in progress" +#~ msgstr "markerad som pågående" + +#~ msgid "marked as investigating" +#~ msgstr "markerad som under utredning" + +#~ msgid "marked as no further action" +#~ msgstr "markerad som kunde inte åtgärda" + +#~ msgid "marked as planned" +#~ msgstr "markerad som planerad" + +#~ msgid "or" +#~ msgstr "eller" + +#~ msgid "reopened" +#~ msgstr "öppnat på nytt" diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index 43e56dfdd..3753b1218 100644 --- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/mysociety/teams/12067/tr_TR/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "ve" @@ -91,25 +91,6 @@ msgstr "%s bildirim – %s cevaplandı (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s bölüm, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, içinde %s bölüm" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>katkıda bulunanlar" @@ -118,7 +99,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-posta kara listede)" @@ -133,23 +114,27 @@ msgstr "(İsim Yok)" msgid "(No phone number)" msgstr "(Telefon Numarası Yok)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(kapalı)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(yaklaşık 200,000 kişiyi kapsayan bir mesafe)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(onarıldı)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 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)" @@ -158,7 +143,7 @@ msgstr "(duvar yazısı (grafiti), moloz atma, kırık kaldırım döşeme, ya d msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(kurula gönderilmemiş)" @@ -166,20 +151,22 @@ msgstr "(kurula gönderilmemiş)" msgid "(optional)" msgstr "(isteğe bağlı)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(her ikisine de gönderildi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "%s içerisindeki problemlerle alakalı RSS besleme" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Bir özellik seçiniz --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -188,16 +175,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +199,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +220,25 @@ 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:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Evet</strong> şifrem var" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Planlı Eylem" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -274,18 +256,35 @@ msgid "Add a contact using the form below." msgstr "Aşağıdaki formu kullanarak iletişim bilgisi ekleyin" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Bölüm ekle" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: 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/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(isteğe bağlı)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -298,15 +297,15 @@ msgstr "" msgid "Add user" msgstr "Kullanıcı ekle" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -334,13 +333,14 @@ 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:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Güncellemeleri bildir" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -353,13 +353,21 @@ msgid "All Reports as CSV" msgstr "Tüm raporlar CSV olarak" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand " + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -388,13 +396,19 @@ msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " msgid "Anonymous" msgstr "Anonim" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Anonim" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -408,7 +422,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -440,11 +454,11 @@ msgstr "Dışarıdan bir organ atamak:" msgid "Assign to subdivision:" msgstr "Alt bölüm atamak:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "%s atamak" @@ -485,7 +499,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Denetleme bekliyor" @@ -498,13 +512,13 @@ msgstr "Geri" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Email adresini engelle" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -526,7 +540,11 @@ msgstr "Bölüm:" msgid "By Date" msgstr "Tarihe Göre" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -534,7 +552,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Haritayı göremiyor musunuz? <em>Bu adımı atlayın</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -547,8 +565,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -559,7 +577,7 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -599,11 +617,11 @@ msgstr "" msgid "Change password" msgstr "Şifreyi değiştir" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -628,7 +646,7 @@ 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/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -657,22 +675,21 @@ msgstr "" msgid "Click the link in our confirmation email to publish your update." msgstr "" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +msgid "Click the link in that email to sign in." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -680,23 +697,17 @@ msgstr "" msgid "Closed" msgstr "Kapalı" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Kurul tarafından kapatıldı" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Kapalı:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatlar:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand " @@ -710,11 +721,15 @@ msgstr "Cobrand data:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Yapılandırma" @@ -740,7 +755,7 @@ msgstr "" msgid "Confirmation" msgstr "Onay" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -776,8 +791,8 @@ msgstr "Grupla bağlantı kur" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Kullanıcı bulunamadı" @@ -835,24 +850,33 @@ msgstr "Kurul:" msgid "Count" msgstr "Sayma" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Oluşturuldu" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Bildiri oluştur" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategori oluştur" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -882,7 +906,7 @@ msgstr "Güncel durum" msgid "Currently no bodies have been created." msgstr "Şu anda hiçbir organları oluşturulmamıştır." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -898,27 +922,36 @@ 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" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Silindi" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -956,7 +989,7 @@ msgid "Diligency prize league table" msgstr "Özenle hazırlanmış işbirliği tablosu" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -965,7 +998,7 @@ 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/auth/general.html:60 #: 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 @@ -973,7 +1006,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -985,7 +1018,7 @@ msgstr "Don’t know" msgid "Don't like forms?" msgstr "Şekilleri beğenmediniz mi?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -993,16 +1026,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Çoğaltmak" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1014,43 +1042,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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 "Ekle" -#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Bölümün detaylarını düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1073,15 +1101,15 @@ msgstr "Güncellemeleri düzenleme %d" msgid "Editing user %d" msgstr "Eklenen kullanıcı %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Editör" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1089,13 +1117,14 @@ msgstr "Editör" msgid "Email" msgstr "E-posta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" msgstr "E-posta kara listeye eklendi" -#: 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1107,7 +1136,7 @@ msgstr "E-posta uyarısı oluşturuldu" msgid "Email alert deleted" msgstr "E-posta uyarısı silindi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "E-posta kara listede" @@ -1136,8 +1165,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1152,7 +1181,7 @@ msgstr "Bitiş Tarihi:" msgid "Endpoint" msgstr "Varılan nokta" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "Bir Zürich sokak ismi giriniz" @@ -1171,7 +1200,7 @@ 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:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1191,8 +1220,8 @@ msgstr "Problem hakkında detaylı bilgi giriniz" msgid "Error" msgstr "Hata" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "" @@ -1217,12 +1246,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1233,7 +1262,7 @@ msgstr "" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Harici URL " @@ -1245,13 +1274,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "İlave veriler:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "İlave veriler:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1259,6 +1295,11 @@ msgstr "" msgid "Failed to send message" msgstr "Mesajınız iletilemedi" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1272,49 +1313,32 @@ msgstr "İlk kez" msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Sorun çözüldü" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Sorun çözüldü- Kurul" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Sorun çözüldü- Kullanıcı" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Sorun çözüldü:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Silindi olarak seçildi" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Kullanıcıyı seç" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Seçildi" @@ -1344,21 +1368,25 @@ msgstr "Sadece o bölge içinde yer alan raporları görüntülemek için bölge msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1387,10 +1415,14 @@ 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:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Bana RSS hakkında geri dönüş yapın" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "Problemin çözüldüğünü duymak güzel" @@ -1400,8 +1432,8 @@ msgstr "Problemin çözüldüğünü duymak güzel" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1411,7 +1443,7 @@ msgstr "Git" msgid "Going to send questionnaire?" msgstr "Anket gönderecek misiniz?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1439,22 +1471,13 @@ msgstr "Yardım" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Merhaba %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1497,11 +1520,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Tarihçe" @@ -1518,12 +1545,12 @@ msgid "How to send successful reports" msgstr "Başarılı bildirim nasıl gönderilir" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "@fixmystreet'e bir problemi henüz bildirdim." #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "@fixmystreet'teki problemi yeni güncelledim" @@ -1543,17 +1570,25 @@ msgstr "Maalesef veri tabanında sorunun yerini bulamadık.\n" msgid "ID" msgstr "Kimlik" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1564,7 +1599,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1587,7 +1622,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" @@ -1622,11 +1657,6 @@ msgstr "Kanunsuz kimlik " msgid "Illegal feed selection" msgstr "Yasadışı bildirim seçimi" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "Devam Etmekte" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "Gereksiz bölümüne atılsın mı?" @@ -1635,17 +1665,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "Devam etmekte" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1669,11 +1696,11 @@ msgstr "Hatalı sahip_fotoğraf değer \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1681,11 +1708,6 @@ msgstr "" msgid "Internal notes" msgstr "İç notlar" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "İç yönlendirme" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1694,7 +1716,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Geçersiz ajans_sorumlu değer %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Geçersiz bitiş tarihi" @@ -1702,21 +1724,14 @@ msgstr "Geçersiz bitiş tarihi" msgid "Invalid format %s specified." msgstr "Geçersiz format %s belirlenmiş." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Geçersiz başlangıç tarihi" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "İncelenmekte" - #: templates/web/base/contact/blurb.html:2 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." @@ -1725,23 +1740,41 @@ msgstr " FAQs'ı kontrol et</a> bu çözüme ulaşmak için <a href=\"%s\">en h msgid "It’s on its way to the council right now." msgstr "Kurula iletilmek üzere." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1768,23 +1801,27 @@ msgstr "Son güncelleme:" msgid "Last update:" msgstr "Son güncelleme:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Bildirilmiş problemleri güncelle" @@ -1815,13 +1852,13 @@ 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/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1831,7 +1868,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1840,11 +1877,11 @@ msgstr "" msgid "MAP" msgstr "HARİTA" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1860,7 +1897,7 @@ msgstr "Gönderildi olarak işaretle" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1888,7 +1925,7 @@ msgstr "Eksik yetki_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1901,7 +1938,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1910,7 +1947,7 @@ msgid "Moderated by division within one working day" msgstr "Bir iş gününe bölünmüş bir şekilde yönetilmiştir" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1918,23 +1955,28 @@ msgstr "" msgid "Month" msgstr "Ay" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1953,7 +1995,7 @@ msgstr "İsim:" msgid "Name: %s" msgstr "İsim: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1966,8 +2008,8 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" @@ -1977,15 +2019,23 @@ msgid "" "\n" msgstr "" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" @@ -2011,7 +2061,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2040,6 +2090,7 @@ msgid "New reports" msgstr "Yeni bildiriler" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Yeni durum" @@ -2049,7 +2100,7 @@ msgstr "Yeni durum" msgid "New template" msgstr "" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2057,7 +2108,7 @@ msgstr "" msgid "Next" msgstr "Sonraki" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2069,7 +2120,7 @@ msgstr "Sonraki" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Hayır" @@ -2085,7 +2136,7 @@ msgstr "Birim yok" msgid "No council" msgstr "Kurul yok" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Seçilmiş kurul yok" @@ -2101,21 +2152,16 @@ msgstr "İşaretlenen problemler bulunamadı." msgid "No flagged users found." msgstr "İşaretlenen kullanıcılar bulunamadı." -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Onarımı mümkün değil" - #: 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" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2123,8 +2169,8 @@ msgstr "" msgid "No result returned" msgstr "Herhangi bir geri dönüş olmamıştır" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2157,13 +2203,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Sorumlu değildir" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2182,7 +2223,7 @@ msgid "Not reported to council" msgstr "Kurula bildirilmemiş" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Not" @@ -2204,6 +2245,10 @@ msgstr "Not:<strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Şimdi bildirimini&hellip kaydet;" @@ -2234,20 +2279,17 @@ msgstr "" msgid "Old state" msgstr "Eski durum" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2274,21 +2316,25 @@ msgstr "Open311 giriş sayfası" msgid "Open311 specification" msgstr "Open311 özellikleri" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Veya 'e bildirilen sorunlar:" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" -#: templates/web/base/alert/_list.html:37 -msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2311,17 +2357,16 @@ msgstr "Sahibi" msgid "Page Not Found" msgstr "Sayfa bulunamadı" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Ebeveyn" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Kısmi" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2329,7 +2374,7 @@ msgstr "Kısmi" msgid "Password (optional)" msgstr "Şifre (isteğe bağlı)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Şifre:" @@ -2341,7 +2386,7 @@ msgstr "Permalink" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2349,7 +2394,7 @@ msgstr "" msgid "Phone number" msgstr "Telefon numarası" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefon numarası (isteğe bağlı)" @@ -2409,12 +2454,8 @@ msgstr "" msgid "Place pin on map" msgstr "Harita üzerine işaretleyin" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2432,26 +2473,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "E-posta adresinizin doğruluğunu kontrol ediniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Kategori seçiniz" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Bir özellik seçin" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: 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" @@ -2467,18 +2504,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Mesaj giriniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2489,14 +2526,14 @@ msgid "Please enter a password" msgstr "Şifre giriniz" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Konu giriniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2508,7 +2545,7 @@ msgstr "Geçerli e-posta giriniz" msgid "Please enter a valid email address" msgstr "Geçerli e-posta adresi giriniz" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Lütfen bir kaç ayrıntı giriniz" @@ -2517,8 +2554,8 @@ msgstr "Lütfen bir kaç ayrıntı giriniz" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2541,8 +2578,8 @@ 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:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2605,7 +2642,7 @@ msgstr "" msgid "Please note:" msgstr "Lütfen dikkat:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2659,19 +2696,19 @@ msgstr "Güncellemeleri buraya yazınız" msgid "Post" msgstr "Paylaş" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "%s Anonim olarak gönderildi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Tarafından paylaşıldı %s saat %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "<strong>%s</strong> (%s) tarafından %s 'te paylaşılmıştır" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "<strong>%s</strong> tarafından %s 'te paylaşılmıştır" @@ -2683,12 +2720,12 @@ msgstr "" msgid "Previous" msgstr "Önceki" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2703,7 +2740,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Özel" @@ -2734,7 +2771,7 @@ msgstr "Problem %s kurula gönderildi %s" msgid "Problem breakdown by state" msgstr "Sorun devlet tarafından meydana gelmiştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -2742,11 +2779,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:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Sorunlar" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "%s semtindeki sorunlar" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Çevredeki problemler" @@ -2759,13 +2801,15 @@ 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:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Konumun %.1fkm içerisinde yer alan sorunlar" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "%s deki problemler" @@ -2773,16 +2817,17 @@ msgstr "%s deki problemler" msgid "Problems within %s ward" msgstr "%s semtindeki sorunlar" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: 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:74 msgid "Property address:" msgstr "Emlak adresi:" @@ -2792,11 +2837,11 @@ msgstr "Emlak adresi:" msgid "Provide an update" msgstr "Güncellemeye izin ver" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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." @@ -2814,7 +2859,7 @@ msgstr "" msgid "Public response:" msgstr "Toplumsal geri bildirim:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2842,7 +2887,7 @@ 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:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2870,11 +2915,11 @@ 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:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "Civardaki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2899,7 +2944,7 @@ msgstr "Bu problemin güncellemelerini RSS olarak besle" 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:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2913,7 +2958,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Yakın zamanda bildirilen problemler" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2921,7 +2966,17 @@ msgstr "" 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." -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "İşareti kaldır" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "İşareti kaldır" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "İşareti kaldır" @@ -2951,8 +3006,8 @@ msgstr "" msgid "Report" msgstr "Bildirim" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2967,7 +3022,7 @@ msgstr "Bir problem bildir" msgid "Report abuse" msgstr "Kötüye kullanım bildir" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2990,7 +3045,7 @@ msgstr "Probleminizi bildirin" msgid "Report, view, or discuss local problems" msgstr "Yerel problemleri bildir, göster ve tartış" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "%s 'e ananim olarak bildirilmiş" @@ -3000,7 +3055,7 @@ msgstr "%s 'e ananim olarak bildirilmiş" msgid "Reported before" msgstr "Önceden bildirilmiş" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "%s tarafından %s de bildirilmiştir" @@ -3014,27 +3069,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "%s kategorisine bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "%s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 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:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "%s aracılığıyla anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "%s yoluyla %s tarafından %s da bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 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:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 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" @@ -3052,8 +3107,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Bir problemin bildirilmesi" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3067,10 +3122,19 @@ 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/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "%s tarafından %s de bildirilmiştir" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Yayınlanmış bildirimler" @@ -3079,18 +3143,32 @@ msgstr "Yayınlanmış bildirimler" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "%s 'e bildir" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "%s içinde %s gözetimiyle RSS besleme" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +msgid "Required" +msgstr "" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Bildiriyi tekrar gönder" @@ -3149,15 +3227,15 @@ msgstr "Bu isimli yol için yol operatörü (yol referans numarası ve türünde msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Bu isimli yol için yol operatörü (OpenStreetMap'ten): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3173,23 +3251,28 @@ msgstr "" msgid "Satellite" msgstr "Uydu" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Değişiklikleri kaydet" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3198,6 +3281,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Planlı Eylem" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3231,22 +3319,22 @@ msgstr "Arama sonucu kullanıcı bulunamadı" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Bir bölüm seç" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Bölge seç" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3261,11 +3349,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "%s %s sonra gönder" @@ -3278,7 +3366,7 @@ msgstr "gönderildi:" msgid "Service:" msgstr "Hizmet:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3304,6 +3392,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3316,9 +3405,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "İsmimi açıkça göster " @@ -3347,16 +3436,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3402,14 +3491,14 @@ 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3431,11 +3520,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3452,20 +3541,25 @@ msgid "Start Date:" msgstr "Başlangıç Tarihi:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Devlet" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Değişiklikleri kaydet" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3475,8 +3569,14 @@ msgstr "Devlet" msgid "State:" msgstr "Devlet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Devlet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3498,6 +3598,10 @@ msgstr "Henüz çözülmemiş, anket aracılığıyla, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Alt kategori: %s" @@ -3516,7 +3620,7 @@ msgid "Subject:" msgstr "Konu:" #: 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_loggedin.html:63 #: 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 @@ -3537,8 +3641,8 @@ msgstr "Değişiklikleri kaydet" msgid "Submit questionnaire" msgstr "Anketi kaydet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3548,25 +3652,28 @@ msgstr "Anketi kaydet" msgid "Submitted" msgstr "Kaydedildi" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Kaydet" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "E-posta uyarısını benim için onayla" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3599,8 +3706,8 @@ msgstr "Anket Sonuçları" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -3657,7 +3764,7 @@ msgstr "Bu şekilde resim doğru yüklemiş gibi görünmüyor (%s), lütfen tek 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 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." @@ -3667,11 +3774,11 @@ msgstr "Konum İngiltere'de görünmüyor; lütfen tekrar deneyin." msgid "That postcode was not recognised, sorry." msgstr "Üzgünüz, bu posta kodu bulunamadı." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "Problem gönderildi olarak işaretlenmiştir." -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." @@ -3683,7 +3790,7 @@ msgstr "Bu bildirim %s 'te görüntülenemiyor" msgid "That report has been removed from FixMyStreet." msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3703,10 +3810,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3723,6 +3830,10 @@ msgid "" " and may be displayed publically." msgstr "Birimin <strong>adı</strong> o birimi tanımlar (örneğin, <em>Borsetshire District Council</em>) ve herkese açık olarak görüntülenektir." +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3733,11 +3844,15 @@ msgstr "" msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Hata buydu: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3776,10 +3891,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 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/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3789,9 +3908,9 @@ 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:17 -msgid "The simplest alert is our geographic one:" -msgstr "en basit uyarı bizim coğrafi olandır:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3810,18 +3929,18 @@ msgstr "Kullanıcının <strong>ismi</strong işaretlenmemiş <em> anonim</em> o msgid "There are no reports to show." msgstr "Gösterilecek hiçbir rapor yok." -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 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." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 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:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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. " @@ -3830,7 +3949,7 @@ msgstr "E-posta ve şifre uyumu sorunu vardı. eğer şifrenizi hatırlamıyorsa 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:353 +#: 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." @@ -3838,7 +3957,7 @@ msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." msgid "There were problems with your report. Please see below." msgstr "Bildiriminiz esnasında hata oluştu. Lütfen aşağıya bakınız." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: 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." @@ -3886,8 +4005,8 @@ msgstr "Bu birim hiçbir bölgeyi kapsamamaktadır. Bu bildirilen <em>raporlar 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3901,9 +4020,10 @@ msgstr "Kullanıcının problemi sınıflandırmama durumunda, bu e-posta proble msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Bu e-posta problemin konumunu kapsayan çeşitli kurullara gönderilmiştir. Seçilmiş kategori kurulun yetki alanı dışındaysa, bu sorunu dikkate almayın." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Bu bilgi gereklidir" @@ -3932,8 +4052,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Bu rapor işlenmeyi bekliyor." @@ -3965,7 +4085,7 @@ msgstr "Bu internet sitesine problemin fotoğrafı da kullanıcı tarafından ek msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Zaman çizelgesi" @@ -3994,6 +4114,14 @@ 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" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: 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" @@ -4031,16 +4159,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4056,17 +4192,21 @@ msgstr "Tekrar dene" msgid "Try emailing us directly:" msgstr "Direkt olarak e-posta gönderin:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4080,7 +4220,7 @@ msgid "Unknown alert type" msgstr "Bilinmeyen uyarı tipi" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Bilinmeyen hata" @@ -4095,10 +4235,11 @@ msgstr "Bilinmeyen ID problemi" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Güncelleme" @@ -4115,7 +4256,7 @@ 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:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Bölümü güncelle" @@ -4151,13 +4292,23 @@ msgstr "Güncelleme durumu" msgid "Updated" msgstr "Güncellendi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "<strong>%s</strong> (%s) tarafından %s 'te paylaşılmıştır" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "<strong>%s</strong> tarafından %s 'te paylaşılmıştır" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Güncellendi!" @@ -4167,7 +4318,7 @@ msgstr "Güncellendi!" msgid "Updates" msgstr "Güncellemeler" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 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." @@ -4181,8 +4332,8 @@ msgstr "{{title}} daki güncellemeler" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4196,7 +4347,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4209,11 +4360,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Kullanıcı etiketi kaldırıldı" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Kullanıcı etiketlendi" @@ -4226,9 +4377,9 @@ msgstr "" 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/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Kullanıcılar" @@ -4237,9 +4388,9 @@ msgstr "Kullanıcılar" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Değerler güncellendi" @@ -4286,7 +4437,7 @@ msgstr "O bölgede birden fazla işaretlenmiş yer mevcut. On tane işaretlenmi msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4321,7 +4472,7 @@ msgstr "Mümkün olan en kısa sürede size dönüş yapacağız." msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Yayınlandığında" @@ -4330,7 +4481,15 @@ msgstr "Yayınlandığında" msgid "When sent" msgstr "Gönderildiğinde" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4342,8 +4501,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4378,7 +4537,7 @@ msgstr "" msgid "Year" msgstr "Yıl" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4393,7 +4552,7 @@ msgstr "Yıl" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Evet" @@ -4427,6 +4586,10 @@ msgstr "Problemi <a href=\"%s%s\">bu site üzerinde görüntüleyebilir siniz</a 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Teknik destek için <a href='mailto:%s'>%s</a> iletişime geçebilirsiniz." @@ -4447,7 +4610,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 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." @@ -4521,7 +4684,6 @@ msgstr "Bildirimlerin" 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:80 @@ -4534,7 +4696,7 @@ 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/auth/general.html:57 #: 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 @@ -4545,10 +4707,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4558,11 +4720,11 @@ msgstr "Adınız" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4570,7 +4732,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4608,8 +4770,8 @@ msgstr "" msgid "Your updates" msgstr "Güncellemelerin" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4618,14 +4780,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "%s tarafından" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "tekrarlanmış bildirim olarak işaretle" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4650,7 +4812,7 @@ msgstr "kullanıcı düzenle" msgid "from %s different users" msgstr " %s farklı kullanıcılardan" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "son güncelleme %s" @@ -4659,44 +4821,7 @@ msgstr "son güncelleme %s" msgid "less than a minute" msgstr "bir dakikadan az" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "planlanan eylem olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "bir iç yönlendirme olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "kapandı olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "Onarıldı olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "Devam etmekte olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "araştırılıyor olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "onarılamaz olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "Kurulun sorumluluğu dışında olarak işaretle" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "Planlandı olarak işaretle" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4707,13 +4832,10 @@ msgstr "n/a" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "veya" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "Kurulun sorumluluğu dışında olarak işaretle" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4738,15 +4860,6 @@ msgstr "özgün giriş: “%s”" msgid "other areas:" msgstr "diğer bölgeler:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "yeniden açıldı" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "çıkış yap" @@ -4760,6 +4873,11 @@ msgstr "ilgili yerel kurul " 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" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Bir konum görüntülemek" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "bu tip lokal problem" @@ -4895,7 +5013,7 @@ 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/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4913,7 +5031,7 @@ 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." -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4924,3 +5042,84 @@ msgstr[0] "" msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s bölüm, %s" + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, içinde %s bölüm" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Bir özellik seçiniz --" + +#~ msgid "Closed:" +#~ msgstr "Kapalı:" + +#~ msgid "Duplicate" +#~ msgstr "Çoğaltmak" + +#~ msgid "Fixed:" +#~ msgstr "Sorun çözüldü:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "‘%s’ için yerel sorun uyarı çeşitleri buradadır." + +#~ msgid "In Progress" +#~ msgstr "Devam Etmekte" + +#~ msgid "Internal referral" +#~ msgstr "İç yönlendirme" + +#~ msgid "Investigating" +#~ msgstr "İncelenmekte" + +#~ msgid "No further action" +#~ msgstr "Onarımı mümkün değil" + +#~ msgid "Not Responsible" +#~ msgstr "Sorumlu değildir" + +#~ msgid "Or problems reported to:" +#~ msgstr "Veya 'e bildirilen sorunlar:" + +#~ msgid "Please choose a property type" +#~ msgstr "Bir özellik seçin" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "İlgilenilen kısım içinde yer alan sorunlar:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "en basit uyarı bizim coğrafi olandır:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "tekrarlanmış bildirim olarak işaretle" + +#~ msgid "marked as action scheduled" +#~ msgstr "planlanan eylem olarak işaretle" + +#~ msgid "marked as an internal referral" +#~ msgstr "bir iç yönlendirme olarak işaretle" + +#~ msgid "marked as closed" +#~ msgstr "kapandı olarak işaretle" + +#~ msgid "marked as fixed" +#~ msgstr "Onarıldı olarak işaretle" + +#~ msgid "marked as in progress" +#~ msgstr "Devam etmekte olarak işaretle" + +#~ msgid "marked as investigating" +#~ msgstr "araştırılıyor olarak işaretle" + +#~ msgid "marked as no further action" +#~ msgstr "onarılamaz olarak işaretle" + +#~ msgid "marked as planned" +#~ msgstr "Planlandı olarak işaretle" + +#~ msgid "or" +#~ msgstr "veya" + +#~ msgid "reopened" +#~ msgstr "yeniden açıldı" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 833135c1e..1508c667d 100644 --- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/mysociety/teams/12067/uk_UA/)\n" @@ -18,7 +18,7 @@ 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:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "і" @@ -91,25 +91,6 @@ msgstr "%s опитувань надіслано – на %s відпові msgid "%s ref: %s" msgstr "%s посилання: %s" -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s район, %s" - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, в межах %s району" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" @@ -118,7 +99,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(поштова скринька в чорному списку)" @@ -133,23 +114,27 @@ msgstr "(Відсутнє імʼя)" msgid "(No phone number)" msgstr "(відсутній номер телефону)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(закрито)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "(відстань по-замовчуванню, що покриває близько 200.000 людей)" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(полагоджено)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(графіті, сміття, крива бруківка, проблеми з вуличним освітленням тощо)" @@ -158,7 +143,7 @@ msgstr "(графіті, сміття, крива бруківка, пробле msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "(не відправлено муніципалітету)" @@ -166,20 +151,21 @@ msgstr "(не відправлено муніципалітету)" msgid "(optional)" msgstr "(вибірково)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "(відправлено обидвом)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "-- Оберіть тип майна --" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Оберіть шаблон--" @@ -188,16 +174,16 @@ msgstr "--Оберіть шаблон--" msgid "10 inch pothole on Example St, near post box" msgstr "Вибоїна 30 см на вул. Зеленій біля пошти." -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -212,8 +198,8 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/js/translation_strings.html:74 @@ -233,30 +219,25 @@ msgstr "<strong>Ні</strong> Я підтверджу сповіщення е-ma msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Ні</strong> Я підтверджу поновлення е-mail" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Ні</strong> я залогінюсь через е-mail" -#: templates/web/base/report/_inspect.html:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>Так</strong> В мене є пароль" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "Запланована дія" - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -270,18 +251,35 @@ msgid "Add a contact using the form below." msgstr "Додати контакт через форму нижче." #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Додати запис" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Додати нову категорію" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "додатково" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -294,15 +292,15 @@ msgstr "Додати до переліку" msgid "Add user" msgstr "Додати користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "Додати/редагувати категорію" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "Додати/редагувати пріоритет відповіді" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "Додати/редагувати шаблон відповіді" @@ -330,13 +328,14 @@ msgstr "Сповіщення %d створено для %s, type %s, парам msgid "Alert %d disabled (created %s)" msgstr "Сповіщення %d відключено (створено %s)" -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "Повідомляти мене про оновлення" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -349,13 +348,21 @@ msgid "All Reports as CSV" msgstr "Всі звіти у форматі CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "Всі Категорії" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "Cobrand" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -384,13 +391,19 @@ msgstr "Оновлення відмітило цю проблему як вир msgid "Anonymous" msgstr "Анонім" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "Анонім" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "Інші користувачі" @@ -404,7 +417,7 @@ msgstr "Ви впевнені, що хочете скасувати завант msgid "Are you sure?" msgstr "Ви впевнені?" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -436,11 +449,11 @@ msgstr "Назначити зовнішньому відділу:" msgid "Assign to subdivision:" msgstr "Назначити підрозділу:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "Назначити %s" @@ -481,7 +494,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Уникайте особистої інформації та номерних знаків транспортних засобів" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Очікує перевірки модератором" @@ -494,13 +507,13 @@ msgstr "Назад" msgid "Back to all reports" msgstr "Повернутися до всіх звітів" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "Забанити адресу" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -522,7 +535,11 @@ msgstr "Орган:" msgid "By Date" msgstr "По даті" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "" @@ -530,7 +547,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Не бачите мапу? <em>Пропустіть цей крок</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Категорії" @@ -543,8 +560,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -555,7 +572,7 @@ msgstr "Категорії:" msgid "Category" msgstr "Категорія" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Категорія змінена з ‘%s’ на ‘%s’" @@ -595,11 +612,11 @@ msgstr "Змінити адресу електронної пошти" msgid "Change password" msgstr "Змінити пароль" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -616,7 +633,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -645,22 +662,22 @@ msgstr "Перейдіть за посиланням в електронному msgid "Click the link in our confirmation email to publish your update." msgstr "Перейдіть за посиланням в електронному листі, який вам надіслали для активації в системі внесених змін" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "Натисніть на посилання в надісланому електронному лісті, щоб увійти." -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "Натисніть на посилання в надісланому електронному лісті, щоб увійти." + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -668,23 +685,17 @@ msgstr "Натисніть на посилання в надісланому е msgid "Closed" msgstr "Закрито" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "Закрито муніципалітетом" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "Закрити звіти" - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "Закрито:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Погоджувачы:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "Cobrand" @@ -698,11 +709,15 @@ msgstr "Cobrand data:" msgid "Cobrand:" msgstr "Cobrand:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфігурація" @@ -728,7 +743,7 @@ msgstr "" msgid "Confirmation" msgstr "Підтвердження" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -764,8 +779,8 @@ msgstr "Звернутись до команди" msgid "Coordinates:" msgstr "Координати:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "Не вдалось знайти користувача" @@ -823,24 +838,34 @@ msgstr "Рада:" msgid "Count" msgstr "Число" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "Створено" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "Створити сповіщення" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Створити категорію" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "Створити приоритет" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#, fuzzy +msgid "Create reports/updates as anonymous user" +msgstr "Створити звіт/оновлення для ради" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "Створити звіт/оновлення для ради" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -870,7 +895,7 @@ msgstr "Поточний стан" msgid "Currently no bodies have been created." msgstr "Наразі жодних органів не було створено" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -886,27 +911,37 @@ msgstr "Дашборд" msgid "Dealt with by subdivision within 5 working days" msgstr "Dealt with by subdivision within 5 working days" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +#, fuzzy +msgid "Default priority" +msgstr "Створити приоритет" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Видалити шаблон" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Видалено" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -944,7 +979,7 @@ msgid "Diligency prize league table" msgstr "Таблиця найстаранніших призерів" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -953,7 +988,7 @@ 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/auth/general.html:60 #: 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 @@ -961,7 +996,7 @@ msgstr "Не відправляти листи автору про нові ко msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -973,7 +1008,7 @@ msgstr "Не знаю" msgid "Don't like forms?" msgstr "Не любите форми?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -981,16 +1016,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Перетягніть фотографії сюди чи <u>натисніть для завантаження</u>" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "Дубль" - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1002,43 +1032,43 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Редагувати дані про орган" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "Редагувати інші подробиці про користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "Редагувати права користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "Редагувати звіт" @@ -1061,15 +1091,15 @@ msgstr "Редагуємо оновлення %d" msgid "Editing user %d" msgstr "Редагуємо користувача %d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "Редактор" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1077,13 +1107,14 @@ msgstr "Редактор" msgid "Email" msgstr "Е-пошта" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "Адреса електронної пошти" @@ -1095,7 +1126,7 @@ msgstr "Email оповіщення створено" msgid "Email alert deleted" msgstr "Email Оповіщення видалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "Адреса вже в чорному списку" @@ -1120,8 +1151,8 @@ 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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1136,7 +1167,7 @@ msgstr "Кінцева дата:" msgid "Endpoint" msgstr "Кінцева точка" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "" @@ -1155,7 +1186,7 @@ msgstr "Введіть найближчу поштову адресу, або н msgid "Enter a nearby street name and area" msgstr "Введіть назву вулиці чи району поблизу" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1175,8 +1206,8 @@ msgstr "Введіть подробиці проблеми" msgid "Error" msgstr "Помилка" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "Всі" @@ -1201,12 +1232,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "Поясніть чому неправильно" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1217,7 +1248,7 @@ msgstr "Зовнішній" msgid "External ID" msgstr "Зовнішній ID" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "Зовнішнє посилання" @@ -1229,13 +1260,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "Подробиці" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Додаткові дані:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "Подробиці" @@ -1243,6 +1281,11 @@ msgstr "Подробиці" msgid "Failed to send message" msgstr "Не вдалося надіслати повідомлення" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1256,49 +1299,32 @@ msgstr "Ім’я" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "Вирішено" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "Вирішено - Рада" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "Вирішено - Користувач" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "" - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "Вирішено:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Відмітьте як видалене" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "Відмітьте користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Відмічено" @@ -1328,21 +1354,25 @@ msgstr "Прослійте за посиланням на район щоб ба msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "" @@ -1371,10 +1401,14 @@ msgstr "Отримувати оновлення по %s проблем" msgid "Get updates of problems in this %s" msgstr "Отримувати оновлення про проблеми в %s" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "Дайте RSS фід" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "" @@ -1384,8 +1418,8 @@ msgstr "" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1395,7 +1429,7 @@ msgstr "Вперед" msgid "Going to send questionnaire?" msgstr "Збираєтесь відправити опитувальник?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "Надання адміністративного доступу" @@ -1423,22 +1457,13 @@ msgstr "Допомога" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "Вітаємо, %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1481,11 +1506,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "Історія" @@ -1502,12 +1531,12 @@ msgid "How to send successful reports" msgstr "Як надіслати якісне сповіщення" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "" #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1527,8 +1556,8 @@ msgstr "Нажаль ми не можем знайти вашу проблему msgid "ID" msgstr "Ідентифікатор" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1536,10 +1565,18 @@ msgstr "" "Визначіть <strong>предка</strong> якщо цей орган є частиною іншого органу.\n" " Для базових налаштувань вам не потрібно поєднувати органи таким чином." +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1552,7 +1589,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1575,7 +1612,7 @@ msgid "" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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." @@ -1610,11 +1647,6 @@ msgstr "Невірний ідентифікатор" msgid "Illegal feed selection" msgstr "Невірний вибір завантаження" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "В процесі" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "В чорний список?" @@ -1623,17 +1655,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "В процесі" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1657,11 +1686,11 @@ msgstr "Невірне значення has_photo \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1669,11 +1698,6 @@ msgstr "" msgid "Internal notes" msgstr "Внутрішні нотатки" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "Внутрішнє посилання" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1682,7 +1706,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Невірне значення agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "Невірна кінцева дата" @@ -1690,21 +1714,14 @@ msgstr "Невірна кінцева дата" msgid "Invalid format %s specified." msgstr "Невірний формат %s ." -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "Невірна початкова дата" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "Дослідження" - #: templates/web/base/contact/blurb.html:2 msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" @@ -1713,23 +1730,41 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1756,23 +1791,27 @@ msgstr "Останнє поновлення:" msgid "Last update:" msgstr "Останнє поновлення:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Показати всі прозвітовані проблеми" @@ -1803,13 +1842,13 @@ msgstr "Локальні сповіщення" msgid "Locate the problem on a map of the area" msgstr "Позначте проблему на карті району" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1819,7 +1858,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1828,11 +1867,11 @@ msgstr "" msgid "MAP" msgstr "Мапа" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1848,7 +1887,7 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Позначте користувачів, чию поведінку ви хочете відстежувати <strong>прапорцем</strong>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1876,7 +1915,7 @@ msgstr "Бракує jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1889,7 +1928,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1898,7 +1937,7 @@ msgid "Moderated by division within one working day" msgstr "Модерується підрозділом на протязі робочого дня" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1906,23 +1945,28 @@ msgstr "" msgid "Month" msgstr "Місяць" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1941,7 +1985,7 @@ msgstr "Ім'я:" msgid "Name: %s" msgstr "Ім'я: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1954,8 +1998,8 @@ msgstr "Найближча дорога до шпильки на карті (а msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Найближчий поштовий індекс до шпильки на карті (автоматично згенеровано): %s (відстань: %sм)" -#: perllib/FixMyStreet/Cobrand/Default.pm:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через Bing карти): %s%s" @@ -1967,15 +2011,23 @@ msgstr "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "Новий орган додано" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "Новий контакт категорії додано" @@ -2001,7 +2053,7 @@ msgid "New password:" msgstr "Новий пароль:" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "Новий приоритет" @@ -2030,6 +2082,7 @@ msgid "New reports" msgstr "Нові сповіщення" #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "Новий стан" @@ -2039,7 +2092,7 @@ msgstr "Новий стан" msgid "New template" msgstr "Новий шаблон" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2047,7 +2100,7 @@ msgstr "" msgid "Next" msgstr "Далі" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2059,7 +2112,7 @@ msgstr "Далі" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "Ні" @@ -2075,7 +2128,7 @@ msgstr "Без органу" msgid "No council" msgstr "Без департаменту" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "Не вибраний департамент" @@ -2091,21 +2144,16 @@ msgstr "Не знайдено маркованих проблем" msgid "No flagged users found." msgstr "Не знайдено маркованих користувачів" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "Неможливо виправити" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Подальші оновлення відсутні" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2113,8 +2161,8 @@ msgstr "" msgid "No result returned" msgstr "Ніякого результату не повернено" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2147,13 +2195,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "Не відповідальний" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2172,7 +2215,7 @@ msgid "Not reported to council" msgstr "Не прозвітовано департаменту" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Нотатка" @@ -2194,6 +2237,10 @@ msgstr "Нотатка: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Тепер відправити ваше сповіщення …" @@ -2224,20 +2271,17 @@ msgstr "" msgid "Old state" msgstr "Застарілий стан" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2264,21 +2308,26 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "Або проблеми прозвітовані до:" +#: templates/web/base/admin/extra-metadata-form.html:53 +#, fuzzy +msgid "Options" +msgstr "додатково" -#: 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 "Або ви можете підписатись на алярми відносно вашого району чи департаменту:" +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2301,17 +2350,16 @@ msgstr "Власник" msgid "Page Not Found" msgstr "Сторінку не знайдено" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Предок" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "Частково" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2319,7 +2367,7 @@ msgstr "Частково" msgid "Password (optional)" msgstr "Пароль (опціонально)" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "Пароль:" @@ -2331,7 +2379,7 @@ msgstr "Постійне посилання" msgid "Permissions:" msgstr "Дозволи:" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 msgid "Phone Reporter:" msgstr "" @@ -2339,7 +2387,7 @@ msgstr "" msgid "Phone number" msgstr "Номер телефону" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Номер телефону (опціонально)" @@ -2399,12 +2447,8 @@ msgstr "" msgid "Place pin on map" msgstr "Розмістіть шпильку на карті" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2422,26 +2466,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Будь ласка оберіть категорію" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "Будь ласка оберіть тип майна" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Будь ласка, виправте помилки" @@ -2457,18 +2497,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будь ласка не використовуйте образи — ображаючи департамент ві підриваєте цінність сервісу для всіх користувачів" -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Будь ласка введіть повідомлення" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "Будь ласка, введіть ім'я " -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2479,14 +2519,14 @@ msgid "Please enter a password" msgstr "Будь ласка введіть пароль" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Будь ласка вкажіть тему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2498,7 +2538,7 @@ msgstr "Будь ласка введіть правильну адресу е-п msgid "Please enter a valid email address" msgstr "Будь ласка введіть правильну адресу е-пошти" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Будь ласка додайте трохи подробиць" @@ -2507,8 +2547,8 @@ msgstr "Будь ласка додайте трохи подробиць" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2531,8 +2571,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Будь ласка введіть ім'я та прізвище - департаментам потрібні ці дані. Якщо не хочете їх показувати - не ставте галочку внизу." #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2595,7 +2635,7 @@ msgstr "" msgid "Please note:" msgstr "Будь ласка зауважте:" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "Будь ласка, оприлюдніть оновлений звіт." @@ -2649,19 +2689,19 @@ msgstr "Будь ласка напишіть поновлення" msgid "Post" msgstr "Допис" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "Опубліковано анонімно в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "Опубліковано %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Опубліковано <strong>%s</strong> (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "Опубліковано <strong>%s</strong> в %s" @@ -2673,12 +2713,12 @@ msgstr "" msgid "Previous" msgstr "Попередній" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2693,7 +2733,7 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Приватний" @@ -2724,7 +2764,7 @@ msgstr "Проблему %s надіслано департаменту %s" msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -2732,11 +2772,16 @@ msgstr "Проблема маркована відкритою." msgid "Problem state change based on survey results" msgstr "Стан проблеми змінено базуючись на результатах опитувань" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблеми" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "Проблеми в межах %s району" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "Проблеми поблизу" @@ -2749,13 +2794,15 @@ msgstr "Проблеми на мапі" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Нещодавно вирішені проблеми" -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "Проблеми в радіусі %.1fkm від цієї точки" -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "Проблеми в межах %s" @@ -2763,16 +2810,17 @@ msgstr "Проблеми в межах %s" msgid "Problems within %s ward" msgstr "Проблеми в межах %s району" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "Проблеми в межах:" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Адреса майна:" @@ -2782,11 +2830,11 @@ msgstr "Адреса майна:" msgid "Provide an update" msgstr "Надішліть оновлення" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "Вказання імені і паролю не обов'язкове, проте це дозволить вам більш легко сповіщати про проблеми, залишати поновлення та керувати вашими сповіщеннями" @@ -2804,7 +2852,7 @@ msgstr "" msgid "Public response:" msgstr "Публічна відповідь:" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2832,7 +2880,7 @@ msgstr "Анкета %d відправлена по проблемі %d" msgid "Questionnaire filled in by problem reporter" msgstr "Анкета заповнена автором сповіщення" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2860,11 +2908,11 @@ msgstr "RSS потік з %s" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2889,7 +2937,7 @@ msgstr "RSS стрічка з оновленнями по цій проблем msgid "Receive email when updates are left on this problem." msgstr "Отримувати листа коли інформація по проблемі буде оновлена" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2903,7 +2951,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Нещодавно перевідкриті проблеми" -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2911,7 +2959,17 @@ msgstr "" 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 "" -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "Зняти прапорець" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "Зняти прапорець" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "Зняти прапорець" @@ -2941,8 +2999,8 @@ msgstr "Відповісти " msgid "Report" msgstr "Звіт" -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -2957,7 +3015,7 @@ msgstr "Сповістити про проблему" msgid "Report abuse" msgstr "Поскаржитись" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -2980,7 +3038,7 @@ msgstr "Опишіть проблему" msgid "Report, view, or discuss local problems" msgstr "Сповіщайте, переглядайте, або обговорюйте місцеві проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "Сповіщено анонімно по %s" @@ -2990,7 +3048,7 @@ msgstr "Сповіщено анонімно по %s" msgid "Reported before" msgstr "Сповіщено раніше" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "Перевідкрито %s о %s" @@ -3004,27 +3062,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сповіщено в категорії %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "Сповіщено в категорії %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "Сповіщено в категорію %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "Сповіщено %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "Сповіщено через %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сповіщено через %s в категорію %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сповіщено через %s в категорію %s %s о %s" @@ -3042,8 +3100,8 @@ msgstr "" msgid "Reporting a problem" msgstr "Сповістити про проблему" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3057,10 +3115,19 @@ msgstr "Сповіщення обмежені %s символами. Буль л msgid "Reports awaiting approval" msgstr "Сповіщення очікують підтвердження" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "Перевідкрито %s о %s" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Сповіщення опубліковано" @@ -3069,18 +3136,33 @@ msgstr "Сповіщення опубліковано" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "Звіт по %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "%s, в межах %s району" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "Потрібне фото" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Перевідіслати сповіщення" @@ -3139,15 +3221,15 @@ msgstr "Обслуговувач цієї дороги (отримано з до msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3163,23 +3245,28 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Зберети зміни" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3188,6 +3275,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "Запланована дія" + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3221,22 +3313,22 @@ msgstr "Пошук не знайшов користувачів." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Оберіть орган" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Оберіть район" -#: 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." +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 @@ -3251,11 +3343,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "Відправити %s %s пізніше" @@ -3268,7 +3360,7 @@ msgstr "Надіслано:" msgid "Service:" msgstr "Сервіс:" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "Визначити поточні координати" @@ -3294,6 +3386,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3306,9 +3399,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "Показувати моє ім'я публічно" @@ -3337,16 +3430,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3392,14 +3485,14 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Вибачте, сталася помилка" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3421,11 +3514,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3442,20 +3535,25 @@ msgid "Start Date:" msgstr "Початкова дата:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Стан" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "Зберети зміни" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3465,8 +3563,14 @@ msgstr "Стан" msgid "State:" msgstr "Стан:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "Стан" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3488,6 +3592,10 @@ msgstr "Все ще відкрито, через анкету, %s" msgid "Street View" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "Підкатегорія: %s" @@ -3506,7 +3614,7 @@ msgid "Subject:" msgstr "Тема:" #: 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_loggedin.html:63 #: 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 @@ -3527,8 +3635,8 @@ msgstr "Підтвердити зміни" msgid "Submit questionnaire" msgstr "Підтвердити анкету" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3538,25 +3646,28 @@ msgstr "Підтвердити анкету" msgid "Submitted" msgstr "Підтверджено" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "Підписатись" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "Підпишіть мене на поштові алярми" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3589,8 +3700,8 @@ msgstr "Результати опитування" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Шаблони" @@ -3647,7 +3758,7 @@ msgstr "Під час завантаження фото трапилась по 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "" @@ -3657,11 +3768,11 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "Поштовий код не розпізнано, вибачте." -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." @@ -3673,7 +3784,7 @@ msgstr "Цей сповіщення неможливо показати на %s. msgid "That report has been removed from FixMyStreet." msgstr "Це сповіщення було видалено." -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3697,10 +3808,10 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3717,6 +3828,10 @@ msgid "" " and may be displayed publically." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3727,11 +3842,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "Трапилась помилка: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "" @@ -3770,10 +3889,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3783,9 +3906,9 @@ msgstr "Паролі не співпадають" msgid "The requested URL '%s' was not found on this server" msgstr "Адреса '%s' не знайдена на сервері" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "Найпростіший алярм - географічний:" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3806,18 +3929,18 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Сталась проблема з відображенням сторінки всіх сповіщень. Спробуйте пізніше." #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "Сталась помилка при спробі показати сторінку. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "З комбінацією поштової адреси і паролю щось не так. Якщо ви не в змозі пригадати пароль або у вас його немає, заповніть секцію ‘увійти поштою’" @@ -3826,7 +3949,7 @@ msgstr "З комбінацією поштової адреси і паролю msgid "There was a problem with your email/password combination. Please try again." msgstr "Сталась проблема з вашою комбінацією адреси пошти і паролю. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз." @@ -3834,7 +3957,7 @@ msgstr "Сталась проблема з поновленням. Будь ла msgid "There were problems with your report. Please see below." msgstr "Зі сповіщенням є негаразди. Гляньте нижче." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "З поновленням щось негаразд. Гляньте нижче." @@ -3882,8 +4005,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3897,9 +4020,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Ця інформація обов'язкова" @@ -3928,8 +4052,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Це сповіщення очікує модерації." @@ -3961,7 +4085,7 @@ msgstr "Ця веб-сторінка також містить фото проб msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Хронологія" @@ -3990,6 +4114,14 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Щоб дізнатись які локальні алярми ми маєм для вас, введіть ваш поштовий код, назву вулиці та район" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "До перегляду точного місцезнаходження проблеми на карті" @@ -4027,16 +4159,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4052,17 +4192,21 @@ msgstr "Спробуйте ще раз" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "" @@ -4076,7 +4220,7 @@ msgid "Unknown alert type" msgstr "Невідомий тип алярму" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Невідома помилка" @@ -4091,10 +4235,11 @@ msgstr "Невідомий ідентифікатор проблеми" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Поновлення" @@ -4111,7 +4256,7 @@ msgstr "Поновлення додано анонімно о %s" msgid "Update below added by %s at %s" msgstr "Поновлення нижче додано %s о %s" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Поновити орган" @@ -4147,13 +4292,23 @@ msgstr "Поновити статуси" msgid "Updated" msgstr "Поновлено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "Опубліковано <strong>%s</strong> (%s) в %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "Опубліковано <strong>%s</strong> в %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "Поновлено!" @@ -4163,7 +4318,7 @@ msgstr "Поновлено!" msgid "Updates" msgstr "Поновлення" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." @@ -4177,8 +4332,8 @@ msgstr "Поновлення стосовно {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4192,7 +4347,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4205,11 +4360,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "Користувацький прапорець видалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "Користувач відмічений" @@ -4222,9 +4377,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "Пошук користувачів знайшов співпадіння в іменах та поштових адресах" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "Користувачі" @@ -4233,9 +4388,9 @@ msgstr "Користувачі" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "Значення оновлено" @@ -4282,7 +4437,7 @@ msgstr "Ми знайшли більше одного співпадіння д msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4317,7 +4472,7 @@ msgstr "" msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Коли відредаговано" @@ -4326,7 +4481,15 @@ msgstr "Коли відредаговано" msgid "When sent" msgstr "Коли відправлено" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4338,8 +4501,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4374,7 +4537,7 @@ msgstr "" msgid "Year" msgstr "Рік" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4389,7 +4552,7 @@ msgstr "Рік" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "Так" @@ -4423,6 +4586,10 @@ msgstr "Ви можете <a href=\"%s%s\">переглянути проблем 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." +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "Технічна підтримка доступна за адресою <a href='mailto:%s'>%s</a>" @@ -4441,7 +4608,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" @@ -4518,7 +4685,6 @@ msgstr "Ваші сповіщення" 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:80 @@ -4531,7 +4697,7 @@ msgid "Your email" msgstr "Ваша пошта" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4542,10 +4708,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4555,11 +4721,11 @@ msgstr "Ваше ім'я" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4567,7 +4733,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4605,8 +4771,8 @@ msgstr "" msgid "Your updates" msgstr "Ваші поновлення" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4615,14 +4781,14 @@ msgstr "" msgid "all" msgstr "всі" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "від %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "позначено як дублююче сповіщення" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4647,7 +4813,7 @@ msgstr "редагувати користувача" msgid "from %s different users" msgstr "від %s різних користувачів" -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "останнє поновлення %s" @@ -4656,44 +4822,7 @@ msgstr "останнє поновлення %s" msgid "less than a minute" msgstr "менше хвилини" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "позначено дію як заплановану" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "позначено як внутрішній напрямок" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "позначено закритим" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "позначено полагодженим" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "позначено в процесі" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "позначено у вивченні" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "позначено як неможливо полагодити" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "позначено як не відповідальність ради" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "позначено запланованим" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4704,13 +4833,10 @@ msgstr "недоступно" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "додатково" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "або" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "позначено як не відповідальність ради" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4735,15 +4861,6 @@ msgstr "в оригіналі вказано: “%s”" msgid "other areas:" msgstr "інші зони:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "перевідкрито" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "вийти" @@ -4757,6 +4874,11 @@ msgstr "місцевий орган" msgid "there is no pin shown as the user did not use the map" msgstr "шпильки немає так як користувач не використав мапу" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "Переглядаєм локацію" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "цей тип локальної проблеми" @@ -4926,7 +5048,7 @@ msgstr[0] "<big>%s</big> оновлення на звіті" msgstr[1] "<big>%s</big> оновлень на звіті" msgstr[2] "<big>%s</big> оновлень на звіті" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4950,7 +5072,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4965,3 +5087,87 @@ msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "%s ward, %s" +#~ msgstr "%s район, %s" + +#~ msgid "-- Pick a property type --" +#~ msgstr "-- Оберіть тип майна --" + +#~ msgid "Closed reports" +#~ msgstr "Закрити звіти" + +#~ msgid "Closed:" +#~ msgstr "Закрито:" + +#~ msgid "Duplicate" +#~ msgstr "Дубль" + +#~ msgid "Fixed:" +#~ msgstr "Вирішено:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "От типи локальних сповіщень про проблеми для ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "В процесі" + +#~ msgid "Internal referral" +#~ msgstr "Внутрішнє посилання" + +#~ msgid "Investigating" +#~ msgstr "Дослідження" + +#~ msgid "No further action" +#~ msgstr "Неможливо виправити" + +#~ msgid "Not Responsible" +#~ msgstr "Не відповідальний" + +#~ msgid "Or problems reported to:" +#~ msgstr "Або проблеми прозвітовані до:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "Або ви можете підписатись на алярми відносно вашого району чи департаменту:" + +#~ msgid "Please choose a property type" +#~ msgstr "Будь ласка оберіть тип майна" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "Проблеми в межах:" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "Найпростіший алярм - географічний:" + +#~ msgid "closed as a duplicate report" +#~ msgstr "позначено як дублююче сповіщення" + +#~ msgid "marked as action scheduled" +#~ msgstr "позначено дію як заплановану" + +#~ msgid "marked as an internal referral" +#~ msgstr "позначено як внутрішній напрямок" + +#~ msgid "marked as closed" +#~ msgstr "позначено закритим" + +#~ msgid "marked as fixed" +#~ msgstr "позначено полагодженим" + +#~ msgid "marked as in progress" +#~ msgstr "позначено в процесі" + +#~ msgid "marked as investigating" +#~ msgstr "позначено у вивченні" + +#~ msgid "marked as no further action" +#~ msgstr "позначено як неможливо полагодити" + +#~ msgid "marked as planned" +#~ msgstr "позначено запланованим" + +#~ msgid "or" +#~ msgstr "або" + +#~ msgid "reopened" +#~ msgstr "перевідкрито" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index 145f4c227..2674f8960 100644 --- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-08-03 12:03+0100\n" +"POT-Creation-Date: 2017-09-13 15:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2017\n" "Language-Team: Chinese (https://www.transifex.com/mysociety/teams/12067/zh/)\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:695 +#: perllib/FixMyStreet/DB/Result/Problem.pm:632 #: perllib/FixMyStreet/Script/Reports.pm:197 msgid " and " msgstr "與" @@ -97,30 +97,6 @@ msgstr "%s 問卷送出 – % 回覆(%s%%)" msgid "%s ref: %s" msgstr "%s 流水號: %s " -#. ("%s is the site name") -#: 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" -"might not match the problems sent to that council. For example, a graffiti report\n" -"will be sent to the district council, so will appear in both of the district\n" -"council’s alerts, but will only appear in the \"Within the boundary\" alert\n" -"for the county council." -msgstr "" -"%s送出不同類別的問題申報給\n" -"適宜的地方政府機關,如果問題發生在某政府的轄區內\n" -"這樣處理或許的確適當。例如,塗鴉問題將\n" -"申報給里/區機構,所以會在里/區機關的通告上\n" -"而在地方政府的公告版上只會出現在轄內通知上" - -#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 -msgid "%s ward, %s" -msgstr "%s 里/區, %s " - -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 -msgid "%s, within %s ward" -msgstr "%s, 在%s 里/區" - #: perllib/FixMyStreet/Map/OSM.pm:38 msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "版本; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap開放街道地圖</a> 貢獻者" @@ -129,7 +105,7 @@ msgstr "版本; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap msgid "(Defect & location of defect)" msgstr "(缺陷 & 缺陷地點)" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "電郵為濫發信件" @@ -144,23 +120,27 @@ msgstr "(沒有姓名)" msgid "(No phone number)" msgstr "(沒有電話號碼)" -#: 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:30 -msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "或可在 %s另外修改自定RSS訂閱" +#: templates/web/base/admin/states/index.html:95 +msgid "(a-z and space only)" +msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(結束)" +#: templates/web/base/alert/_list.html:30 +#, fuzzy +msgid "(covers roughly 200,000 people)" +msgstr "預設距離約涵蓋20萬人口" + #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(己處理)" +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "(ignored if type is \"String\")" +msgstr "" + #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(例如塗鴉, 文宣張貼, 人行道鋪板或街燈損壤, )" @@ -169,7 +149,7 @@ msgstr "(例如塗鴉, 文宣張貼, 人行道鋪板或街燈損壤, )" msgid "(no longer exists)" msgstr "" -#: templates/web/base/report/_item.html:68 +#: templates/web/base/report/_item.html:70 msgid "(not sent to council)" msgstr "不要向地方政府送出" @@ -177,20 +157,22 @@ msgstr "不要向地方政府送出" msgid "(optional)" msgstr "(任選)" -#: templates/web/base/report/_item.html:67 +#: templates/web/base/report/_item.html:69 msgid "(sent to both)" msgstr "兩個都送出" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:240 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/DB/Result/Problem.pm:454 +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:36 +#, fuzzy +msgid "(we also have RSS feeds for problems within %s)" +msgstr "在 %s 內之問題RSS 訂閱" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:245 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "選擇分類" -#: perllib/FixMyStreet/DB/Result/Problem.pm:460 -msgid "-- Pick a property type --" -msgstr "選擇公物種類" - #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -199,16 +181,16 @@ msgstr "" msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/dashboard/index.html:152 +#: templates/web/base/dashboard/index.html:153 msgid "14-30 days old" msgstr "" -#: templates/web/base/dashboard/index.html:151 +#: templates/web/base/dashboard/index.html:152 msgid "7-14 days old" msgstr "" -#: templates/web/base/admin/body-form.html:48 -#: templates/web/base/admin/body-form.html:49 +#: templates/web/base/admin/body-form.html:50 +#: templates/web/base/admin/body-form.html:51 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" @@ -225,8 +207,9 @@ msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:37 -msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +#: templates/web/base/reports/_list-filters.html:48 +#, fuzzy +msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" msgstr "<label for=\"statuses\">颢示</label> %s <label for=\"filter_categories\">關於</label> %s" #: templates/web/base/js/translation_strings.html:74 @@ -246,30 +229,25 @@ msgstr "<strong>不</strong> 我要利用電子郵件確認我的申報 " msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>不</strong> 我要用電子郵件收到更新通知" -#: templates/web/base/auth/general.html:104 +#: templates/web/base/auth/general.html:106 #: 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:168 +#: templates/web/base/report/_inspect.html:170 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:170 +#: templates/web/base/report/_inspect.html:172 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/auth/general.html:82 #: 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>是</strong> 我有密碼" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:7 -msgid "Action Scheduled" -msgstr "行動排程 " - #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 msgid "" @@ -287,18 +265,35 @@ msgid "Add a contact using the form below." msgstr "增加聯絡人請使用下方表單" #: templates/web/base/admin/bodies.html:78 -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "新增有關單位" +#: templates/web/base/admin/reportextrafields/index.html:24 +msgid "Add extra fields" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:79 +msgid "Add field" +msgstr "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "" + #: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "新增種類" +#: templates/web/base/admin/extra-metadata-form.html:72 +#, fuzzy +msgid "Add option" +msgstr "(任選)" + #: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:14 +#: templates/web/base/report/_item.html:16 #: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:19 #: templates/web/base/report/_main.html:30 @@ -311,15 +306,15 @@ msgstr "" msgid "Add user" msgstr "新增使用者" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:737 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Default.pm:736 msgid "Add/edit response templates" msgstr "" @@ -347,13 +342,14 @@ msgstr "%s創建之 %d通知, 種類 %s, 參數 %s / %s" msgid "Alert %d disabled (created %s)" msgstr "%d 關閉通知 " -#: templates/web/base/report/update/form_name.html:38 +#: templates/web/base/report/update/form_name.html:42 msgid "Alert me to future updates" msgstr "通知我此事後續" #: templates/web/base/dashboard/index.html:138 #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 +#: templates/web/base/reports/_list-filters.html:3 msgid "All" msgstr "" @@ -366,13 +362,21 @@ msgid "All Reports as CSV" msgstr "所有事件申報存成CSV格式" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:19 +#: templates/web/base/admin/responsepriorities/list.html:20 msgid "All categories" msgstr "" +#: templates/web/base/admin/reportextrafields/edit.html:26 +#, fuzzy +msgid "All cobrands" +msgstr "聯合品牌" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "" + #: templates/web/base/main_nav_items.html:0 #: templates/web/base/main_nav_items.html:27 -#: templates/web/base/reports/_list-filters.html:3 #: 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 @@ -401,13 +405,19 @@ msgstr "本問題已解決之更新標註" msgid "Anonymous" msgstr "匿名" +#: templates/web/base/report/new/form_user_loggedin.html:21 +#: templates/web/base/report/update/form_name.html:17 +#, fuzzy +msgid "Anonymous user" +msgstr "匿名" + #: templates/web/base/admin/report_edit.html:122 #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:24 +#: templates/web/base/report/update/form_name.html:14 msgid "Another user" msgstr "" @@ -421,7 +431,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body-form.html:77 #: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" @@ -453,11 +463,11 @@ msgstr "分派給外部機:" msgid "Assign to subdivision:" msgstr "交派給下級單位:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:732 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:219 msgid "Assigned to %s" msgstr "派給 %s" @@ -498,7 +508,7 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:417 +#: perllib/FixMyStreet/DB/Result/Problem.pm:344 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "待核可" @@ -511,13 +521,13 @@ msgstr "回上層" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:24 +#: templates/web/base/admin/report_blocks.html:18 msgid "Ban email address" msgstr "禁止之電子郵件" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:726 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:55 #: templates/web/zurich/header.html:56 @@ -539,7 +549,11 @@ msgstr "有關單位:" msgid "By Date" msgstr "日期" -#: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 +#: templates/web/base/admin/extra-metadata-form.html:36 +msgid "Can be used to display extra text to the user alongside the field. The default template does not show this (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" +msgstr "" + +#: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收桶,通常99%的問題可獲解決" @@ -547,7 +561,7 @@ msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收 msgid "Can't see the map? <em>Skip this step</em>" msgstr "無法顯示地圖? <em>略過本步驟</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -560,8 +574,8 @@ 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:49 -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/_item.html:92 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 @@ -572,7 +586,7 @@ msgstr "" msgid "Category" msgstr "類別" -#: perllib/FixMyStreet/App/Controller/Admin.pm:869 +#: perllib/FixMyStreet/App/Controller/Admin.pm:956 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -612,11 +626,11 @@ msgstr "" msgid "Change password" msgstr "更換密碼" -#: templates/web/base/admin/contact-form.html:78 +#: templates/web/base/admin/contact-form.html:80 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:62 +#: templates/web/base/admin/contact-form.html:64 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -639,7 +653,7 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "選擇民眾可理解的<strong>類別</strong> (例如., \"路面坑洞\", \"街燈故障\") 也助於讓有關單位掌握. 此類別將會顯示在申報問題頁的下拉式選項上。" -#: templates/web/base/report/_inspect.html:101 +#: templates/web/base/report/_inspect.html:103 msgid "Choose another" msgstr "" @@ -668,22 +682,22 @@ msgstr "選擇確認電子郵件上的連結以發佈你的問題 " msgid "Click the link in our confirmation email to publish your update." msgstr "選擇確認電子郵件上的連結以發佈你的更新" -#: templates/web/base/auth/token.html:18 +#: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." msgstr "選擇確認電子郵件上的連結以作登入" -#: 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:8 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:43 -#: templates/web/base/report/banner.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:14 +#: templates/web/base/auth/token.html:20 +#, fuzzy +msgid "Click the link in that email to sign in." +msgstr "選擇確認電子郵件上的連結以作登入" + +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:134 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:194 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:965 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:11 +#: templates/web/base/admin/states/index.html:103 +#: templates/web/base/admin/states/index.html:27 +#: templates/web/base/admin/states/index.html:33 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:10 #: templates/web/zurich/admin/header.html:16 @@ -691,23 +705,17 @@ msgstr "選擇確認電子郵件上的連結以作登入" msgid "Closed" msgstr "關閉" -#: perllib/FixMyStreet/DB/Result/Problem.pm:889 +#: perllib/FixMyStreet/DB/Result/Problem.pm:826 msgid "Closed by council" msgstr "由地方政府關閉" -#: templates/web/base/reports/_list-filters.html:13 -msgid "Closed reports" -msgstr "完結之申報 " - -#: templates/web/base/admin/problem_row.html:38 -msgid "Closed:" -msgstr "關閉:" - #: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "協同單位:" #: templates/web/base/admin/list_updates.html:10 +#: templates/web/base/admin/reportextrafields/edit.html:24 +#: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" msgstr "聯合品牌" @@ -721,11 +729,15 @@ msgstr "聯合品牌資料:" msgid "Cobrand:" msgstr "聯合品牌:" +#: templates/web/base/admin/extra-metadata-form.html:14 +msgid "Code" +msgstr "" + #: templates/web/base/js/translation_strings.html:50 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "設定" @@ -751,7 +763,7 @@ msgstr "" msgid "Confirmation" msgstr "確認" -#: templates/web/base/admin/contact-form.html:54 +#: templates/web/base/admin/contact-form.html:56 #: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" @@ -787,8 +799,8 @@ msgstr "連結本團隊" msgid "Coordinates:" msgstr "協同單位:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1686 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1773 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1801 msgid "Could not find user" msgstr "找不到該戶用" @@ -846,24 +858,33 @@ msgstr "地方政府" msgid "Count" msgstr "數量" +#: templates/web/base/admin/states/index.html:114 +#, fuzzy +msgid "Create" +msgstr "建立" + #: templates/web/base/email_sent.html:1 msgid "Create a report" msgstr "創建申報" -#: templates/web/base/admin/contact-form.html:136 +#: templates/web/base/admin/contact-form.html:138 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "創建類別" -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/responsepriorities/edit.html:58 msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 +msgid "Create reports/updates as anonymous user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:719 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -893,7 +914,7 @@ msgstr "目前狀況" msgid "Currently no bodies have been created." msgstr "目前未創建內文" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "無法聨絡上的客戶" @@ -909,27 +930,36 @@ msgstr "控制台" msgid "Dealt with by subdivision within 5 working days" msgstr "下屬單位5個工作天內處理。" -#: templates/web/base/report/_inspect.html:70 +#: templates/web/base/admin/responsepriorities/list.html:9 +msgid "Default" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:39 +msgid "Default priority" +msgstr "" + +#: templates/web/base/report/_inspect.html:72 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:991 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1078 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "刪除模版" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/contact-form.html:56 +#: templates/web/base/admin/contact-form.html:58 #: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "刪除" #: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:62 +#: templates/web/base/report/update.html:68 msgid "Describe why you are moderating this" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:32 #: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 @@ -967,7 +997,7 @@ msgid "Diligency prize league table" msgstr "勤奮表現名單" #: templates/web/base/report/_main.html:118 -#: templates/web/base/report/update.html:64 +#: templates/web/base/report/update.html:70 msgid "Discard changes" msgstr "" @@ -976,7 +1006,7 @@ 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/auth/general.html:60 #: 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 @@ -984,7 +1014,7 @@ msgstr "" msgid "Do you have a %s password?" msgstr "您是否有 %s密碼? " -#: templates/web/base/report/_inspect.html:85 +#: templates/web/base/report/_inspect.html:87 msgid "Do you want to automatically raise a defect?" msgstr "" @@ -996,7 +1026,7 @@ msgstr "不知道" msgid "Don't like forms?" msgstr "不喜歡此表單?" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 msgid "Down one" msgstr "" @@ -1004,16 +1034,11 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:13 -msgid "Duplicate" -msgstr "複製 " - -#: templates/web/base/report/_inspect.html:96 +#: templates/web/base/report/_inspect.html:98 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:106 +#: templates/web/base/report/_inspect.html:108 msgid "Duplicates" msgstr "" @@ -1028,43 +1053,43 @@ msgstr "" "不同類別 <strong>能夠同一位承辦人</strong> (電子郵件)\n" "這表示你可以多加一些類別,即使你只聯絡一位承辦人員。" -#: templates/web/base/report/_inspect.html:27 -#: templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:26 +#: templates/web/base/report/_item.html:83 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/responsepriorities/list.html:28 #: 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:140 +#: templates/web/base/admin/body.html:141 #: templates/web/base/admin/index.html:39 #: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "編輯有關單位細節" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:722 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Edit reports" msgstr "" @@ -1087,15 +1112,15 @@ msgstr "編輯更新 %d" msgid "Editing user %d" msgstr "編輯用戶帳號 $d" -#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/category_edit.html:30 msgid "Editor" msgstr "編輯器" #: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/category_edit.html:53 +#: templates/web/base/admin/category_edit.html:28 #: templates/web/base/admin/flagged.html:38 #: templates/web/base/admin/users.html:17 -#: templates/web/base/auth/general.html:49 +#: templates/web/base/auth/general.html:51 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 #: templates/web/zurich/auth/general.html:24 @@ -1103,13 +1128,14 @@ msgstr "編輯器" msgid "Email" msgstr "電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1662 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1749 msgid "Email added to abuse list" 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 +#: templates/web/base/admin/contact-form.html:38 +#: templates/web/base/alert/_list.html:74 +#: templates/web/base/report/new/form_user_loggedin.html:32 +#: templates/web/base/report/update/form_name.html:23 msgid "Email address" msgstr "" @@ -1121,7 +1147,7 @@ msgstr "建立電郵通知" msgid "Email alert deleted" msgstr "取消電郵通知" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1659 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1746 msgid "Email already in abuse list" msgstr "電子郵件己在濫發名單" @@ -1149,8 +1175,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:120 -#: templates/web/base/admin/body-form.html:121 +#: templates/web/base/admin/body-form.html:122 +#: templates/web/base/admin/body-form.html:123 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" @@ -1167,7 +1193,7 @@ msgstr "結束日期:" msgid "Endpoint" msgstr "結束點" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:76 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 msgid "Enter a Zürich street name" msgstr "輸入街道名稱 " @@ -1186,7 +1212,7 @@ msgstr "輸入本區的郵編,街名或區域。" msgid "Enter a nearby street name and area" msgstr "輸入最近的街名或地區" -#: templates/web/base/auth/general.html:116 +#: templates/web/base/auth/general.html:118 #: 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 @@ -1206,8 +1232,8 @@ msgstr "請在此填寫問題的細節" msgid "Error" msgstr "錯誤" -#: templates/web/base/reports/_list-filters.html:20 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:31 +#: templates/web/base/reports/_list-filters.html:39 msgid "Everything" msgstr "一切" @@ -1232,12 +1258,12 @@ msgstr "" msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:146 +#: templates/web/base/dashboard/index.html:147 msgid "Export as CSV" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:179 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" @@ -1248,7 +1274,7 @@ msgstr "外圍" msgid "External ID" msgstr "" -#: templates/web/base/admin/body-form.html:87 +#: templates/web/base/admin/body-form.html:89 msgid "External URL" msgstr "外部網址" @@ -1260,13 +1286,20 @@ msgstr "" msgid "External team" msgstr "" -#: templates/web/base/admin/category_edit.html:25 +#: perllib/FixMyStreet/Cobrand/Default.pm:673 +#: templates/web/base/admin/reportextrafields/edit.html:1 +#: templates/web/base/admin/reportextrafields/index.html:1 +#, fuzzy +msgid "Extra Fields" +msgstr "其它資料:" + +#: templates/web/base/admin/contact-form.html:141 #: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "其它資料:" -#: templates/web/base/report/_inspect.html:142 -#: templates/web/base/report/_item.html:106 +#: templates/web/base/report/_inspect.html:144 +#: templates/web/base/report/_item.html:108 msgid "Extra details" msgstr "" @@ -1274,6 +1307,11 @@ msgstr "" msgid "Failed to send message" msgstr "無法送出留言" +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 +msgid "Fields" +msgstr "" + #: templates/web/zurich/admin/index-dm.html:33 #: templates/web/zurich/admin/index-sdm.html:30 msgid "Filter report list" @@ -1287,49 +1325,32 @@ msgstr "首次" 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/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:133 +#: templates/web/base/admin/states/index.html:29 #: templates/web/base/admin/stats_fix_rate.html:4 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/_item.html:41 -#: templates/web/base/report/banner.html:12 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:5 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:8 msgid "Fixed" msgstr "已處理" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:10 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:62 msgid "Fixed - Council" msgstr "已處理-地方政府" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:9 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 msgid "Fixed - User" msgstr "已處理-用戶" -#: templates/web/base/reports/_list-filters.html:14 -msgid "Fixed reports" -msgstr "已處理之申報 " - -#: templates/web/base/admin/problem_row.html:37 -msgid "Fixed:" -msgstr "已處理:" - -#: templates/web/base/admin/body-form.html:95 -#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/body-form.html:97 +#: templates/web/base/admin/responsepriorities/edit.html:53 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "標記警告為刪除 " -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" msgstr "標記警告用戶" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 +#: perllib/FixMyStreet/Cobrand/Default.pm:644 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "標記警告" @@ -1359,21 +1380,25 @@ msgstr "追踪里/區連結,以檢視該區內之申報" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/extra-metadata-form.html:52 +msgid "For each option, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." +msgstr "" + +#: templates/web/base/admin/body-form.html:73 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/auth/general.html:97 #: 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:743 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:748 msgid "Forwarded to external body" msgstr "轉寄給外部機構" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:749 msgid "Forwarded wish to external body" msgstr "轉寄願望給外部機構" @@ -1402,10 +1427,14 @@ msgstr "取得 %s問題之更新" msgid "Get updates of problems in this %s" msgstr "取得 %s區域內的問題更新" -#: templates/web/base/alert/_list.html:83 +#: templates/web/base/alert/_list.html:85 msgid "Give me an RSS feed" msgstr "我要訂閱RSS" +#: templates/web/base/admin/reportextrafields/edit.html:6 +msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." +msgstr "" + #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" msgstr "很高興聽到問題已處理了。" @@ -1415,8 +1444,8 @@ msgstr "很高興聽到問題已處理了。" #: templates/web/base/admin/index.html:49 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:38 -#: templates/web/base/reports/_list-filters.html:53 +#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:64 #: templates/web/base/reports/index.html:75 #: templates/web/zurich/admin/stats.html:26 msgid "Go" @@ -1426,7 +1455,7 @@ msgstr "走" msgid "Going to send questionnaire?" msgstr "即將送出問卷?" -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Default.pm:731 msgid "Grant access to the admin" msgstr "" @@ -1454,22 +1483,13 @@ msgstr "協助" 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/zurich/footer.html:11 msgid "Hi %s" msgstr "您好 %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:911 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:60 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:7 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:16 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1512,11 +1532,15 @@ msgid "Hide update completely?" msgstr "" #: templates/web/base/report/_report_meta_info.html:3 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/update.html:55 msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/category_edit.html:49 +#: templates/web/base/admin/extra-metadata-form.html:38 +msgid "Hint" +msgstr "" + +#: templates/web/base/admin/category_edit.html:24 msgid "History" msgstr "歷程 " @@ -1533,12 +1557,12 @@ msgid "How to send successful reports" msgstr "如何成功地送出申報" #: templates/web/base/tokens/confirm_problem.html:36 -#: templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/tokens/confirm_problem.html:41 msgid "I just reported a problem on @fixmystreet" msgstr "我剛才申報了一個問題 " #: templates/web/base/tokens/confirm_update.html:20 -#: templates/web/base/tokens/confirm_update.html:24 +#: templates/web/base/tokens/confirm_update.html:25 msgid "I just updated a problem on @fixmystreet" msgstr "我利用@fixmystreet 申報了一個問題 " @@ -1558,8 +1582,8 @@ msgstr " 我們無法在資料庫中找到您的問題。\n" msgid "ID" msgstr "帳戶" -#: templates/web/base/admin/body-form.html:30 -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:32 +#: templates/web/base/admin/body-form.html:33 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." @@ -1567,10 +1591,18 @@ msgstr "" "辨別<strong>上級主責</strong> 如果該有關單位為其它單位的下屬\n" "基本安裝中,您不必加入有關單位" +#: templates/web/base/auth/token.html:19 +msgid "If there's a user associated with the address you entered, we've sent a confirmation email." +msgstr "" + #: templates/web/base/admin/responsepriorities/edit.html:23 msgid "If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here." msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:24 +msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +msgstr "" + #: 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" @@ -1584,7 +1616,7 @@ 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/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:45 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 "" @@ -1609,7 +1641,7 @@ msgstr "" "如果您希望公開留言該問題之更新,請在此輸入\n" "(請注意它不會自動送到地方政府)" -#: templates/web/base/admin/contact-form.html:30 +#: templates/web/base/admin/contact-form.html:32 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) 或同等的代號。" @@ -1655,11 +1687,6 @@ msgstr "無效帳戶" msgid "Illegal feed selection" msgstr "無效的訂閱選項" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:141 -msgid "In Progress" -msgstr "處理中" - #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" msgstr "濫用表格?" @@ -1668,17 +1695,14 @@ 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:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/report/banner.html:18 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:197 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:959 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "處理中" -#: templates/web/base/admin/contact-form.html:55 +#: templates/web/base/admin/contact-form.html:57 msgid "Inactive" msgstr "" @@ -1702,11 +1726,11 @@ msgstr "不正確的照片值數 \"%s\"" msgid "Inspect report" msgstr "" -#: templates/web/base/admin/contact-form.html:83 +#: templates/web/base/admin/contact-form.html:85 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:715 msgid "Instruct contractors to fix problems" msgstr "" @@ -1714,11 +1738,6 @@ msgstr "" msgid "Internal notes" msgstr "內部筆記" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:15 -msgid "Internal referral" -msgstr "內部推薦" - #: templates/web/base/offline/appcache.html:3 msgid "Internet glitch" msgstr "" @@ -1727,7 +1746,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "無效的權責單位數值 %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1520 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1607 msgid "Invalid end date" msgstr "無效的結束日期" @@ -1735,21 +1754,14 @@ msgstr "無效的結束日期" msgid "Invalid format %s specified." msgstr "無效的%s 特定格式" -#: perllib/FixMyStreet/App/Controller/Report.pm:393 +#: perllib/FixMyStreet/App/Controller/Report.pm:409 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1516 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1603 msgid "Invalid start date" msgstr "無效的開始日期" -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:4 -msgid "Investigating" -msgstr "調查中" - #: templates/web/base/contact/blurb.html:2 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> ,看看答案是否在此" @@ -1758,23 +1770,41 @@ msgstr "最快方式是 <a href=\"%s\">先查看問答集</a> ,看看答案是 msgid "It’s on its way to the council right now." msgstr "正呈送給地方政府中" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:182 msgid "Jurisdiction Unknown" msgstr "未知的管轄機關" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "未知的管轄機關" -#: templates/web/base/auth/general.html:91 +#: templates/web/base/auth/general.html:93 #: 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/extra-metadata-form.html:61 +msgid "Key" +msgstr "" + +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 +msgid "Label" +msgstr "" + +#: templates/web/base/admin/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 +msgid "Language" +msgstr "" + +#: templates/web/base/admin/reportextrafields/index.html:8 +msgid "Languages" +msgstr "" + #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" msgstr "" @@ -1801,23 +1831,27 @@ msgstr "上回更新:" msgid "Last update:" msgstr "上一次更新:" -#: templates/web/base/report/_inspect.html:31 -#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:30 +#: templates/web/base/report/_item.html:88 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 +#: templates/web/base/reports/_list-filters.html:61 msgid "Least recently updated" msgstr "" -#: templates/web/base/admin/body-form.html:127 +#: templates/web/base/admin/body-form.html:129 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/dashboard/index.html:150 +#: templates/web/base/dashboard/index.html:151 msgid "Less than 7 days old" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:47 +msgid "List" +msgstr "" + #: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "列出所有申報的問題 " @@ -1848,13 +1882,13 @@ msgstr "當地問題 " msgid "Locate the problem on a map of the area" msgstr "在地圖上標記問題之區域" -#: templates/web/base/auth/general.html:22 +#: templates/web/base/auth/general.html:24 #: templates/web/base/report/new/form_user_loggedout.html:6 #: templates/web/base/report/update/form_user_loggedout.html:7 msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:30 +#: templates/web/base/auth/general.html:32 #: templates/web/base/report/new/form_user_loggedout.html:14 #: templates/web/base/report/update/form_user_loggedout.html:15 msgid "Log in with Twitter" @@ -1864,7 +1898,7 @@ msgstr "" msgid "Log in with email" msgstr "" -#: templates/web/base/dashboard/index.html:145 +#: templates/web/base/dashboard/index.html:146 #: templates/web/base/dashboard/index.html:38 msgid "Look up" msgstr "" @@ -1873,11 +1907,11 @@ msgstr "" msgid "MAP" msgstr "地圖" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:716 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:45 +#: templates/web/base/reports/_list-filters.html:56 msgid "Manual order" msgstr "" @@ -1893,7 +1927,7 @@ msgstr "標註為關閉" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "標註用戶哪些行為您將要給予<strong>警告標記</strong>." -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 msgid "Markup problem details" msgstr "" @@ -1921,7 +1955,7 @@ msgstr "遺失 jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Moderate report details" msgstr "" @@ -1934,7 +1968,7 @@ msgid "Moderate this update" msgstr "" #: templates/web/base/report/_main.html:73 -#: templates/web/base/report/update.html:52 +#: templates/web/base/report/update.html:58 msgid "Moderated by %s at %s" msgstr "" @@ -1943,7 +1977,7 @@ msgid "Moderated by division within one working day" msgstr "一個工作天內協調出部門" #: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: templates/web/base/report/update.html:66 msgid "Moderation reason:" msgstr "" @@ -1951,23 +1985,28 @@ msgstr "" msgid "Month" msgstr "月份" -#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/_list-filters.html:62 msgid "Most commented" msgstr "" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 +#: templates/web/base/admin/extra-metadata-form.html:65 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 #: templates/web/base/admin/index.html:62 #: templates/web/base/admin/list_updates.html:7 +#: templates/web/base/admin/reportextrafields/edit.html:11 +#: templates/web/base/admin/reportextrafields/index.html:6 #: templates/web/base/admin/reports.html:14 #: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/states/index.html:108 +#: templates/web/base/admin/states/index.html:11 #: 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/auth/general.html:108 +#: templates/web/base/report/new/form_user_loggedin.html:42 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/report/update/form_name.html:27 #: 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 @@ -1986,7 +2025,7 @@ msgstr "名字:" msgid "Name: %s" msgstr "名字: %s" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:38 msgid "Navigate to this problem" msgstr "" @@ -1999,8 +2038,8 @@ 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:536 -#: perllib/FixMyStreet/Cobrand/Default.pm:564 +#: perllib/FixMyStreet/Cobrand/Default.pm:538 +#: perllib/FixMyStreet/Cobrand/Default.pm:566 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "找出地圖標記上最近的街道(利用 Bing Maps自動産生): %s" @@ -2012,15 +2051,23 @@ msgstr "" "找出地圖標記上最近的街道(利用 Bing Maps自動産生): %s\n" "\n" -#: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 +#: templates/web/base/auth/token.html:18 +msgid "Nearly done!" +msgstr "" + +#: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" msgstr "差不多快完成了,現在檢查您的電子信箱" -#: perllib/FixMyStreet/App/Controller/Admin.pm:260 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:131 +msgid "New" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:262 msgid "New body added" msgstr "新增內文" -#: perllib/FixMyStreet/App/Controller/Admin.pm:406 +#: perllib/FixMyStreet/App/Controller/Admin.pm:386 msgid "New category contact added" msgstr "新增類別承辦 人" @@ -2046,7 +2093,7 @@ msgid "New password:" msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:32 +#: templates/web/base/admin/responsepriorities/list.html:34 msgid "New priority" msgstr "" @@ -2075,6 +2122,7 @@ msgid "New reports" msgstr "新的申報 " #: templates/web/base/admin/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 msgid "New state" msgstr "新陳述" @@ -2084,7 +2132,7 @@ msgstr "新陳述" msgid "New template" msgstr "新模版" -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/reports/_list-filters.html:58 msgid "Newest" msgstr "" @@ -2092,7 +2140,7 @@ msgstr "" msgid "Next" msgstr "下一步" -#: perllib/FixMyStreet/Cobrand/Default.pm:1207 +#: perllib/FixMyStreet/Cobrand/Default.pm:1237 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 @@ -2104,7 +2152,7 @@ msgstr "下一步" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:55 -#: templates/web/base/report/_inspect.html:90 +#: templates/web/base/report/_inspect.html:92 msgid "No" msgstr "無" @@ -2120,7 +2168,7 @@ msgstr "無有關單位" msgid "No council" msgstr "無地方政府" -#: perllib/FixMyStreet/DB/Result/Problem.pm:445 +#: perllib/FixMyStreet/DB/Result/Problem.pm:372 msgid "No council selected" msgstr "未選擇地方政府" @@ -2136,21 +2184,16 @@ msgstr "未發現標記警告問題 " msgid "No flagged users found." msgstr "未發現標記警告用戶" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:11 -msgid "No further action" -msgstr "無法修復" - #: templates/web/zurich/admin/report_edit-sdm.html:125 #: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "尚無更新" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:68 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:75 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 msgid "No inspections in the selected date range." msgstr "" @@ -2158,8 +2201,8 @@ msgstr "" msgid "No result returned" msgstr "查無結果" -#: templates/web/base/admin/body-form.html:66 -#: templates/web/base/admin/body-form.html:67 +#: templates/web/base/admin/body-form.html:68 +#: templates/web/base/admin/body-form.html:69 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." @@ -2198,13 +2241,8 @@ msgstr "" "這要看具體落實執行狀況,工作人員可能有權使用控制台(其關構下的\n" "所有活動總覧)。也有能力隱暪某些申報或更改某些申報的狀況。" -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:12 -msgid "Not Responsible" -msgstr "無責任歸屬" - -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:186 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:933 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" @@ -2223,7 +2261,7 @@ msgid "Not reported to council" msgstr "未呈報給地方政府" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:31 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "註記" @@ -2245,6 +2283,10 @@ msgstr "筆記: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:26 +msgid "Notice" +msgstr "" + #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "現在送出您的申報 …" @@ -2275,20 +2317,17 @@ msgstr "" msgid "Old state" msgstr "舊陳述" -#: templates/web/base/reports/_list-filters.html:48 +#: templates/web/base/reports/_list-filters.html:59 msgid "Oldest" msgstr "" -#: 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:6 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:905 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:10 +#: templates/web/base/admin/states/index.html:102 +#: templates/web/base/admin/states/index.html:25 +#: templates/web/base/admin/states/index.html:32 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:3 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 @@ -2315,21 +2354,25 @@ msgstr "Open311 啟動網頁" msgid "Open311 specification" msgstr "Open311 規範 " -#: templates/web/base/alert/_list.html:61 -msgid "Or problems reported to:" -msgstr "或將此問題 申報給:" - -#: 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:1068 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:665 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:666 -#: perllib/FixMyStreet/DB/Result/Problem.pm:642 -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 -#: perllib/FixMyStreet/DB/Result/Problem.pm:664 -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: templates/web/base/admin/extra-metadata-form.html:53 +msgid "Options" +msgstr "" + +#: templates/web/base/alert/_list.html:84 +msgid "Or subscribe by RSS" +msgstr "" + +#: templates/web/base/admin/extra-metadata-form.html:8 +msgid "Order" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1107 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:675 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:579 +#: perllib/FixMyStreet/DB/Result/Problem.pm:586 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 #: perllib/FixMyStreet/Script/Reports.pm:183 #: perllib/FixMyStreet/Script/Reports.pm:198 msgid "Other" @@ -2352,17 +2395,16 @@ msgstr "物主" msgid "Page Not Found" msgstr "找無此頁" -#: templates/web/base/admin/body-form.html:37 +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "上級 " -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:17 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:61 msgid "Partial" msgstr "部份" -#: templates/web/base/auth/general.html:109 +#: templates/web/base/auth/general.html:111 #: 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 @@ -2370,7 +2412,7 @@ msgstr "部份" msgid "Password (optional)" msgstr "密碼(任選):" -#: templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:84 msgid "Password:" msgstr "密碼:" @@ -2382,7 +2424,7 @@ msgstr "永久連結" msgid "Permissions:" msgstr "" -#: templates/web/base/report/_inspect.html:18 +#: templates/web/base/report/_inspect.html:19 #, fuzzy msgid "Phone Reporter:" msgstr "已申報 %s" @@ -2391,7 +2433,7 @@ msgstr "已申報 %s" msgid "Phone number" msgstr "電話號碼" -#: templates/web/base/report/new/form_user_loggedin.html:57 +#: templates/web/base/report/new/form_user_loggedin.html:59 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "電話號碼(非必填)" @@ -2451,12 +2493,8 @@ msgstr "" msgid "Place pin on map" msgstr "在地圖上作標記" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/dashboard/index.html:139 -#: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:5 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:945 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:951 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:9 #: templates/web/zurich/admin/index-dm.html:9 @@ -2474,26 +2512,22 @@ 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/base/auth/general.html:39 +#: templates/web/base/auth/general.html:45 #: 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:351 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:851 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 -#: perllib/FixMyStreet/DB/Result/Problem.pm:456 +#: perllib/FixMyStreet/App/Controller/Admin.pm:329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:873 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:896 +#: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "請選擇類別" -#: perllib/FixMyStreet/DB/Result/Problem.pm:462 -msgid "Please choose a property type" -msgstr "選擇公物種類" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:397 +#: perllib/FixMyStreet/App/Controller/Admin.pm:377 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "請更正下方之錯誤" @@ -2512,18 +2546,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "請勿濫用本服務,濫用將造成您的政府輕視其它使用者之意見 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:352 -#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin.pm:330 +#: perllib/FixMyStreet/DB/Result/Comment.pm:128 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "請寫下您的留言" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1218 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1382 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1305 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1469 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:479 +#: perllib/FixMyStreet/App/Controller/Admin.pm:497 msgid "Please enter a name for this body" msgstr "" @@ -2534,14 +2568,14 @@ msgid "Please enter a password" msgstr "請輸入密碼" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 -#: perllib/FixMyStreet/DB/Result/Problem.pm:439 +#: perllib/FixMyStreet/DB/Result/Problem.pm:366 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "請填下主旨" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1215 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1379 -#: perllib/FixMyStreet/App/Controller/Admin.pm:365 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1302 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1466 +#: perllib/FixMyStreet/App/Controller/Admin.pm:343 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 @@ -2553,7 +2587,7 @@ msgstr "請輸入有效電子郵件" msgid "Please enter a valid email address" msgstr "請輸入有效的電子郵件" -#: perllib/FixMyStreet/DB/Result/Problem.pm:442 +#: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "請填寫進一步細節" @@ -2562,8 +2596,8 @@ msgstr "請填寫進一步細節" #: 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/auth/general.html:39 +#: templates/web/base/auth/general.html:44 #: templates/web/base/js/translation_strings.html:11 #: templates/web/base/js/translation_strings.html:15 #: templates/web/zurich/auth/general.html:3 @@ -2586,8 +2620,8 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "請輸入您的全名,地方政府需要此資料 – 如果您不希望名字公開在網站上,請在下面方格中劃掉勾選。" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/Comment.pm:124 -#: perllib/FixMyStreet/DB/Result/Problem.pm:450 +#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/DB/Result/Problem.pm:377 #: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" @@ -2650,7 +2684,7 @@ msgstr "" msgid "Please note:" msgstr "請加註記" -#: perllib/FixMyStreet/App/Controller/Report.pm:343 +#: perllib/FixMyStreet/App/Controller/Report.pm:353 msgid "Please provide a public update for this report." msgstr "" @@ -2704,19 +2738,19 @@ msgstr "請寫下您的更新" msgid "Post" msgstr "張貼" -#: perllib/FixMyStreet/DB/Result/Comment.pm:232 +#: perllib/FixMyStreet/DB/Result/Comment.pm:231 msgid "Posted anonymously at %s" msgstr "匿名張貼 %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 msgid "Posted by %s at %s" msgstr "由 %s 在 %s 張貼" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:243 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "由<strong>%s</strong> (%s) 在%s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:244 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by <strong>%s</strong> at %s" msgstr "由<strong>%s</strong> 在%s" @@ -2728,12 +2762,12 @@ msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">F msgid "Previous" msgstr "之前" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:121 -#: templates/web/base/report/_item.html:98 +#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_item.html:100 msgid "Priority" msgstr "" @@ -2748,7 +2782,7 @@ msgid "Privacy and cookies" msgstr "隱私與cookies" #: templates/web/base/admin/body.html:88 -#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/contact-form.html:75 #: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "私人" @@ -2779,7 +2813,7 @@ msgstr "%s 問題已送達到地方政府 %s " msgid "Problem breakdown by state" msgstr "本站出現故障問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1185 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 msgid "Problem marked as open." msgstr "問題標註為開放" @@ -2787,11 +2821,16 @@ msgstr "問題標註為開放" msgid "Problem state change based on survey results" msgstr "依調查結果呈現的問題改善" -#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "問題" +#: templates/web/base/alert/_list.html:22 +#, fuzzy +msgid "Problems in an area" +msgstr "在 %s 里/區的問題" + #: templates/web/base/report/display_tools.html:22 msgid "Problems nearby" msgstr "鄰近的問題" @@ -2804,13 +2843,15 @@ msgstr "地圖上的問題" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet 最近回報的已修復問題 " -#: templates/web/base/alert/_list.html:22 -msgid "Problems within %.1fkm of this location" +#: templates/web/base/alert/_list.html:29 +#, fuzzy +msgid "Problems within %.1fkm of %s" msgstr "該地點 %.1f公里內的問題 " -#: perllib/FixMyStreet/Cobrand/Default.pm:830 +#: perllib/FixMyStreet/Cobrand/Default.pm:838 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 perllib/FixMyStreet/Cobrand/UK.pm:257 +#: perllib/FixMyStreet/Cobrand/UK.pm:269 msgid "Problems within %s" msgstr "在 %s 內的問題" @@ -2818,16 +2859,17 @@ msgstr "在 %s 內的問題" msgid "Problems within %s ward" msgstr "在 %s 里/區的問題" +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 +#, fuzzy +msgid "Problems within %s ward, %s" +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:25 msgid "Problems within %s, %s" msgstr "在 %s, %s的問題 " -#: templates/web/base/alert/_list.html:43 -msgid "Problems within the boundary of:" -msgstr "在 範圍內的問題" - #: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "公物地址:" @@ -2837,11 +2879,11 @@ msgstr "公物地址:" msgid "Provide an update" msgstr "提供更新資訊" -#: templates/web/base/report/update/form_name.html:9 +#: templates/web/base/report/update/form_name.html:10 msgid "Provide update as" msgstr "" -#: templates/web/base/auth/general.html:112 +#: templates/web/base/auth/general.html:114 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 "提供名稱與密碼非為必要,但其可以讓您更便於申報問題,提供更新與管理您的申報。 " @@ -2859,7 +2901,7 @@ msgstr "" msgid "Public response:" msgstr "公眾反應" -#: templates/web/base/report/_inspect.html:160 +#: templates/web/base/report/_inspect.html:162 msgid "Public update:" msgstr "" @@ -2887,7 +2929,7 @@ msgstr "關於 %d問題所送出之 %d問卷 " msgid "Questionnaire filled in by problem reporter" msgstr "由問題申報者所填之問卷" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 @@ -2915,11 +2957,11 @@ msgstr "%s RSS訂閱" msgid "RSS feed of %s, within %s ward" msgstr "%s, 在%s 里/區" -#: templates/web/base/alert/_list.html:23 +#: templates/web/base/alert/_list.html:26 msgid "RSS feed of nearby problems" msgstr " RSS訂閱 %s區域問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:831 +#: perllib/FixMyStreet/Cobrand/Default.pm:839 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" @@ -2944,7 +2986,7 @@ msgstr "最近當地問題更新的RSS訂閱" msgid "Receive email when updates are left on this problem." msgstr "透過電子郵件收取該問題之更新消息" -#: perllib/FixMyStreet/DB/Result/Problem.pm:801 +#: perllib/FixMyStreet/DB/Result/Problem.pm:738 msgid "Received by %s moments later" msgstr "" @@ -2958,7 +3000,7 @@ msgstr "近期的當地問題%s " msgid "Recently reported problems" msgstr "近期申報之問題 " -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:60 msgid "Recently updated" msgstr "" @@ -2966,7 +3008,17 @@ msgstr "" 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主要為申報可修復之物理性問題。如果您的問題不適合透過本網站投送,請直接到地方政府各機關之網站。 " -#: templates/web/base/admin/report_blocks.html:29 +#: templates/web/base/admin/extra-metadata-form.html:68 +#, fuzzy +msgid "Remove" +msgstr "移除標記" + +#: templates/web/base/admin/extra-metadata-form.html:4 +#, fuzzy +msgid "Remove field" +msgstr "移除標記" + +#: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" msgstr "移除標記" @@ -2996,8 +3048,8 @@ msgstr "給用戶的回應" msgid "Report" msgstr "提報 " -#: templates/web/base/report/_inspect.html:13 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:14 +#: templates/web/base/report/_item.html:78 msgid "Report ID:" msgstr "" @@ -3012,7 +3064,7 @@ msgstr "申報問題" msgid "Report abuse" msgstr "申報濫用" -#: templates/web/base/report/new/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" msgstr "" @@ -3035,7 +3087,7 @@ msgstr "申報你的問題" msgid "Report, view, or discuss local problems" msgstr "申報,檢視,或討論在地問題" -#: perllib/FixMyStreet/DB/Result/Problem.pm:653 +#: perllib/FixMyStreet/DB/Result/Problem.pm:590 #: templates/web/base/contact/index.html:55 msgid "Reported anonymously at %s" msgstr "在%s 匿名申報 " @@ -3045,7 +3097,7 @@ msgstr "在%s 匿名申報 " msgid "Reported before" msgstr "之前的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:677 +#: perllib/FixMyStreet/DB/Result/Problem.pm:614 #: templates/web/base/contact/index.html:57 msgid "Reported by %s at %s" msgstr "由%s 的 %s 申報" @@ -3059,27 +3111,27 @@ msgstr "由 申報" msgid "Reported in the %s category" msgstr "%s 種類之申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:587 msgid "Reported in the %s category anonymously at %s" msgstr "%s 種類下的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:674 +#: perllib/FixMyStreet/DB/Result/Problem.pm:611 msgid "Reported in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:647 +#: perllib/FixMyStreet/DB/Result/Problem.pm:584 msgid "Reported via %s anonymously at %s" msgstr "在%s 匿名申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:671 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 msgid "Reported via %s by %s at %s" msgstr "%s 透過 %s 在 %s類別的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:581 msgid "Reported via %s in the %s category anonymously at %s" msgstr "透過 %s 在 %s類別的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:603 msgid "Reported via %s in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " @@ -3097,8 +3149,8 @@ msgstr "已申報 %s" msgid "Reporting a problem" msgstr "申報問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/dashboard/index.html:134 #: templates/web/zurich/header.html:52 msgid "Reports" @@ -3112,10 +3164,19 @@ msgstr "申請內容有 %s 字數限制,請簡化您的申報。" msgid "Reports awaiting approval" msgstr "待核實之申報" +#: templates/web/base/alert/_list.html:54 +#, fuzzy +msgid "Reports by destination" +msgstr "由%s 的 %s 申報" + #: 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/base/alert/_list.html:15 +msgid "Reports near %s are sent to different councils, depending on the type of problem." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "己公開之申報" @@ -3124,18 +3185,33 @@ msgstr "己公開之申報" msgid "Reports saved offline." msgstr "" +#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#, fuzzy +msgid "Reports sent to %s" +msgstr "在%s 申報 " + +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 +#, fuzzy +msgid "Reports sent to %s, within %s ward" +msgstr "%s, 在%s 里/區" + #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:88 +#: templates/web/base/admin/contact-form.html:90 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:93 +#: templates/web/base/admin/contact-form.html:95 msgid "Reputation threshold" msgstr "" +#: templates/web/base/admin/extra-metadata-form.html:20 +#, fuzzy +msgid "Required" +msgstr "要求提供照片" + #: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "重新送出申報" @@ -3194,15 +3270,15 @@ msgstr "此指定街道之道路營運者(取自道路參照碼與種類): %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1761 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1765 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1852 #: templates/web/base/admin/report_edit.html:151 #: 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:1761 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1848 #: templates/web/base/admin/report_edit.html:152 #: templates/web/base/admin/update_edit.html:67 #: templates/web/zurich/admin/report_edit.html:119 @@ -3218,23 +3294,28 @@ msgstr "旋轉這張照片將會導致申報中未存檔的照片更動消失" msgid "Satellite" msgstr "衛星" -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:136 -#: templates/web/base/admin/responsepriorities/edit.html:46 +#: templates/web/base/admin/contact-form.html:138 +#: templates/web/base/admin/reportextrafields/edit.html:64 +#: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:46 -#: templates/web/base/report/_inspect.html:176 +#: templates/web/base/report/_inspect.html:182 #: templates/web/base/report/_main.html:117 -#: templates/web/base/report/update.html:63 +#: templates/web/base/report/update.html:69 #: templates/web/zurich/admin/body.html:62 #: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "儲存變動" -#: templates/web/base/report/_inspect.html:156 +#: templates/web/base/admin/reportextrafields/edit.html:64 +msgid "Save new fields" +msgstr "" + +#: templates/web/base/report/_inspect.html:158 msgid "Save with a public update" msgstr "" @@ -3243,6 +3324,11 @@ msgstr "" msgid "Saving reports offline" msgstr "" +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:132 +#, fuzzy +msgid "Scheduled" +msgstr "行動排程 " + #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 @@ -3276,23 +3362,23 @@ msgstr "查無此用戶" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 msgid "See user detail for reports created as the council" msgstr "" -#: templates/web/base/admin/body-form.html:39 +#: templates/web/base/admin/body-form.html:41 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "選擇單位" -#: templates/web/base/admin/body-form.html:77 +#: templates/web/base/admin/body-form.html:79 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "選擇區域" -#: 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訂閱按鈕,或者輸入您的電子郵件以收受通知。" +#: templates/web/base/admin/responsepriorities/edit.html:33 +msgid "Select if this is the default priority" +msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" @@ -3306,11 +3392,11 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 msgid "Sent report back" msgstr "送回申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:804 +#: perllib/FixMyStreet/DB/Result/Problem.pm:741 msgid "Sent to %s %s later" msgstr "%s 稍後送給%s" @@ -3323,7 +3409,7 @@ msgstr "送出" msgid "Service:" msgstr "服務" -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/report/_inspect.html:41 msgid "Set to my current location" msgstr "" @@ -3349,6 +3435,7 @@ msgstr "" msgid "Shortlisted" msgstr "" +#: templates/web/base/report/_item.html:15 #: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3361,9 +3448,9 @@ msgstr "" msgid "Show all updates" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:54 +#: templates/web/base/report/new/form_user_loggedin.html:56 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:33 +#: templates/web/base/report/update/form_name.html:37 msgid "Show my name publicly" msgstr "公開我的姓名" @@ -3392,16 +3479,16 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/general.html:117 +#: templates/web/base/auth/general.html:119 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:88 #: templates/web/base/main_nav_items.html:6 #: 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 +#: templates/web/base/auth/general.html:98 msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." msgstr "" @@ -3450,14 +3537,14 @@ msgstr "抱歉這個wasn’t 為有效的網址連結" msgid "Sorry, there has been an error confirming your problem." msgstr "抱歉無法確認你的問題" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:235 #: 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/auth/general.html:11 #: 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." @@ -3479,11 +3566,11 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:112 +#: perllib/FixMyStreet/App/Controller/Root.pm:124 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:53 msgid "Sort by" msgstr "" @@ -3500,20 +3587,25 @@ msgid "Start Date:" msgstr "問始日:" #: templates/web/base/admin/body.html:73 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:51 +#: templates/web/base/admin/category_edit.html:29 +#: templates/web/base/admin/contact-form.html:53 #: templates/web/base/admin/flagged.html:18 #: templates/web/base/admin/index.html:64 #: templates/web/base/admin/list_updates.html:11 #: templates/web/base/admin/reports.html:16 #: templates/web/base/admin/template_edit.html:40 -#: templates/web/base/report/_inspect.html:80 -#: templates/web/base/report/_item.html:94 +#: templates/web/base/report/_inspect.html:82 +#: templates/web/base/report/_item.html:96 #: templates/web/base/report/update/form_update.html:39 #: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "陳述" +#: templates/web/base/report/update.html:48 +#, fuzzy +msgid "State changed to:" +msgstr "儲存變動" + #: templates/web/base/admin/report_edit.html:116 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:75 @@ -3523,8 +3615,14 @@ msgstr "陳述" msgid "State:" msgstr "陳述:" -#: perllib/FixMyStreet/Cobrand/Default.pm:637 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/states/index.html:1 +#, fuzzy +msgid "States" +msgstr "陳述" + +#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 #: templates/web/base/admin/index.html:71 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 @@ -3546,6 +3644,10 @@ msgstr " %s問卷仍開放中" msgid "Street View" msgstr "街景圖" +#: templates/web/base/admin/extra-metadata-form.html:46 +msgid "String" +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:192 msgid "Subcategory: %s" msgstr "子類別:%s" @@ -3564,7 +3666,7 @@ msgid "Subject:" msgstr "主旨:" #: 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_loggedin.html:63 #: 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 @@ -3585,8 +3687,8 @@ msgstr "送出更新" msgid "Submit questionnaire" msgstr "送出問卷" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:898 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -3596,25 +3698,28 @@ msgstr "送出問卷" msgid "Submitted" msgstr "已送出" +#: templates/web/base/alert/_list.html:77 +#: templates/web/base/alert/_list.html:80 #: templates/web/base/alert/updates.html:23 #: templates/web/base/report/display_tools.html:51 msgid "Subscribe" msgstr "訂閱" -#: templates/web/base/alert/_list.html:93 -msgid "Subscribe me to an email alert" +#: templates/web/base/alert/_list.html:72 +#, fuzzy +msgid "Subscribe by email" msgstr "加入通知信件" #: templates/web/base/report/new/form_report.html:19 msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:128 +#: templates/web/base/admin/contact-form.html:130 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: perllib/FixMyStreet/Cobrand/Default.pm:637 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 #: 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 @@ -3647,8 +3752,8 @@ msgstr "調查結果" msgid "Template «%s»" msgstr "模版 «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/zurich/header.html:69 msgid "Templates" msgstr "模版" @@ -3705,7 +3810,7 @@ msgstr "照片上傳似乎無法正常 (%s), 請再試一次。 " 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:129 +#: perllib/FixMyStreet/App/Controller/Location.pm:127 msgid "That location does not appear to be in the UK; please try again." msgstr "這地點似乎不在台灣; 請再試 一次。" @@ -3715,11 +3820,11 @@ msgstr "這地點似乎不在台灣; 請再試 一次。" msgid "That postcode was not recognised, sorry." msgstr "抱歉此郵遞區號無法辨識" -#: perllib/FixMyStreet/App/Controller/Admin.pm:763 +#: perllib/FixMyStreet/App/Controller/Admin.pm:850 msgid "That problem has been marked as sent." msgstr "問題被標註為送出" -#: perllib/FixMyStreet/App/Controller/Admin.pm:756 +#: perllib/FixMyStreet/App/Controller/Admin.pm:843 msgid "That problem will now be resent." msgstr "此問題將重新送出" @@ -3731,7 +3836,7 @@ msgstr "此申報無法在 %s上檢視 " msgid "That report has been removed from FixMyStreet." msgstr "該申報已遭FixMyStreet 移除 " -#: templates/web/base/admin/contact-form.html:25 +#: templates/web/base/admin/contact-form.html:27 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." @@ -3757,10 +3862,10 @@ msgstr "" "此<strong>管轄區</strong> 功能只有在終端不只一個\n" "時才會用到。如果機關自行營運用終端,此處功能可以不選留白 " -#: templates/web/base/admin/body-form.html:100 -#: templates/web/base/admin/body-form.html:101 -#: templates/web/base/admin/contact-form.html:102 -#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/body-form.html:102 +#: templates/web/base/admin/body-form.html:103 +#: templates/web/base/admin/contact-form.html:104 +#: templates/web/base/admin/contact-form.html:105 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>." @@ -3781,6 +3886,10 @@ msgstr "" "有關單位<strong>名稱</strong> 可辨認出該機構(例如, <em>高雄市工務局公園處 </em>)\n" "此名稱會公開顯示。" +#: templates/web/base/admin/extra-metadata-form.html:12 +msgid "The code used to store this field value in the database. e.g. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." +msgstr "" + #: templates/web/base/report/new/fill_in_details_text.html:1 #: templates/web/base/report/new/fill_in_details_text.html:3 msgid "The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc." @@ -3791,11 +3900,15 @@ 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:97 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:63 +#: perllib/FixMyStreet/App/Controller/Reports.pm:103 msgid "The error was: %s" msgstr "顯示錯誤為: %s" +#: templates/web/base/admin/extra-metadata-form.html:30 +msgid "The field name as shown to the user on the report form." +msgstr "" + #: templates/web/base/open311/index.html:78 msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." msgstr "下列 Open311 v2 屬性視要求之回覆而定: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." @@ -3834,10 +3947,14 @@ 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:64 +#: templates/web/base/admin/body-form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "%s 區域中,MapIt服務涵蓋的範圍清單" +#: templates/web/base/admin/extra-metadata-form.html:6 +msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +msgstr "" + #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" @@ -3847,9 +3964,9 @@ msgstr "密碼不符" msgid "The requested URL '%s' was not found on this server" msgstr "找不到您所要求的網頁連結。" -#: templates/web/base/alert/_list.html:17 -msgid "The simplest alert is our geographic one:" -msgstr "您的更新出錯,請再試一次。" +#: templates/web/base/admin/extra-metadata-form.html:42 +msgid "The type of input field to show to the user. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." +msgstr "" #: 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" @@ -3870,18 +3987,18 @@ msgstr "" msgid "There are no reports to show." msgstr "沒有申報可顯示" -#: perllib/FixMyStreet/App/Controller/Reports.pm:94 +#: perllib/FixMyStreet/App/Controller/Reports.pm:100 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。" #: perllib/FixMyStreet/App/Controller/Contact.pm:138 -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:62 msgid "There was a problem showing this page. Please try again later." msgstr "本頁出現錯誤,請再試一次" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:785 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 -#: templates/web/base/auth/general.html:53 +#: templates/web/base/auth/general.html:55 #: 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 "您的電子郵件與密碼不相符,如果您遺忘密碼或尚未註冊,請在申請表單上填入電子郵件" @@ -3890,7 +4007,7 @@ msgstr "您的電子郵件與密碼不相符,如果您遺忘密碼或尚未註 msgid "There was a problem with your email/password combination. Please try again." msgstr "您的電子郵件/密碼不符,請重試一次" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "您的申報有問題,請重試一次" @@ -3898,7 +4015,7 @@ msgstr "您的申報有問題,請重試一次" msgid "There were problems with your report. Please see below." msgstr "您的申報有問題,請見下方說明" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "您的更新有問題,請見下方說明" @@ -3954,8 +4071,8 @@ msgstr "" 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:58 -#: templates/web/base/admin/body-form.html:59 +#: templates/web/base/admin/body-form.html:60 +#: templates/web/base/admin/body-form.html:61 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." @@ -3971,9 +4088,10 @@ msgstr "當用戶沒有選擇類別時,電子郵件將送到負責該區域的 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "電子郵件將送到負責該區域的多個地方政府,因選擇的類別提供這些對象。如果您不是負責受理機關,請略過。" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:888 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:932 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:978 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:910 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "本項資訊必填" @@ -4002,8 +4120,8 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:166 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:167 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "此問題尚待審核" @@ -4035,7 +4153,7 @@ msgstr "本頁包括由用戶提供反應問題的照片 " msgid "Time spent (in minutes):" msgstr "花費時間(以分鐘計):" -#: perllib/FixMyStreet/Cobrand/Default.pm:636 +#: perllib/FixMyStreet/Cobrand/Default.pm:638 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "時間軸" @@ -4064,6 +4182,14 @@ msgstr "找出適合您的在地通知,請輸入您的郵編或街名區域" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "找出適合您的在地通知,請輸入您的郵編或街名區域" +#: templates/web/base/admin/reportextrafields/edit.html:19 +msgid "To limit this collection of fields to a single cobrand, select it here." +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:40 +msgid "To limit this collection of fields to a single language, select it here." +msgstr "" + #: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "檢視地圖上問題之確切位置" @@ -4101,16 +4227,24 @@ msgstr "" msgid "Total reports received" msgstr "" -#: templates/web/base/report/_inspect.html:132 -#: templates/web/base/report/_item.html:102 +#: templates/web/base/report/_inspect.html:134 +#: templates/web/base/report/_item.html:104 msgid "Traffic management required?" msgstr "" +#: templates/web/base/admin/_translations.html:7 +msgid "Translation" +msgstr "" + +#: templates/web/base/admin/_translations.html:2 +msgid "Translations" +msgstr "" + #: templates/web/base/admin/user-form.html:111 msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4126,17 +4260,21 @@ msgstr "再試一次" msgid "Try emailing us directly:" msgstr "何不直接發信給我們:" -#: templates/web/base/admin/contact-form.html:53 +#: templates/web/base/admin/extra-metadata-form.html:44 +#: templates/web/base/admin/states/index.html:10 +#: templates/web/base/admin/states/index.html:100 +msgid "Type" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:59 +#: templates/web/base/admin/contact-form.html:55 #: templates/web/base/admin/update_edit.html:30 -#: templates/web/base/report/state-list.html:1 -#: templates/web/base/report/state-list.html:18 #: 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:12 #: templates/web/base/reports/_list-filters.html:5 msgid "Unfixed reports" msgstr "未處理之申報 " @@ -4150,7 +4288,7 @@ msgid "Unknown alert type" msgstr "未知的通知類別" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:129 +#: perllib/FixMyStreet/App/Controller/Root.pm:141 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "未知的錯誤" @@ -4165,10 +4303,11 @@ msgstr "未知的問題編號 " msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:24 +#: templates/web/base/report/_item.html:26 msgid "Up one" msgstr "" +#: templates/web/base/admin/states/index.html:76 #: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "更新" @@ -4185,7 +4324,7 @@ msgstr "下方更新 為匿名提供%s" msgid "Update below added by %s at %s" msgstr "由%d 在 %s 所提供的更新" -#: templates/web/base/admin/body-form.html:138 +#: templates/web/base/admin/body-form.html:140 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "更新內文" @@ -4221,13 +4360,23 @@ msgstr "更新之狀態" msgid "Updated" msgstr "已更新" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1175 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1239 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1402 -#: perllib/FixMyStreet/App/Controller/Admin.pm:823 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/DB/Result/Comment.pm:249 +#, fuzzy +msgid "Updated by <strong>%s</strong> (%s) at %s" +msgstr "由<strong>%s</strong> (%s) 在%s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#, fuzzy +msgid "Updated by <strong>%s</strong> at %s" +msgstr "由<strong>%s</strong> 在%s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1262 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1326 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1489 +#: perllib/FixMyStreet/App/Controller/Admin.pm:910 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:767 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 msgid "Updated!" msgstr "已更新!" @@ -4237,7 +4386,7 @@ msgstr "已更新!" msgid "Updates" msgstr "更新" -#: perllib/FixMyStreet/DB/Result/Comment.pm:133 +#: perllib/FixMyStreet/DB/Result/Comment.pm:134 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "更新內容有 %s 字數限制,請簡化您的更新。" @@ -4251,8 +4400,8 @@ msgstr "由{{title}}更新" msgid "Updates to this problem, %s" msgstr "更新問題, %s" -#: templates/web/base/admin/contact-form.html:41 -#: templates/web/base/admin/contact-form.html:42 +#: templates/web/base/admin/contact-form.html:43 +#: templates/web/base/admin/contact-form.html:44 msgid "" "Use <strong>confirmed</strong> to indicate that this contact has been\n" "confirmed as correct. If you are not sure of the origin or validity of the\n" @@ -4266,7 +4415,7 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:123 +#: templates/web/base/admin/contact-form.html:125 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 "" @@ -4279,11 +4428,11 @@ msgstr "已用過之地圖" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1718 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1805 msgid "User flag removed" msgstr "移除用戶的標記警告" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1690 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1777 msgid "User flagged" msgstr "給用戶標記警告" @@ -4296,9 +4445,9 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "用戶找到相符的名稱與電子郵件" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Default.pm:720 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: perllib/FixMyStreet/Cobrand/Default.pm:669 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "使用者" @@ -4307,9 +4456,9 @@ msgstr "使用者" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:401 -#: perllib/FixMyStreet/App/Controller/Admin.pm:431 -#: perllib/FixMyStreet/App/Controller/Admin.pm:449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:381 +#: perllib/FixMyStreet/App/Controller/Admin.pm:417 +#: perllib/FixMyStreet/App/Controller/Admin.pm:439 msgid "Values updated" msgstr "數值更新" @@ -4356,7 +4505,7 @@ msgstr "本區域我們找到更多符合的資料,我們最多顯示十筆資 msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/auth/general.html:6 +#: templates/web/base/auth/general.html:8 #: 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." @@ -4391,7 +4540,7 @@ msgstr "我們會儘快回覆您" msgid "What was your experience of getting the problem fixed?" msgstr "你的申報使用體驗感想為? " -#: templates/web/base/admin/category_edit.html:52 +#: templates/web/base/admin/category_edit.html:27 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "何時編輯 " @@ -4400,7 +4549,15 @@ msgstr "何時編輯 " msgid "When sent" msgstr "何時送出" -#: templates/web/base/report/_inspect.html:97 +#: templates/web/base/admin/extra-metadata-form.html:18 +msgid "Whether the user is required to provide a value for this field." +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:99 msgid "Which report is it a duplicate of?" msgstr "" @@ -4412,8 +4569,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:185 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:190 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -4448,7 +4605,7 @@ msgstr "" msgid "Year" msgstr "年份" -#: perllib/FixMyStreet/Cobrand/Default.pm:1206 +#: perllib/FixMyStreet/Cobrand/Default.pm:1236 #: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 @@ -4463,7 +4620,7 @@ msgstr "年份" #: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:104 #: templates/web/base/questionnaire/index.html:53 -#: templates/web/base/report/_inspect.html:88 +#: templates/web/base/report/_inspect.html:90 msgid "Yes" msgstr "是" @@ -4497,6 +4654,10 @@ msgstr "您可<a href=\"%s%s\">在本站上檢視問題</a>." msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不會送出)該名用戶所提交的申報 " +#: templates/web/base/alert/_list.html:18 +msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." +msgstr "" + #: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "您可寫信給<a href='mailto:%s'>%s</a>詢求技術支援。" @@ -4518,7 +4679,7 @@ msgstr "" 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:91 +#: templates/web/base/admin/body-form.html:93 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "您可以刪除某一單位如果不想讓它在本站激活" @@ -4595,7 +4756,6 @@ msgstr "您的申報 " 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:80 @@ -4608,7 +4768,7 @@ msgid "Your email" msgstr "您的電子郵件" #: templates/web/base/auth/change_email.html:9 -#: templates/web/base/auth/general.html:55 +#: templates/web/base/auth/general.html:57 #: 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 @@ -4619,10 +4779,10 @@ 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:107 +#: templates/web/base/auth/general.html:109 #: templates/web/base/contact/index.html:74 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:29 +#: templates/web/base/report/update/form_name.html:33 #: templates/web/zurich/auth/general.html:61 #: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" @@ -4632,11 +4792,11 @@ msgstr "姓名" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:263 +#: perllib/FixMyStreet/App/Controller/My.pm:264 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:259 +#: perllib/FixMyStreet/App/Controller/My.pm:260 msgid "Your name has been hidden." msgstr "" @@ -4644,7 +4804,7 @@ msgstr "" msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/general.html:85 +#: templates/web/base/auth/general.html:87 #: templates/web/base/report/new/form_user_loggedout_password.html:10 #: templates/web/base/report/update/form_user_loggedout_password.html:9 #: templates/web/zurich/auth/general.html:34 @@ -4682,8 +4842,8 @@ msgstr "" msgid "Your updates" msgstr "更新" -#: templates/web/base/report/new/form_user_loggedin.html:18 -#: templates/web/base/report/update/form_name.html:11 +#: templates/web/base/report/new/form_user_loggedin.html:19 +#: templates/web/base/report/update/form_name.html:12 msgid "Yourself" msgstr "" @@ -4692,14 +4852,14 @@ msgstr "" msgid "all" msgstr "" +#: perllib/FixMyStreet/DB/Result/Comment.pm:259 +msgid "and a defect raised" +msgstr "" + #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "由 %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 -msgid "closed as a duplicate report" -msgstr "標註為重覆之申報" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" @@ -4724,7 +4884,7 @@ msgstr "用戶編輯" msgid "from %s different users" msgstr "從不同的用戶%s " -#: templates/web/base/report/_item.html:61 +#: templates/web/base/report/_item.html:63 #: templates/web/zurich/report/_item.html:14 msgid "last updated %s" msgstr "%s上回更新:" @@ -4733,44 +4893,7 @@ msgstr "%s上回更新:" msgid "less than a minute" msgstr "少於一分鐘" -#: perllib/FixMyStreet/DB/Result/Comment.pm:270 -msgid "marked as action scheduled" -msgstr "標註為排程行動" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 -msgid "marked as an internal referral" -msgstr "標註為內部推薦" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:272 -msgid "marked as closed" -msgstr "標註為關閉" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 -msgid "marked as fixed" -msgstr "標註為解決" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:268 -msgid "marked as in progress" -msgstr "標註為處理中" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:264 -msgid "marked as investigating" -msgstr "標註為調查中" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 -msgid "marked as no further action" -msgstr "標註為無法解決" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:278 -msgid "marked as not the council's responsibility" -msgstr "標註為非本區政府職責範圍" - -#: perllib/FixMyStreet/DB/Result/Comment.pm:266 -msgid "marked as planned" -msgstr "標註為己規畫" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:119 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4781,13 +4904,10 @@ msgstr "不適用" msgid "none" msgstr "" -#: templates/web/base/admin/category_edit.html:35 -msgid "optional" -msgstr "" - -#: templates/web/base/alert/_list.html:86 -msgid "or" -msgstr "或" +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 +#, fuzzy +msgid "not the council's responsibility" +msgstr "標註為非本區政府職責範圍" #: templates/web/base/js/translation_strings.html:27 msgid "or locate me automatically" @@ -4812,15 +4932,6 @@ msgstr "原始輸入者" msgid "other areas:" msgstr "其它地區:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:255 -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 -msgid "reopened" -msgstr "重啟申報" - -#: templates/web/base/admin/category_edit.html:35 -msgid "required" -msgstr "" - #: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "登出" @@ -4834,6 +4945,11 @@ msgstr "當地地府" msgid "there is no pin shown as the user did not use the map" msgstr "地圖上無標記,用戶未使用地圖" +#: templates/web/base/alert/_list.html:1 +#, fuzzy +msgid "this location" +msgstr "檢視地區" + #: perllib/FixMyStreet/Script/Reports.pm:184 msgid "this type of local problem" msgstr "此類在地問題" @@ -4969,7 +5085,7 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> 更新申報" -#: templates/web/base/report/_item.html:49 +#: templates/web/base/report/_item.html:51 #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" @@ -4987,7 +5103,7 @@ 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] "我們尚未有該區域負責單位之細節 " -#: templates/web/base/report/_item.html:59 +#: templates/web/base/report/_item.html:61 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" @@ -4998,3 +5114,113 @@ msgstr[0] "" msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "" +#~ "%s sends different categories of problem\n" +#~ "to the appropriate council, so problems within the boundary of a particular council\n" +#~ "might not match the problems sent to that council. For example, a graffiti report\n" +#~ "will be sent to the district council, so will appear in both of the district\n" +#~ "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" +#~ "for the county council." +#~ msgstr "" +#~ "%s送出不同類別的問題申報給\n" +#~ "適宜的地方政府機關,如果問題發生在某政府的轄區內\n" +#~ "這樣處理或許的確適當。例如,塗鴉問題將\n" +#~ "申報給里/區機構,所以會在里/區機關的通告上\n" +#~ "而在地方政府的公告版上只會出現在轄內通知上" + +#~ msgid "%s ward, %s" +#~ msgstr "%s 里/區, %s " + +#~ msgid "%s, within %s ward" +#~ msgstr "%s, 在%s 里/區" + +#~ msgid "(alternatively the RSS feed can be customised, within %s)" +#~ msgstr "或可在 %s另外修改自定RSS訂閱" + +#~ msgid "-- Pick a property type --" +#~ msgstr "選擇公物種類" + +#~ msgid "Closed reports" +#~ msgstr "完結之申報 " + +#~ msgid "Closed:" +#~ msgstr "關閉:" + +#~ msgid "Duplicate" +#~ msgstr "複製 " + +#~ msgid "Fixed reports" +#~ msgstr "已處理之申報 " + +#~ msgid "Fixed:" +#~ msgstr "已處理:" + +#~ msgid "Here are the types of local problem alerts for ‘%s’." +#~ msgstr "此為在地問題的種類 ‘%s’." + +#~ msgid "In Progress" +#~ msgstr "處理中" + +#~ msgid "Internal referral" +#~ msgstr "內部推薦" + +#~ msgid "Investigating" +#~ msgstr "調查中" + +#~ msgid "No further action" +#~ msgstr "無法修復" + +#~ msgid "Not Responsible" +#~ msgstr "無責任歸屬" + +#~ msgid "Or problems reported to:" +#~ msgstr "或將此問題 申報給:" + +#~ msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" +#~ msgstr "您可以訂閱 里/區內的更新通知" + +#~ msgid "Please choose a property type" +#~ msgstr "選擇公物種類" + +#~ msgid "Problems within the boundary of:" +#~ msgstr "在 範圍內的問題" + +#~ 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訂閱按鈕,或者輸入您的電子郵件以收受通知。" + +#~ msgid "The simplest alert is our geographic one:" +#~ msgstr "您的更新出錯,請再試一次。" + +#~ msgid "closed as a duplicate report" +#~ msgstr "標註為重覆之申報" + +#~ msgid "marked as action scheduled" +#~ msgstr "標註為排程行動" + +#~ msgid "marked as an internal referral" +#~ msgstr "標註為內部推薦" + +#~ msgid "marked as closed" +#~ msgstr "標註為關閉" + +#~ msgid "marked as fixed" +#~ msgstr "標註為解決" + +#~ msgid "marked as in progress" +#~ msgstr "標註為處理中" + +#~ msgid "marked as investigating" +#~ msgstr "標註為調查中" + +#~ msgid "marked as no further action" +#~ msgstr "標註為無法解決" + +#~ msgid "marked as planned" +#~ msgstr "標註為己規畫" + +#~ msgid "or" +#~ msgstr "或" + +#~ msgid "reopened" +#~ msgstr "重啟申報" diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index b3d6b28c3..44747a16f 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -96,7 +96,7 @@ sub problem_response_days { return 10 if $p->category eq 'Utilities'; return 10 if $p->category eq 'Vegetation'; - return undef; + return 0; } sub reports_ordering { diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index 4aa2fdf7d..ce3c2ef9b 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -24,7 +24,7 @@ FixMyStreet::override_config { $mech->get_ok('/alert/list?pc=EH1 1BB'); $mech->title_like(qr/^Local RSS feeds and email alerts/); - $mech->content_contains('Local RSS feeds and email alerts for ‘EH1 1BB’'); + $mech->content_like(qr/Local RSS feeds and email alerts for .EH1 1BB/); $mech->content_contains('html class="no-js" lang="en-gb"'); $mech->content_contains('Problems within 10.0km'); $mech->content_contains('rss/pc/EH11BB/2'); diff --git a/templates/web/base/admin/states/index.html b/templates/web/base/admin/states/index.html index bd87f5013..1b68d4aea 100644 --- a/templates/web/base/admin/states/index.html +++ b/templates/web/base/admin/states/index.html @@ -6,9 +6,9 @@ <table> <tr> - <th>Label</th> - <th>Type</th> - <th colspan="2">Name</th> + <th>[% loc('Label') %]</th> + <th>[% loc('Type') %]</th> + <th colspan="2">[% loc('Name') %]</th> <th> </th> </tr> [% FOREACH state IN open_states.merge(closed_states).merge(fixed_states) %] @@ -97,7 +97,7 @@ </p> <p> - <label for="type">[% loc('Label') %]</label> + <label for="type">[% loc('Type') %]</label> <select name="type" id="type"> <option value="open">[% loc('Open') %]</option> <option value="closed">[% loc('Closed') %]</option> diff --git a/templates/web/base/alert/_list.html b/templates/web/base/alert/_list.html index 1f3393b19..d997a5abb 100644 --- a/templates/web/base/alert/_list.html +++ b/templates/web/base/alert/_list.html @@ -12,12 +12,10 @@ [% IF reported_to_options %] <p> - [% tprintf(loc('Reports near %s are sent to different councils, - depending on the type of problem.'), name_of_location) %] + [% tprintf(loc('Reports near %s are sent to different councils, depending on the type of problem.'), name_of_location) %] </p> <p> - [% loc('You can choose to subscribe to all problems reported in an - area, or reports based on their destination.') %] + [% loc('You can choose to subscribe to all problems reported in an area, or reports based on their destination.') %] </p> <div class="alerts__columns"> <div> |