diff options
41 files changed, 16018 insertions, 12801 deletions
diff --git a/.tx/config b/.tx/config index ee63ffc4c..e5d53703f 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com type = PO -[fixmystreet.v2-0] +[fixmystreet.v2-1] 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 new file mode 100644 index 000000000..fe34c6064 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,753 @@ +## Releases + +* Unreleased + +* v2.1 (8th July 2017) + - New features: + - Allow users to hide their name on reports/updates. #658 + - New /reports page. #1630 #1726 #1753 + - Front end improvements: + - Resize photos client-side before uploading. #1734 + - CSS header/content/navigation refactoring/simplification. #1719 #1718 + - Consolidate state dropdowns, make sure existing state is included. #1707 + - Simplify `footer-marketing.html` for most cobrands. #1709 + - Change the contact form Post button label to Send. #1750 + - Add an optional phone field to the contact form. #1750 + - Double resolution pin icons in core. #1713 + - Admin improvements: + - Don't resend if category change subsets body. #1725 + - Fix styling of 'remove from site' button. #1700 + - Add inactive state to categories. #1757 + - Inspect form: + - Make more visually distinct, better on medium screens. #1700 #1701 + - Populate defect types dropdown on category change. #1698 + - Update templates when category/state changed. #1729 + - Fix bug when switching state to duplicate and back. #1729 + - Don't preselect inspector template on page load. #1747 + - Allow inspectors to shortlist all reports in view. #1652 + - Subscribe inspectors to updates when state changes. #1694 + - Streamline new reports for inspectors. #1636 + - Bugfixes: + - Make three strings translatable. #1744 #1735 + - Reinstate geolocation on alert page. #1726 + - Fix clickable spaces on inspect form/ward page. #1724 + - Make sure segmented control input not offscreen. #1749 + - Remove superfluous quote in HTML script element. #1705 + - Add missing closing </dl> to base FAQ. + - Development improvements: + - Allow static home page template override. #1745 + - Add Debian stretch/perl 5.24 support. #1746 + - Add scripts to rule them all. #1740 + - Update submodule on any Vagrant provisioning. #1702 + - Fix imbalanced paragraph tags in glossary. #1737 + - Spot badly configured SMTP type. #1758. + - Add MAPIT_API_KEY support + - Hooks: + - Add hook for post-title field content in report form. #1735 + - Add hook so cobrands can change pin hover title. #1713 + - Allow cobrands to define pin colour for new reports. #1713 + - Testing: + - Run each test file in a transaction. #1721 + - Test script should run 't' when other args given. #1721 + - Auto-add strict/warnings/Test::More with TestMech. #1554 + - Fix test that would not run offline. #1712 + - Fix timing edge case test failure. + - Backwards incompatible changes: + - The `nav-wrapper-2` class has been removed. If you have a + custom footer template, replace that class with 'container'. #1718 + - The `/reports` page now uses different generated data. If you + have a custom `reports/index.html` template, you may need to + call `update-all-reports` with the `--table` argument. + - Internal things: + - Move third party libraries into vendor directories. #1704 + - Stop using sudo on Travis, improve locale support. #1712 + - Add CodeCov coverage testing. #1759 + - UK: + - Add fixture script. #1720 + - Add Borsetshire demo cobrand. #1717 + - Remove requirement for fixed body IDs. #1721 + - Show all pins on two-tier councils only. #1733 + - Stop nearest request with scientific notation. #1695 + +* v2.0.4 (13th April 2017) + - Front end improvements: + - On /reports maps, only include reports in view. #1689 + - Admin improvements: + - Allow comma-separated contact emails in the admin. #1683 + - Bugfixes: + - Upgrade Facebook 3rd party library to fix Facebook login. #1681 + - Don't error when devolved body, blank send methods. #1374 + - Fix issue with categories with regex characters. #1688 + +* v2.0.3 (31st March 2017) + - Front end improvements: + - Add ability to make map full screen on mobile report pages. #1655 + - Move staff-only JavaScript to separate file. #1666 + - Show loading indicator when loading pins. #1669 + - Allow users to reopen closed reports. #1607 + - Admin improvements: + - Redirect to category-filtered /reports on login if present. #1622 + - Follow redirect to /admin after login if allowed. #1622 + - Include /admin link on top-level nav for admin users. + - Add shortlist filters. #1629 + - Add submit buttons to admin index search forms. #1551 + - Store user object when deleting report. #1661 + - Use name at time of moderation, include superusers. #1660 + - Add customisable defect types. #1674 + - Bugfixes: + - Fix crash on reports with empty `bodies_str`. #1635 + - Only output appcache/manifest for shortlist users. #1653 + - Fix placeholder typo in French translation. + - Make sure report Ajax call is not cached by IE11. #1638 + - Check cobrand users list when admin merging users. #1662 + - Make sure emails are lowercased in admin. #1662 + - Specify options in 'all' status filter. #1664 + - Be clearer if no states selected is not all states. #1664 + - Set up correct environment in cobrand PO script. #1616 + - Allow superuser to leave update when inspecting. #1640 + - Remove duplicate <> around envelope senders. #1663 + - Fix invisible segmented controls in old Webkit. #1670 + - Remove superfluous lists from Open311 JSON output. #1672 + - Upgrade to using Email::Sender. #1639 + - Fix bug if test run c. 55 hours before BST starts. + - Use lat/lon on inspection form if no local coordinates. #1676 + - Improve translatability of various pages. + - Development improvements: + - Send open reports regardless of current state. #1334 + - Clarify ‘inspected’ behaviour. #1614 + - Reduce disk stats. #1647 + - Refactor main navigation into reusable blocks. + - Add Problem->time_ago for pretty-printed duration. + - Add `external_id` field to ResponsePriority. + - Forward on all bounces as bounces. + - Use sender in From if From and To domains match. #1651 + - Refactor SendReport::Open311 to use cobrand hooks. #792 + - Do upload_dir check on start up, not each report. #1668 + - Make sure all tests can run offline. #1675 + - Add ability to override Google Maps road style. #1676 + +* v2.0.2 (3rd February 2017) + - Front end changes: + - Add an offline fallback page with appcache. #1588 + - Improve print layout for report list pages. #1548 + - Rename ‘unable to fix’ as ‘no further action’. + - Bugfixes: + - Mark two missing strings for translation. #1604 + - Make sure email is lowercase when signing in. #1623 + - Make sure language included in calls to base_url_for_report. #1617 + - Small CSS homepage fixes. + - Admin: + - Fix filtering on shortlist page. #1620 + - Fix 'save with public update' toggle. #1615 + - Admin improvements: + - Add offline report inspection for inspectors. #1588 #1602 #1608 + - Admin with appropriate permission can see body user who left + contribute_as_body report or update. #1601 #1603 + - Include ‘Add user’ link on admin user search results page. #1606 + - Redirect to new user after user creation/edit. #1606 + - Redirect to shortlist after inspection if user has permission. #1612 + - Allow response templates to be associated with a state, and default + to that template if report state changed to match. #1587 + - Disable show name checkbox when reporting as someone else. #1597 + - Show response priorities in report list items. #1582 + - Shortlist add/remove icons in report lists and report page. #1582 + - Reordering shortlist buttons in report lists. #1582 + - Default inspect form to save with public update. + - Drop unneeded Cancel button on inspect form. + - Use ‘*’ on admin page to signify superuser. + - Development improvements: + - Update has_body_permission_to to allow superusers. #1600 + - Move staging flags to their own config variable. #1600 + - Only warn of Open311 failure after a couple, in case it's transient. + - Only load user body permissions once per request. + - Return 400/500 for some client/server errors. + - Fix bad cross-year test. + +* v2.0.1 (16th December 2016) + - Bugfixes: + - Fix issue in dragging map in Chrome 55. openlayers/ol2#1510 + - Don't double-decode strftime output, to fix date/time display. + - Filter category should always carry through to form. + - Don't fix height of admin multiple selects. #1589 + - Admin improvements: + - Add duplicate management to inspector view. #1581 + - Open inspect Navigate link in new tab. #1583 + - Scroll to report inspect form if present. #1583 + - Update problem lastupdate column on inspect save. #1584 + - Update priorities in inspect form on category change. #1590 + - Development improvements: + - Pass test if NXDOMAINs are intercepted. + - Better path for showing config git version. #1586 + +* v2.0 (15th November 2016) + - Front end improvements: + - Add HTML emails. #1281 #1103 + - Stop map being underneath content sidebar/header. #1350 #361 + - Use Ajax/HTML5 history to pull in reports and improve map views. + #1351 #1450 #1457 #1173 + - Allow multiple states and categories to be filtered. #1547 + - Add sort order options to list pages. #308 + - Invert area highlight on body pages. #1564 + - Allow users to change their own email. #360 #1440 + - Improve change password form/success page. #1503 + - Allow scroll wheel to zoom map. #1326 + - Rename "Your reports" in main navigation to "Your account". + - Centre map on pin location when creating a report. + - Zoom into map after second click on marker. + - Maintain single newlines in text output. #306 + - JavaScript performance improvements. #1490 #1491 + - Allow searching for reports with ref: prefix in postcode field. #1495 + - Improve report form, with public, private, category sections. #1528 + - Only show relevant bodies after category selection. + - Add update form name validation. #1493 #503 #1526 + - Add CORS header to RSS output. #1540 + - Switch MapQuest to HTTPS. #1505 + - Better 403/404 pages. + - Admin improvements: + - Greatly improve report edit page, including map. #1347 + - Improve category edit form, and display extra data. #1557 #1524 + - Hide confirmed column on body page if all categories confirmed. #1565 + - Show any waiting reports on admin index page. #1382 + - Allow user's phone number to be edited, and a report's category. #400 + - Resend report if changing category changes body. #1560. + - Leave a public update if an admin changes a report's category. #1544 + - New user system: + - /admin requires a user with the `is_superuser` flag. #1463 + - `createsuperuser` command for creating superusers. + - Feature to create report as body/other user. #1473 + - Add user permissions system. #1486 + - Allow user to have an area assigned in admin. #1488 + - Allow user to have categories assigned in admin. #1563 + - Add inspector report detail view. #1470 + - Add user shortlists. #1482 + - Add response templates and priorities. #1500 #1517 + - Add user reputation and trusted users. #1533 + - Bugfixes: + - Front end: + - Fix photo preview display after submission. #1511 + - Update list of TLDs for email checking. #1504 + - Fix form validation issue with multiple IDs. #1513 + - Don't show deleted bodies on /reports. #1545 + - Stop using collapse filter in category template. + - Use default link zoom for all map types. + - Don't reload /reports or /my pages when filter updated. + - Don't show alert email box if signed in. + - Do not send alerts for hidden reports. #1461 + - Admin: + - Fix contact editing of Open311 categories. #1535 + - Show 'Remove from site' button based on report. #1508 + - Improve moderation display and email. #855 + - Fix invalid SQL being generated by moderation lookup. #1489 + - Show user edit errors (e.g. blank name/email). #1510 + - Disallow empty name when creating/editing bodies. + - Fix a crash on /admin/timeline. + - Development improvements: + - CSS: + - make_css: Add output style option. + - make_css: Follow symlinks. + - Remove some unused CSS, and simplify full-width. #1423 + - Add generic .form-control and .btn classes. + - Open311: + - Tidy up/harden some handling. #1428 + - Add config for request limit, default 1000. #1313 + - Automatically spot co-ord/ID attributes. #1499 + - Make sure passed coordinate is decimal. + - JavaScript: + - Use static validation_rules.js file. #1451 + - Remove need to customise OpenLayers built script. #1448 + - Refactor and tidy all the JavaScript. #913 + - Prefer using an auto.min.js file if present/newer. #1491 + - Testing: + - Speed up tests by stubbing out calls to Gaze. + - Tests can run multiple times simultaneously. #1477 + - run-tests with no arguments runs all tests. + - Don’t cache geocoder results when STAGING_SITE is 1. #1447 + - Make UPLOAD_DIR/GEO_CACHE relative to project root. #1474 + - Change add_links from a function to a filter. #1487 + - Optionally skip some cobrand restrictions. #1529 + - Allow contact form recipient override and extra fields. + - Add server-side MapIt proxy. + - Vagrant installation improvements: + - Improve error handling. + - Don't add a symlink if it is to the same place. + - Backwards incompatible changes: + - Drop support for IE6. #1356 + - UK + - Better handling of two-tier reports. #1381 + - Allow limited admin access to body users on their own cobrands. + - Add Content-Security-Policy header. + +The Open311 adapter code has been moved to its own repository at +<https://github.com/mysociety/open311-adapter>. + +* v1.8.4 (6th July 2016) + - Security: + - Fix XSS vulnerability in OpenGraph header and hide/all pins links. + - Front end improvements: + - Wrap emails better for differing screen sizes. #1393 + - Fix annoying jump when "Get updates" drawer opened. #1425 + - Improve auth flow taken when return key used. #1433 + - Add and improve more CSRF tokens. #1433 + - Remove default box-shadow. #1419 + - Fix missing margin before reporting form email input. #1418 + - Bugfixes: + - Redirect correctly if filter used without JavaScript. #1422 + - Remove race condition when starting new report. #1434 + - Fix a couple of display bugs in IE7. #1356 + - Correctly orient preview images. #1378 + +* v1.8.3 (3rd June 2016) + - Admin improvements + - Add search boxes to admin index page, and move stats. #1295 + - Allow change of email in admin to existing entry. #1207 + - Speed up photo removal. #1400 + - Improve in-place moderation UI. #1388 + - Front end improvements: + - Improve printing of report page in Firefox. #1394 + - Fallback if request to Gaze fails. #1286 + - Bugfixes: + - Fix non-working Google Maps layer. #1215 + - Fix map tap sensitivity on some devices. #911 and openlayers/ol2#1418 + - Fix lack of removal of cached update photos. #1405 + - Handle reports/updates by logged in abuse entries. + - Fix size of grey chevrons. + - Development improvements: + - Massive speed increase to CSS compilation. #1414 + - Use only one templating system for emails. #1410 + - Move summary string function to template. #694 + - Consolidate CSS clearfix handling. #1414 + - Disable auto-CRLF conversion on git checkout. + - Support for Debian Jessie/Ubuntu Xenial. + - UK only + - Add standard mySociety footer. #1385 + +* v1.8.2 (3rd May 2016) + - Security: + - Fix vulnerability in image upload that allowed external + command execution. + - New features + - Twitter social login. #1377 + - PNG image upload support. #1302 #1361 + - Front end improvements: + - Switch list item heading from h4 to h3. #1348 + - Preserve category when clicking elsewhere on map. + - Optimize store logo PNGs. + - Admin improvements + - Default new category creation to confirmed. #1266 + - Use better link to reports on admin body page. + - Bugfixes: + - Show right body user form value for fixed reports. #1369 + - Cope with a '/' in body name slug. #574 + - Ignore empty entries in the image upload IDs. + - Use transparent border in tips/change_location. #1380 + - Development improvements: + - Allow cobrands to control front page number colours. + - Refactor email handling to use Email::MIME alone. #1366 + - Improve testing on Mac OS X. + - Prevent dev sites auto-creating session. + - Display used send method in debug line. + - Remove unused cobrands. #1383 + - Finally combine remaining base/fixmystreet templates. + - Don't warn on bad photo hashes. + - Skip fetched updates if they're out of date range. #1390 + - Store Open311 error in report on failure. #1391 + +* v1.8.1 (23rd March 2016) + - Front end improvements: + - Remember user's last anonymous state. #150 + - Remove auto-scrolling of sidebar on pin hover. #1344 + - Better multiple image display for reports/updates. #1325 + - Improve accessibility of pretty radio buttons and photo inputs. + - Bugfixes: + - Make sure preview image doesn't hide error. #1361 + - Don't double-decode geocoded addresses. #1359 + - Ensure top of reporting form is shown. #787 + - Other updates for Perl 5.20/5.22. #1358 + - Development improvements: + - Add cobrand-specific custom reporting fields. #1352 + +* v1.8 (2nd March 2016) + - New features: + - Facebook login. #1146 + - Multiple photo upload support, with new UI. #190 #825 #1300 + - Front end improvements: + - Pad internal update links so they are in view. #1308 + - Move alert page "recent photos" out of sidebar. #1168 + - Clearer relationship between map pins/list items. #1094 + - Consistent styling for updates on /report and /my pages. #1312 + - Stop a top banner overlapping header contents/improve CSS. #1306 + - Improve design of some error pages. + - Performance improvements: + - Reduce memory usage. #1285 + - Bugfixes: + - Default the Google map view to hybrid. #1293 + - Prevent SVG chevron being stretched in Firefox. #1256 + - Better display/internationalisation of numbers. #1297 + - Fix cobrand restriction of My/Nearby. #1289 + - If app user logged in, perform alert signup. #1321 + - Spot media_url in Open311 GetServiceRequestUpdate. #1315 + - Improve disabled input behaviour (no hover, ensure faded). + - Fix co-ordinate swapping bug in Google geocoder. + - Exclude update alerts from summary alert counts. + - Skip sending if any body marks it for skipping. + - Upgrade Net::SMTP::SSL to fix email sending issue. + - Development improvements: + - Add generic static route handler. #1235 + - Store reports summary data by cobrand. #1290 + - Better handling replies to bounce addresses. #85 + - Combine more base/fixmystreet templates. + - Add OpenStreetMap URL to report email. + - Admin improvements: + - Don't allow blank email/name to be submitted. #1294 + - Handle multiple photo rotation/removal in admin. #1300 + - Fix typo in admin body form checked status. + - UK only + - Make sure front page error is visible. #1336 + - Don't show app next step if used app. #1305 + - House Rules. #890 #1311 + +* v1.7.2 (6th July 2016) + - Security: + - Fix XSS vulnerability in OpenGraph header and hide/all pins links. + +* v1.7.1 (3rd May 2016) + - Security: + - Fix vulnerability in image upload that allowed external + command execution. + +* v1.7 (23rd October 2015) + - Front end improvements: + - Add right-to-left design option. #1209 + - Add state/category filters to list pages. #1141 + - Include last update time in around/my page lists. #1245 + - Show report details more nicely on a questionnaire page. #1104 + - Improve email confirmation page (now matches success pages). #577 + - Update URL hash when mobile menu navigation clicked. #1211 + - Add public status page showing stats and version. #1251 + - Accessibility improvements to map pages. #1217 + - New default OpenGraph image. #1184 + - Turkish translation. + - Performance improvements: + - A number of database speed improvements. #1017 + - Bugfixes: + - Translate report states in admin index. #1179 + - Improve translation string on alert page. #348 + - Fix location bug fetching category extras. + - Workaround DMARC problems. #1070 + - Fix padding of alert form box. #1211 + - Pin Google Maps API version to keep it working. #1215 + - Upgrade Google geocoder to version 3. #1194 + - Fix script running when CDPATH is set. #1250 + - Fix retina image size on front page. #838 + - Process update left as part of questionnaire, to catch empty ones. #1234 + - Make sure explicit sign in button clicks are honoured. #1091 + - Adjust email confirmation text when report not being sent. #1210 + - Fix footer links in admin if behind a proxy. #1206 + - Use base URL in a cobrand alert for a report without a body. #1198 + - Fix potential graph script failure in perl 5.16+. #1262 + - Development improvements: + - Error logging should now work consistently. #404 + - CSS + - Streamline navigation menu CSS. #1191 + - Streamline list item CSS. #1141 + - make_css now follows symlinks. #1181 + - Use a sass variable for hamburger menu. #1186 + - Write progress of make_css_watch to terminal title. #1211 + - Templates: + - Remove final hardcoded "FixMyStreet" from templates. #1205 + - Combine a number of base/fixmystreet templates. #1245 + - Installation: + - Make sure submodules are checked out by Vagrant. #1197 + - Remove Module::Pluggable warning in newer perls. #1254 + - Bundle carton to ease installation step. #1208 + - Translation: + - Improve ease of running gettext-extract. #1202 + - Add standard app.psgi file. + - Add link to volunteer tickets in README. #1259 + - Use Modernizr to decide whether to show mobile map. #1192 + - Prevent potential session cookie recursion. #1077 + - Allow underscore in cobrand name/data. #1236 + - Add a development URL to see check email pages. #1211 + +* v1.6.3 (6th July 2016) + - Security: + - Fix XSS vulnerability in OpenGraph header and hide/all pins links. + +* v1.6.2 (3rd May 2016) + - Security: + - Fix vulnerability in image upload that allowed external + command execution. + +* v1.6.1 (31st July 2015) + - Bugfixes: + - Fix bug introduced in last release when setting multiple areas + for a body in the admin. #1158 + - Don't have default "name >= 5 characters"/"must have space" checks, + as Latin-centric #805 + - New features: + - Danish translation. + - Front end improvements: + - Fix “All Reports” table headers on scroll. #50 + - Add time tooltips to All Reports table headings. #983 + - Fix sidebar running over the footer on alerts page. #1168 + - Admin improvements: + - Add mark as sent button. #601 + - Add link to comment user ID from body form if present. #580 + - Add MapIt links from body page/ report co-ordinates. #638 + - Show any category extra data. #517 #920 + - Mark users who have moderate permission. #990 + - Allow editing of body external URL. + - List a report’s bodies more nicely. + - UK specific improvements: + - Explain gone Northern Ireland councils. #1151 + - Better messaging for councils refusing messages. #968 + +* v1.5.5 / v1.6 (10th July 2015) + - Security: + - Fix vulnerability in login email sending that could allow an account + to be hijacked by a third party. + - Time out email authentication tokens. + - Update dependency to fix issue with Unicode characters in passwords. + - New features: + - Chinese translation. + - Front end improvements: + - Add “Report” button in default mobile header. #931 + - Use ‘hamburger’ menu icon in mobile header. #931 + - Resize map pins based on zoom level. #1041 + - Improve report meta information display. #1080 + - Display message on body page when reports list is empty. + - Bugfixes: + - Fix issue with shrunken update photos. #424 + - Fix typo in footer role="contentinfo". + - Default Google maps to satellite view. #1133 + - Update Bing Maps parameter ID. + - Development improvements: + - Add ability for map pages to filter by category/state. #1134 + (this is currently on a couple of cobrands, to add to base soon) + - Allow cobrands to specify ordering on all reports page. + - Use mocked Nominatim in tests to cope with bad connections. + - Add Extra role to ease use of the {extra} database field. #1018 + - UK specific improvements: + - Add dog poop poster. #1028 + +* v1.5.4 (25th February 2015) + - New features: + - Stamen toner-lite and Bing Maps tiles. + - Czech and part-done Lithuanian translations. + - Front end improvements: + - Nicer confirmation pages, with next steps template example. #972 + - Always show report/update confirmation page, even if logged in. #1003 + - Expire cached geolocations after a week. #684 + - Bugfixes: + - Make sure all co-ordinates are stringified/truncated. #1009 + - Correct "Open Street Map" to "OpenStreetMap". #1021 + - Only create timezone objects once, at startup. + - Development improvements: + - Remove need to specify en-gb in LANGUAGES. #1015 + - Mac installation improvements. #1014 + - Make use of jhead and Math::BigInt::GMP optional. #1016 + - Link from admin config page to MapIt. #1022 + - Test URLs for confirmation pages. + - New configuration variable for setting up behind a secure proxy. + - UK specific improvements: + - Output easting/northing on one line. #997 + - Output Irish easting/northing in Northern Ireland. #822 + +* v1.5.3 (21st January 2015) + - New features: + - Satellite map toggle option on Google Maps view. #1002 + - Greek translation. + - Bugfixes: + - Fix cron-based email to use configured SMTP settings. #988 + - Update UNIX_USER variable on installation setup of crontab. #974 + - Improve make_css finding of bundled compass when in symlink. #978 + - Remove hard-coded site name from submit email template. + - Allow forked repository pull requests to run on Travis. + - Fix title of Privacy page, and other minor text fixes. + - CSS: add some bottom content padding and fix a tiny map links issue. + - Development improvements: + - Replace site_title cobrand function with site-name web template. #979 + - Remove need for 'cron-wrapper' to run scripts. #852 + - Rename 'test-wrapper' to 'run-tests'. #999 + - Add client_max_body_size nginx config option. #995 + - Tidy up bin directory and #! lines. + - Admin improvements: + - Add staging email warning on admin body pages if needed. #982 + - Add admin navigation link to Configuration page. #1005 + - Better URL for body category editing. + +* v1.5.2 (17th December 2014) + - Hide unneeded heading on default footer. + - Suppress 'Argument "" isn't numeric' warning on admin report edit page. + - [UK] Don't show topic form field when reporting abuse. + - Use token in moderation response URL to prevent hidden report leak. + +* v1.5.1 (12th December 2014) + - Bugfixes + - Use correct cobrand signature in SendReport emails. #960 + - Fix double encoding of non-ASCII signature in emails. #961 + - Use area-based alerts by default, as they function correctly. #959 + - Set DefaultLocale appropriately when language set, for date display. + - Open311 + - Better error if Open311 server returns a nil service list. + - Cope better with Open311 server not liking a blank jurisdiction_id. + - Installation/developer improvements: + - Add a script to use a test database for running tests. #786 + - Make base FAQ more generic, move out UK-specific parts. #753 #935 + - Provide guidance at top of example config file. + - Don't install open311-endpoint feature by default. + +* v1.5 (19th November 2014) + - Installation/developer improvements: + - Support for Ubuntu Trusty Tahr 14.04 LTS. #921 + - Install bundler for more stable gem installation. #923 + - Rewritten graph generation programs in Perl. #924 + - Front end report moderation code. #809 + - Admin improvements: + - Pagination of admin search results. #909 + - Validation of category details. #556 + - Removed overhang in body categories table. #738 + - Add encouraging message about support. #929 + - Tweak summary output on bodies page. #516 + - Move diligency table to bottom of page. #739 + - Front end: + - Map page sidebar now flush with edges of window. #381 + - Simplify z-index usage, with other tidying. #673 + - Filtering of All Reports by category in URL. #254 + - More template generalisation, moving UK-specific stuff away. #344 + - Bugfixes: + - Fixed JavaScript-disabled submission in Chrome/Firefox. #932 + - Show logged in message as success, not error. #357 + - Remove opacity from map controls on mobile. + - Escape category in RSS feeds. + - Internationalisation: + - Add Albanian, Bulgarian, Hebrew, and Ukranian .po files. + +* v1.4.2 (14th July 2014) + - Maintenance release to deal with failing package installation. #832 + - User additions/improvements: + - New links from `/reports` to open/fixed reports. #798 + - Better detection of signing in on `/auth` form. #816 + - Installation/developer improvements: + - Allow SMTP username/password to be specified. #406 + - Correct GitHub link in `Vagrantfile`. + - Error correctly if `cron-wrapper` fails to run. + - Rename `default` web templates directory to `base`. + - Move UK-specific text to separate templates. #344 + - Upgrade bundled `cpanm`. #807 + +* v1.4.1 (23rd May 2014) + - Don't run some cron scripts by default, and rejig timings, to alleviate + memory problems on EC2 micro instances. #640 + +* v1.4 (16th May 2014) + - User improvements: + - Adds some guidance on an empty `/my` page. #671 + - Auto-selects the category when reporting if there is only one. #690 + - Stops indenting emails a few spaces. #715 + - Email template updates. #700 + - Installation/developer improvements: + - Makes it easier to change the pin icons. #721 + - Sends reports on staging sites to the reporter. #653 + - Adds a no-op send method to suspend report sending. #507 + - Improves the example Apache config. #733 + - Includes a nicer crontab example. #621 + - New developer scripts: + - `make_css_watch`. #680 + - `geocode`. #758 + - Adds `external_url` field to Bodies. #710 + - Reinstates Open311 original update fetching code. #710 #755 + - Pins sass/compass versions. #585 + - Adds new `MAPIT_GENERATION` variable. #784 + - Bugfixes: + - Fixes MapQuest and OSM attribution. #710 #687 + - Remove cached photos when deleted from admin. + - Tiny bugfixes processing Open311 updates. #677 + - Correctly sets language in email alert loop. #542 + - Cron emails use `EMAIL_DOMAIN` in Message-ID. #678 + - Minor fixes for Debian wheezy. + - Graph display of fixed states. + - Slight CSS simplification. #609 + - Internal things: + - Improves the robustness of Carton installation. #675 + - Doubles the speed of running tests on Travis. + +* v1.3 (12th November 2013) + - Changes cobrand behaviour so if only one is specified, always use it. #598 + - Allows multiple email addresses to be given for a contact. + - Bugfixes to pan icon placement, and bottom navbar in Chrome. #597 + - Admin improvements + - Search by external ID. #389 + - Date picker in stats. #514 + - Mark external links. #579 + - Fix for bug when changing report state from 'unconfirmed'. #527 + - Improve lists of report updates. + - Add marking of bodies as deleted. + - Show version number of code on config page. + - Test suite runs regardless of config file contents. #596 + +* v1.2.6 (11th October 2013) + - Upgrades OpenLayers to 2.13.1, for e.g. animated zooming. + - Adds facility for using Google Maps via OpenLayers. #587 + - Swaps installation order of Perl modules/database, more robust. #573 + - Renames default FakeMapIt "Default Area" to "Everywhere". #566 + - Adds a "current configuration" admin page. #561 + +* v1.2.5 (13th September 2013) + - Adds various useful hints and notices to the admin interface. #184 + - Improves the install script, including an example `Vagrantfile` + - It is now easier for tests to override particular configuration + variables should they need to. + +* v1.2.4 (5th September 2013) + - A fix for the long-standing issue where multiline strings were not being + translated (reported at https://github.com/abw/Template2/pull/29 ) + - Better translation strings for "marked as" updates, fixes #391 + - Less noise when running the tests + +* v1.2.3 (2nd September 2013) + - Maintenance release to deal with failing installation + - Improves reuse of `make_css` and shared CSS + - Removes hardcoded UK URLs on a couple of admin error emails + - Marks a couple of strings missing translation + - Updates mapquest URLs + +* v1.2.2 (26th July 2013) + - Maintenance release to deal with failing installation + - Improves the Google Maps plugin somewhat, though still needs work + +* v1.2.1 (5th June 2013) + - Maintenance release to deal with failing carton installation + - Test and module fixes for installation on Debian wheezy + - Module fixes for running on Travis + - The install script adds gem environment variables to the user's .bashrc + so that `make_css` can be run directly after installation + - `make_css` automatically spots which cobrands use compass + - Adds some missing states to the admin report edit page + +* v1.2 (3rd May 2013) + - Adds `MAPIT_ID_WHITELIST` to allow easier use of global MapIt + - Adds postfix to the install script/ AMI so emailing works out of the box + - Adds an extra zoom level to the OSM maps + - Adds the Catalyst gzip plugin so HTML pages are gzipped + - Fixes an issue with the All Reports summary statistics not including some + open states, such as 'in progress' + +* v1.1.2 (15th March 2013) + - Includes the `cpanfile` now required by carton, the Perl package + management program we use. + +* v1.1.1 (22nd February 2013) + - Hotfix to fix missed iPhone width bug + +* v1.1 (22nd February 2013) + - Adds bodies, so that the organisations that reports are sent to can cover + multiple MapIt administrative areas, or multiple bodies can cover one + area, and other related scenarios + - Admin display improvements + - Internationalisation improvements, especially with text in JavaScript + - Various minor updates and fixes (e.g. a `--debug` option on `send-reports`, + and coping if MapIt has its debug switched on) + +* v1.0 (24th October 2012) + - Official launch of the FixMyStreet platform @@ -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.0.4. +Platform is now at version 2.1; see CHANGELOG.md for a version history. ## Installation @@ -22,6 +22,11 @@ We've been working hard to make the FixMyStreet Platform easy to install and re-use in other countries - please see our site at <http://fixmystreet.org/> for help and documentation in installing the FixMyStreet Platform. +For development, if you have Vagrant installed, you can clone the repo and run +'vagrant up'. We use [Scripts to Rule Them All](https://githubengineering.com/scripts-to-rule-them-all/) +so `script/update` will update your checkout, `script/server` will run a dev +server, and `script/test` will run the tests. + ## Contribution Guidelines Whilst many contributions come as part of people setting up their own @@ -43,691 +48,6 @@ We've extracted all of the mobile apps from this repository into the Thanks to [Browserstack](https://www.browserstack.com/) who let us use their web-based cross-browser testing tools for this project. -## Releases - -* v2.0.4 (13th April 2017) - - Front end improvements: - - On /reports maps, only include reports in view. #1689 - - Admin improvements: - - Allow comma-separated contact emails in the admin. #1683 - - Bugfixes: - - Upgrade Facebook 3rd party library to fix Facebook login. #1681 - - Don't error when devolved body, blank send methods. #1374 - - Fix issue with categories with regex characters. #1688 - -* v2.0.3 (31st March 2017) - - Front end improvements: - - Add ability to make map full screen on mobile report pages. #1655 - - Move staff-only JavaScript to separate file. #1666 - - Show loading indicator when loading pins. #1669 - - Allow users to reopen closed reports. #1607 - - Admin improvements: - - Redirect to category-filtered /reports on login if present. #1622 - - Follow redirect to /admin after login if allowed. #1622 - - Include /admin link on top-level nav for admin users. - - Add shortlist filters. #1629 - - Add submit buttons to admin index search forms. #1551 - - Store user object when deleting report. #1661 - - Use name at time of moderation, include superusers. #1660 - - Add customisable defect types. #1674 - - Bugfixes: - - Fix crash on reports with empty `bodies_str`. #1635 - - Only output appcache/manifest for shortlist users. #1653 - - Fix placeholder typo in French translation. - - Make sure report Ajax call is not cached by IE11. #1638 - - Check cobrand users list when admin merging users. #1662 - - Make sure emails are lowercased in admin. #1662 - - Specify options in 'all' status filter. #1664 - - Be clearer if no states selected is not all states. #1664 - - Set up correct environment in cobrand PO script. #1616 - - Allow superuser to leave update when inspecting. #1640 - - Remove duplicate <> around envelope senders. #1663 - - Fix invisible segmented controls in old Webkit. #1670 - - Remove superfluous lists from Open311 JSON output. #1672 - - Upgrade to using Email::Sender. #1639 - - Fix bug if test run c. 55 hours before BST starts. - - Use lat/lon on inspection form if no local coordinates. #1676 - - Improve translatability of various pages. - - Development improvements: - - Send open reports regardless of current state. #1334 - - Clarify ‘inspected’ behaviour. #1614 - - Reduce disk stats. #1647 - - Refactor main navigation into reusable blocks. - - Add Problem->time_ago for pretty-printed duration. - - Add `external_id` field to ResponsePriority. - - Forward on all bounces as bounces. - - Use sender in From if From and To domains match. #1651 - - Refactor SendReport::Open311 to use cobrand hooks. #792 - - Do upload_dir check on start up, not each report. #1668 - - Make sure all tests can run offline. #1675 - - Add ability to override Google Maps road style. #1676 - -* v2.0.2 (3rd February 2017) - - Front end changes: - - Add an offline fallback page with appcache. #1588 - - Improve print layout for report list pages. #1548 - - Rename ‘unable to fix’ as ‘no further action’. - - Bugfixes: - - Mark two missing strings for translation. #1604 - - Make sure email is lowercase when signing in. #1623 - - Make sure language included in calls to base_url_for_report. #1617 - - Small CSS homepage fixes. - - Admin: - - Fix filtering on shortlist page. #1620 - - Fix 'save with public update' toggle. #1615 - - Admin improvements: - - Add offline report inspection for inspectors. #1588 #1602 #1608 - - Admin with appropriate permission can see body user who left - contribute_as_body report or update. #1601 #1603 - - Include ‘Add user’ link on admin user search results page. #1606 - - Redirect to new user after user creation/edit. #1606 - - Redirect to shortlist after inspection if user has permission. #1612 - - Allow response templates to be associated with a state, and default - to that template if report state changed to match. #1587 - - Disable show name checkbox when reporting as someone else. #1597 - - Show response priorities in report list items. #1582 - - Shortlist add/remove icons in report lists and report page. #1582 - - Reordering shortlist buttons in report lists. #1582 - - Default inspect form to save with public update. - - Drop unneeded Cancel button on inspect form. - - Use ‘*’ on admin page to signify superuser. - - Development improvements: - - Update has_body_permission_to to allow superusers. #1600 - - Move staging flags to their own config variable. #1600 - - Only warn of Open311 failure after a couple, in case it's transient. - - Only load user body permissions once per request. - - Return 400/500 for some client/server errors. - - Fix bad cross-year test. - -* v2.0.1 (16th December 2016) - - Bugfixes: - - Fix issue in dragging map in Chrome 55. openlayers/ol2#1510 - - Don't double-decode strftime output, to fix date/time display. - - Filter category should always carry through to form. - - Don't fix height of admin multiple selects. #1589 - - Admin improvements: - - Add duplicate management to inspector view. #1581 - - Open inspect Navigate link in new tab. #1583 - - Scroll to report inspect form if present. #1583 - - Update problem lastupdate column on inspect save. #1584 - - Update priorities in inspect form on category change. #1590 - - Development improvements: - - Pass test if NXDOMAINs are intercepted. - - Better path for showing config git version. #1586 - -* v2.0 (15th November 2016) - - Front end improvements: - - Add HTML emails. #1281 #1103 - - Stop map being underneath content sidebar/header. #1350 #361 - - Use Ajax/HTML5 history to pull in reports and improve map views. - #1351 #1450 #1457 #1173 - - Allow multiple states and categories to be filtered. #1547 - - Add sort order options to list pages. #308 - - Invert area highlight on body pages. #1564 - - Allow users to change their own email. #360 #1440 - - Improve change password form/success page. #1503 - - Allow scroll wheel to zoom map. #1326 - - Rename "Your reports" in main navigation to "Your account". - - Centre map on pin location when creating a report. - - Zoom into map after second click on marker. - - Maintain single newlines in text output. #306 - - JavaScript performance improvements. #1490 #1491 - - Allow searching for reports with ref: prefix in postcode field. #1495 - - Improve report form, with public, private, category sections. #1528 - - Only show relevant bodies after category selection. - - Add update form name validation. #1493 #503 #1526 - - Add CORS header to RSS output. #1540 - - Switch MapQuest to HTTPS. #1505 - - Better 403/404 pages. - - Admin improvements: - - Greatly improve report edit page, including map. #1347 - - Improve category edit form, and display extra data. #1557 #1524 - - Hide confirmed column on body page if all categories confirmed. #1565 - - Show any waiting reports on admin index page. #1382 - - Allow user's phone number to be edited, and a report's category. #400 - - Resend report if changing category changes body. #1560. - - Leave a public update if an admin changes a report's category. #1544 - - New user system: - - /admin requires a user with the `is_superuser` flag. #1463 - - `createsuperuser` command for creating superusers. - - Feature to create report as body/other user. #1473 - - Add user permissions system. #1486 - - Allow user to have an area assigned in admin. #1488 - - Allow user to have categories assigned in admin. #1563 - - Add inspector report detail view. #1470 - - Add user shortlists. #1482 - - Add response templates and priorities. #1500 #1517 - - Add user reputation and trusted users. #1533 - - Bugfixes: - - Front end: - - Fix photo preview display after submission. #1511 - - Update list of TLDs for email checking. #1504 - - Fix form validation issue with multiple IDs. #1513 - - Don't show deleted bodies on /reports. #1545 - - Stop using collapse filter in category template. - - Use default link zoom for all map types. - - Don't reload /reports or /my pages when filter updated. - - Don't show alert email box if signed in. - - Do not send alerts for hidden reports. #1461 - - Admin: - - Fix contact editing of Open311 categories. #1535 - - Show 'Remove from site' button based on report. #1508 - - Improve moderation display and email. #855 - - Fix invalid SQL being generated by moderation lookup. #1489 - - Show user edit errors (e.g. blank name/email). #1510 - - Disallow empty name when creating/editing bodies. - - Fix a crash on /admin/timeline. - - Development improvements: - - CSS: - - make_css: Add output style option. - - make_css: Follow symlinks. - - Remove some unused CSS, and simplify full-width. #1423 - - Add generic .form-control and .btn classes. - - Open311: - - Tidy up/harden some handling. #1428 - - Add config for request limit, default 1000. #1313 - - Automatically spot co-ord/ID attributes. #1499 - - Make sure passed coordinate is decimal. - - JavaScript: - - Use static validation_rules.js file. #1451 - - Remove need to customise OpenLayers built script. #1448 - - Refactor and tidy all the JavaScript. #913 - - Prefer using an auto.min.js file if present/newer. #1491 - - Testing: - - Speed up tests by stubbing out calls to Gaze. - - Tests can run multiple times simultaneously. #1477 - - run-tests with no arguments runs all tests. - - Don’t cache geocoder results when STAGING_SITE is 1. #1447 - - Make UPLOAD_DIR/GEO_CACHE relative to project root. #1474 - - Change add_links from a function to a filter. #1487 - - Optionally skip some cobrand restrictions. #1529 - - Allow contact form recipient override and extra fields. - - Add server-side MapIt proxy. - - Vagrant installation improvements: - - Improve error handling. - - Don't add a symlink if it is to the same place. - - Backwards incompatible changes: - - Drop support for IE6. #1356 - - UK - - Better handling of two-tier reports. #1381 - - Allow limited admin access to body users on their own cobrands. - - Add Content-Security-Policy header. - -The Open311 adapter code has been moved to its own repository at -<https://github.com/mysociety/open311-adapter>. - -* v1.8.4 (6th July 2016) - - Security: - - Fix XSS vulnerability in OpenGraph header and hide/all pins links. - - Front end improvements: - - Wrap emails better for differing screen sizes. #1393 - - Fix annoying jump when "Get updates" drawer opened. #1425 - - Improve auth flow taken when return key used. #1433 - - Add and improve more CSRF tokens. #1433 - - Remove default box-shadow. #1419 - - Fix missing margin before reporting form email input. #1418 - - Bugfixes: - - Redirect correctly if filter used without JavaScript. #1422 - - Remove race condition when starting new report. #1434 - - Fix a couple of display bugs in IE7. #1356 - - Correctly orient preview images. #1378 - -* v1.8.3 (3rd June 2016) - - Admin improvements - - Add search boxes to admin index page, and move stats. #1295 - - Allow change of email in admin to existing entry. #1207 - - Speed up photo removal. #1400 - - Improve in-place moderation UI. #1388 - - Front end improvements: - - Improve printing of report page in Firefox. #1394 - - Fallback if request to Gaze fails. #1286 - - Bugfixes: - - Fix non-working Google Maps layer. #1215 - - Fix map tap sensitivity on some devices. #911 and openlayers/ol2#1418 - - Fix lack of removal of cached update photos. #1405 - - Handle reports/updates by logged in abuse entries. - - Fix size of grey chevrons. - - Development improvements: - - Massive speed increase to CSS compilation. #1414 - - Use only one templating system for emails. #1410 - - Move summary string function to template. #694 - - Consolidate CSS clearfix handling. #1414 - - Disable auto-CRLF conversion on git checkout. - - Support for Debian Jessie/Ubuntu Xenial. - - UK only - - Add standard mySociety footer. #1385 - -* v1.8.2 (3rd May 2016) - - Security: - - Fix vulnerability in image upload that allowed external - command execution. - - New features - - Twitter social login. #1377 - - PNG image upload support. #1302 #1361 - - Front end improvements: - - Switch list item heading from h4 to h3. #1348 - - Preserve category when clicking elsewhere on map. - - Optimize store logo PNGs. - - Admin improvements - - Default new category creation to confirmed. #1266 - - Use better link to reports on admin body page. - - Bugfixes: - - Show right body user form value for fixed reports. #1369 - - Cope with a '/' in body name slug. #574 - - Ignore empty entries in the image upload IDs. - - Use transparent border in tips/change_location. #1380 - - Development improvements: - - Allow cobrands to control front page number colours. - - Refactor email handling to use Email::MIME alone. #1366 - - Improve testing on Mac OS X. - - Prevent dev sites auto-creating session. - - Display used send method in debug line. - - Remove unused cobrands. #1383 - - Finally combine remaining base/fixmystreet templates. - - Don't warn on bad photo hashes. - - Skip fetched updates if they're out of date range. #1390 - - Store Open311 error in report on failure. #1391 - -* v1.8.1 (23rd March 2016) - - Front end improvements: - - Remember user's last anonymous state. #150 - - Remove auto-scrolling of sidebar on pin hover. #1344 - - Better multiple image display for reports/updates. #1325 - - Improve accessibility of pretty radio buttons and photo inputs. - - Bugfixes: - - Make sure preview image doesn't hide error. #1361 - - Don't double-decode geocoded addresses. #1359 - - Ensure top of reporting form is shown. #787 - - Other updates for Perl 5.20/5.22. #1358 - - Development improvements: - - Add cobrand-specific custom reporting fields. #1352 - -* v1.8 (2nd March 2016) - - New features: - - Facebook login. #1146 - - Multiple photo upload support, with new UI. #190 #825 #1300 - - Front end improvements: - - Pad internal update links so they are in view. #1308 - - Move alert page "recent photos" out of sidebar. #1168 - - Clearer relationship between map pins/list items. #1094 - - Consistent styling for updates on /report and /my pages. #1312 - - Stop a top banner overlapping header contents/improve CSS. #1306 - - Improve design of some error pages. - - Performance improvements: - - Reduce memory usage. #1285 - - Bugfixes: - - Default the Google map view to hybrid. #1293 - - Prevent SVG chevron being stretched in Firefox. #1256 - - Better display/internationalisation of numbers. #1297 - - Fix cobrand restriction of My/Nearby. #1289 - - If app user logged in, perform alert signup. #1321 - - Spot media_url in Open311 GetServiceRequestUpdate. #1315 - - Improve disabled input behaviour (no hover, ensure faded). - - Fix co-ordinate swapping bug in Google geocoder. - - Exclude update alerts from summary alert counts. - - Skip sending if any body marks it for skipping. - - Upgrade Net::SMTP::SSL to fix email sending issue. - - Development improvements: - - Add generic static route handler. #1235 - - Store reports summary data by cobrand. #1290 - - Better handling replies to bounce addresses. #85 - - Combine more base/fixmystreet templates. - - Add OpenStreetMap URL to report email. - - Admin improvements: - - Don't allow blank email/name to be submitted. #1294 - - Handle multiple photo rotation/removal in admin. #1300 - - Fix typo in admin body form checked status. - - UK only - - Make sure front page error is visible. #1336 - - Don't show app next step if used app. #1305 - - House Rules. #890 #1311 - -* v1.7.2 (6th July 2016) - - Security: - - Fix XSS vulnerability in OpenGraph header and hide/all pins links. - -* v1.7.1 (3rd May 2016) - - Security: - - Fix vulnerability in image upload that allowed external - command execution. - -* v1.7 (23rd October 2015) - - Front end improvements: - - Add right-to-left design option. #1209 - - Add state/category filters to list pages. #1141 - - Include last update time in around/my page lists. #1245 - - Show report details more nicely on a questionnaire page. #1104 - - Improve email confirmation page (now matches success pages). #577 - - Update URL hash when mobile menu navigation clicked. #1211 - - Add public status page showing stats and version. #1251 - - Accessibility improvements to map pages. #1217 - - New default OpenGraph image. #1184 - - Turkish translation. - - Performance improvements: - - A number of database speed improvements. #1017 - - Bugfixes: - - Translate report states in admin index. #1179 - - Improve translation string on alert page. #348 - - Fix location bug fetching category extras. - - Workaround DMARC problems. #1070 - - Fix padding of alert form box. #1211 - - Pin Google Maps API version to keep it working. #1215 - - Upgrade Google geocoder to version 3. #1194 - - Fix script running when CDPATH is set. #1250 - - Fix retina image size on front page. #838 - - Process update left as part of questionnaire, to catch empty ones. #1234 - - Make sure explicit sign in button clicks are honoured. #1091 - - Adjust email confirmation text when report not being sent. #1210 - - Fix footer links in admin if behind a proxy. #1206 - - Use base URL in a cobrand alert for a report without a body. #1198 - - Fix potential graph script failure in perl 5.16+. #1262 - - Development improvements: - - Error logging should now work consistently. #404 - - CSS - - Streamline navigation menu CSS. #1191 - - Streamline list item CSS. #1141 - - make_css now follows symlinks. #1181 - - Use a sass variable for hamburger menu. #1186 - - Write progress of make_css_watch to terminal title. #1211 - - Templates: - - Remove final hardcoded "FixMyStreet" from templates. #1205 - - Combine a number of base/fixmystreet templates. #1245 - - Installation: - - Make sure submodules are checked out by Vagrant. #1197 - - Remove Module::Pluggable warning in newer perls. #1254 - - Bundle carton to ease installation step. #1208 - - Translation: - - Improve ease of running gettext-extract. #1202 - - Add standard app.psgi file. - - Add link to volunteer tickets in README. #1259 - - Use Modernizr to decide whether to show mobile map. #1192 - - Prevent potential session cookie recursion. #1077 - - Allow underscore in cobrand name/data. #1236 - - Add a development URL to see check email pages. #1211 - -* v1.6.3 (6th July 2016) - - Security: - - Fix XSS vulnerability in OpenGraph header and hide/all pins links. - -* v1.6.2 (3rd May 2016) - - Security: - - Fix vulnerability in image upload that allowed external - command execution. - -* v1.6.1 (31st July 2015) - - Bugfixes: - - Fix bug introduced in last release when setting multiple areas - for a body in the admin. #1158 - - Don't have default "name >= 5 characters"/"must have space" checks, - as Latin-centric #805 - - New features: - - Danish translation. - - Front end improvements: - - Fix “All Reports” table headers on scroll. #50 - - Add time tooltips to All Reports table headings. #983 - - Fix sidebar running over the footer on alerts page. #1168 - - Admin improvements: - - Add mark as sent button. #601 - - Add link to comment user ID from body form if present. #580 - - Add MapIt links from body page/ report co-ordinates. #638 - - Show any category extra data. #517 #920 - - Mark users who have moderate permission. #990 - - Allow editing of body external URL. - - List a report’s bodies more nicely. - - UK specific improvements: - - Explain gone Northern Ireland councils. #1151 - - Better messaging for councils refusing messages. #968 - -* v1.5.5 / v1.6 (10th July 2015) - - Security: - - Fix vulnerability in login email sending that could allow an account - to be hijacked by a third party. - - Time out email authentication tokens. - - Update dependency to fix issue with Unicode characters in passwords. - - New features: - - Chinese translation. - - Front end improvements: - - Add “Report” button in default mobile header. #931 - - Use ‘hamburger’ menu icon in mobile header. #931 - - Resize map pins based on zoom level. #1041 - - Improve report meta information display. #1080 - - Display message on body page when reports list is empty. - - Bugfixes: - - Fix issue with shrunken update photos. #424 - - Fix typo in footer role="contentinfo". - - Default Google maps to satellite view. #1133 - - Update Bing Maps parameter ID. - - Development improvements: - - Add ability for map pages to filter by category/state. #1134 - (this is currently on a couple of cobrands, to add to base soon) - - Allow cobrands to specify ordering on all reports page. - - Use mocked Nominatim in tests to cope with bad connections. - - Add Extra role to ease use of the {extra} database field. #1018 - - UK specific improvements: - - Add dog poop poster. #1028 - -* v1.5.4 (25th February 2015) - - New features: - - Stamen toner-lite and Bing Maps tiles. - - Czech and part-done Lithuanian translations. - - Front end improvements: - - Nicer confirmation pages, with next steps template example. #972 - - Always show report/update confirmation page, even if logged in. #1003 - - Expire cached geolocations after a week. #684 - - Bugfixes: - - Make sure all co-ordinates are stringified/truncated. #1009 - - Correct "Open Street Map" to "OpenStreetMap". #1021 - - Only create timezone objects once, at startup. - - Development improvements: - - Remove need to specify en-gb in LANGUAGES. #1015 - - Mac installation improvements. #1014 - - Make use of jhead and Math::BigInt::GMP optional. #1016 - - Link from admin config page to MapIt. #1022 - - Test URLs for confirmation pages. - - New configuration variable for setting up behind a secure proxy. - - UK specific improvements: - - Output easting/northing on one line. #997 - - Output Irish easting/northing in Northern Ireland. #822 - -* v1.5.3 (21st January 2015) - - New features: - - Satellite map toggle option on Google Maps view. #1002 - - Greek translation. - - Bugfixes: - - Fix cron-based email to use configured SMTP settings. #988 - - Update UNIX_USER variable on installation setup of crontab. #974 - - Improve make_css finding of bundled compass when in symlink. #978 - - Remove hard-coded site name from submit email template. - - Allow forked repository pull requests to run on Travis. - - Fix title of Privacy page, and other minor text fixes. - - CSS: add some bottom content padding and fix a tiny map links issue. - - Development improvements: - - Replace site_title cobrand function with site-name web template. #979 - - Remove need for 'cron-wrapper' to run scripts. #852 - - Rename 'test-wrapper' to 'run-tests'. #999 - - Add client_max_body_size nginx config option. #995 - - Tidy up bin directory and #! lines. - - Admin improvements: - - Add staging email warning on admin body pages if needed. #982 - - Add admin navigation link to Configuration page. #1005 - - Better URL for body category editing. - -* v1.5.2 (17th December 2014) - - Hide unneeded heading on default footer. - - Suppress 'Argument "" isn't numeric' warning on admin report edit page. - - [UK] Don't show topic form field when reporting abuse. - - Use token in moderation response URL to prevent hidden report leak. - -* v1.5.1 (12th December 2014) - - Bugfixes - - Use correct cobrand signature in SendReport emails. #960 - - Fix double encoding of non-ASCII signature in emails. #961 - - Use area-based alerts by default, as they function correctly. #959 - - Set DefaultLocale appropriately when language set, for date display. - - Open311 - - Better error if Open311 server returns a nil service list. - - Cope better with Open311 server not liking a blank jurisdiction_id. - - Installation/developer improvements: - - Add a script to use a test database for running tests. #786 - - Make base FAQ more generic, move out UK-specific parts. #753 #935 - - Provide guidance at top of example config file. - - Don't install open311-endpoint feature by default. - -* v1.5 (19th November 2014) - - Installation/developer improvements: - - Support for Ubuntu Trusty Tahr 14.04 LTS. #921 - - Install bundler for more stable gem installation. #923 - - Rewritten graph generation programs in Perl. #924 - - Front end report moderation code. #809 - - Admin improvements: - - Pagination of admin search results. #909 - - Validation of category details. #556 - - Removed overhang in body categories table. #738 - - Add encouraging message about support. #929 - - Tweak summary output on bodies page. #516 - - Move diligency table to bottom of page. #739 - - Front end: - - Map page sidebar now flush with edges of window. #381 - - Simplify z-index usage, with other tidying. #673 - - Filtering of All Reports by category in URL. #254 - - More template generalisation, moving UK-specific stuff away. #344 - - Bugfixes: - - Fixed JavaScript-disabled submission in Chrome/Firefox. #932 - - Show logged in message as success, not error. #357 - - Remove opacity from map controls on mobile. - - Escape category in RSS feeds. - - Internationalisation: - - Add Albanian, Bulgarian, Hebrew, and Ukranian .po files. - -* v1.4.2 (14th July 2014) - - Maintenance release to deal with failing package installation. #832 - - User additions/improvements: - - New links from `/reports` to open/fixed reports. #798 - - Better detection of signing in on `/auth` form. #816 - - Installation/developer improvements: - - Allow SMTP username/password to be specified. #406 - - Correct GitHub link in `Vagrantfile`. - - Error correctly if `cron-wrapper` fails to run. - - Rename `default` web templates directory to `base`. - - Move UK-specific text to separate templates. #344 - - Upgrade bundled `cpanm`. #807 - -* v1.4.1 (23rd May 2014) - - Don't run some cron scripts by default, and rejig timings, to alleviate - memory problems on EC2 micro instances. #640 - -* v1.4 (16th May 2014) - - User improvements: - - Adds some guidance on an empty `/my` page. #671 - - Auto-selects the category when reporting if there is only one. #690 - - Stops indenting emails a few spaces. #715 - - Email template updates. #700 - - Installation/developer improvements: - - Makes it easier to change the pin icons. #721 - - Sends reports on staging sites to the reporter. #653 - - Adds a no-op send method to suspend report sending. #507 - - Improves the example Apache config. #733 - - Includes a nicer crontab example. #621 - - New developer scripts: - - `make_css_watch`. #680 - - `geocode`. #758 - - Adds `external_url` field to Bodies. #710 - - Reinstates Open311 original update fetching code. #710 #755 - - Pins sass/compass versions. #585 - - Adds new `MAPIT_GENERATION` variable. #784 - - Bugfixes: - - Fixes MapQuest and OSM attribution. #710 #687 - - Remove cached photos when deleted from admin. - - Tiny bugfixes processing Open311 updates. #677 - - Correctly sets language in email alert loop. #542 - - Cron emails use `EMAIL_DOMAIN` in Message-ID. #678 - - Minor fixes for Debian wheezy. - - Graph display of fixed states. - - Slight CSS simplification. #609 - - Internal things: - - Improves the robustness of Carton installation. #675 - - Doubles the speed of running tests on Travis. - -* v1.3 (12th November 2013) - - Changes cobrand behaviour so if only one is specified, always use it. #598 - - Allows multiple email addresses to be given for a contact. - - Bugfixes to pan icon placement, and bottom navbar in Chrome. #597 - - Admin improvements - - Search by external ID. #389 - - Date picker in stats. #514 - - Mark external links. #579 - - Fix for bug when changing report state from 'unconfirmed'. #527 - - Improve lists of report updates. - - Add marking of bodies as deleted. - - Show version number of code on config page. - - Test suite runs regardless of config file contents. #596 - -* v1.2.6 (11th October 2013) - - Upgrades OpenLayers to 2.13.1, for e.g. animated zooming. - - Adds facility for using Google Maps via OpenLayers. #587 - - Swaps installation order of Perl modules/database, more robust. #573 - - Renames default FakeMapIt "Default Area" to "Everywhere". #566 - - Adds a "current configuration" admin page. #561 - -* v1.2.5 (13th September 2013) - - Adds various useful hints and notices to the admin interface. #184 - - Improves the install script, including an example `Vagrantfile` - - It is now easier for tests to override particular configuration - variables should they need to. - -* v1.2.4 (5th September 2013) - - A fix for the long-standing issue where multiline strings were not being - translated (reported at https://github.com/abw/Template2/pull/29 ) - - Better translation strings for "marked as" updates, fixes #391 - - Less noise when running the tests - -* v1.2.3 (2nd September 2013) - - Maintenance release to deal with failing installation - - Improves reuse of `make_css` and shared CSS - - Removes hardcoded UK URLs on a couple of admin error emails - - Marks a couple of strings missing translation - - Updates mapquest URLs - -* v1.2.2 (26th July 2013) - - Maintenance release to deal with failing installation - - Improves the Google Maps plugin somewhat, though still needs work - -* v1.2.1 (5th June 2013) - - Maintenance release to deal with failing carton installation - - Test and module fixes for installation on Debian wheezy - - Module fixes for running on Travis - - The install script adds gem environment variables to the user's .bashrc - so that `make_css` can be run directly after installation - - `make_css` automatically spots which cobrands use compass - - Adds some missing states to the admin report edit page - -* v1.2 (3rd May 2013) - - Adds `MAPIT_ID_WHITELIST` to allow easier use of global MapIt - - Adds postfix to the install script/ AMI so emailing works out of the box - - Adds an extra zoom level to the OSM maps - - Adds the Catalyst gzip plugin so HTML pages are gzipped - - Fixes an issue with the All Reports summary statistics not including some - open states, such as 'in progress' - -* v1.1.2 (15th March 2013) - - Includes the `cpanfile` now required by carton, the Perl package - management program we use. - -* v1.1.1 (22nd February 2013) - - Hotfix to fix missed iPhone width bug - -* v1.1 (22nd February 2013) - - Adds bodies, so that the organisations that reports are sent to can cover - multiple MapIt administrative areas, or multiple bodies can cover one - area, and other related scenarios - - Admin display improvements - - Internationalisation improvements, especially with text in JavaScript - - Various minor updates and fixes (e.g. a `--debug` option on `send-reports`, - and coping if MapIt has its debug switched on) - -* v1.0 (24th October 2012) - - Official launch of the FixMyStreet platform - ## Examples * <https://www.fixmystreet.com/> diff --git a/Vagrantfile b/Vagrantfile index 575eec765..536974693 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| echo "****************" echo "You can now ssh into your vagrant box: vagrant ssh" echo "The website code is found in: ~/fixmystreet" - echo "You can run the dev server with: script/fixmystreet_app_server.pl [-d] [-r] [--fork]" + echo "You can run the dev server with: script/server" echo "Access the admin with username: superuser@example.org and password: password" else echo "Unfortunately, something appears to have gone wrong with the installation." diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index d780b7f94..df1870dae 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.0.4} +VERSION=${VERSION_OVERRIDE:-v2.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh @@ -67,5 +67,5 @@ if [ ! "$DEVELOPMENT_INSTALL" = true ]; then echo Installation complete - you should now be able to view the site at: echo http://$HOST/ echo Or you can run the tests by switching to the "'$UNIX_USER'" user and - echo running: $REPOSITORY/bin/run-tests t + echo running: $REPOSITORY/script/test fi diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index f04c38bf7..22da011f7 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+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" @@ -93,11 +93,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -109,7 +109,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 templates/web/base/admin/users.html:32 +#: templates/web/base/admin/report_blocks.html:24 templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -142,6 +142,10 @@ msgstr "" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "" @@ -154,7 +158,7 @@ msgstr "" msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 perllib/FixMyStreet/App/Controller/Report/New.pm:658 perllib/FixMyStreet/DB/Result/Problem.pm:454 +#: 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 --" msgstr "" @@ -189,7 +193,6 @@ msgstr "" 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') #. ("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" @@ -227,7 +230,7 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:10 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:6 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -250,7 +253,7 @@ msgstr "" 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:136 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:30 +#: 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 msgid "Add to shortlist" msgstr "" @@ -258,15 +261,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -274,7 +277,7 @@ msgstr "" msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -302,7 +305,7 @@ msgstr "" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 templates/web/zurich/reports/index.html:13 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -314,7 +317,7 @@ msgstr "" 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:21 templates/web/zurich/nav_over_content.html:6 +#: 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 msgid "All reports" msgstr "" @@ -322,6 +325,14 @@ msgstr "" msgid "All reports between %s and %s" msgstr "" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -330,7 +341,7 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/web/base/admin/report_edit.html:134 templates/web/base/admin/update_edit.html:23 +#: templates/web/base/admin/report_edit.html:122 templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "" @@ -338,10 +349,6 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -378,7 +385,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -402,10 +409,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -430,11 +441,11 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Default.pm:729 perllib/FixMyStreet/Cobrand/Zurich.pm:391 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:55 templates/web/zurich/header.html:56 +#: 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 msgid "Bodies" msgstr "" @@ -458,7 +469,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 templates/web/base/admin/responsepriorities/list.html:8 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -466,7 +477,7 @@ 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:38 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:41 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 msgid "Category" msgstr "" @@ -498,23 +509,11 @@ msgstr "" msgid "Change password" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -563,7 +562,7 @@ msgstr "" 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:17 templates/web/base/admin/report_blocks.html:27 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:18 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:10 templates/web/zurich/admin/header.html:16 templates/web/zurich/admin/stats.html:31 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 perllib/FixMyStreet/Cobrand/Zurich.pm:960 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html: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 "" @@ -599,7 +598,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 templates/web/base/admin/config_page.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -619,7 +618,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/body.html:85 templates/web/base/admin/category_edit.html:54 templates/web/base/admin/contact-form.html:47 templates/web/zurich/admin/stats.html:40 +#: templates/web/base/admin/contact-form.html:54 templates/web/zurich/admin/contact-form.html:12 templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "" @@ -648,7 +647,7 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "" @@ -700,7 +699,7 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/admin/contact-form.html:137 templates/web/zurich/admin/body.html:62 +#: templates/web/base/admin/contact-form.html:136 templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "" @@ -708,11 +707,11 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -740,7 +739,7 @@ msgstr "" msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:5 templates/web/base/dashboard/index.html:7 +#: templates/web/base/dashboard/index.html:5 templates/web/base/dashboard/index.html:7 templates/web/base/reports/index.html:15 templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -748,19 +747,19 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 templates/web/base/admin/template_edit.html:50 templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 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/body.html:87 templates/web/base/admin/category_edit.html:55 templates/web/base/admin/contact-form.html:58 templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/bodies.html:31 templates/web/base/admin/contact-form.html:56 templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:110 templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -780,7 +779,7 @@ msgstr "" msgid "Details:" msgstr "" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -792,7 +791,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "" @@ -805,11 +804,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -821,7 +824,7 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:16 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:10 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "" @@ -841,7 +844,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 templates/web/base/report/_item.html:81 +#: templates/web/base/report/_inspect.html:19 templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -853,23 +856,23 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -885,7 +888,7 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "" @@ -893,7 +896,7 @@ msgstr "" msgid "Email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "" @@ -909,11 +912,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/report_edit.html:141 templates/web/base/admin/update_edit.html:35 templates/web/base/admin/user-form.html:19 templates/web/zurich/admin/body.html:48 templates/web/zurich/admin/contact-form.html:6 +#: templates/web/base/admin/report_edit.html:129 templates/web/base/admin/update_edit.html:35 templates/web/base/admin/user-form.html:19 templates/web/zurich/admin/body.html:48 templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "" @@ -948,7 +951,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -956,7 +959,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:5 templates/web/base/around/postcode_form.html:6 +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 templates/web/base/around/postcode_form.html:5 templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" msgstr "" @@ -984,7 +987,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report_edit.html:122 templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -992,7 +995,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1044,15 +1047,15 @@ 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:11 templates/web/base/admin/report_blocks.html:26 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:17 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:45 +#: 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 msgid "Fixed" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:13 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1068,11 +1071,11 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 templates/web/base/admin/users.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1088,7 +1091,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 templates/web/base/admin/user-form.html:100 +#: templates/web/base/admin/report_edit.html:135 templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1120,6 +1123,10 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/admin/stats.html:102 +msgid "Get Count" +msgstr "" + #: templates/web/base/around/_updates.html:3 templates/web/base/report/display_tools.html:14 msgid "Get updates" msgstr "" @@ -1140,7 +1147,7 @@ msgstr "" 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/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:38 templates/web/base/reports/_list-filters.html:53 templates/web/base/reports/index.html:75 templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "" @@ -1148,7 +1155,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1156,10 +1163,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" @@ -1168,7 +1171,7 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/main_nav_items.html:40 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:23 templates/web/zurich/nav_over_content.html:8 +#: templates/web/base/main_nav_items.html:40 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:22 templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" @@ -1180,18 +1183,34 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 templates/web/base/admin/report_blocks.html:28 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:12 templates/web/base/report/inspect/state_groups_select.html:19 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:11 templates/web/zurich/admin/stats.html:32 templates/web/zurich/admin/update_edit.html:18 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html: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 msgid "Hidden" msgstr "" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" msgstr "" +#: templates/web/base/my/anonymize.html:1 templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +msgid "Hide my name on this report" +msgstr "" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" @@ -1204,6 +1223,10 @@ msgstr "" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" @@ -1224,7 +1247,7 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1310,7 +1333,7 @@ msgstr "" msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:141 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:43 +#: templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:141 msgid "In Progress" msgstr "" @@ -1322,10 +1345,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/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:9 templates/web/base/report/banner.html:18 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:5 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:8 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 perllib/FixMyStreet/Cobrand/Zurich.pm:954 templates/web/base/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 msgid "In progress" msgstr "" +#: templates/web/base/admin/contact-form.html:55 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1342,11 +1369,15 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +msgid "Inspect report" +msgstr "" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1354,7 +1385,7 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:18 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1366,7 +1397,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "" @@ -1374,19 +1405,19 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:7 templates/web/base/dashboard/index.html:139 templates/web/base/dashboard/index.html:140 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:4 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1410,7 +1441,7 @@ msgstr "" msgid "Last 4 weeks" msgstr "" -#: templates/web/base/dashboard/index.html:49 +#: templates/web/base/dashboard/index.html:49 templates/web/base/reports/index.html:38 msgid "Last 7 days" msgstr "" @@ -1418,6 +1449,10 @@ msgstr "" msgid "Last editor" msgstr "" +#: templates/web/base/questionnaire/index.html:25 +msgid "Last update" +msgstr "" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1426,7 +1461,7 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:20 templates/web/base/report/_item.html:86 +#: templates/web/base/report/_inspect.html:23 templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1486,7 +1521,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1506,19 +1541,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "" @@ -1538,15 +1565,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1554,7 +1581,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "" @@ -1562,7 +1589,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "" @@ -1574,11 +1601,11 @@ msgstr "" 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/base/reports/index.html:23 templates/web/zurich/admin/body-form.html:4 templates/web/zurich/auth/general.html:60 templates/web/zurich/report/new/fill_in_details_form.html:59 +#: 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 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:139 templates/web/base/admin/responsepriorities/edit.html:13 templates/web/base/admin/update_edit.html:34 templates/web/base/admin/user-form.html:16 templates/web/zurich/admin/stats.html:41 +#: templates/web/base/admin/report_edit.html:127 templates/web/base/admin/responsepriorities/edit.html:13 templates/web/base/admin/update_edit.html:34 templates/web/base/admin/user-form.html:16 templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "" @@ -1586,7 +1613,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1594,15 +1621,15 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1612,15 +1639,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" @@ -1688,7 +1711,7 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 templates/web/base/admin/category_edit.html:4 templates/web/base/admin/list_updates.html:32 templates/web/base/admin/list_updates.html:34 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/report_edit.html:137 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 +#: 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:82 msgid "No" msgstr "" @@ -1720,7 +1743,7 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:14 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:8 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "" @@ -1728,11 +1751,11 @@ msgstr "" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -1768,7 +1791,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:15 templates/web/base/report/inspect/state_groups_select.html:1 templates/web/base/report/inspect/state_groups_select.html:9 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -1788,7 +1811,7 @@ msgstr "" msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:75 templates/web/base/admin/category_edit.html:57 templates/web/zurich/admin/body.html:17 +#: templates/web/base/admin/body.html:75 templates/web/base/admin/category_edit.html:56 templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -1796,7 +1819,7 @@ msgstr "" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/zurich/admin/body.html:55 templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/body.html:55 templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "" @@ -1816,6 +1839,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -1828,38 +1855,18 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "" - #: templates/web/base/reports/_list-filters.html:48 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:25 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:16 templates/web/base/report/inspect/state_groups_select.html:3 templates/web/base/report/update/form_update.html:41 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:7 templates/web/zurich/admin/update_edit.html:18 +#: 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 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -1888,10 +1895,18 @@ msgstr "" 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:1061 perllib/FixMyStreet/App/Controller/Report/New.pm:658 perllib/FixMyStreet/App/Controller/Report/New.pm:659 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: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 msgid "Other" msgstr "" +#: templates/web/base/reports/index.html:107 +msgid "Other categories" +msgstr "" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "" @@ -1904,7 +1919,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "" @@ -1932,11 +1947,11 @@ msgstr "" msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:87 templates/web/base/admin/report_edit.html:146 templates/web/base/admin/user-form.html:21 templates/web/zurich/admin/stats.html:39 +#: perllib/FixMyStreet/Script/Reports.pm:87 templates/web/base/admin/report_edit.html:134 templates/web/base/admin/user-form.html:21 templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "" -#: templates/web/base/questionnaire/index.html:78 templates/web/base/questionnaire/index.html:93 templates/web/base/questionnaire/index.html:95 templates/web/base/report/new/form_report.html:28 templates/web/base/report/new/form_report.html:43 templates/web/base/report/new/form_report.html:45 templates/web/base/report/update/form_update.html:22 templates/web/base/report/update/form_update.html:24 templates/web/base/report/update/form_update.html:7 templates/web/zurich/admin/index-dm.html:29 templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports.html:16 templates/web/zurich/admin/stats.html:37 templates/web/zurich/report/new/fill_in_details_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:36 templates/web/zurich/report/new/fill_in_details_form.html:38 +#: templates/web/base/questionnaire/index.html:78 templates/web/base/questionnaire/index.html:93 templates/web/base/questionnaire/index.html:95 templates/web/base/report/new/form_report.html:30 templates/web/base/report/new/form_report.html:45 templates/web/base/report/new/form_report.html:47 templates/web/base/report/update/form_update.html:22 templates/web/base/report/update/form_update.html:24 templates/web/base/report/update/form_update.html:7 templates/web/zurich/admin/index-dm.html:29 templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports.html:16 templates/web/zurich/admin/stats.html:37 templates/web/zurich/report/new/fill_in_details_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:36 templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "" @@ -1944,11 +1959,11 @@ msgstr "" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" -#: templates/web/base/questionnaire/index.html:78 templates/web/base/report/new/form_report.html:28 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/base/questionnaire/index.html:78 templates/web/base/report/new/form_report.html:30 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -1956,11 +1971,15 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/reports/index.html:63 templates/web/base/reports/index.html:66 +msgid "Pick your council" +msgstr "" + #: templates/web/base/around/display_location.html:76 templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 perllib/FixMyStreet/Cobrand/Zurich.pm:946 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:140 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:9 templates/web/zurich/admin/index-dm.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 perllib/FixMyStreet/Cobrand/Zurich.pm:946 templates/web/base/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 msgid "Planned" msgstr "" @@ -1976,7 +1995,7 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 perllib/FixMyStreet/App/Controller/Report/New.pm:844 perllib/FixMyStreet/App/Controller/Report/New.pm:867 perllib/FixMyStreet/DB/Result/Problem.pm:456 templates/web/base/js/translation_strings.html:9 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 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 msgid "Please choose a category" msgstr "" @@ -1984,11 +2003,11 @@ msgstr "" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -1999,15 +2018,15 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 perllib/FixMyStreet/DB/Result/Comment.pm:127 templates/web/base/js/translation_strings.html:2 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 perllib/FixMyStreet/DB/Result/Comment.pm:127 templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2019,7 +2038,7 @@ msgstr "" msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 perllib/FixMyStreet/App/Controller/Admin.pm:1361 perllib/FixMyStreet/App/Controller/Admin.pm:363 perllib/FixMyStreet/DB/Result/User.pm:164 templates/web/base/js/translation_strings.html:12 templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 perllib/FixMyStreet/App/Controller/Admin.pm:1362 perllib/FixMyStreet/App/Controller/Admin.pm:363 perllib/FixMyStreet/DB/Result/User.pm:164 templates/web/base/js/translation_strings.html:12 templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "" @@ -2043,7 +2062,7 @@ msgstr "" msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 templates/web/base/js/translation_strings.html:7 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 templates/web/base/js/translation_strings.html:7 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 "" @@ -2103,7 +2122,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2147,27 +2166,27 @@ msgstr "" msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:103 templates/web/base/report/update-form.html:25 templates/web/base/report/update/form_user_loggedout_by_email.html:14 templates/web/base/report/update/form_user_loggedout_password.html:10 +#: templates/web/base/report/update-form.html:25 templates/web/base/report/update/form_user_loggedout_by_email.html:14 templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2175,7 +2194,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2191,7 +2210,7 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 templates/web/base/admin/contact-form.html:74 templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 templates/web/base/admin/contact-form.html:73 templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2219,7 +2238,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "" @@ -2227,7 +2246,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -2247,11 +2266,11 @@ msgstr "" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2320,19 +2339,19 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2340,11 +2359,11 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2369,10 +2388,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "" @@ -2385,11 +2400,11 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:134 templates/web/base/report/_main.html:18 templates/web/base/report/_main.html:26 +#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:138 templates/web/base/report/_main.html:18 templates/web/base/report/_main.html:26 msgid "Remove from shortlist" msgstr "" @@ -2397,7 +2412,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 templates/web/base/admin/update_edit.html:69 templates/web/zurich/admin/update_edit.html:35 +#: templates/web/base/admin/report_edit.html:154 templates/web/base/admin/update_edit.html:69 templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" @@ -2409,11 +2424,11 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 templates/web/base/report/_item.html:76 +#: templates/web/base/report/_inspect.html:13 templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" -#: templates/web/base/header_logo.html:2 templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 templates/web/zurich/nav_over_content.html:4 +#: templates/web/base/header_logo.html:2 templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" @@ -2485,10 +2500,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" @@ -2497,11 +2508,11 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Zurich.pm:383 templates/web/base/dashboard/index.html:134 templates/web/zurich/header.html:52 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -2525,11 +2536,11 @@ msgstr "" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -2565,7 +2576,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -2585,11 +2596,11 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 perllib/FixMyStreet/App/Controller/Admin.pm:1747 templates/web/base/admin/report_edit.html:163 templates/web/base/admin/update_edit.html:66 templates/web/zurich/admin/report_edit.html:118 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 perllib/FixMyStreet/App/Controller/Admin.pm:1748 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:1743 templates/web/base/admin/report_edit.html:164 templates/web/base/admin/update_edit.html:67 templates/web/zurich/admin/report_edit.html:119 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 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 "" @@ -2605,7 +2616,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 templates/web/base/admin/responsepriorities/edit.html:46 templates/web/base/admin/template_edit.html:46 templates/web/base/report/_inspect.html:168 templates/web/base/report/_main.html:113 templates/web/base/report/update.html:60 templates/web/zurich/admin/body.html:62 templates/web/zurich/admin/contact-form.html:20 templates/web/zurich/admin/template_edit.html:29 +#: 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:168 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 msgid "Save changes" msgstr "" @@ -2613,7 +2624,6 @@ msgstr "" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -2647,7 +2657,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -2655,10 +2665,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" @@ -2671,6 +2677,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -2691,7 +2701,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -2699,15 +2709,19 @@ msgstr "" msgid "Share" msgstr "" -#: templates/web/base/main_nav_items.html:10 templates/web/base/report/_main.html:136 templates/web/base/report/_main.html:21 templates/web/base/report/_main.html:29 +#: templates/web/base/main_nav_items.html:10 templates/web/base/report/_main.html:140 templates/web/base/report/_main.html:21 templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 templates/web/base/report/_main.html:20 templates/web/base/report/_main.html:25 templates/web/base/reports/_list-filters.html:9 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 templates/web/base/report/_main.html:20 templates/web/base/report/_main.html:25 templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -2715,6 +2729,10 @@ msgstr "" msgid "Show Photo?" msgstr "" +#: templates/web/base/questionnaire/index.html:26 +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 msgid "Show my name publicly" msgstr "" @@ -2727,7 +2745,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "" @@ -2739,6 +2757,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 msgid "Sign in" msgstr "" @@ -2786,7 +2808,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 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:231 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 "" @@ -2808,7 +2830,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -2828,7 +2850,7 @@ msgstr "" msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:73 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:83 templates/web/base/report/_item.html:94 templates/web/base/report/update/form_update.html:39 +#: 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:72 templates/web/base/report/_item.html:94 templates/web/base/report/update/form_update.html:39 templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -2836,7 +2858,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 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: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 msgid "Stats" msgstr "" @@ -2860,7 +2882,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -2872,7 +2894,7 @@ msgstr "" msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:174 templates/web/base/admin/report_edit.html:24 templates/web/base/admin/update_edit.html:77 templates/web/base/admin/user-form.html:170 templates/web/zurich/admin/report_edit-sdm.html:124 templates/web/zurich/admin/report_edit.html:264 templates/web/zurich/admin/update_edit.html:38 +#: templates/web/base/admin/report_edit.html:162 templates/web/base/admin/report_edit.html:24 templates/web/base/admin/update_edit.html:77 templates/web/base/admin/user-form.html:170 templates/web/zurich/admin/report_edit-sdm.html:124 templates/web/zurich/admin/report_edit.html:264 templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "" @@ -2896,15 +2918,15 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 perllib/FixMyStreet/Cobrand/Zurich.pm:382 templates/web/base/admin/bodies.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:13 templates/web/zurich/header.html:49 +#: 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 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:4 templates/web/zurich/reports/index.html:0 templates/web/zurich/reports/index.html:4 +#: templates/web/zurich/reports/index.html:0 templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" @@ -2924,7 +2946,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 perllib/FixMyStreet/Cobrand/Zurich.pm:393 templates/web/zurich/header.html:69 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 perllib/FixMyStreet/Cobrand/Zurich.pm:393 templates/web/zurich/header.html:69 msgid "Templates" msgstr "" @@ -2948,7 +2970,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -2984,19 +3006,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3018,7 +3040,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:103 templates/web/base/admin/contact-form.html:104 +#: 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 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>." @@ -3042,7 +3064,7 @@ msgstr "" msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3112,7 +3134,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3120,7 +3142,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 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:765 perllib/FixMyStreet/App/Controller/Report/Update.pm:152 templates/web/base/auth/general.html:53 templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" @@ -3128,7 +3150,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3136,7 +3158,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3194,7 +3216,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:881 perllib/FixMyStreet/App/Controller/Report/New.pm:925 perllib/FixMyStreet/App/Controller/Report/New.pm:971 perllib/FixMyStreet/Cobrand/UK.pm:45 +#: 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 msgid "This information is required" msgstr "" @@ -3202,23 +3224,19 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" msgstr "" @@ -3230,15 +3248,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3254,7 +3272,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 templates/web/base/admin/timeline.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3282,6 +3300,14 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 templates/web/base/admin/stats.html:24 templates/web/base/admin/stats.html:43 templates/web/base/admin/stats_fix_rate.html:4 templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "" @@ -3310,7 +3336,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -3326,7 +3352,7 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:21 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 +#: 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 msgid "Unconfirmed" msgstr "" @@ -3342,11 +3368,11 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 perllib/FixMyStreet/App/Controller/Root.pm:124 templates/web/base/js/translation_strings.html:38 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 perllib/FixMyStreet/App/Controller/Root.pm:129 templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 perllib/FixMyStreet/App/Controller/Report.pm:121 perllib/FixMyStreet/App/Controller/Report.pm:124 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 perllib/FixMyStreet/App/Controller/Report.pm:118 perllib/FixMyStreet/App/Controller/Report.pm:121 msgid "Unknown problem ID" msgstr "" @@ -3406,7 +3432,7 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 perllib/FixMyStreet/App/Controller/Admin.pm:1221 perllib/FixMyStreet/App/Controller/Admin.pm:1384 perllib/FixMyStreet/App/Controller/Admin.pm:822 perllib/FixMyStreet/Cobrand/Zurich.pm:762 perllib/FixMyStreet/Cobrand/Zurich.pm:787 perllib/FixMyStreet/Cobrand/Zurich.pm:857 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 perllib/FixMyStreet/App/Controller/Admin.pm:1222 perllib/FixMyStreet/App/Controller/Admin.pm:1385 perllib/FixMyStreet/App/Controller/Admin.pm:821 perllib/FixMyStreet/Cobrand/Zurich.pm:762 perllib/FixMyStreet/Cobrand/Zurich.pm:787 perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -3427,11 +3453,21 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -3443,11 +3479,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -3459,7 +3495,7 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 perllib/FixMyStreet/Cobrand/Default.pm:723 perllib/FixMyStreet/Cobrand/Zurich.pm:398 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 +#: 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 msgid "Users" msgstr "" @@ -3467,7 +3503,7 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 perllib/FixMyStreet/App/Controller/Admin.pm:430 perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 perllib/FixMyStreet/App/Controller/Admin.pm:429 perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -3568,7 +3604,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -3593,7 +3629,7 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 templates/web/base/admin/bodies.html:70 templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 templates/web/base/admin/category_edit.html:5 templates/web/base/admin/flagged.html:47 templates/web/base/admin/list_updates.html:32 templates/web/base/admin/list_updates.html:34 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/report_edit.html:136 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 +#: 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:80 msgid "Yes" msgstr "" @@ -3625,7 +3661,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -3656,7 +3692,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 templates/web/zurich/report/new/fill_in_details_form.html:30 +#: templates/web/base/report/new/form_report.html:39 templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3707,7 +3743,7 @@ 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:81 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/_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 msgid "Your email" msgstr "" @@ -3723,6 +3759,18 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +msgid "Your name has been hidden." +msgstr "" + #: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" msgstr "" @@ -3735,7 +3783,7 @@ msgstr "" msgid "Your password has been changed" msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:26 templates/web/zurich/report/new/fill_in_details_form.html:69 +#: templates/web/base/contact/index.html:87 templates/web/base/report/new/form_user_loggedout_by_email.html:26 templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "" @@ -3771,7 +3819,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -3803,43 +3851,43 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 templates/web/base/admin/questionnaire.html:15 templates/web/base/admin/questionnaire.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 templates/web/base/admin/questionnaire.html:15 templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "" @@ -3867,7 +3915,7 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -3875,7 +3923,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -3883,7 +3931,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 templates/web/zurich/report/_main.html:5 +#: templates/web/base/report/_report_meta_info.html:5 templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -3975,6 +4023,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:55 +#, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:43 +#, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:107 +#, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:49 +#, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "" +msgstr[1] "" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index 89446e835..a33e98053 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Sanad Organization <ptx2017@sanad-iq.org>, 2017\n" "Language-Team: Arabic (https://www.transifex.com/mysociety/teams/12067/ar/)\n" @@ -114,11 +114,11 @@ msgstr "" "لذلك سيظهر في كلا تنبيهي المجلس المحلي، ولكن سيظهر فقط في تنبيه \"ضمن الحدود\"\n" "للمجلس البلدي." -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "دائرة %s، %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s، ضمن دائرة %s" @@ -130,7 +130,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(الخلل وموقع الخلل)" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(البريد في لائحة المسيئين)" @@ -166,6 +166,10 @@ msgstr "(تم الإصلاح)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "( مثل الكتابة على الجدران ، رمي النفايات في الاماكن الغير مخصصة ، بلاطات ارصفة مكسورة او انارة الشوارع)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(لم ترسل الى الجهة المسئولة)" @@ -178,8 +182,8 @@ msgstr "(إختياري)" msgid "(sent to both)" msgstr "(أرسل لكليهما)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "--إختر تصنيف--" @@ -219,7 +223,6 @@ msgstr "" 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') #. ("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" @@ -261,12 +264,8 @@ msgstr "<strong>ملاحظة:</strong> لم يتم ارسال هذا التقر msgid "<strong>Yes</strong> I have a password" msgstr "<strong>نعم</strong> لدي كلمة المرور" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "نشاط تم جدولته" @@ -298,7 +297,7 @@ msgstr "أضف تصنيفاً" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -310,15 +309,15 @@ msgstr "اضف للقائمة القصيرة" msgid "Add user" msgstr "إضافة مستخدم" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "اضف / عدل اصناف المشاكل" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "اضف/عدل أولويات الاستجابة" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "اضف/عدل قوالب الاستجابة" @@ -326,7 +325,7 @@ msgstr "اضف/عدل قوالب الاستجابة" msgid "Added %s" msgstr "أُضيف %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "اضافة التقرير للقائمة القصيرة خاصتك سيحذفه من %s’s القائمة القصيرة." @@ -357,7 +356,6 @@ msgstr "نبهني بأحدث المستجدات" msgid "All" msgstr "الكل" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "كل التقارير" @@ -375,7 +373,7 @@ msgstr "كل التصنيفات" #: 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:21 +#: 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 "كل التقارير" @@ -385,6 +383,15 @@ msgstr "كل التقارير" msgid "All reports between %s and %s" msgstr "كل البلاغات بين %s و %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "كل التصنيفات" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." @@ -394,7 +401,7 @@ msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." msgid "Anonymous" msgstr "مجهول" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "مجهول:" @@ -404,10 +411,6 @@ msgstr "مجهول:" msgid "Another user" msgstr "مستخدم اخر" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "هل انت مطور ؟" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" @@ -450,7 +453,7 @@ msgstr "تعيين إلى هيئة خارجية:" msgid "Assign to subdivision:" msgstr "تعيين إلى قسم فرعي:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "تعيين المستخدمين للمناطق" @@ -475,11 +478,14 @@ msgstr "مستخدمين " msgid "Auto-response:" msgstr "الإستجابة الآلية:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "التصنيفات المتاحة" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -505,12 +511,12 @@ msgstr "الخلف" msgid "Back to all reports" msgstr "عد إلى كل التقارير" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "حظر البريد الإلكتروني" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -541,7 +547,7 @@ msgstr "لا تستطيع العثور على رسالة البريد الإلك msgid "Can't see the map? <em>Skip this step</em>" msgstr "لا يمكنك رؤية الخريطة؟ <em>تجاوز هذه الخطوة</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "تصنيفات" @@ -554,7 +560,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -606,27 +612,11 @@ msgstr "تغيير عنوان البريد الإلكتروني" msgid "Change password" msgstr "تغيير كلمة المرور" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"حدد <strong>تم تأكيده</strong> للإشارة أن عنوان الإتصال هذا قد تم تأكيده.\n" -"إذا لم تكن متأكدأ من مصدر أو صلاحية عنوان الإتصال, اترك هذ الخيار بل تحديد." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"حدد <strong>محذوف</strong> لحذف هذا التصنيف.\n" -"هذ التصنيف لن يكون متوفرا في القائمة المنسدلة في صفحة إبلاغ-عن-مشكلة." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 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:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -686,14 +676,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -736,7 +727,7 @@ msgstr "علامة تجارية مشتركة:" msgid "Collapse map" msgstr "تم استخدام الخريطة" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "إعدادت" @@ -762,9 +753,8 @@ msgstr "الرجاء الدخول عبر البريد الإلكتروني بد msgid "Confirmation" msgstr "تأكيد" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "مؤكد" @@ -799,8 +789,8 @@ msgstr "اتصل بفريق العمل" msgid "Coordinates:" msgstr "الإحداثيات:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "لم يتمكن من إيجاد المستخدم" @@ -867,7 +857,7 @@ msgstr "العدد" msgid "Create a report" msgstr "انشئ بلاغ" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "انشء تصنيف" @@ -876,11 +866,11 @@ msgstr "انشء تصنيف" msgid "Create priority" msgstr "انشء أولوية" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "انشاء التبليغات/تحديثات كالمجلس" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "انشاء التبليغات/تحديثات بالنيابة عن مستخدم" @@ -917,6 +907,8 @@ msgstr "لا يمكن الاتصال بالعميل" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "صفحة المستخدم" @@ -924,26 +916,24 @@ msgstr "صفحة المستخدم" msgid "Dealt with by subdivision within 5 working days" msgstr "تم التعامل بواسطة القسم الفرعي في غضون 5 أيام عمل" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "محذوف" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -970,7 +960,7 @@ msgstr "التفاصيل" msgid "Details:" msgstr "التفاصيل:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "تم التحويل" @@ -983,8 +973,8 @@ msgstr "لم يتم استخدام الخريطة" msgid "Diligency prize league table" msgstr "جدول رابطة جائزة العناية بالدقة" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "حفظ التغييرات" @@ -1002,11 +992,15 @@ msgstr "لا ترسل اشعارات البريد الالكتروني حول ا msgid "Do you have a %s password?" msgstr "هل لديك كلمة مرور %s؟" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "لا أعلم" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "هل تحب النماذج؟" @@ -1018,12 +1012,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "اسحب الصور واسقطها هنا أو <u>انقر للرفع</u>" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "مكرر" @@ -1048,7 +1038,7 @@ msgstr "" "يمكن للتصنيفات المختلفة أن <strong>تمتلك نفس عنوان الاتصال</strong> (عنوان بريد إلكتروني).\n" "هذا يعني أنه يمكنك إضافة ما تشاء من التصنيفات حتى ولو كنت تملك عنوان اتصال واحد للجهة المسئولة." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "باتجاه الشرق /باتجاه الشمال:" @@ -1068,23 +1058,23 @@ msgstr "تعديل" msgid "Edit body details" msgstr "تعديل تفاصيل الجهة المسئولة" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "عدل تفاصيل المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "عدل صلاحيات المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "عدل تصنيف التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "عدل أولوية التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "عدل التقارير" @@ -1107,7 +1097,7 @@ msgstr "تعديل التحديث %d" msgid "Editing user %d" msgstr "تعديل المستخدم %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "المحرر" @@ -1123,7 +1113,7 @@ msgstr "المحرر" msgid "Email" msgstr "البريد الإلكتروني" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "البريد أضيف إلى لائحة المسيئين" @@ -1141,11 +1131,11 @@ msgstr "تم إنشاء الإخطار بالبريد" msgid "Email alert deleted" msgstr "تم حذف الإخطار بالبريد" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "البريد موجودا سابقا في لائحة المسيئين" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1193,7 +1183,7 @@ msgstr "نقطة النهاية" msgid "Enter a Zürich street name" msgstr "أدخل اسم شارع في زيورخ" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "أدخل أقرب صندوق بريد بريطاني، أو اسم الشارع والحي" @@ -1202,6 +1192,7 @@ msgstr "أدخل أقرب صندوق بريد بريطاني، أو اسم ال msgid "Enter a nearby postcode, or street name and area" msgstr "أدخل أقرب صندوق بريد، أو اسم الشارع والحي" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1241,8 +1232,7 @@ msgstr "مثال لصندوق البريد %s" msgid "Examples:" msgstr "أمثلة:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "تصنيف موجود" @@ -1250,7 +1240,7 @@ msgstr "تصنيف موجود" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "وضح ما هي المشكلة" @@ -1311,29 +1301,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "يمكن إصلاح ذلك عن طريق اختيار <strong>منطقة التغطية</strong> في نموذج <em>تحرير تفاصيل الهيئة</em> بالأسفل." #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "تم الإصلاح - المجلس" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "تم الإصلاح - المستخدم" @@ -1351,11 +1338,11 @@ msgstr "تم الإصلاح:" msgid "Flag as deleted" msgstr "مشار كمحذوف" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "مستخدم مشار إليه" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "مشار إليهم" @@ -1372,7 +1359,7 @@ msgstr "المستخدمين المشار إليهم مدرجين بقائمة msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "المستخدمين المشار إليهم غير محظورين بأي طريقة، هذه فقط لائحة بالمستخدمين المحددين للإنتباه لهم" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "مشار إليه:" @@ -1409,6 +1396,11 @@ msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" msgid "Frequently Asked Questions" msgstr "الأسئلة الشائعة" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "العدد" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1439,6 +1431,7 @@ msgstr "سعيد لسماع أنها أصلحت!" #: 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 msgid "Go" msgstr "اذهب" @@ -1447,7 +1440,7 @@ msgstr "اذهب" msgid "Going to send questionnaire?" msgstr "هل تريد أن ترسل سؤال؟" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "إعطاء تصريح للأدمن" @@ -1455,10 +1448,6 @@ msgstr "إعطاء تصريح للأدمن" msgid "Graph of problem creation by status over time" msgstr "الرسم البياني للإبلاغ عن المشكلات حسب الحالة مع مرور الوقت" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "الخطوط التي باللون الرمادي الفاتح تمثل مجالس لم تعد موجودة" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "هل أصلحت هذه المشكلة؟" @@ -1469,7 +1458,7 @@ msgstr "هل أبلغت عن مشكلة لأحد المجالس من قبل، أ #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "المساعدة" @@ -1483,18 +1472,18 @@ msgstr "ساعد <strong>%s</strong> على حل مشكلتك اسرع من خل msgid "Here are the types of local problem alerts for ‘%s’." msgstr "هذه أنواع التحذيرات للمشاكل المحلية ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1502,11 +1491,31 @@ msgstr "مرحبا %s" msgid "Hidden" msgstr "مخفي" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "إعادة إرسال التقرير" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "التحديث حسب {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "قم بالاشراف على التبليغ" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "إعادة إرسال التقرير" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "أخفي القديم" @@ -1519,6 +1528,12 @@ msgstr "أخفي المثبتة" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "الاسم" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "السجل" @@ -1540,8 +1555,8 @@ msgstr "كيف ترسل بلاغات ناجحة" msgid "I just reported a problem on @fixmystreet" msgstr "لقد أبلغت الآن عن مشكلة على @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "لقد حدثت الآن مشكلة على @fixmystreet" @@ -1656,8 +1671,6 @@ msgstr "اختيار موجز غير صالح" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "قيد التقدم" @@ -1671,16 +1684,18 @@ msgstr "إضافة إلى ذلك، يتم إرجاع السمات التالية #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "علبة الواردة فارغة، ها قد وصلنا!" @@ -1697,11 +1712,16 @@ msgstr "تضمين التقارير غير المؤكدة" msgid "Incorrect has_photo value \"%s\"" msgstr "قيمة has_photo غير صحيحة \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "يتطلب المعاينة" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "يتطلب المعاينة" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "وجه المقاولون لإصلاح المشاكل" @@ -1709,10 +1729,8 @@ msgstr "وجه المقاولون لإصلاح المشاكل" msgid "Internal notes" msgstr "ملاحظات داخلية" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "إحالة داخلية" @@ -1724,7 +1742,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "قيمة agency_responsible غير صالحة %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "تاريخ نهاية غير صالح" @@ -1732,26 +1750,22 @@ msgstr "تاريخ نهاية غير صالح" msgid "Invalid format %s specified." msgstr "التنسيق المحدد %s غير صالح." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "موقع غير صحيح. على الموقع الجديد ان يكون تحت نفس المجلس." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "تاريخ البداية غير صالح" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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> والبحث عما إذا كانت الإجابة موجودة هناك أم لا." @@ -1781,6 +1795,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "آخر تحديث" @@ -1790,6 +1805,11 @@ msgstr "آخر تحديث" msgid "Last editor" msgstr "آخر محرر" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "آخر تحديث" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "آخر تحديث" @@ -1798,7 +1818,7 @@ msgstr "آخر تحديث" msgid "Last update:" msgstr "آخر تحديث:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1870,7 +1890,7 @@ msgstr "" msgid "MAP" msgstr "الخريطة" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "ادارة القائمة القصيرة" @@ -1890,19 +1910,11 @@ msgstr "اشر كمرسلة" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "تحديد المستخدمين الذين تريد وضع علامة على سلوكهم بأنه <strong>مشار إليه</strong>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "تحديد ما تم إصلاحه/إغلاقه خلال الأسابيع الثمانية الماضية" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "تحديد ما تم إصلاحه/إغلاقه منذ أكثر من ثمانية أسابيع" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "حدد تفاصيل المشكلة." -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "الرسالة" @@ -1922,15 +1934,15 @@ msgstr "هيئات مفقودة:" msgid "Missing jurisdiction_id" msgstr " jurisdiction_id غير موجود" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "إشراف" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "قم بالاشراف على تفاصيل التبليغ" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "قم بالاشراف على التبليغ" @@ -1939,8 +1951,8 @@ msgstr "قم بالاشراف على التبليغ" msgid "Moderate this update" msgstr "قم بالاشراف على التبليغ" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "تم الإبلاغ عنها بواسطة %s في %s" @@ -1949,8 +1961,8 @@ msgstr "تم الإبلاغ عنها بواسطة %s في %s" msgid "Moderated by division within one working day" msgstr "تمت المعالجة بواسطة القسم خلال يوم عمل واحد" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "قم بالاشراف على التبليغ" @@ -1976,14 +1988,13 @@ msgstr "الأكثر تعليقا" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "الاسم" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1995,7 +2006,7 @@ msgstr "الاسم:" msgid "Name: %s" msgstr "الاسم: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "انتقل الى هذه المشكلة" @@ -2004,16 +2015,16 @@ msgstr "انتقل الى هذه المشكلة" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "أقرب طريق مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "أقرب رمز بريدي للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا): %s (على بعد %s متر)" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "أقرب شارع مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام خرائط Bing): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2023,15 +2034,11 @@ msgstr "أقرب شارع مسمى للدبوس الموضوع على الخري msgid "Nearly done! Now check your email…" msgstr "أوشكنا على الانتهاء! راجع البريد الإلكتروني الآن…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "المشكلات <br>الجديدة" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "تمت إضافة هيئة جديدة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "تمت إضافة جهة اتصال جديدة للفئة" @@ -2103,20 +2110,19 @@ msgstr "الأحدث" msgid "Next" msgstr "التالي" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "لا" @@ -2148,12 +2154,8 @@ msgstr "لم يتم العثور على مشكلات مشار إليها." msgid "No flagged users found." msgstr "لم يتم العثور على مستخدمين مشار إليهم." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "يتعذر الإصلاح" @@ -2162,11 +2164,11 @@ msgstr "يتعذر الإصلاح" msgid "No further updates" msgstr "لا توجد تحديثات إضافية" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2217,12 +2219,8 @@ msgstr "" " تبعًا للتنفيذ، يمكن أن يكون لدى المستخدمين الموظفين حق الوصول إلى لوحة المعلومات (ملخص\n" " الأنشطة عبر الهيئة التي يمثلونها)، أو القدرة على إخفاء التقارير أو تعيين حالات خاصة للتقارير." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "غير مسؤول" @@ -2246,7 +2244,7 @@ msgid "Not reported to council" msgstr "لم يتم إبلاغ المجلس" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "ملاحظة" @@ -2256,7 +2254,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "لاحظ أنه عند تضمين التقارير غير المؤكدة فإننا نستخدم تاريخ إنشاء التقرير والذي قد لا يكون في نفس شهر تأكيد التقرير، لذلك قد تتغير الأرقام قليلاً." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "ملاحظة:" @@ -2278,6 +2276,10 @@ msgstr "الآن حان وقت تقديم التقرير…" msgid "Now to submit your update…" msgstr "الآن حان وقت تقديم التحديث…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "موافق" @@ -2290,22 +2292,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "المشكلات القديمة/غير <br>المعروفة" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "حالة قديمة" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "المشكلات القديمة التي تم <br>إصلاحها" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "المشكلات <br>القديمة" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "الأقدم" @@ -2313,28 +2303,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "مفتوح" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "مفتوح لأكثر من أربعة أسابيع، مع وجود تحديث خلال الأسابيع الثمانية الماضية" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "مفتوح، ولكن لا يوجد أي تحديث خلال ثمانية أسابيع" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "API Open311 مفتاح " @@ -2363,9 +2344,9 @@ msgstr "أو المشكلات المبلغ عنها إلى:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2375,6 +2356,15 @@ msgstr "أو يمكنك الاشتراك للحصول على تنبيه تبعً msgid "Other" msgstr "أخرى" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "كل التصنيفات" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "المالك" @@ -2389,8 +2379,8 @@ msgstr "لم يتم العثور على الصفحة" msgid "Parent" msgstr "العنصر الرئيسي" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "جزئي" @@ -2424,7 +2414,7 @@ msgid "Phone number (optional)" msgstr "رقم الهاتف (اختياري)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2433,9 +2423,9 @@ msgstr "الهاتف:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2453,12 +2443,12 @@ msgstr "الصورة" msgid "Photo is required." msgstr "الصورة مطلوبة." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "الصورة مطلوبة" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2468,6 +2458,12 @@ msgstr "الصور" msgid "Photos of recent nearby reports" msgstr "صور التقارير القريبة الحديثة" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "لا مجلس" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2475,10 +2471,10 @@ msgstr "وضع دبوس على الخريطة" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2503,9 +2499,9 @@ msgstr "الرجاء التحقق من كلمات المرور وإعادة ال msgid "Please check your email address is correct" msgstr "الرجاء التحقق من أن عنوان البريد الإلكتروني صحيح" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2515,12 +2511,12 @@ msgstr "الرجاء اختيار فئة" msgid "Please choose a property type" msgstr "الرجاء اختيار نوع العقار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "الرجاء تصحيح الأخطاء التالية" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2534,18 +2530,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة استعمال المجلس يتسبب في تقليل قيمة الخدمة المقدمة لكل المستخدمين." -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "الرجاء إدخال رسالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "الرجاء إدخال اسمك" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "الرجاء ادخال اسم لهذه الهيئة." @@ -2561,8 +2557,8 @@ msgstr "الرجاء إدخال كلمة مرور" msgid "Please enter a subject" msgstr "الرجاء إدخال موضوع" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2602,7 +2598,7 @@ msgstr "الرجاء إدخال عنوان بريدك الإلكتروني" msgid "Please enter your first name" msgstr "الرجاء إدخال الاسم الأول" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "الرجاء إدخال الاسم الكامل؛ فالمجالس تحتاج هذه المعلومة - إذا كنت لا ترغب في إظهار اسمك على الموقع، فألغِ تحديد هذا المربع الموجود بالأسفل" @@ -2672,7 +2668,7 @@ msgstr "يرجى ملاحظة أن تحديثك <strong>لم يتم نشره ب msgid "Please note:" msgstr "الرجاء ملاحظة:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "الرجاء تقديم تحديث عام لهذا التقرير." @@ -2720,30 +2716,29 @@ msgstr "الرجاء كتابة رسالة" msgid "Please write your update here" msgstr "الرجاء كتابة التحديث هنا" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "نشر" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "نشر بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "تم النشر بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "تم النشر بواسطة <strong>%s</strong> (%s) في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "تم النشر بواسطة <strong>%s</strong> في %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "مشغّل بواسطة <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">نظام FixMyStreet الأساسي</a>" @@ -2751,7 +2746,7 @@ msgstr "مشغّل بواسطة <a class=\"platform-logo\" href=\"http://fixmyst msgid "Previous" msgstr "السابق" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "أولويات" @@ -2770,9 +2765,9 @@ msgstr "الخصوصية" msgid "Privacy and cookies" msgstr "الخصوصية وملفات تعريف الارتباط" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "خاص" @@ -2803,7 +2798,7 @@ msgstr "تم إرسال المشكلة %s إلى المجلس %s" msgid "Problem breakdown by state" msgstr "تصنيف المشكلة حسب الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "تم وضع علامة \"مفتوح\" على المشكلة." @@ -2811,7 +2806,7 @@ msgstr "تم وضع علامة \"مفتوح\" على المشكلة." msgid "Problem state change based on survey results" msgstr "يتم تغيير حالة المشكلة حسب نتائج الاستطلاع" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "المشكلات" @@ -2832,13 +2827,13 @@ msgstr "المشكلات المبلّغ عنها مؤخرًا على FixMyStreet msgid "Problems within %.1fkm of this location" msgstr "المشكلات الموجودة ضمن %.1f كم من هذا الموقع" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "المشكلات ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "المشكلات ضمن حدود دائرة %s" @@ -2920,11 +2915,11 @@ msgstr "تمت تعبئة الاستبيان بواسطة المبلّغ عن ا msgid "RSS feed" msgstr "موجز RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "موجز RSS لدائرة %s، %s" @@ -2932,11 +2927,11 @@ msgstr "موجز RSS لدائرة %s، %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" @@ -2944,13 +2939,13 @@ msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" msgid "RSS feed of nearby problems" msgstr "موجز RSS للمشكلات القريبة" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود دائرة %s" @@ -2979,10 +2974,6 @@ msgstr "استلمت من %s قبل لحظات" msgid "Recent local problems, %s" msgstr "المشكلات المحلية الحديثة، %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "المشكلات التي تم <br>حلها مؤخرًا" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "المشاكل المبلغة حديثا" @@ -2995,13 +2986,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "إزالة الإشارة" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -3011,7 +3002,7 @@ msgstr "حذف من القائمة القصيرة" msgid "Remove from site" msgstr "احذف من الموقع" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3025,13 +3016,13 @@ msgstr "رد على المستخدم:" msgid "Report" msgstr "إبلاغ" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "معرف البلاغ:" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "الإبلاغ عن مشكلة" @@ -3113,10 +3104,6 @@ msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بدون تح msgid "Reported via %s in the %s category by %s at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بواسطة %s في %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "تم الإبلاغ عنها خلال الأسابيع الأربعة الماضية" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3131,14 +3118,14 @@ msgstr "تم الإبلاغ:" msgid "Reporting a problem" msgstr "الإبلاغ عن مشكلة" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "التقارير" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "يقتصر طول التقارير على %s من الأحرف. الرجاء تقصير التقرير" @@ -3163,11 +3150,11 @@ msgstr "الإبلاغ عن مشكلة" msgid "Reports waiting to be sent" msgstr "التقارير في انتظار الإرسال" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 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:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "عتبة السمعة" @@ -3206,7 +3193,7 @@ msgstr "قوالب الاستجابة لـ %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3229,16 +3216,16 @@ msgstr "مشغل الطرق لهذا الطريق المسمى (يتم اشتق msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3258,14 +3245,14 @@ msgstr "القمر الصناعي" msgid "Save + close as duplicate" msgstr "عليه علامة تقرير مكرر" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "حفظ التغييرات" @@ -3274,7 +3261,6 @@ msgstr "حفظ التغييرات" msgid "Save with a public update" msgstr "احفظ مع التحديث العام" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3313,7 +3299,7 @@ msgstr "لم يعثر البحث عن أي مستخدمين." msgid "See our privacy policy" msgstr "انظر سياسة الخصوصية" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "انشاء التبليغات/تحديثات كالمجلس" @@ -3323,10 +3309,6 @@ msgstr "انشاء التبليغات/تحديثات كالمجلس" msgid "Select a body" msgstr "تحديد هيئة" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "حدد مجلسًا معينًا للاطلاع على التقارير المرسلة هناك." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3340,6 +3322,10 @@ msgstr "حدد نوع التنبيه الذي تريده وانقر فوق ال msgid "Select:" msgstr "تحديد:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "أرسل حالات Open311 مطولة مع تحديثات طلب الخدمة" @@ -3361,7 +3347,7 @@ msgstr "تم الإرسال:" msgid "Service:" msgstr "الخدمة:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "اضبط إلى موقعي الحالي" @@ -3370,20 +3356,25 @@ msgid "Share" msgstr "مشاركة" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "قائمة قصيرة" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "تم الاضافة الى القائمة القصيرة في %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "تم الاضافة الى القائمة القصيرة" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "تم الاضافة الى القائمة القصيرة في %s" @@ -3392,6 +3383,11 @@ msgstr "تم الاضافة الى القائمة القصيرة في %s" msgid "Show Photo?" msgstr "إظهار القديم" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s تحديثات مباشرة" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3407,7 +3403,7 @@ msgstr "إظهار اسمي للعامة" msgid "Show old" msgstr "إظهار القديم" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "إظهار القديم" @@ -3420,6 +3416,11 @@ msgstr "إظهار الدبابيس" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +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 @@ -3477,7 +3478,7 @@ msgstr "عذرًا، لم يكن هذا الارتباط صالحًا" msgid "Sorry, there has been an error confirming your problem." msgstr "عذرًا، حدث خطأ أثناء تأكيد المشكلة." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3506,7 +3507,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "للأسف، ليس لديك صلاحية لفعل ذلك." @@ -3527,14 +3528,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "الحالة" @@ -3547,7 +3551,7 @@ msgstr "الحالة" msgid "State:" msgstr "الحالة:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3578,7 +3582,7 @@ msgstr "الفئة الفرعية: %s" msgid "Subdivision/Body" msgstr "القسم الفرعي/الهيئة" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "الموضوع" @@ -3595,7 +3599,7 @@ msgstr "الموضوع:" msgid "Submit" msgstr "تقديم" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3633,23 +3637,22 @@ msgstr "اشتراك في تنبيه البريد الإلكتروني" msgid "Summarise the problem" msgstr "لخص المشكلة" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "لخص تغييراتك" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "ملخص" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3672,7 +3675,7 @@ msgstr "نتائج التصفح" msgid "Template «%s»" msgstr "القالب «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3702,7 +3705,7 @@ msgstr "شكرًا لك للإبلاغ عن هذه المشكلة!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "شكرًا لك لمحاولة تأكيد التحديث أو المشكلة. مع ذلك يبدو أننا نواجه خطأ، لذا <a href=\"%s\">الرجاء إبلاغنا بما حدث</a> وسنتحقق من الأمر." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "شكرًا لك على تحديث هذه المشكلة!" @@ -3740,19 +3743,19 @@ msgstr "لا يبدو أن هذا الموقع يقع في المملكة الم msgid "That postcode was not recognised, sorry." msgstr "لم يتم التعرف على هذا الرمز البريدي، عذرًا." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "لا يمكن عرض هذا التقرير على %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "تمت إزالة هذا التقرير من FixMyStreet." @@ -3784,8 +3787,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3817,7 +3820,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "يعرض جدول رابطة جائزة العناية بالدقة نشاط المحررين (الأشخاص الذين يحررون معظم السجلات)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "الخطأ هو: %s" @@ -3895,7 +3898,7 @@ msgstr "" msgid "There are no reports to show." msgstr "لا توجد تقارير لعرضها." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\". الرجاء إعادة المحاولة لاحقًا." @@ -3904,7 +3907,7 @@ msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\" msgid "There was a problem showing this page. Please try again later." msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء إعادة المحاولة لاحقًا." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3915,7 +3918,7 @@ msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/ msgid "There was a problem with your email/password combination. Please try again." msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. الرجاء إعادة المحاولة." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى." @@ -3923,7 +3926,7 @@ msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة م msgid "There were problems with your report. Please see below." msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "حدثت مشكلات في التحديث. الرجاء الاطلاع على ما يلي." @@ -3996,9 +3999,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" @@ -4007,23 +4010,19 @@ msgstr "هذه المعلومات مطلوبة" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "هذا موقع مطور، وقد تتعطل الأمور في أي وقت، وستُحذف قاعدة البيانات بصورة دورية." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "هذا ملخص لكل التقارير الموجودة على هذا الموقع." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "مضى شهرين على وجود هذه الحفرة و...." -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "تم إصلاح هذه المشكلة" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "لم يتم إصلاح هذه المشكلة" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "لم يتم إصلاح هذه المشكلة" @@ -4038,15 +4037,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "هذا التقرير في انتظار اعتماد الإشراف." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "هذا التقرير عليه علامة \"مغلق\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "هذا التقرير عليه علامة \"تم الإصلاح\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "هذا التقرير عليه علامة \"مفتوح\" حاليًا." @@ -4065,7 +4064,7 @@ msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، msgid "Time spent (in minutes):" msgstr "الوقت المستغرق (بالدقائق):" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "المخطط الزمني" @@ -4098,6 +4097,15 @@ msgstr "لاكتشاف التنبيهات المحلية التي لدينا ل msgid "To view a map of the precise location of this issue" msgstr "لعرض خريطة موضح عليها الموقع الدقيق لهذه المشكلة" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "لم يتم إبلاغ المجلس" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4133,7 +4141,7 @@ msgstr "هل يتطلب إدارة المرور؟" msgid "Trusted by bodies:" msgstr "موثوق من الهيئات:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "موثوق به لأنشاء تبليغات بدون الحاجة الى تدقيقها" @@ -4149,9 +4157,10 @@ msgstr "أعد المحاولة" msgid "Try emailing us directly:" msgstr "جرّب إرسال البريد الإلكتروني إلينا مباشرةً:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4172,14 +4181,14 @@ msgid "Unknown alert type" msgstr "نوع تنبيه غير معروف" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "خطأ غير معروف" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "معرف المشكلة غير معروف" @@ -4244,10 +4253,10 @@ msgstr "حالات التحديث" msgid "Updated" msgstr "تم التحديث" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4274,11 +4283,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "استخدم ملحق Open311 لأرسال الاحداثيات" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "استخدم هذا الحقب لتسجيل التفاصيل التي لا تُعرض إلا في الإدارة. لا تُعرض المدخلات بصورة عامة، ولا تُرسل إلى الهيئة." @@ -4291,11 +4311,11 @@ msgstr "تم استخدام الخريطة" msgid "User ID to attribute fetched comments to" msgstr "التعليق المأخوذ ينتمي الى مستخدم معرف" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "تمت إزالة إشارة المستخدم" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "تم وضع إشارة للمستخدم" @@ -4309,8 +4329,8 @@ msgstr "عليه علامة تم الإصلاح" msgid "User search finds matches in users' names and email addresses." msgstr "عثر البحث الذي نفذه المستخدم على مطابقات في أسماء المستخدمين وعناوين البريد الإلكتروني." -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4320,9 +4340,9 @@ msgstr "المستخدمون" msgid "Users can perform the following actions within their assigned body or area." msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "تم تحديث القيم" @@ -4436,7 +4456,7 @@ msgstr "الرغبة" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "مع عمليات البحث عن الطلبات، يمكن أيضًا البحث عن agency_responsible لقصر الطلبات على تلك المرسلة إلى إدارة واحدة. مصطلح البحث هو معرف الإدارة المقدم بواسطة <a href=\"%s\">MaPit</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "هل تريد المساهمة في FixMyStreet؟ التعليمات البرمجية الخاصة بنا مفتوحة المصدر <a href=\"http://fixmystreet.org\">ومتاحة على fixmystreet.org</a>." @@ -4461,23 +4481,22 @@ msgstr "" msgid "Year" msgstr "السنة" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "نعم" @@ -4511,7 +4530,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4548,7 +4567,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "لقد أجبت عن هذا الاستبيان بالفعل. إذا كان لديك سؤال، فالرجاء <a href='%s'>التواصل معنا</a>، أو <a href='%s'>عرض المشكلة</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "لقد أرفقت صورًا بهذا التقرير من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التقرير (إذا حاولت تحميل المزيد من الصور، فسيتم حذف الصور القديمة)." @@ -4612,7 +4631,7 @@ 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:81 +#: 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 @@ -4642,6 +4661,19 @@ msgstr "لن يتم استخدام معلوماتك إلا وفقًا <a href=\" msgid "Your name" msgstr "الاسم" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "تم تغيير كلمة المرور" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4658,6 +4690,7 @@ msgstr "كلمة المرور" msgid "Your password has been changed" msgstr "تم تغيير كلمة المرور" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4698,7 +4731,7 @@ msgstr "الكل" msgid "by %s" msgstr "بواسطة %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "عليه علامة تقرير مكرر" @@ -4735,44 +4768,44 @@ msgstr "آخر تحديث %s" msgid "less than a minute" msgstr "أقل من دقيقة واحدة" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "عليه علامة إجراء مجدول" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "عليه علامة إحالة داخلية" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "عليه علامة مغلق" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "عليه علامة قيد التقدم" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "عليه علامة جارٍ التحقق" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "عليه علامة يتعذر الإصلاح" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "عليه علامة ليست مسؤولية المجلس" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "عليه علامة مخطط" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4814,8 +4847,8 @@ msgstr "المُدخل في الأصل: “%s”" msgid "other areas:" msgstr "مناطق أخرى:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "تمت إعادة الفتح" @@ -4823,7 +4856,7 @@ msgstr "تمت إعادة الفتح" msgid "required" msgstr "مطلوب" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "تسجيل الخروج" @@ -4831,7 +4864,7 @@ msgstr "تسجيل الخروج" msgid "the local council" msgstr "المجلس المحلي" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "لا يوجد دبوس مما يعني أن المستخدم لم يستخدم الخريطة" @@ -4959,6 +4992,61 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d يوم" +msgstr[1] "%d يوم" +msgstr[2] "%d من الأيام" +msgstr[3] "%d من الأيام" +msgstr[4] "%d من الأيام" +msgstr[5] "%d من الأيام" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "عليه علامة تم الإصلاح" +msgstr[1] "عليه علامة تم الإصلاح" +msgstr[2] "عليه علامة تم الإصلاح" +msgstr[3] "عليه علامة تم الإصلاح" +msgstr[4] "عليه علامة تم الإصلاح" +msgstr[5] "عليه علامة تم الإصلاح" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "أو المشكلات المبلغ عنها إلى:" +msgstr[1] "أو المشكلات المبلغ عنها إلى:" +msgstr[2] "أو المشكلات المبلغ عنها إلى:" +msgstr[3] "أو المشكلات المبلغ عنها إلى:" +msgstr[4] "أو المشكلات المبلغ عنها إلى:" +msgstr[5] "أو المشكلات المبلغ عنها إلى:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "إبلاغ" +msgstr[1] "إبلاغ" +msgstr[2] "إبلاغ" +msgstr[3] "إبلاغ" +msgstr[4] "إبلاغ" +msgstr[5] "إبلاغ" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "احصل على التحديثات لـ %s من المشاكل" +msgstr[1] "احصل على التحديثات لـ %s من المشاكل" +msgstr[2] "احصل على التحديثات لـ %s من المشاكل" +msgstr[3] "احصل على التحديثات لـ %s من المشاكل" +msgstr[4] "احصل على التحديثات لـ %s من المشاكل" +msgstr[5] "احصل على التحديثات لـ %s من المشاكل" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -5058,6 +5146,62 @@ msgstr[3] "إبلاغ" msgstr[4] "إبلاغ" msgstr[5] "إبلاغ" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "حدد <strong>تم تأكيده</strong> للإشارة أن عنوان الإتصال هذا قد تم تأكيده.\n" +#~ "إذا لم تكن متأكدأ من مصدر أو صلاحية عنوان الإتصال, اترك هذ الخيار بل تحديد." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "حدد <strong>محذوف</strong> لحذف هذا التصنيف.\n" +#~ "هذ التصنيف لن يكون متوفرا في القائمة المنسدلة في صفحة إبلاغ-عن-مشكلة." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "الخطوط التي باللون الرمادي الفاتح تمثل مجالس لم تعد موجودة" + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "تحديد ما تم إصلاحه/إغلاقه خلال الأسابيع الثمانية الماضية" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "تحديد ما تم إصلاحه/إغلاقه منذ أكثر من ثمانية أسابيع" + +#~ msgid "New <br>problems" +#~ msgstr "المشكلات <br>الجديدة" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "المشكلات القديمة/غير <br>المعروفة" + +#~ msgid "Older <br>fixed" +#~ msgstr "المشكلات القديمة التي تم <br>إصلاحها" + +#~ msgid "Older <br>problems" +#~ msgstr "المشكلات <br>القديمة" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "مفتوح لأكثر من أربعة أسابيع، مع وجود تحديث خلال الأسابيع الثمانية الماضية" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "مفتوح، ولكن لا يوجد أي تحديث خلال ثمانية أسابيع" + +#~ msgid "Recently <br>fixed" +#~ msgstr "المشكلات التي تم <br>حلها مؤخرًا" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "تم الإبلاغ عنها خلال الأسابيع الأربعة الماضية" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "حدد مجلسًا معينًا للاطلاع على التقارير المرسلة هناك." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "هذا ملخص لكل التقارير الموجودة على هذا الموقع." + +#~ msgid "Are you a developer?" +#~ msgstr "هل انت مطور ؟" + #~ msgid "Cancel" #~ msgstr "إلغاء" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index cb94437d9..a9f14caf0 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/mysociety/teams/12067/bg_BG/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "%s квартал, %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, в %s квартал" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Имейлът е маркиран като подаващ обидни сигнали)" @@ -154,6 +154,10 @@ msgstr "(поправен)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(като графити, дупки по улицата, счупено улично осветление)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(не е изпратен към общината)" @@ -166,8 +170,8 @@ msgstr "(незадължително)" msgid "(sent to both)" msgstr "(изпратен към двата района)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Изберете категория --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Да</strong> Имам парола" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Сигналът се обработва" @@ -283,7 +282,7 @@ msgstr "Добавяне на нова категория" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -295,15 +294,15 @@ msgstr "" msgid "Add user" msgstr "Добавете потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -311,7 +310,7 @@ msgstr "" msgid "Added %s" msgstr "Добавено %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -341,7 +340,6 @@ msgstr "Известявай ме за бъдещи актуализиации" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Вички сигнали" @@ -359,7 +357,7 @@ msgstr "" #: 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:21 +#: 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 "Всички сигнали" @@ -369,6 +367,14 @@ msgstr "Всички сигнали" msgid "All reports between %s and %s" msgstr "Всички сигнали между%s и %s " +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Този сигнал е маркиран като поправен." @@ -378,7 +384,7 @@ msgstr "Този сигнал е маркиран като поправен." msgid "Anonymous" msgstr "Анонимен" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Анонимен:" @@ -388,10 +394,6 @@ msgstr "Анонимен:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Ако сте програмист?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -434,7 +436,7 @@ msgstr "Прехвърляне към външна община:" msgid "Assign to subdivision:" msgstr "Прехвърляне към подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -459,11 +461,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -489,12 +494,12 @@ msgstr "Назад" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Забрана на имейл адреса" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -525,7 +530,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Не виждате картата? <em>Пропуснете тази стъпка</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -538,7 +543,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -590,27 +595,11 @@ msgstr "" msgid "Change password" msgstr "Промяна на парола" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Изберете <strong>потвърден</strong> за да отбележите, че този контакт е бил потвърден и коректен. \n" -"Ако не сте сигурни за първоизточника или валидността на контакта, оставете полето немаркирано." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Маркирайте <strong>изтриване</strong>, за да премахнете категорията.\n" -"В този случай тя няма да бъде достъпна в списъка с категории на страницата за подаване на нов сигнал." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -668,14 +657,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -718,7 +708,7 @@ msgstr "Местна имплементция" msgid "Collapse map" msgstr "използвана е била картата" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -744,9 +734,8 @@ msgstr "" msgid "Confirmation" msgstr "Потвърждение" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Потвърдено" @@ -781,8 +770,8 @@ msgstr "Връзка с тима" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Потребителят не е намерен" @@ -849,7 +838,7 @@ msgstr "Брой" msgid "Create a report" msgstr "Подай сигнал" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Създай категория" @@ -858,11 +847,11 @@ msgstr "Създай категория" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -899,6 +888,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Табло" @@ -906,26 +897,24 @@ msgstr "Табло" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Изтрит" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -952,7 +941,7 @@ msgstr "Информация" msgid "Details:" msgstr "Информация:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Прехвърлен" @@ -965,8 +954,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Таблица с районите в София" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Запази промените" @@ -984,11 +973,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Не знам" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Не обичате форми?" @@ -1000,12 +993,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Вече съществува" @@ -1031,7 +1020,7 @@ msgstr "" "(имейл адрес). Това означава, че можете да добавяте различни категории, \n" "дори и да имате само един контакт." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1051,23 +1040,23 @@ msgstr "Редактиране" msgid "Edit body details" msgstr "Редактиране на информацията за района" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1090,7 +1079,7 @@ msgstr "Редактиране на актуализацията %d" msgid "Editing user %d" msgstr "Редактиране на потребителя %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Редактирано от" @@ -1106,7 +1095,7 @@ msgstr "Редактирано от" msgid "Email" msgstr "Имейл" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Имейлът е добавен в списъка със злоупотреби" @@ -1124,11 +1113,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Имейлът е в списъка със злоупотреби" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1169,7 +1158,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1178,6 +1167,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "Въведете пощенски код или име на улица в близост до вас" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1217,8 +1207,7 @@ msgstr "Примерен пощенски адрес %s" msgid "Examples:" msgstr "Примери:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1226,7 +1215,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1286,29 +1275,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Поправени - община" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Поправени - потребител" @@ -1326,11 +1312,11 @@ msgstr "Поправени:" msgid "Flag as deleted" msgstr "Означен като \"изтрит\"" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Означаване на потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Означен" @@ -1347,7 +1333,7 @@ msgstr "Означените потребители са изброени на msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Означените потребители нямат рестрикции. Това е списък с потребители, които са поставени под наблюдение." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Означен:" @@ -1384,6 +1370,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Често задавани въпроси" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Брой" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1414,6 +1405,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Търси" @@ -1422,7 +1414,7 @@ msgstr "Търси" msgid "Going to send questionnaire?" msgstr "Ще изпратите ли анкетата?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1430,10 +1422,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Графика на създадените сигнали по статус във времето" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Редовете в тъмносиво показват общини, към които в момента не може да се изпращат директно сигнали." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Този проблем поправен ли е?" @@ -1446,7 +1434,7 @@ msgstr "" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Помощ" @@ -1460,18 +1448,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Това са типовете известия за нови сигнали за ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1479,11 +1467,30 @@ msgstr "Здравей %s" msgid "Hidden" msgstr "Скрити" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Препращане на сигнал" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Актуализирано от {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Препращане на сигнал" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Скрий старите" @@ -1496,6 +1503,12 @@ msgstr "Скрий кабърчетата" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Име" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "История" @@ -1517,8 +1530,8 @@ msgstr "Как да подавате сигнали успешно" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1619,8 +1632,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "В процес на обработка" @@ -1634,16 +1645,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1660,11 +1673,16 @@ msgstr "Включи непотвърдените сигнали" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Препращане на сигнал" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1672,10 +1690,8 @@ msgstr "" msgid "Internal notes" msgstr "Вътрешни бележки" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Вътрешен номер" @@ -1687,7 +1703,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Невярна дата" @@ -1695,26 +1711,22 @@ msgstr "Невярна дата" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Невярна дата" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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,6 +1756,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Последно обновено:" @@ -1753,6 +1766,11 @@ msgstr "Последно обновено:" msgid "Last editor" msgstr "Последно редактирано от" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Последно обновено:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Последно обновено:" @@ -1761,7 +1779,7 @@ msgstr "Последно обновено:" msgid "Last update:" msgstr "Последно обновено:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1833,7 +1851,7 @@ msgstr "" msgid "MAP" msgstr "Карта" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1853,19 +1871,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Маркирайте потребители, които бихте искали да държите под око." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Съобщение" @@ -1885,15 +1895,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Липсващо jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1901,8 +1911,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Публикувано от %s в %s" @@ -1911,8 +1921,8 @@ msgstr "Публикувано от %s в %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "други територии:" @@ -1938,14 +1948,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Име" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1957,7 +1966,7 @@ msgstr "Име:" msgid "Name: %s" msgstr "Име: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1966,16 +1975,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1985,15 +1994,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Нови <br>сигнали" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Районът е добавен" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Категорията е добавена" @@ -2065,20 +2070,19 @@ msgstr "" msgid "Next" msgstr "Слеващ" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Не" @@ -2110,12 +2114,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "Няма повече актуализации" @@ -2125,11 +2125,11 @@ msgstr "Няма повече актуализации" msgid "No further updates" msgstr "Няма повече актуализации" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2171,12 +2171,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2200,7 +2196,7 @@ msgid "Not reported to council" msgstr "Съгналът не е подаден към общината" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Бележка" @@ -2210,7 +2206,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Бележка:" @@ -2232,6 +2228,10 @@ msgstr "Сега да изпратим Вашия сигнал…" msgid "Now to submit your update…" msgstr "Изпратете актуализацията…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "ОК" @@ -2244,22 +2244,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Стари/Неидентифицирани <br>сигнали" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Стар статус" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Поправени преди<br>известно време" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Стари <br>сигнали" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2267,28 +2255,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Отворен" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2317,9 +2296,9 @@ msgstr "" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2329,6 +2308,15 @@ msgstr "Или можете да се абонирате за всички из msgid "Other" msgstr "Други" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Създай категория" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Собственик" @@ -2343,8 +2331,8 @@ msgstr "Страницата не е намерена" msgid "Parent" msgstr "Община" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Частичен" @@ -2378,7 +2366,7 @@ msgid "Phone number (optional)" msgstr "Телефонен номер (незадължително)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2387,9 +2375,9 @@ msgstr "Телефон:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2407,12 +2395,12 @@ msgstr "Снимка" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2422,6 +2410,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Снимки на скоро подадени сигнали" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Несъществуваща община" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2429,10 +2423,10 @@ msgstr "Поставете кабърче върху картата" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2457,9 +2451,9 @@ msgstr "Моля проверете паролите и пробвайте от msgid "Please check your email address is correct" msgstr "Моля проверете дали сте въвели коректен имейл адрес" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2469,12 +2463,12 @@ msgstr "Моля изберете категория" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2485,18 +2479,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Моля не обиждайте никого - обиждайки Общината, Вие обезценявате услугата за всички потребители." -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Моля въведете съобщение" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2512,8 +2506,8 @@ msgstr "Моля въведете парола" msgid "Please enter a subject" msgstr "Моля въведете тема" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2553,7 +2547,7 @@ msgstr "Моля въведете имейл адрес" msgid "Please enter your first name" msgstr "Моля въведете име" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "Моля въведете цялото си име, общината се нуждае от тази информация - ако не желаете името Ви да се появява на сайта, моля махнете отметката по-долу" @@ -2623,7 +2617,7 @@ msgstr "" msgid "Please note:" msgstr "Забележка:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2671,30 +2665,29 @@ msgstr "Моля въведете съобщение" msgid "Please write your update here" msgstr "Моля въведете новото съобщение тук" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Публикувай" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Публикувано от анонимен потребител в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Публикувано от %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Публикувано от <strong>%s</strong> (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Публикувано от <strong>%s</strong> в %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2702,7 +2695,7 @@ msgstr "" msgid "Previous" msgstr "Предишно" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2721,9 +2714,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Лично" @@ -2754,7 +2747,7 @@ msgstr "Сигналът %s е подаден към общината %s " msgid "Problem breakdown by state" msgstr "Разделяне на сигналите по статуси" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Сигналът е маркиран като отворен." @@ -2762,7 +2755,7 @@ msgstr "Сигналът е маркиран като отворен." msgid "Problem state change based on survey results" msgstr "Статусът на сигнала е променен на основата на резултат от анкета" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Сигнали" @@ -2783,13 +2776,13 @@ msgstr "Проблеми сигнализирани скоро в сайта" msgid "Problems within %.1fkm of this location" msgstr "Сигнали в радиус от %.1fкм от това местоположение" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Сигнали в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Сигнали в квартал %s" @@ -2871,11 +2864,11 @@ msgstr "Анкетата е попълнена от потребителя, по msgid "RSS feed" msgstr "RSS абонамент" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS абонамент за квартал %s, %s" @@ -2883,11 +2876,11 @@ msgstr "RSS абонамент за квартал %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS абонамент за %s, в квартал %s" @@ -2895,13 +2888,13 @@ msgstr "RSS абонамент за %s, в квартал %s" msgid "RSS feed of nearby problems" msgstr "RSS абонамент за последни проблеми наоколо" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS абонамент за проблеми в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS абонамент за проблеми в квартал %s" @@ -2930,10 +2923,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Наскоро <br>поправени" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Наскоро добавени сигнали" @@ -2946,13 +2935,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Премахване на означението" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2962,7 +2951,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2976,13 +2965,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Подайте сигнал" @@ -3064,10 +3053,6 @@ msgstr "Сигналът е подаден анонимно чрез %s в ка msgid "Reported via %s in the %s category by %s at %s" msgstr "Сигналът е подаден чрез %s в категория %s от %s в %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3082,14 +3067,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Сигнализиране за проблем" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Сигнали" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3114,11 +3099,11 @@ msgstr "Подайте сигнал" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3157,7 +3142,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3180,16 +3165,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3209,14 +3194,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "маркиран като \"повторен\"" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Запази промените" @@ -3225,7 +3210,6 @@ msgstr "Запази промените" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3264,7 +3248,7 @@ msgstr "Не са намерени потребители." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3273,10 +3257,6 @@ msgstr "" msgid "Select a body" msgstr "Изберете район" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Изберете съответната община, за да разгледате сигналите подадени към нея." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3290,6 +3270,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3311,7 +3295,7 @@ msgstr "Изпратени:" msgid "Service:" msgstr "Услуга:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3320,20 +3304,24 @@ msgid "Share" msgstr "Сподели" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3342,6 +3330,11 @@ msgstr "" msgid "Show Photo?" msgstr "Показване на старите" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s обновяване в реално време" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3357,7 +3350,7 @@ msgstr "Показвай името ми публично" msgid "Show old" msgstr "Показване на старите" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Показване на старите" @@ -3370,6 +3363,11 @@ msgstr "Покажи кабърчетата" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +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 @@ -3425,7 +3423,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3454,7 +3452,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3475,14 +3473,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -3495,7 +3496,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3526,7 +3527,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Тема" @@ -3543,7 +3544,7 @@ msgstr "Тема:" msgid "Submit" msgstr "Изпращане" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3581,23 +3582,22 @@ msgstr "Абониране за известяване по имейл" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Обобщение" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3620,7 +3620,7 @@ msgstr "Резултати от проучване" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3650,7 +3650,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3688,19 +3688,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "Моля да ни извините, този пощенски код не беше разпознат." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Сигналът не може да бъде разгледан %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Този сигнал е бил изтрит от ПоправиСофия." @@ -3726,8 +3726,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3755,7 +3755,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Грешката беше: %s" @@ -3833,7 +3833,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата с всички сигнали. Моля опитайте по-късно." @@ -3842,7 +3842,7 @@ msgstr "Възникна проблем при визуализирането н msgid "There was a problem showing this page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата. Моля пробвайте по-късно." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3853,7 +3853,7 @@ msgstr "Възникна проблем с комбинацията имейл/ msgid "There was a problem with your email/password combination. Please try again." msgstr "Възникна проблем с комбинацията имейл/парола. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново." @@ -3861,7 +3861,7 @@ msgstr "Възникна проблем с вашата актуализация msgid "There were problems with your report. Please see below." msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Възникнаха проблеми с вашата актуализация. Моля вижте по-долу." @@ -3924,9 +3924,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Тази информация е необходима" @@ -3935,23 +3935,19 @@ msgstr "Тази информация е необходима" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Това е обобщение на всички сигнали в сайта." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Този проблем е решен." -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Този проблем не е решен." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Този проблем не е решен." @@ -3966,15 +3962,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Този сигнал е означен със статус затворен." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Този сигнал е означен със статус поправен." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Този сигнал е означен със статус отворен." @@ -3993,7 +3989,7 @@ msgstr "Тази страница съдържа и снимка, изпрате msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Времева линия" @@ -4026,6 +4022,15 @@ msgstr "За да получите нови известия, моля въве msgid "To view a map of the precise location of this issue" msgstr "За да видите точното местоположение на проблема върху картата" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Съгналът не е подаден към общината" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4061,7 +4066,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4077,9 +4082,10 @@ msgstr "Опитайте отново" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4100,14 +4106,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Непозната грешка" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4171,10 +4177,10 @@ msgstr "Актуализация на статусите" msgid "Updated" msgstr "Актуализирано!" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4201,11 +4207,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4218,11 +4235,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4236,8 +4253,8 @@ msgstr "маркиран като \"поправен\"" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4247,9 +4264,9 @@ msgstr "Потребители" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Актуализиране на стойностите" @@ -4363,7 +4380,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4388,23 +4405,22 @@ msgstr "" msgid "Year" msgstr "Година" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Да" @@ -4438,7 +4454,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4472,7 +4488,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Вече сте попълнили тази анкета. Ако имате въпрос, моля <a href='%s'>свържете се с нас</a>, или <a href='%s'>прегледайте сигнала</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4536,7 +4552,7 @@ 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:81 +#: 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 @@ -4566,6 +4582,19 @@ msgstr "Вашата информация ще бъде използва сам msgid "Your name" msgstr "Име" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Паролата Ви беше променена успешно" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4582,6 +4611,7 @@ msgstr "Парола" msgid "Your password has been changed" msgstr "Паролата Ви беше променена успешно" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4622,7 +4652,7 @@ msgstr "" msgid "by %s" msgstr "от %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "маркиран като \"повторен\"" @@ -4659,44 +4689,44 @@ msgstr "Последно обновено %s" msgid "less than a minute" msgstr "преди по-малко от минута" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "маркиран като \"започнато е действие\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "маркиран като \"вътрешна референция\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "маркиран като \"затворен\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "маркиран като \"в процес на обработка\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "маркиран като \"проучва се\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "марикарн като \"непоправим\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "маркиран като \"незадължение на Общината\"" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "маркиран като \"планиран\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4738,8 +4768,8 @@ msgstr "първоначално въведен: “%s”" msgid "other areas:" msgstr "други територии:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "отново отворен" @@ -4747,7 +4777,7 @@ msgstr "отново отворен" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "излизане" @@ -4755,7 +4785,7 @@ msgstr "излизане" msgid "the local council" msgstr "местната община" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "мястото не е било отбелязано на картата от потребителя" @@ -4851,6 +4881,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d ден" +msgstr[1] "%d дни" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "маркиран като \"поправен\"" +msgstr[1] "маркиран като \"поправен\"" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Сигналът %d е записан" +msgstr[1] "Сигналът %d е записан" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Сигнали" +msgstr[1] "Сигнали" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Изтегляне на актуализациите на %s сигналите " +msgstr[1] "Изтегляне на актуализациите на %s сигналите " + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4913,3 +4978,44 @@ msgid "report" msgid_plural "reports" msgstr[0] "Сигнали" msgstr[1] "Сигнали" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Изберете <strong>потвърден</strong> за да отбележите, че този контакт е бил потвърден и коректен. \n" +#~ "Ако не сте сигурни за първоизточника или валидността на контакта, оставете полето немаркирано." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Маркирайте <strong>изтриване</strong>, за да премахнете категорията.\n" +#~ "В този случай тя няма да бъде достъпна в списъка с категории на страницата за подаване на нов сигнал." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Редовете в тъмносиво показват общини, към които в момента не може да се изпращат директно сигнали." + +#~ msgid "New <br>problems" +#~ msgstr "Нови <br>сигнали" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Стари/Неидентифицирани <br>сигнали" + +#~ msgid "Older <br>fixed" +#~ msgstr "Поправени преди<br>известно време" + +#~ msgid "Older <br>problems" +#~ msgstr "Стари <br>сигнали" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Наскоро <br>поправени" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Изберете съответната община, за да разгледате сигналите подадени към нея." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Това е обобщение на всички сигнали в сайта." + +#~ msgid "Are you a developer?" +#~ msgstr "Ако сте програмист?" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index 240f80747..25b9e55da 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+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" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -154,6 +154,10 @@ msgstr "(corregit)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "" @@ -166,15 +170,15 @@ msgstr "(opcional)" msgid "(sent to both)" msgstr "(enviat als dos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" -msgstr "" +msgstr "-- Tria una categoria --" #: perllib/FixMyStreet/DB/Result/Problem.pm:460 msgid "-- Pick a property type --" -msgstr "" +msgstr "-- Tria un tipus de propietat --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -186,11 +190,11 @@ msgstr "" #: templates/web/base/dashboard/index.html:152 msgid "14-30 days old" -msgstr "" +msgstr "Fa 14-30 dies" #: templates/web/base/dashboard/index.html:151 msgid "7-14 days old" -msgstr "" +msgstr "Fa 7-14 dies" #: templates/web/base/admin/body-form.html:48 #: templates/web/base/admin/body-form.html:49 @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -212,7 +215,7 @@ msgstr "" #: templates/web/base/js/translation_strings.html:71 msgid "<span>%s</span> saved." -msgstr "" +msgstr "<span>%s</span> desat." #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -246,14 +249,10 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" -msgstr "" +msgstr "Acció programada" #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 @@ -280,7 +279,7 @@ msgstr "Afegeix una nova categoria" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Afegeix un usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Afegeix/edita categories de problemes" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Afegeix/edita prioritats de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Afegeix/edita plantilles de resposta" @@ -308,7 +307,7 @@ msgstr "Afegeix/edita plantilles de resposta" msgid "Added %s" msgstr "Afegit %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -336,9 +335,8 @@ msgstr "Avisa'm de futures actualitzacions" #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 msgid "All" -msgstr "" +msgstr "Tot" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tots els informes" @@ -356,7 +354,7 @@ msgstr "Totes les categories" #: 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:21 +#: 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 "Tots els informes" @@ -366,6 +364,15 @@ msgstr "Tots els informes" msgid "All reports between %s and %s" msgstr "Tots els informes entre %s i %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Totes les categories" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Una actualització ha marcat aquest problema com a solucionat." @@ -375,7 +382,7 @@ msgstr "Una actualització ha marcat aquest problema com a solucionat." msgid "Anonymous" msgstr "Anònim" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anònim" @@ -385,13 +392,9 @@ msgstr "Anònim" msgid "Another user" msgstr "Un altre usuari" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Ets un desenvolupador?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "Estàs segur de voler cancel·lar aquesta càrrega?" #: templates/web/base/admin/report_edit.html:84 #: templates/web/base/js/translation_strings.html:66 @@ -431,7 +434,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +459,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Categories disponibles" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +492,12 @@ msgstr "Torna" msgid "Back to all reports" msgstr "Torna a tots els informes" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +528,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categories" @@ -535,7 +541,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +593,11 @@ msgstr "Canvia l'adreça de correu electrònic" msgid "Change password" msgstr "Canvia la contrasenya" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -622,7 +616,7 @@ msgstr "" #: templates/web/base/report/_inspect.html:93 msgid "Choose another" -msgstr "" +msgstr "Escull un altre" #: templates/web/base/js/translation_strings.html:65 msgid "Clear offline data" @@ -656,14 +650,15 @@ msgstr "Fes clic a l'enllaç del nostre correu electrònic de confirmació per e #: 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -705,7 +700,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -731,9 +726,8 @@ msgstr "" msgid "Confirmation" msgstr "Confirmació" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmat" @@ -751,7 +745,7 @@ msgstr "Confirmat:" #. ("%s is the site name") #: templates/web/base/about/_sidebar.html:6 msgid "Contact %s" -msgstr "" +msgstr "Contacta %s" #: templates/web/base/contact/index.html:1 #: templates/web/base/contact/index.html:2 @@ -768,8 +762,8 @@ msgstr "Contacta a l'equip" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "" @@ -831,7 +825,7 @@ msgstr "" msgid "Create a report" msgstr "Crea un informe" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crea una categoria" @@ -840,11 +834,11 @@ msgstr "Crea una categoria" msgid "Create priority" msgstr "Crea una prioritat" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -881,6 +875,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -888,26 +884,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminat" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -934,7 +928,7 @@ msgstr "Detalls" msgid "Details:" msgstr "Detalls:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -947,8 +941,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "" @@ -965,11 +959,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -981,24 +979,18 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: 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:88 -#, fuzzy msgid "Duplicate of" -msgstr "Duplicat" +msgstr "Duplicat de" #: templates/web/base/report/_inspect.html:98 -#, fuzzy msgid "Duplicates" -msgstr "Duplicat" +msgstr "Duplicats" #: templates/web/base/admin/body.html:116 msgid "" @@ -1008,7 +1000,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1028,23 +1020,23 @@ msgstr "Edita" msgid "Edit body details" msgstr "Edita els detalls del cos" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Edita els informes" @@ -1067,9 +1059,9 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" -msgstr "" +msgstr "Editor" #: templates/web/base/admin/bodies.html:27 #: templates/web/base/admin/category_edit.html:53 @@ -1081,17 +1073,17 @@ msgstr "" #: templates/web/zurich/auth/general.html:24 #: templates/web/zurich/auth/general.html:54 msgid "Email" -msgstr "" +msgstr "Correu electrònic" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" -msgstr "" +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 msgid "Email address" -msgstr "" +msgstr "Adreça de correu electrònic" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -1101,11 +1093,11 @@ msgstr "Alerta de correu electrònic creada" msgid "Email alert deleted" msgstr "Alerta de correu electrònic eliminada" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" -msgstr "" +msgstr "El correu electrònic ja existeix a la llista d'abús" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1146,7 +1138,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1155,6 +1147,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1194,8 +1187,7 @@ msgstr "" msgid "Examples:" msgstr "Exemples:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1203,14 +1195,13 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" #: templates/web/base/dashboard/index.html:146 -#, fuzzy msgid "Export as CSV" -msgstr "Tots els informes en CSV" +msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:174 #: perllib/FixMyStreet/Cobrand/Zurich.pm:913 @@ -1264,29 +1255,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1304,11 +1292,11 @@ msgstr "Corregit:" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1325,7 +1313,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1362,6 +1350,10 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/admin/stats.html:102 +msgid "Get Count" +msgstr "" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1392,6 +1384,7 @@ msgstr "" #: 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 msgid "Go" msgstr "" @@ -1400,7 +1393,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1408,10 +1401,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" @@ -1422,7 +1411,7 @@ msgstr "" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ajuda" @@ -1436,18 +1425,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1455,10 +1444,26 @@ msgstr "" msgid "Hidden" msgstr "" -#: templates/web/base/report/_main.html:105 -#, fuzzy +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" -msgstr "Crea un informe" +msgstr "" + +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +msgid "Hide my name on this report" +msgstr "" #: templates/web/base/around/display_location.html:67 msgid "Hide old" @@ -1472,6 +1477,11 @@ msgstr "" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" @@ -1493,8 +1503,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1595,8 +1605,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "" @@ -1610,16 +1618,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1636,11 +1646,16 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Crea un informe" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1648,10 +1663,8 @@ msgstr "" msgid "Internal notes" msgstr "Notes internes" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1663,7 +1676,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "" @@ -1671,26 +1684,22 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1720,6 +1729,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 msgid "Last 7 days" msgstr "" @@ -1728,6 +1738,10 @@ msgstr "" msgid "Last editor" msgstr "" +#: templates/web/base/questionnaire/index.html:25 +msgid "Last update" +msgstr "" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1736,7 +1750,7 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1808,7 +1822,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1828,19 +1842,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "" @@ -1860,15 +1866,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1876,8 +1882,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "" @@ -1885,8 +1891,8 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "" @@ -1911,14 +1917,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1930,7 +1935,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1939,16 +1944,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1958,15 +1963,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" @@ -2038,20 +2039,19 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "" @@ -2083,12 +2083,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "" @@ -2097,11 +2093,11 @@ msgstr "" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2143,12 +2139,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2172,7 +2164,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2182,7 +2174,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "" @@ -2204,6 +2196,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2216,22 +2212,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2239,28 +2223,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2289,9 +2264,9 @@ msgstr "" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2301,6 +2276,15 @@ msgstr "" msgid "Other" msgstr "" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Totes les categories" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "" @@ -2315,8 +2299,8 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "" @@ -2350,7 +2334,7 @@ msgid "Phone number (optional)" msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2359,9 +2343,9 @@ msgstr "" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2379,12 +2363,12 @@ msgstr "" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2394,6 +2378,11 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +msgid "Pick your council" +msgstr "" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2401,10 +2390,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2429,9 +2418,9 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2441,12 +2430,12 @@ msgstr "" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2457,18 +2446,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2484,8 +2473,8 @@ msgstr "" msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2525,7 +2514,7 @@ msgstr "" msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2595,7 +2584,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2643,30 +2632,29 @@ msgstr "" msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2674,7 +2662,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2693,16 +2681,15 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" #: templates/web/base/report/new/form_user.html:1 -#, fuzzy msgid "Private details" -msgstr "Detalls extres" +msgstr "" #: templates/web/base/maps/pin.html:13 msgid "Problem" @@ -2726,7 +2713,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "" @@ -2734,7 +2721,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -2755,13 +2742,13 @@ msgstr "" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2842,11 +2829,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" @@ -2854,11 +2841,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2866,13 +2853,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2901,10 +2888,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "" @@ -2917,13 +2900,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2933,7 +2916,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2947,13 +2930,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" @@ -2972,9 +2955,8 @@ msgid "Report on %s" msgstr "" #: templates/web/base/dashboard/index.html:137 -#, fuzzy msgid "Report state:" -msgstr "Estat actual" +msgstr "" #: templates/web/base/report/new/fill_in_details_form.html:1 #: templates/web/base/report/new/login_success_form.html:1 @@ -3035,10 +3017,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3053,14 +3031,14 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3084,11 +3062,11 @@ msgstr "" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3127,7 +3105,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3150,16 +3128,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3178,14 +3156,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" @@ -3194,7 +3172,6 @@ msgstr "" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3233,7 +3210,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3242,10 +3219,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3259,6 +3232,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3280,7 +3257,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3289,20 +3266,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3310,6 +3291,10 @@ msgstr "" msgid "Show Photo?" msgstr "" +#: templates/web/base/questionnaire/index.html:26 +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 @@ -3324,7 +3309,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "" @@ -3336,6 +3321,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3391,7 +3380,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3420,7 +3409,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3441,14 +3430,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -3461,7 +3453,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3492,7 +3484,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -3509,7 +3501,7 @@ msgstr "" msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3547,23 +3539,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3586,7 +3577,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3616,7 +3607,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3654,19 +3645,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3692,8 +3683,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3721,7 +3712,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3797,7 +3788,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3806,7 +3797,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3817,7 +3808,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3825,7 +3816,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3888,9 +3879,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "" @@ -3899,23 +3890,19 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" msgstr "" @@ -3929,15 +3916,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3956,7 +3943,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3989,6 +3976,14 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4023,7 +4018,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4039,9 +4034,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4062,14 +4058,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4133,10 +4129,10 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4163,11 +4159,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4180,11 +4187,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4197,8 +4204,8 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4208,9 +4215,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4324,7 +4331,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4349,23 +4356,22 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "" @@ -4399,7 +4405,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4433,7 +4439,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4494,7 +4500,7 @@ 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:81 +#: 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 @@ -4524,6 +4530,18 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +msgid "Your name has been hidden." +msgstr "" + #: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" msgstr "" @@ -4539,6 +4557,7 @@ msgstr "" msgid "Your password has been changed" msgstr "" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4579,7 +4598,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4616,44 +4635,44 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4695,8 +4714,8 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -4704,7 +4723,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4712,7 +4731,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4806,6 +4825,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dia" +msgstr[1] "%d dies" + +#: templates/web/base/reports/index.html:55 +#, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:43 +#, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Tots els informes" +msgstr[1] "Tots els informes" + +#: templates/web/base/reports/index.html:49 +#, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "" +msgstr[1] "" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4863,11 +4917,11 @@ msgstr[0] "" msgstr[1] "" #: templates/email/oxfordshire/archive.txt:9 -#, fuzzy, perl-format +#, perl-format msgid "report" msgid_plural "reports" -msgstr[0] "Tots els informes" -msgstr[1] "Tots els informes" +msgstr[0] "" +msgstr[1] "" -#~ msgid "Cancel" -#~ msgstr "Cancel·la" +#~ msgid "Are you a developer?" +#~ msgstr "Ets un desenvolupador?" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index 1a49a2f24..be2a2c4a4 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "% S, v% s oddělení" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-mailů v tabulce zneužívání)" @@ -154,6 +154,10 @@ msgstr "(vyřešeno)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(např. graffiti, rozbité pouliční osvětlení, díry v komunikacích a pod. )" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(není odesláno na úřad)" @@ -166,8 +170,8 @@ msgstr "(volitelně)" msgid "(sent to both)" msgstr "(odesláno dvoum??)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Vyberte kategorii --" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ano</strong> Mám heslo" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Akce naplánována" @@ -286,7 +285,7 @@ msgstr "Přidat novou kategorii" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -298,15 +297,15 @@ msgstr "" msgid "Add user" msgstr "Přidat Uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -314,7 +313,7 @@ msgstr "" msgid "Added %s" msgstr "Přidáno %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -344,7 +343,6 @@ msgstr "Upozorněte mě na budoucí aktualizace" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Všechna hlášení" @@ -362,7 +360,7 @@ msgstr "" #: 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:21 +#: 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 "Všechna hlášení" @@ -372,6 +370,14 @@ msgstr "Všechna hlášení" msgid "All reports between %s and %s" msgstr "Všechna hlášení od %s do %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Hlášení bylo označeno za vyřešené." @@ -381,7 +387,7 @@ msgstr "Hlášení bylo označeno za vyřešené." msgid "Anonymous" msgstr "Anonimní" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonymní:" @@ -391,10 +397,6 @@ msgstr "Anonymní:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Jste vývojář?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -437,7 +439,7 @@ msgstr "Přiřaďte externí instituci:" msgid "Assign to subdivision:" msgstr "Přiřaďte oddělení:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -462,11 +464,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -492,12 +497,12 @@ msgstr "Zpět" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Zakázat emailovou adresu" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -528,7 +533,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -541,7 +546,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -593,27 +598,11 @@ msgstr "" msgid "Change password" msgstr "Změnit heslo" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Kontrola <strong>potvrzení</strong> že je tento kontakt byl potvrzen a že je správný.\n" -" Pokud si nejste jisti správností, ponechte nezaškrtnuté." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Zaškrtněte <strong>smazáno</strong> , kategorie nebude nadále používána. \n" -" Nebude se nadále zobrazovat v rozbalovacím menu při zadání hlášení." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -674,14 +663,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -724,7 +714,7 @@ msgstr "Motiv:" msgid "Collapse map" msgstr "použitá mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nastavení" @@ -750,9 +740,8 @@ msgstr "" msgid "Confirmation" msgstr "Potvrzení" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Potvrzeno" @@ -787,8 +776,8 @@ msgstr "Kontaktujte nás!" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Uživatele nelze najít" @@ -855,7 +844,7 @@ msgstr "Počet" msgid "Create a report" msgstr "Vytvořit report" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Vytvořit kategorii" @@ -864,11 +853,11 @@ msgstr "Vytvořit kategorii" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -905,6 +894,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Přehledy" @@ -912,26 +903,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Smazána" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -958,7 +947,7 @@ msgstr "Podrobnosti" msgid "Details:" msgstr "Podrobnosti:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Předáno" @@ -971,8 +960,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Tabulka Vížěhů" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Uložit změny" @@ -990,11 +979,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Není známo" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Nechcete řešit formulářem?" @@ -1006,12 +999,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplicitní" @@ -1033,7 +1022,7 @@ msgid "" " " msgstr "Každému kontaktu daného subjektu můžeme přidělit kategorii, která je zobrazena veřejně. Různé kategorie mohou mít společný kontakt (e-mail). To znamená, že můžete přidat mnoho kategorií, i když máte jen jednu kontaktní osobu pro daný subjekt." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1053,23 +1042,23 @@ msgstr "Upravit" msgid "Edit body details" msgstr "Editace podrobností subjektu" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1092,7 +1081,7 @@ msgstr "Úpravy aktualizace %d" msgid "Editing user %d" msgstr "Aktualizace uživatele %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Úprava" @@ -1108,7 +1097,7 @@ msgstr "Úprava" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "E-mail přidán do seznamu zneužívání" @@ -1126,11 +1115,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-mail je již v seznamu zneužívání" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1171,7 +1160,7 @@ msgstr "Endpoint" msgid "Enter a Zürich street name" msgstr "Zadejte název ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Zadejte nejbližší PSČ, název ulice nebo oblasti" @@ -1180,6 +1169,7 @@ msgstr "Zadejte nejbližší PSČ, název ulice nebo oblasti" msgid "Enter a nearby postcode, or street name and area" msgstr "Zadejte blízké poštovní směrovací číslo nebo název ulice či oblasti" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1219,8 +1209,7 @@ msgstr "Příklad PSČ %s" msgid "Examples:" msgstr "Příklady:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1228,7 +1217,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1288,29 +1277,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "vyřešené - Úřad" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Vyřešené - Uživatel" @@ -1328,11 +1314,11 @@ msgstr "Vyřešené:" msgid "Flag as deleted" msgstr "Označené za smazané" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Sledovat uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Určeno ke sledování" @@ -1349,7 +1335,7 @@ msgstr "Takto označení uživatelé jsou v seznamu na této <a href='%s'>strán msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Označení uživatelé nejsou žádným způsobem omezováni. Je to jen seznam uživatelů, kteří byli označeni k Vaší pozornosti." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Sledováno:" @@ -1386,6 +1372,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Často kladené dotazy" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Počet" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1416,6 +1407,7 @@ msgstr "" #: 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 msgid "Go" msgstr "OK" @@ -1424,7 +1416,7 @@ msgstr "OK" msgid "Going to send questionnaire?" msgstr "Odeslat dotazník?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1432,10 +1424,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Graf hlášení v čase a jejich stavů" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Šedě označené řádky jsou úřady, které již existují." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Byl tento problém vyřešen?" @@ -1446,7 +1434,7 @@ msgstr "Už jste někdy před tím hlásili problém úřadu a nebo je toto Va #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Nápověda" @@ -1460,18 +1448,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1479,11 +1467,30 @@ msgstr "Přihlášená osoba: %s" msgid "Hidden" msgstr "Skrytý" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Znovu odeslané hlášení" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Aktualizováno uživatelem {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Znovu odeslané hlášení" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Skrýt staré" @@ -1496,6 +1503,12 @@ msgstr "Schovat značky" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Vaše jméno a příjmení" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" @@ -1517,8 +1530,8 @@ msgstr "Anleitung" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1626,8 +1639,6 @@ msgstr "Neplatný výběr zdoje" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "v řešení" @@ -1641,16 +1652,18 @@ msgstr "Kromě toho, tyto atributy, které nejsou součástí specifikace Open31 #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1667,11 +1680,16 @@ msgstr "Včetně nepotvrzených hlášení" msgid "Incorrect has_photo value \"%s\"" msgstr "Chybná has_photo hodnota \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Znovu odeslané hlášení" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1679,10 +1697,8 @@ msgstr "" msgid "Internal notes" msgstr "Interní poznámky" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Interní postoupení" @@ -1694,7 +1710,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Chybná agency_responsible hodnota %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Chybný konečný datum" @@ -1702,26 +1718,22 @@ msgstr "Chybný konečný datum" msgid "Invalid format %s specified." msgstr "Chybný formát %s specified." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Chybné počáteční datum" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1751,6 +1763,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Poslední úpravy:" @@ -1760,6 +1773,11 @@ msgstr "Poslední úpravy:" msgid "Last editor" msgstr "Poslední úpravy" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Poslední úpravy:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Poslední úpravy:" @@ -1768,7 +1786,7 @@ msgstr "Poslední úpravy:" msgid "Last update:" msgstr "Poslední úpravy:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1840,7 +1858,7 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1860,19 +1878,11 @@ 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>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Zpráva" @@ -1892,15 +1902,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Chybějící jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1908,8 +1918,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Nahlášeno uživatelem %s, určeno pro %s" @@ -1918,8 +1928,8 @@ msgstr "Nahlášeno uživatelem %s, určeno pro %s" 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:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "ostatní oblasti:" @@ -1945,14 +1955,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Jméno" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1964,7 +1973,7 @@ msgstr "Jméno:" msgid "Name: %s" msgstr "Jméno: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1973,16 +1982,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nejbližší pojmenovaná ulice k umístěné značce na mapě (automaticky generováno pomocí OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nejbližší cesta k umístěné značce na mapě (automaticky generováno pomocí Bing Mapy): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1994,15 +2003,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nová <br>hlášení" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Přidán nový subjekt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Do kategorie byl přidán nový kontakt" @@ -2074,20 +2079,19 @@ msgstr "" msgid "Next" msgstr "Další" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Ne" @@ -2119,12 +2123,8 @@ msgstr "Nebyla nalazena žádná sledovaná hlášení." msgid "No flagged users found." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Nelze opravit" @@ -2133,11 +2133,11 @@ msgstr "Nelze opravit" msgid "No further updates" msgstr "Žádné další aktualizace" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2185,12 +2185,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Nezodpovídá" @@ -2214,7 +2210,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Poznámka" @@ -2224,7 +2220,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Upozorňujeme, že když zahrnujeme nepotvrzená hlášení, používáme datum hlášení, kdy bylo vytvořeno. To však nemusí být ve stejném měsíci, kdy bylo potvrzeno a proto se počty mohou trochu lišit" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Poznámka:" @@ -2246,6 +2242,10 @@ msgstr "A teď stačí hlášení odeslat" msgid "Now to submit your update…" msgstr "A nyní pro odeslání aktualizace…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2258,22 +2258,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Staré / neznámé <br>hlášení" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Starý stav" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Starší <br>vyřešené" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Starší <br>hlášení" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2281,28 +2269,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Otevřený" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2331,9 +2310,9 @@ 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í:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2343,6 +2322,15 @@ msgstr "Nebo se můžete přihlásit k odběru všech upozornění na hlášení msgid "Other" msgstr "Ostatní" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Vytvořit kategorii" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Vlastník" @@ -2357,8 +2345,8 @@ msgstr "Stránka nenalezena" msgid "Parent" msgstr "Nadřazený subjekt" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Částečně" @@ -2392,7 +2380,7 @@ msgid "Phone number (optional)" msgstr "Telefonní číslo (volitelně)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2401,9 +2389,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2421,12 +2409,12 @@ msgstr "Fotografie" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2436,6 +2424,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Fotografie nedávných okolních hlášení" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Žádný Úřad" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2443,10 +2437,10 @@ msgstr "Umísti špendlík na mapu" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2471,9 +2465,9 @@ msgstr "Zkontrolujte prosím hesla a zkuste znovu" msgid "Please check your email address is correct" msgstr "Zkontrolujte, zda je vaše emailová adresa správná" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2483,12 +2477,12 @@ msgstr "Vyberte kategorii" msgid "Please choose a property type" msgstr "Zvolte typ nemovitosti" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2499,18 +2493,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2526,8 +2520,8 @@ msgstr "Prosím zadejte heslo" msgid "Please enter a subject" msgstr "Prosím zadejte název" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2567,7 +2561,7 @@ msgstr "Prosím zadejte vaši emailovou adresu" msgid "Please enter your first name" msgstr "Zadejte vaše jméno" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2637,7 +2631,7 @@ msgstr "" msgid "Please note:" msgstr "Vezměte prosím na vědomí:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2685,30 +2679,29 @@ msgstr "Napište zprávu" msgid "Please write your update here" msgstr "Aktuální informace doplňte prosím zde" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Odeslat" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Nahlášeno anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Odesláno uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 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:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Odesláno uživatelem <strong>%s</strong> v %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2716,7 +2709,7 @@ msgstr "" msgid "Previous" msgstr "Předcházející" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2735,9 +2728,9 @@ msgstr "Ochrana osobních údajů" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Neveřejné" @@ -2768,7 +2761,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Hlášení bylo označeno za otevřené." @@ -2776,7 +2769,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Hlášení" @@ -2797,13 +2790,13 @@ msgstr "Hlášení označená za vyřešená na serveru FixMyStreet" msgid "Problems within %.1fkm of this location" msgstr "Hlášení v okolí %.1fkm od tohoto místa" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Hlášení v oblasti %s" @@ -2885,11 +2878,11 @@ msgstr "Dotazník vyplňuje uživatel, který podal hlášení problému" msgid "RSS feed" msgstr "RSS kanál" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS kanál pro oblast %s, %s" @@ -2897,11 +2890,11 @@ msgstr "RSS kanál pro oblast %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS kanál pro %s, v oblasti %s " @@ -2909,13 +2902,13 @@ msgstr "RSS kanál pro %s, v oblasti %s " msgid "RSS feed of nearby problems" msgstr "RSS kanál hlášení v okolí" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS kanál hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS kanál hlášení v oblasti %s " @@ -2944,10 +2937,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Aktuálně <br>vyřešené" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nedávno nahlášené problémy" @@ -2960,13 +2949,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Odstranit příznak" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2976,7 +2965,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2990,13 +2979,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Nahlásit problém" @@ -3078,10 +3067,6 @@ msgstr "Nahlášeno prostřednictvím %s v kategorii %s anonymně v %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Nahlášeno prostřednictvím %s v kategorii %s uživatelem %s v %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3096,14 +3081,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Hlášení problému" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Hlášení" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Délka hlášení je omezena na %s znaků. Prosím, zkraťte své hlášení" @@ -3128,11 +3113,11 @@ msgstr "Nahlásit problém" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3171,7 +3156,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3194,16 +3179,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3223,14 +3208,14 @@ msgstr "Satelitní" msgid "Save + close as duplicate" msgstr "označené jako duplicitní hlášení" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Uložit změny" @@ -3239,7 +3224,6 @@ msgstr "Uložit změny" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3278,7 +3262,7 @@ msgstr "Nebyli nalezeni žádní sledovaní uživatelé." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3287,10 +3271,6 @@ msgstr "" msgid "Select a body" msgstr "Zvolte subjekt" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Vyberte konkrétní instituce a" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3304,6 +3284,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3325,7 +3309,7 @@ msgstr "Odeslat:" msgid "Service:" msgstr "Služba:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3334,20 +3318,24 @@ msgid "Share" msgstr "Sdílet" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3356,6 +3344,11 @@ msgstr "" msgid "Show Photo?" msgstr "Zobrazit stará" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s online aktualizace" + #: 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 @@ -3371,7 +3364,7 @@ msgstr "Zobrazit moje jméno veřejně" msgid "Show old" msgstr "Zobrazit stará" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Zobrazit stará" @@ -3384,6 +3377,11 @@ msgstr "Zobrazit značky" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Zobrazení hlášení podle okrsků" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3439,7 +3437,7 @@ 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:230 +#: 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 @@ -3468,7 +3466,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3489,14 +3487,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Stav" @@ -3509,7 +3510,7 @@ msgstr "Stav" msgid "State:" msgstr "Stav:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3540,7 +3541,7 @@ msgstr "Podkategorie: %s" msgid "Subdivision/Body" msgstr "Oddělení/Instituce" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Předmět" @@ -3557,7 +3558,7 @@ msgstr "Předmět:" msgid "Submit" msgstr "Odeslat" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3595,23 +3596,22 @@ msgstr "Přihlásit se k odběru emailových upozornění" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Přehled" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3634,7 +3634,7 @@ msgstr "Výsledky průzkumu" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3664,7 +3664,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Děkujeme, že se snažíte poslat aktualizaci nebo hlášení. Zdá se, že máme sami chybu v systému, tak <a href=\"%s\">, prosím, dejte nám vědět, co se děje </a> a my se na to podíváme." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3702,19 +3702,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Tento report nemůže být zobrazen na %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Toto hlášení bylo vyjmuto z FixMyStreet." @@ -3744,8 +3744,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3775,7 +3775,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Tabulka Vítězů ukazuje aktivity editorů (kdo editoval nejvíce záznamů)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Nastala chyba: %s" @@ -3853,7 +3853,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3862,7 +3862,7 @@ msgstr "Nastal problém v zobrazení stránky Všechna hlášení. Prosím, zkus msgid "There was a problem showing this page. Please try again later." msgstr "Nastal problém v zobrazení této stránky. Prosím, zkuste později." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3873,7 +3873,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." @@ -3881,7 +3881,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 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." @@ -3954,9 +3954,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Tato informace je vyžadována" @@ -3965,23 +3965,19 @@ msgstr "Tato informace je vyžadována" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Toto je vývojářský web; věci mohou kdykoli přestat fungovat, databáze bude pravidelně mazána." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Zde je souhrn všech hlášení na tomto webu." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Hlášení bylo vyřešeno" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Hlášení nemohlo být vyřešeno" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Hlášení nemohlo být vyřešeno" @@ -3996,15 +3992,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Hlášení čeká na moderování operátorem." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Hlášení je aktuálně označené za uzavřené." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Hlášení je aktuálně označené za vyřešené." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Hlášení je aktuálně označené za otevřené." @@ -4023,7 +4019,7 @@ msgstr "Webová stránka také obsahuje fotografii hlášení, poskytnutou uživ msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Časová osa" @@ -4056,6 +4052,15 @@ msgstr "Pokud chcete zjistit, jaká místní upozornění jsme pro Vás připrav msgid "To view a map of the precise location of this issue" msgstr "Pro zobrazení mapy přesného umístění tohoto problému" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Na úřad nebylo hlášeno" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4091,7 +4096,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4107,9 +4112,10 @@ msgstr "Opakujte znovu" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4130,14 +4136,14 @@ msgid "Unknown alert type" msgstr "Neznámý typ upozornění" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Neznámá chyba" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Neznámé ID hlášení" @@ -4201,10 +4207,10 @@ msgstr "Aktualizovat status" msgid "Updated" msgstr "Aktualizováno" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4231,11 +4237,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4248,11 +4265,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Uživatel vyjmut ze sledování" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Uživatel sledován" @@ -4266,8 +4283,8 @@ msgstr "Označené jako vyřešené" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4277,9 +4294,9 @@ msgstr "Uživatelé" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Hodnoty aktualizovány" @@ -4393,7 +4410,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "V požadavku pro vyhledávání je možné hledat s parametrem 'agency_responsible' a omezit požadavky vrácené zpět do administrace. Hledaný výraz je administrativní ID poskytnuté službou<a href=\"%s\"> MaPit </a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Chcete se podílet na rozvoji projektu FixMyStreet? Náš kód je open source a je k dispozici na <a href=\"http://fixmystreet.org\">fixmystreet.org </a>." @@ -4418,23 +4435,22 @@ msgstr "" msgid "Year" msgstr "Rok" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ano" @@ -4468,7 +4484,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4504,7 +4520,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Na tento dotazník jste již odpověděli. Máte-li dotazy, prosím <a href='%s'>spojte se s námi</a>, nebo si můžete <a href='%s'>zobrazit hlášení</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4568,7 +4584,7 @@ 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:81 +#: 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 @@ -4598,6 +4614,19 @@ msgstr "Vámi poskytnuté informace budou použity pouze v souladu se <a href=\" msgid "Your name" msgstr "Vaše jméno a příjmení" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Vaše heslo bylo změněno" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4614,6 +4643,7 @@ msgstr "Vaše heslo" msgid "Your password has been changed" msgstr "Vaše heslo bylo změněno" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4654,7 +4684,7 @@ msgstr "" msgid "by %s" msgstr "uživatelem %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "označené jako duplicitní hlášení" @@ -4691,44 +4721,44 @@ msgstr "naposledy upravené %s" msgid "less than a minute" msgstr "méně než minutou" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "označené jako plánované" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "označeno za uzavřené" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: 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:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "označené jako zkoumání" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "označené za naplánované" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4770,8 +4800,8 @@ msgstr "původně zadáno: “%s”" msgid "other areas:" msgstr "ostatní oblasti:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "znovu otevřeno" @@ -4779,7 +4809,7 @@ msgstr "znovu otevřeno" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "odhlásit" @@ -4787,7 +4817,7 @@ msgstr "odhlásit" msgid "the local council" msgstr "místní úřad" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "V mapě se nenalézají žádné značky hlášení od uživatelů" @@ -4891,6 +4921,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d den" +msgstr[1] "%d dny" +msgstr[2] "%d dní" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Označené jako vyřešené" +msgstr[1] "Označené jako vyřešené" +msgstr[2] "Označené jako vyřešené" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Nebo problémy hlášené subjektu:" +msgstr[1] "Nebo problémy hlášené subjektu:" +msgstr[2] "Nebo problémy hlášené subjektu:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Hlášení" +msgstr[1] "Hlášení" +msgstr[2] "Hlášení" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Získat aktualizace hlášení %s " +msgstr[1] "Získat aktualizace hlášení %s " +msgstr[2] "Získat aktualizace hlášení %s " + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4962,3 +5032,44 @@ msgid_plural "reports" msgstr[0] "Hlášení" msgstr[1] "Hlášení" msgstr[2] "Hlášení" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Kontrola <strong>potvrzení</strong> že je tento kontakt byl potvrzen a že je správný.\n" +#~ " Pokud si nejste jisti správností, ponechte nezaškrtnuté." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Zaškrtněte <strong>smazáno</strong> , kategorie nebude nadále používána. \n" +#~ " Nebude se nadále zobrazovat v rozbalovacím menu při zadání hlášení." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Šedě označené řádky jsou úřady, které již existují." + +#~ msgid "New <br>problems" +#~ msgstr "Nová <br>hlášení" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Staré / neznámé <br>hlášení" + +#~ msgid "Older <br>fixed" +#~ msgstr "Starší <br>vyřešené" + +#~ msgid "Older <br>problems" +#~ msgstr "Starší <br>hlášení" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Aktuálně <br>vyřešené" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Vyberte konkrétní instituce a" + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Zde je souhrn všech hlášení na tomto webu." + +#~ msgid "Are you a developer?" +#~ msgstr "Jste vývojář?" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index 365afb237..2decaf3df 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Welsh (https://www.transifex.com/mysociety/teams/12067/cy/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, o fewn ward %s" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -154,6 +154,10 @@ msgstr "(wedi trwsio)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(heb ei anfon at y cyngor)" @@ -166,8 +170,8 @@ msgstr "(dewisol)" msgid "(sent to both)" msgstr "(anfonwyd i'r ddau)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Dewiswch gategori --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Oes</strong>, mae gen i gyfrinair" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +279,7 @@ msgstr "Ychwanegu categori newydd" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Ychwanegu defnyddiwr" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "Ychwanegwyd %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "Rhoi gwybod am ddiweddariadau i ddod" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Pob adroddiad" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "Pob adroddiad" @@ -366,6 +364,14 @@ msgstr "Pob adroddiad" msgid "All reports between %s and %s" msgstr "Pob adroddiad rhwng %s a %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." @@ -375,7 +381,7 @@ msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." msgid "Anonymous" msgstr "Dienw" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Dienw:" @@ -385,10 +391,6 @@ msgstr "Dienw:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Ydych chi'n ddatblygwr?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "Yn ôl" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "Newid cyfrinair" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -705,7 +699,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -731,9 +725,8 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Cadarnhawyd" @@ -768,8 +761,8 @@ msgstr "Cysylltu â'r tîm" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Methu dod o hyd i'r defnyddiwr" @@ -832,7 +825,7 @@ msgstr "" msgid "Create a report" msgstr "Creu adroddiad" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Creu categori" @@ -841,11 +834,11 @@ msgstr "Creu categori" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -882,6 +875,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -889,26 +884,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Dilëwyd" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -935,7 +928,7 @@ msgstr "Manylion" msgid "Details:" msgstr "Manylion:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -948,8 +941,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Cadw'r newidiadau" @@ -967,11 +960,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -983,12 +980,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Lluosogi" @@ -1010,7 +1003,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1030,23 +1023,23 @@ msgstr "Golygu" msgid "Edit body details" msgstr "Golygu manylion y corff" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1069,7 +1062,7 @@ msgstr "Golygu'r diweddariad %d" msgid "Editing user %d" msgstr "Golygu'r defnyddiwr %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Golygydd" @@ -1085,7 +1078,7 @@ msgstr "Golygydd" msgid "Email" msgstr "E-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd" @@ -1103,11 +1096,11 @@ msgstr "Crëwyd hysbysiad e-bost" msgid "Email alert deleted" msgstr "Dilëwyd hysbysiad e-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-bost eisoes yn y rhestr camddefnydd" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1148,7 +1141,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Rhowch god post DU, neu enw stryd ac ardal" @@ -1157,6 +1150,7 @@ msgstr "Rhowch god post DU, neu enw stryd ac ardal" msgid "Enter a nearby postcode, or street name and area" msgstr "Rhowch god post, neu enw stryd ac ardal" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1196,8 +1190,7 @@ msgstr "Cod post enghreifftiol %s" msgid "Examples:" msgstr "Enghraifft:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1205,7 +1198,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1265,29 +1258,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1305,11 +1295,11 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1326,7 +1316,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1363,6 +1353,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Cwestiynau a ofynnir yn aml" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Derbyn diweddariadau" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1393,6 +1388,7 @@ msgstr "Mae'n dda gennym glywed y cafodd ei drwsio!" #: 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 msgid "Go" msgstr "" @@ -1401,7 +1397,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1409,10 +1405,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Gafodd y broblem ei thrwsio?" @@ -1423,7 +1415,7 @@ msgstr "Ydych chi wedi adrodd problem at y cyngor o'r blaen, neu ai dyma eich tr #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Cymorth" @@ -1437,18 +1429,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1456,11 +1448,29 @@ msgstr "Helo %s" msgid "Hidden" msgstr "Cudd" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Ailanfon adrodd" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Ailanfon adrodd" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Cuddio'r hen rai" @@ -1473,6 +1483,12 @@ msgstr "Cuddio'r piniau" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Eich enw" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Hanes" @@ -1494,8 +1510,8 @@ msgstr "Sut i anfon adroddiadau llwyddiannus" msgid "I just reported a problem on @fixmystreet" msgstr "Dwi newydd adrodd problem ar @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Dwi newydd ddiweddaru problem ar @fixmystreet" @@ -1596,8 +1612,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Ar y gweill" @@ -1611,16 +1625,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1637,11 +1653,16 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Ailanfon adrodd" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1649,10 +1670,8 @@ msgstr "" msgid "Internal notes" msgstr "Nodiadau mewnol" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1664,7 +1683,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Dyddiad dod i ben annilys" @@ -1672,26 +1691,22 @@ msgstr "Dyddiad dod i ben annilys" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Dyddiad cychwyn annilys" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1721,6 +1736,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Diweddariad diwethaf:" @@ -1730,6 +1746,11 @@ msgstr "Diweddariad diwethaf:" msgid "Last editor" msgstr "Golygydd diwethaf" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Diweddariad diwethaf:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Diweddariad diwethaf:" @@ -1738,7 +1759,7 @@ msgstr "Diweddariad diwethaf:" msgid "Last update:" msgstr "Diweddariad diwethaf:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1810,7 +1831,7 @@ msgstr "" msgid "MAP" msgstr "MAP" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1830,19 +1851,11 @@ msgstr "Nodi ei fod wedi'i anfon" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Neges" @@ -1862,15 +1875,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "jurisdiction_id coll" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1878,8 +1891,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Adroddwyd gan %s am %s" @@ -1888,8 +1901,8 @@ msgstr "Adroddwyd gan %s am %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "ardaloedd eraill:" @@ -1915,14 +1928,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Enw" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1934,7 +1946,7 @@ msgstr "Enw:" msgid "Name: %s" msgstr "Enw: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1943,16 +1955,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1962,15 +1974,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Problemau <br>newydd" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" @@ -2042,20 +2050,19 @@ msgstr "" msgid "Next" msgstr "Nesaf" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "" @@ -2087,12 +2094,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Methu trwsio" @@ -2101,11 +2104,11 @@ msgstr "Methu trwsio" msgid "No further updates" msgstr "Dim diweddariadau pellach" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2147,12 +2150,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2176,7 +2175,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nodyn" @@ -2186,7 +2185,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Nodyn:" @@ -2208,6 +2207,10 @@ msgstr "Nawr i gyflwyno eich adroddiad…" msgid "Now to submit your update…" msgstr "Nawr i gyflwyno eich diweddariad…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Iawn" @@ -2220,22 +2223,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Problemau <br>hen/anhysbys" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Hen gyflwr" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Trwsiwyd <br>o'r blaen" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Problemau <br>hŷn" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2243,28 +2234,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Ar agor" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Ar agor am fwy na phedair wythnos, gyda diweddariad o fewn yr wyth wythnos ddiwethaf" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Ar agor, ond heb ddiweddariad o fewn yr wyth wythnos ddiwethaf" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2293,9 +2275,9 @@ msgstr "" msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Neu gallwch danysgrifio i hysbysiad yn seiliedig ar eich ward neu etholaeth:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2305,6 +2287,15 @@ msgstr "Neu gallwch danysgrifio i hysbysiad yn seiliedig ar eich ward neu ethola msgid "Other" msgstr "" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Creu categori" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "" @@ -2319,8 +2310,8 @@ msgstr "Ni chanfuwyd y dudalen" msgid "Parent" msgstr "Rhiant" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Rhannol" @@ -2354,7 +2345,7 @@ msgid "Phone number (optional)" msgstr "Rhif ffôn (dewisol)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2363,9 +2354,9 @@ msgstr "Ffôn:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2383,12 +2374,12 @@ msgstr "Llun" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2398,6 +2389,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Lluniau o adroddiadau diweddar gerllaw" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Dim cyngor" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2405,10 +2402,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2433,9 +2430,9 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2445,12 +2442,12 @@ msgstr "" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2461,18 +2458,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Rhowch neges" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2488,8 +2485,8 @@ msgstr "Rhowch gyfrinair" msgid "Please enter a subject" msgstr "Rhowch bwnc" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2529,7 +2526,7 @@ msgstr "Rhowch eich cyfeiriad e-bost" msgid "Please enter your first name" msgstr "Rhowch eich enw cyntaf" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2599,7 +2596,7 @@ msgstr "" msgid "Please note:" msgstr "Noder:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2647,30 +2644,29 @@ msgstr "Ysgrifennwch neges" msgid "Please write your update here" msgstr "Ysgrifennwch eich diweddariad yma" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Postiwyd yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postiwyd gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postiwyd gan <strong>%s</strong> (%s) am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postiwyd gan <strong>%s</strong> am %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2678,7 +2674,7 @@ msgstr "" msgid "Previous" msgstr "Blaenorol" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2697,9 +2693,9 @@ msgstr "Preifatrwydd" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Preifat" @@ -2730,7 +2726,7 @@ msgstr "Anfonwyd y broblem %s at y cyngor" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "" @@ -2738,7 +2734,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemau" @@ -2759,13 +2755,13 @@ msgstr "" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemau yn ward %s" @@ -2847,11 +2843,11 @@ msgstr "" msgid "RSS feed" msgstr "Ffrwd RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "Ffrwd RSS ar gyfer %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "Ffrwd RSS ar gyfer ward %s, %s" @@ -2859,11 +2855,11 @@ msgstr "Ffrwd RSS ar gyfer ward %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "Ffrwd RSS %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "Ffrwd RSS %s, o fewn ward %s" @@ -2871,13 +2867,13 @@ msgstr "Ffrwd RSS %s, o fewn ward %s" msgid "RSS feed of nearby problems" msgstr "Ffrwd RSS o broblemau gerllaw" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "Ffrwd RSS o broblemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "Ffrwd RSS o broblemau o fewn ward %s" @@ -2906,10 +2902,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Trwsiwyd yn <br>ddiweddar" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problemau a adroddwyd yn ddiweddar" @@ -2922,13 +2914,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2938,7 +2930,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2952,13 +2944,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Adrodd problem" @@ -3040,10 +3032,6 @@ msgstr "Adroddwyd drwy %s yn y categori %s yn ddienw am %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Adroddwyd drwy %s yn y categori %s am %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Adroddwyd o fewn y bedair wythnos ddiwethaf" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3058,14 +3046,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Adrodd problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Adroddiadau" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3090,11 +3078,11 @@ msgstr "Adrodd problem" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3133,7 +3121,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3156,16 +3144,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3184,14 +3172,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Cadw'r newidiadau" @@ -3200,7 +3188,6 @@ msgstr "Cadw'r newidiadau" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3239,7 +3226,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3248,10 +3235,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3265,6 +3248,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3286,7 +3273,7 @@ msgstr "Anfonwyd:" msgid "Service:" msgstr "Gwasanaeth:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3295,20 +3282,24 @@ msgid "Share" msgstr "Rhannu" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3317,6 +3308,11 @@ msgstr "" msgid "Show Photo?" msgstr "Dangos yr hen rai" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s diweddariad byw" + #: 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 @@ -3332,7 +3328,7 @@ msgstr "Dangos fy enw yn gyhoeddus" msgid "Show old" msgstr "Dangos yr hen rai" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Dangos yr hen rai" @@ -3345,6 +3341,11 @@ msgstr "Dangos piniau" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Gweld adroddiadau yn ôl ward" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3400,7 +3401,7 @@ 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:230 +#: 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 @@ -3429,7 +3430,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3450,14 +3451,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Cyflwr" @@ -3470,7 +3474,7 @@ msgstr "Cyflwr" msgid "State:" msgstr "Cyflwr:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3501,7 +3505,7 @@ msgstr "Is-gategori: %s" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Pwnc" @@ -3518,7 +3522,7 @@ msgstr "Pwnc:" msgid "Submit" msgstr "Cyflwyno" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3556,23 +3560,22 @@ msgstr "Tanysgrifio i hysbysiad e-bost" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Crynodeb" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3595,7 +3598,7 @@ msgstr "Canlyniadau arolwg" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3625,7 +3628,7 @@ msgstr "Diolch am adrodd y broblem hon!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Diolch am ddiweddaru'r broblem!" @@ -3663,19 +3666,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." @@ -3701,8 +3704,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3730,7 +3733,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Y gwall oedd: %s" @@ -3806,7 +3809,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Nid oes unrhyw adroddiadau i'w dangos." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3815,7 +3818,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3826,7 +3829,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." @@ -3834,7 +3837,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod." @@ -3897,9 +3900,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -3908,23 +3911,19 @@ msgstr "Mae'r wybodaeth hon yn ofynnol" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Dyma grynodeb o'r holl adroddiadau ar y wefan hon." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Trwsiwyd y broblem hon" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Ni thrwsiwyd y broblem hon" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Ni thrwsiwyd y broblem hon" @@ -3939,15 +3938,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Mae'r adroddiad hwn wedi'i nodi ar gau." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3966,7 +3965,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Llinell amser" @@ -3999,6 +3998,14 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4033,7 +4040,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4049,9 +4056,10 @@ msgstr "Ceisio eto" msgid "Try emailing us directly:" msgstr "Ceisiwch anfon e-bost atom yn uniongyrchol:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4072,14 +4080,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Gwall anhysbys" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4143,10 +4151,10 @@ msgstr "" msgid "Updated" msgstr "Diweddarwyd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4173,11 +4181,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 +4209,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4207,8 +4226,8 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4218,9 +4237,9 @@ msgstr "Defnyddwyr" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4334,7 +4353,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4359,23 +4378,22 @@ msgstr "" msgid "Year" msgstr "Blwyddyn" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "" @@ -4409,7 +4427,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4443,7 +4461,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4504,7 +4522,7 @@ 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:81 +#: 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 @@ -4534,6 +4552,19 @@ msgstr "" msgid "Your name" msgstr "Eich enw" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Newidiwyd eich cyfrinair" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4550,6 +4581,7 @@ msgstr "Eich cyfrinair" msgid "Your password has been changed" msgstr "Newidiwyd eich cyfrinair" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4590,7 +4622,7 @@ msgstr "" msgid "by %s" msgstr "gan %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4627,44 +4659,44 @@ msgstr "diweddarwyd ddiwethaf %s" msgid "less than a minute" msgstr "llai na munud" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4706,8 +4738,8 @@ msgstr "" msgid "other areas:" msgstr "ardaloedd eraill:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "ailagorwyd" @@ -4715,7 +4747,7 @@ msgstr "ailagorwyd" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "allgofnodi" @@ -4723,7 +4755,7 @@ msgstr "allgofnodi" msgid "the local council" msgstr "y cyngor lleol" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4835,6 +4867,51 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d diwrnod" +msgstr[1] "%d ddiwrnod" +msgstr[2] "%d o ddiwrnodau" +msgstr[3] "%d diwrnod" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Trwsiwyd y broblem hon" +msgstr[1] "Trwsiwyd y broblem hon" +msgstr[2] "Trwsiwyd y broblem hon" +msgstr[3] "Trwsiwyd y broblem hon" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Crëwyd y broblem %d" +msgstr[1] "Crëwyd y broblem %d" +msgstr[2] "Crëwyd y broblem %d" +msgstr[3] "Crëwyd y broblem %d" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Adroddiadau" +msgstr[1] "Adroddiadau" +msgstr[2] "Adroddiadau" +msgstr[3] "Adroddiadau" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Derbyn diweddariadau am broblemau %s" +msgstr[1] "Derbyn diweddariadau am broblemau %s" +msgstr[2] "Derbyn diweddariadau am broblemau %s" +msgstr[3] "Derbyn diweddariadau am broblemau %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4915,3 +4992,33 @@ msgstr[0] "Adroddiadau" msgstr[1] "Adroddiadau" msgstr[2] "Adroddiadau" msgstr[3] "Adroddiadau" + +#~ msgid "New <br>problems" +#~ msgstr "Problemau <br>newydd" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Problemau <br>hen/anhysbys" + +#~ msgid "Older <br>fixed" +#~ msgstr "Trwsiwyd <br>o'r blaen" + +#~ msgid "Older <br>problems" +#~ msgstr "Problemau <br>hŷn" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Ar agor am fwy na phedair wythnos, gyda diweddariad o fewn yr wyth wythnos ddiwethaf" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Ar agor, ond heb ddiweddariad o fewn yr wyth wythnos ddiwethaf" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Trwsiwyd yn <br>ddiweddar" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Adroddwyd o fewn y bedair wythnos ddiwethaf" + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Dyma grynodeb o'r holl adroddiadau ar y wefan hon." + +#~ msgid "Are you a developer?" +#~ msgstr "Ydych chi'n ddatblygwr?" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index cac528828..b6a79e13d 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/mysociety/teams/12067/da_DK/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, indefor bydel %s" @@ -118,7 +118,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbrugstabellen)" @@ -154,6 +154,10 @@ msgstr "(løst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som graffite, affald, hul i vejen, eller ødelagt gadelys)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(ikke rapporteret til myndigheden)" @@ -166,8 +170,8 @@ msgstr "(valgfrit)" msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Vælg en kategori --" @@ -204,7 +208,6 @@ msgstr "<code>MAPIT_URL</code> er sat, (<code>%s</code>) men ingen <code>MAPIT_T 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ja</strong>, jeg har en adgangskode" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Handling planlagt" @@ -280,7 +279,7 @@ msgstr "Tilføj ny kategori" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Tilføj bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "Tilføjede %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "Send mig varsel ved fremtidige opdateringer" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle rapporter" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "Alle rapporter" @@ -366,6 +364,14 @@ msgstr "Alle rapporter" msgid "All reports between %s and %s" msgstr "Alle rapporter mellem %s og %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "En opdatering markerede dette problem som ordnet." @@ -375,7 +381,7 @@ msgstr "En opdatering markerede dette problem som ordnet." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" @@ -385,10 +391,6 @@ msgstr "Anonym:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Er du en udvikler?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "Tildel til ekstern myndighed:" msgid "Assign to subdivision:" msgstr "Tildelt underafdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "Tilbage" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Bandlys epostadresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,27 +592,11 @@ msgstr "" msgid "Change password" msgstr "Skift adgangskode" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Markér <strong>bekræftet</strong> for at indikere at dette kontaktpunkt er blevet bekræftet som korrekt.\n" -"Hvis du ikke er sikker på oprindelsen eller gyldigheden for kontaktpunktet, så markér ikke feltet." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Markér <strong>slettet</strong> for at ikke længere bruge kategorien\n" -"Den vil ikke længere dukke op som en tilgængelig kategori i rullegardinmenuen på rapportér-et-problem-siden." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -665,14 +654,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -715,7 +705,7 @@ msgstr "Mærkevaresamarbejde:" msgid "Collapse map" msgstr "brugte kort" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Opsætning" @@ -741,9 +731,8 @@ msgstr "" msgid "Confirmation" msgstr "Bekræftelse" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bekræftet" @@ -778,8 +767,8 @@ msgstr "Kontakt projektgruppen" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Kunne ikke finde bruger" @@ -846,7 +835,7 @@ msgstr "Antal" msgid "Create a report" msgstr "Lav en rapport" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lav kategori" @@ -855,11 +844,11 @@ msgstr "Lav kategori" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -896,6 +885,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Oversigt" @@ -903,26 +894,24 @@ msgstr "Oversigt" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet af underafdeling inden 5 arbejdsdage" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Slettet" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -949,7 +938,7 @@ msgstr "Detaljer" msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Delegeret" @@ -962,8 +951,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbejdsheste" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Gem ændringer" @@ -981,11 +970,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Véd ikke" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Kan du ikke lide skemaer?" @@ -997,12 +990,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplikat" @@ -1027,7 +1016,7 @@ msgstr "" "Forskellige kategorier kan have same kontakt</strong> (e-postadresse).\n" "Dette betyder at du kan tilføje mange grupper/kategorier selv om du bare har <strong>én<strong> kontakt for myndigheden." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1047,23 +1036,23 @@ msgstr "Redigér" msgid "Edit body details" msgstr "Redigér detaljer for myndighed" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1086,7 +1075,7 @@ msgstr "Redigerer opdatering %d" msgid "Editing user %d" msgstr "Redigerer bruger %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Opdateret af" @@ -1102,7 +1091,7 @@ msgstr "Opdateret af" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Epost lagt til misbrugsliste" @@ -1120,11 +1109,11 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Epost allerede i misbrugslisten" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1171,7 +1160,7 @@ msgstr "Endepunkt" msgid "Enter a Zürich street name" msgstr "Indtast et vejnavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Indtast et britisk postnummer i nærheden, eller vejnavn og sted" @@ -1180,6 +1169,7 @@ msgstr "Indtast et britisk postnummer i nærheden, eller vejnavn og sted" msgid "Enter a nearby postcode, or street name and area" msgstr "Indtast postnummer i nærheden, eller vejnavn og sted" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1219,8 +1209,7 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1228,7 +1217,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1288,29 +1277,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Løst - Administration" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Løst - Bruger" @@ -1328,11 +1314,11 @@ msgstr "Løst:" msgid "Flag as deleted" msgstr "Markér som slettet" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Markér bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Markeret:" @@ -1349,7 +1335,7 @@ msgstr "Markerede brugere er listet op på <a href='%s'>Markerede</a>-siden." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Markerede brugere er ikke begrænset på noget måde. Dette er bare en liste med brugere som er blevet markeret for at give dem opmærksomhed." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Markeret:" @@ -1386,6 +1372,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurgte spørgsmål" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Antal" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1416,6 +1407,7 @@ msgstr "Glad for at høre at det er i orden!" #: 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 msgid "Go" msgstr "Søg" @@ -1424,7 +1416,7 @@ msgstr "Søg" msgid "Going to send questionnaire?" msgstr "Skal der sendes spørgeskema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1432,10 +1424,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Graf over problemoprettelse fordelt på status over tid" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Linjer med grå baggrund er myndigheder som ikke længere eksidsterer." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Er dette problem blevet løst?" @@ -1446,7 +1434,7 @@ msgstr "Har du rapporteret et problem til en myndighed før, eller er dette før #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjælp" @@ -1460,18 +1448,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1479,11 +1467,30 @@ msgstr "Hej, %s" msgid "Hidden" msgstr "Skjul" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Send rapport igen" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Opdateret af {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Send rapport igen" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Skjul gamle" @@ -1496,6 +1503,12 @@ msgstr "Skjul nåle" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Dit navn" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" @@ -1517,8 +1530,8 @@ msgstr "Hvordan indsendes rapporter som er løst" msgid "I just reported a problem on @fixmystreet" msgstr "Jeg rapporterede netop et problem på @fixminvej" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Jeg opdaterede netop et problem på @fixminvej" @@ -1626,8 +1639,6 @@ msgstr "Ugyldigt valg af feed" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Under Udførelse" @@ -1641,16 +1652,18 @@ msgstr "Yderligere bliver følgende attributter, som ikke er del af Open311 v2-s #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Tom indboks, her kommer vi!" @@ -1667,11 +1680,16 @@ msgstr "Inkludér ubekræftede problemer" msgid "Incorrect has_photo value \"%s\"" msgstr "Forkert has_photo-værdi \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Send rapport igen" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1679,10 +1697,8 @@ msgstr "" msgid "Internal notes" msgstr "Interne notater" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Intern reference" @@ -1694,7 +1710,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-værdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Ugyldig slut-dato" @@ -1702,26 +1718,22 @@ msgstr "Ugyldig slut-dato" msgid "Invalid format %s specified." msgstr "Ugyldigt format %s angivet." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Ugyldig startdato" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1751,6 +1763,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Sidste opdatering:" @@ -1760,6 +1773,11 @@ msgstr "Sidste opdatering:" msgid "Last editor" msgstr "Sidst redigeret af" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Sidste opdatering:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Sidste opdatering:" @@ -1768,7 +1786,7 @@ msgstr "Sidste opdatering:" msgid "Last update:" msgstr "Sidste opdatering:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1840,7 +1858,7 @@ msgstr "" msgid "MAP" msgstr "KORT" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1860,19 +1878,11 @@ 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>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Markeret som løst/lukket indenfor de seneste otte uger" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Markeret som løst/lukket for mere end otte uger siden" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Besked" @@ -1892,15 +1902,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1908,8 +1918,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Publiceret af %s %s" @@ -1918,8 +1928,8 @@ msgstr "Publiceret af %s %s" msgid "Moderated by division within one working day" msgstr "Modereret af afdeling inden for en arbejdsdag" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "andre områder:" @@ -1945,14 +1955,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Navn" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1964,7 +1973,7 @@ msgstr "Navn:" msgid "Name: %s" msgstr "Navn: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1973,16 +1982,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nærmeste navngivne vej til nålen placeret på kortet (automatisk genereret ved hjælp af OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nærmeste vej for nålen placeret på kortet (automatisk genereret ved hjælp af Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1994,15 +2003,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nye <br>problemer" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Ny myndighed tilføjet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Ny kategorikontakt tilføjet" @@ -2074,20 +2079,19 @@ msgstr "" msgid "Next" msgstr "Næste" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nej" @@ -2119,12 +2123,8 @@ msgstr "Fandt ingen markerede problemer." msgid "No flagged users found." msgstr "Fant ingen markerede brugere." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Kan ikke fikses" @@ -2133,11 +2133,11 @@ msgstr "Kan ikke fikses" msgid "No further updates" msgstr "Ikke flere opdateringer" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2186,12 +2186,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Ikke ansvarlig" @@ -2215,7 +2211,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Bemærk" @@ -2225,7 +2221,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Bemærk at når vi medtager ubekræftede rapporter så bruges datoen som rapporten var oprettet, hvilket ikke behøver være den samme måned som rapporten blev bekræftet, så tallene kan hoppe lidt op og ned." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Bemærk:" @@ -2247,6 +2243,10 @@ msgstr "På tide at sende din rapport…" msgid "Now to submit your update…" msgstr "På tide at registrere din opdatering…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2259,22 +2259,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Gamle / ukendte <br>problemer" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Ældre <br>løste" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Ældre <br>problemer" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2282,28 +2270,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Åben" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Åben i mere end fire uger, med en opdatering inden for de seneste otte uger" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Åben, men uden nogen opdatering i otte uger" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2332,9 +2311,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2344,6 +2323,15 @@ msgstr "Eller du kan abonnere på varsel baseret på bydel eller myndighed du h msgid "Other" msgstr "Andet" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Lav kategori" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Ejer" @@ -2358,8 +2346,8 @@ msgstr "Fandt ikke siden" msgid "Parent" msgstr "Forælder" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Delvis" @@ -2393,7 +2381,7 @@ msgid "Phone number (optional)" msgstr "Telefonnummer (valgfrit)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2402,9 +2390,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2422,12 +2410,12 @@ msgstr "Billed" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2437,6 +2425,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Billeder af nye problemer i nærheden" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Ingen myndighed" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2444,10 +2438,10 @@ msgstr "Placér tegnestiften på kortet" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2472,9 +2466,9 @@ msgstr "Venligst kontrollér adgangskoderne og prøv igen" msgid "Please check your email address is correct" msgstr "Venligst kontrollér at du har skrevet en gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2484,12 +2478,12 @@ msgstr "Vælg en kategori" msgid "Please choose a property type" msgstr "Vælg en type egenskab" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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." -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2500,18 +2494,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2527,8 +2521,8 @@ msgstr "Indtast en adgangskode" msgid "Please enter a subject" msgstr "Venligst angiv et emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2568,7 +2562,7 @@ msgstr "Venligst angiv din e-postadresse" msgid "Please enter your first name" msgstr "Venligst angiv dit fornavn" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2640,7 +2634,7 @@ msgstr "" msgid "Please note:" msgstr "Venligst bemærk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2688,30 +2682,29 @@ msgstr "Indtast en besked" msgid "Please write your update here" msgstr "Indtast venligst din opdatering her" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Indsend" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Publiceret anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Sendt ind af %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Sendt ind af <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Sendt ind af <strong>%s</strong> %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2719,7 +2712,7 @@ msgstr "" msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2738,9 +2731,9 @@ msgstr "Personliv" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2771,7 +2764,7 @@ msgstr "Problem %s sendt til myndighed %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling af problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem markeret som åbent." @@ -2779,7 +2772,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" @@ -2800,13 +2793,13 @@ msgstr "Problemer nyligt rapporteret fikset på FixMinVej" msgid "Problems within %.1fkm of this location" msgstr "Problemer indenfor %.1fkm fra denne positionen" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemer indenfor %s bydel" @@ -2888,11 +2881,11 @@ msgstr "Spørgeskema udfyldt af fejlrapportøren" msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -2900,11 +2893,11 @@ msgstr "RSS-strøm for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm af %s, indenfor %s bydel" @@ -2912,13 +2905,13 @@ msgstr "RSS-strøm af %s, indenfor %s bydel" msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheden" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer indenfor %s bydel" @@ -2947,10 +2940,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Nyligt løste <br>problemer" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nyligt meldte problemer" @@ -2963,13 +2952,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Fjern markering" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2979,7 +2968,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2993,13 +2982,13 @@ msgstr "" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportér et problem" @@ -3081,10 +3070,6 @@ msgstr "Rapporteret af %s i kategorien %s anonymt %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporteret af %s i kategorien %s af %s %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Rapporteret inden for de seneste fire uger" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3099,14 +3084,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Rapporterer et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Rapporter" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Rapporterne begrænses til %s tegn. Rapporten skal forkortes." @@ -3131,11 +3116,11 @@ msgstr "Rapportér et problem" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3174,7 +3159,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3197,16 +3182,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3226,14 +3211,14 @@ msgstr "Satelit" msgid "Save + close as duplicate" msgstr "markeret som duplikeret rapport" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Gem ændringer" @@ -3242,7 +3227,6 @@ msgstr "Gem ændringer" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3281,7 +3265,7 @@ msgstr "Søgningen fandt ingen brugere." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3290,10 +3274,6 @@ msgstr "" msgid "Select a body" msgstr "Vælg en myndighed" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Vælg en bestemt myndighed for at se problemer som er sendt derhen." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3307,6 +3287,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3328,7 +3312,7 @@ msgstr "Sendt:" msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3337,20 +3321,24 @@ msgid "Share" msgstr "Del" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3359,6 +3347,11 @@ msgstr "" msgid "Show Photo?" msgstr "Vis gamle" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s aktive opdateringer" + #: 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 @@ -3374,7 +3367,7 @@ msgstr "Vis mit navn offentligt" msgid "Show old" msgstr "Vis gamle" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Vis gamle" @@ -3387,6 +3380,11 @@ msgstr "Vis nåle" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Se rapport per bydel" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3445,7 +3443,7 @@ 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:230 +#: 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 @@ -3474,7 +3472,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3495,14 +3493,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Tilstand" @@ -3515,7 +3516,7 @@ msgstr "Tilstand" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3546,7 +3547,7 @@ msgstr "Underkategori: %s" msgid "Subdivision/Body" msgstr "Underafdeling/myndighed" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Emne" @@ -3563,7 +3564,7 @@ msgstr "Emne:" msgid "Submit" msgstr "Send ind" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3601,23 +3602,22 @@ msgstr "Jeg ønsker at abonnere på e-postvarsel" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Opsummering" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3640,7 +3640,7 @@ msgstr "Resultater fra spørgeundersøgelsen" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3670,7 +3670,7 @@ msgstr "Tak for at du rapporterede dette problem!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Tak for at du forsøger at bekræfte din opdatering eller dit problem. Vi ser ud til at have en fejl hos os, så <a href=\"%s\">vær sød at fortælle os hvad som skete</a> så skal vi se på sagen." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Tak for at du opdaterede dette problem!" @@ -3708,19 +3708,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Det problem er blevet markeret som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Denne rapport kan ikke vises på %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Den rapport er blevet fjernet fra FixMinVej." @@ -3752,8 +3752,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3789,7 +3789,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "The diligency prize league tabellen viser redaktørernes aktivitet, (hvem som har redigeret flest)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Fejlen var: %s" @@ -3867,7 +3867,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Der er ingen rapporter at vise." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3876,7 +3876,7 @@ msgstr "Der var problemer med at vise 'Alle rapporter'-siden. Venligst prøv ig msgid "There was a problem showing this page. Please try again later." msgstr "Der var problemer med at vise denne side. Venligst prøv igen senere." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3887,7 +3887,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3895,7 +3895,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Der var problemer med din opdatering. Venligst se nedenfor." @@ -3967,9 +3967,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Denne information er påkrævet" @@ -3978,23 +3978,19 @@ msgstr "Denne information er påkrævet" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dette er et udviklernetsted.Ting kan gå i stykker når som helst og databasen vil blive slettet periodisk." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Dette er en oplistning af alle problemerne i denne tjeneste." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Dette problem er løst" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Dette problem er ikke blevet løst" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Dette problem er ikke blevet løst" @@ -4009,15 +4005,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Denne rapport afventer moderation" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Denne rapport er for tiden markeret som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Denne rapport er for tiden markeret som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Denne rapport er for tiden markeret som åben." @@ -4036,7 +4032,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -4069,6 +4065,15 @@ msgstr "Du finder lokale problemer ved at søge på dit postnummer, vejnavn elle msgid "To view a map of the precise location of this issue" msgstr "For at se et kort med en mere præsis placering for dette problem." +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Ikke rapporteret til myndigheden" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4104,7 +4109,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4120,9 +4125,10 @@ msgstr "Prøv igen" msgid "Try emailing us directly:" msgstr "Forsøg at sende epost direkte til os:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4143,14 +4149,14 @@ msgid "Unknown alert type" msgstr "Ukendt varsel-type" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ukendt fejl" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Ukendt problem-Id" @@ -4214,10 +4220,10 @@ msgstr "Opdatér tilstanden" msgid "Updated" msgstr "Opdateret" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4244,11 +4250,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4261,11 +4278,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Brugermarkering fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Bruger markeret" @@ -4279,8 +4296,8 @@ msgstr "markeret som fikset" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4290,9 +4307,9 @@ msgstr "Brugere" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Værdier opdateret" @@ -4406,7 +4423,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Når du søger efter forespørgsler, så er det også muligt at søge efter agency_responsible for at begrænse det til forespørgsler som er sendt til en enkelt admindstration. Søgtetermen er administrations-IDen som angivet af <a href=\"%s\">MaPit</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Kunne du tænke dig at bidrage til FixMinVej? Vores kKildekoden er frit programmel og <a href=\"http://fixmystreet.org\">tilgængelig via fixmystreet.org</a>." @@ -4431,23 +4448,22 @@ msgstr "" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4481,7 +4497,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4517,7 +4533,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har allerede besvaret dette spørgeskema. Hvis du har spørgsmål, venligst <a href='%s'>tag kontakt</a>, eller <a href='%s'>se på dit problem</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4580,7 +4596,7 @@ 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:81 +#: 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 @@ -4610,6 +4626,19 @@ msgstr "Vi vil kun bruge personlig information om dig i henhold til vores <a hre msgid "Your name" msgstr "Dit navn" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Din adgangskode er blevet ændret" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4626,6 +4655,7 @@ msgstr "Din adgangskode" msgid "Your password has been changed" msgstr "Din adgangskode er blevet ændret" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4666,7 +4696,7 @@ msgstr "" msgid "by %s" msgstr "af %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "markeret som duplikeret rapport" @@ -4703,44 +4733,44 @@ msgstr "sidst opdateret %s" msgid "less than a minute" msgstr "mindre end et minut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "markeret som planlagt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "markeret som lukket" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "markeret som under udførelse" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "markeret som undersøges" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "markeret som uløseligt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "markeret som planlagt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4782,8 +4812,8 @@ msgstr "oprinnelig lagt ind: “%s”" msgid "other areas:" msgstr "andre områder:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "åbnet igen" @@ -4791,7 +4821,7 @@ msgstr "åbnet igen" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "log ud" @@ -4799,7 +4829,7 @@ msgstr "log ud" msgid "the local council" msgstr "den lokale myndighed" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Der vises ingen nål på grund af at brugeren ikke brugte kortet" @@ -4895,6 +4925,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dag" +msgstr[1] "%d dage" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "markeret som fikset" +msgstr[1] "markeret som fikset" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Eller problemer meldt til:" +msgstr[1] "Eller problemer meldt til:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Rapport" +msgstr[1] "Rapport" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Få opdateringer for problemer i denne %s" +msgstr[1] "Få opdateringer for problemer i denne %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4957,3 +5022,59 @@ msgid "report" msgid_plural "reports" msgstr[0] "Rapport" msgstr[1] "Rapport" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Markér <strong>bekræftet</strong> for at indikere at dette kontaktpunkt er blevet bekræftet som korrekt.\n" +#~ "Hvis du ikke er sikker på oprindelsen eller gyldigheden for kontaktpunktet, så markér ikke feltet." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Markér <strong>slettet</strong> for at ikke længere bruge kategorien\n" +#~ "Den vil ikke længere dukke op som en tilgængelig kategori i rullegardinmenuen på rapportér-et-problem-siden." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Linjer med grå baggrund er myndigheder som ikke længere eksidsterer." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Markeret som løst/lukket indenfor de seneste otte uger" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Markeret som løst/lukket for mere end otte uger siden" + +#~ msgid "New <br>problems" +#~ msgstr "Nye <br>problemer" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Gamle / ukendte <br>problemer" + +#~ msgid "Older <br>fixed" +#~ msgstr "Ældre <br>løste" + +#~ msgid "Older <br>problems" +#~ msgstr "Ældre <br>problemer" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Åben i mere end fire uger, med en opdatering inden for de seneste otte uger" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Åben, men uden nogen opdatering i otte uger" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Nyligt løste <br>problemer" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Rapporteret inden for de seneste fire uger" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Vælg en bestemt myndighed for at se problemer som er sendt derhen." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Dette er en oplistning af alle problemerne i denne tjeneste." + +#~ msgid "Are you a developer?" +#~ msgstr "Er du en udvikler?" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 5479977ed..6e8fad46e 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -3,20 +3,22 @@ # This file is distributed under the same license as the main FixMyStreet code. # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # -#, fuzzy +# Translators: +# mySociety <transifex@mysociety.org>, 2016 msgid "" msgstr "" -"Project-Id-Version: 1.0\n" +"Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-03-30 17:33+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" -"Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" +"PO-Revision-Date: 2016-11-24 14:57+0100\n" +"Last-Translator: mySociety <transifex@mysociety.org>\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/mysociety/fixmystreet/language/de_CH/)\n" "Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.8.11\n" #: perllib/FixMyStreet/DB/Result/Problem.pm:695 #: perllib/FixMyStreet/Script/Reports.pm:197 @@ -61,7 +63,7 @@ msgstr "" #: templates/web/base/status/stats.html:27 #: templates/web/zurich/admin/index.html:6 msgid "%s council contacts – %s confirmed, %s unconfirmed" -msgstr "" +msgstr "%s interne Stellen – %s bestätigt, %s unbestätigt" #. ("%s is the site name") #: templates/web/base/alert/index.html:7 @@ -102,11 +104,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -118,7 +120,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "(Schaden & Ort des Schadens)" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -154,6 +156,10 @@ msgstr "(beantwortet)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "" @@ -166,8 +172,8 @@ msgstr "(optional)" msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Wählen Sie eine Kategorie --" @@ -178,7 +184,7 @@ msgstr "" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" -msgstr "" +msgstr "Vorlage wählen" #: templates/web/base/report/new/form_report.html:23 msgid "10 inch pothole on Example St, near post box" @@ -204,7 +210,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +251,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "Passwort" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +281,7 @@ msgstr "Füge neue Kategorie hinzu" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,23 +293,23 @@ msgstr "" msgid "Add user" msgstr "User hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" -msgstr "" +msgstr "Füge neue Kategorie hinzu" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" -msgstr "" +msgstr "Vorlagen für %s" #: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +339,6 @@ msgstr "" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle Meldungen" @@ -350,13 +350,13 @@ msgstr "Als CSV exportieren" #: templates/web/base/admin/category-multiselect.html:5 #: templates/web/base/admin/responsepriorities/list.html:19 msgid "All categories" -msgstr "" +msgstr "Alle Kategorien" #: 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:21 +#: 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 "Alle Meldungen" @@ -366,6 +366,15 @@ msgstr "Alle Meldungen" msgid "All reports between %s and %s" msgstr "Alle Meldungen von %s bis %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Alle Kategorien" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -375,7 +384,7 @@ msgstr "" msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym" @@ -383,11 +392,7 @@ msgstr "Anonym" #: templates/web/base/report/new/form_user_loggedin.html:20 #: templates/web/base/report/update/form_name.html:13 msgid "Another user" -msgstr "" - -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "" +msgstr "User hinzufügen" #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" @@ -431,9 +436,9 @@ msgstr "Nachricht an zuständige Stelle" msgid "Assign to subdivision:" msgstr "An Fachbereich zuweisen" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" -msgstr "" +msgstr "User an Gegenden zuweisen" #: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" @@ -454,13 +459,16 @@ msgstr "" #: templates/web/base/admin/template_edit.html:22 msgid "Auto-response:" -msgstr "" +msgstr "Rückmeldung an User" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -471,7 +479,7 @@ msgstr "" #: templates/web/base/report/new/after_photo.html:6 msgid "Avoid personal information and vehicle number plates" -msgstr "" +msgstr "Verhindern Sie persönliche Informationen wie Kfz-Kennzeichen oder Personen" #: perllib/FixMyStreet/DB/Result/Problem.pm:417 #: templates/web/zurich/report/_item.html:9 @@ -484,14 +492,14 @@ msgstr "Zurück" #: templates/web/base/report/_main.html:6 msgid "Back to all reports" -msgstr "" +msgstr "Alle Meldungen" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,20 +530,20 @@ 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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" -msgstr "" +msgstr "Kategorie" #: templates/web/base/admin/category-checkboxes.html:2 #: templates/web/base/admin/category-multiselect.html:2 msgid "Categories:" -msgstr "" +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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -549,7 +557,7 @@ msgstr "Kategorie" #: perllib/FixMyStreet/App/Controller/Admin.pm:852 msgid "Category changed from ‘%s’ to ‘%s’" -msgstr "" +msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" #: templates/web/base/admin/stats.html:58 #: templates/web/base/admin/stats_fix_rate.html:1 @@ -577,7 +585,7 @@ msgstr "" #: templates/web/base/auth/change_email.html:3 #: templates/web/base/auth/change_email.html:30 msgid "Change email address" -msgstr "" +msgstr "E-Mail Adresse ändern" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:16 @@ -587,23 +595,11 @@ msgstr "" msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +652,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -706,7 +703,7 @@ msgstr "" msgid "Collapse map" msgstr "Karte verwendet" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -732,9 +729,8 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bestätigt" @@ -769,8 +765,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinaten" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "" @@ -833,20 +829,20 @@ msgstr "Anzahl" msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategorie erstellen" #: templates/web/base/admin/responsepriorities/edit.html:46 msgid "Create priority" -msgstr "" +msgstr "Priorität erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -883,6 +879,8 @@ msgstr "Kunde nicht kontaktierbar" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -890,26 +888,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Innerhalb von fünf Arbeitstagen abgeschlossen" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Gelöscht" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -922,7 +918,7 @@ msgstr "Beschreibung" #: templates/web/base/admin/responsepriorities/edit.html:17 msgid "Description:" -msgstr "" +msgstr "Beschreibung" #: templates/web/base/js/translation_strings.html:33 #: templates/web/zurich/report/new/fill_in_details_form.html:45 @@ -936,7 +932,7 @@ msgstr "Beschreibung" msgid "Details:" msgstr "Beschreibung" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -949,8 +945,8 @@ msgstr "hat Karte nicht verwendet" msgid "Diligency prize league table" msgstr "Weiss ich nicht" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Speichern" @@ -968,11 +964,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s Passwort?" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -984,12 +984,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Fotos hierhin ziehen oder <u>hochladen</u>" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplikat" @@ -1011,7 +1007,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1031,25 +1027,25 @@ msgstr "Anpassen" msgid "Edit body details" msgstr "Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" -msgstr "" +msgstr "User-Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" -msgstr "" +msgstr "Kategorie editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" -msgstr "" +msgstr "Priorität editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" -msgstr "" +msgstr "Meldungen editieren" #: templates/web/base/admin/report_edit.html:0 #: templates/web/base/admin/report_edit.html:14 @@ -1070,7 +1066,7 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "" @@ -1086,7 +1082,7 @@ msgstr "" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "" @@ -1094,7 +1090,7 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:28 #: templates/web/base/report/update/form_name.html:19 msgid "Email address" -msgstr "" +msgstr "Ihre E-Mail Adresse" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -1104,11 +1100,11 @@ msgstr "E-Mail Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail Benachrichtigung gelöscht" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1149,7 +1145,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Ungefähre Adresse des Schadens" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Geben Sie eine Adresse an" @@ -1158,6 +1154,7 @@ msgstr "Geben Sie eine Adresse an" msgid "Enter a nearby postcode, or street name and area" msgstr "Ungefähre Adresse des Schadens" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1197,16 +1194,15 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" -msgstr "" +msgstr "Bestehende Kategorie" #: templates/web/base/js/translation_strings.html:49 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1233,11 +1229,11 @@ msgstr "" #: templates/web/base/admin/report_edit.html:99 msgid "External body" -msgstr "" +msgstr "Externe Stelle" #: templates/web/base/admin/report_edit.html:101 msgid "External team" -msgstr "" +msgstr "Externes Team" #: templates/web/base/admin/category_edit.html:25 #: templates/web/base/admin/report_edit.html:94 @@ -1247,7 +1243,7 @@ msgstr "" #: templates/web/base/report/_inspect.html:134 #: templates/web/base/report/_item.html:106 msgid "Extra details" -msgstr "" +msgstr "Zusätzliche Details" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1267,29 +1263,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1307,11 +1300,11 @@ msgstr "" msgid "Flag as deleted" msgstr "Als gelöscht markieren" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1328,7 +1321,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1339,7 +1332,7 @@ msgstr "" #: templates/web/base/report/new/after_photo.html:3 msgid "For best results include a close-up and a wide shot" -msgstr "" +msgstr "Machen Sie ein Detail- und ein Übersichtsfoto" #: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." @@ -1365,6 +1358,11 @@ msgstr "Wunsch an externe Stelle weitergeleitet" msgid "Frequently Asked Questions" msgstr "Hilfe" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Anzahl" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1395,6 +1393,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Los" @@ -1403,7 +1402,7 @@ msgstr "Los" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1411,10 +1410,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Grafik der Meldungen nach Status und Zeit" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" @@ -1425,7 +1420,7 @@ msgstr "" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hilfe" @@ -1433,24 +1428,24 @@ msgstr "Hilfe" #: templates/web/base/report/new/category_extras.html:13 #: templates/web/base/report/new/category_extras.html:14 msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." -msgstr "" +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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1458,10 +1453,29 @@ msgstr "Hallo %s" msgid "Hidden" msgstr "Unsichtbar" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" -msgstr "Erfasse eine Meldung" +msgstr "Meldung anpassen" + +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Meldung anpassen" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Meldung anpassen" #: templates/web/base/around/display_location.html:67 msgid "Hide old" @@ -1475,6 +1489,12 @@ msgstr "Stecknadeln ausblenden" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Ihr Name" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "History" @@ -1496,8 +1516,8 @@ msgstr "Anleitung" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1598,8 +1618,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In Bearbeitung" @@ -1613,16 +1631,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1639,11 +1659,16 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Kontrolle notwendig" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" -msgstr "" +msgstr "Kontrolle notwendig" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1651,10 +1676,8 @@ msgstr "" msgid "Internal notes" msgstr "Interne Notizen" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1666,7 +1689,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Ung&ultiges Enddatum" @@ -1674,26 +1697,22 @@ msgstr "Ung&ultiges Enddatum" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Ung&ultiges Startdatum" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1723,6 +1742,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Letzte Bearbeitung" @@ -1732,6 +1752,11 @@ msgstr "Letzte Bearbeitung" msgid "Last editor" msgstr "Letzter Bearbeiter" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Letzte Bearbeitung" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Letzte Bearbeitung" @@ -1740,14 +1765,14 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Bearbeitung" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" #: templates/web/base/reports/_list-filters.html:50 msgid "Least recently updated" -msgstr "" +msgstr "Älteste Bearbeitung" #: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." @@ -1812,7 +1837,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1832,19 +1857,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Nachricht" @@ -1864,24 +1881,25 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" -msgstr "" +msgstr "Meldungsdetails anpassen" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" -msgstr "" +msgstr "Meldung anpassen" #: templates/web/base/report/update.html:12 +#, fuzzy msgid "Moderate this update" -msgstr "" +msgstr "Meldung anpassen" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Gemeldet von %s um %s" @@ -1890,10 +1908,11 @@ msgstr "Gemeldet von %s um %s" msgid "Moderated by division within one working day" msgstr "Innerhalb eines Arbeitstages moderiert" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 +#, fuzzy msgid "Moderation reason:" -msgstr "" +msgstr "Meldung anpassen" #: templates/web/base/admin/stats.html:11 msgid "Month" @@ -1901,7 +1920,7 @@ msgstr "Monat" #: templates/web/base/reports/_list-filters.html:51 msgid "Most commented" -msgstr "" +msgstr "Am meisten kommentiert" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 @@ -1916,14 +1935,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Name" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1935,25 +1953,25 @@ msgstr "Name:" msgid "Name: %s" msgstr "Name: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" -msgstr "" +msgstr "Zu dieser Meldung zoomen" #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1963,21 +1981,17 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Fast Fertig! Bitte checken Sie Ihre Mailbox…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Neue <br>Meldungen" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" #: templates/web/base/auth/change_email.html:26 msgid "New email address:" -msgstr "" +msgstr "Neue E-Mail Adresse" #: templates/web/zurich/admin/report_edit-sdm.html:109 #: templates/web/zurich/admin/report_edit.html:137 @@ -1994,12 +2008,12 @@ msgstr "Neue Nachricht an die Kommunikation" #: templates/web/base/auth/change_password.html:35 msgid "New password:" -msgstr "" +msgstr "Neues Passwort" #: templates/web/base/admin/responsepriorities/edit.html:4 #: templates/web/base/admin/responsepriorities/list.html:32 msgid "New priority" -msgstr "" +msgstr "Neue Priorität" #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" @@ -2037,26 +2051,25 @@ msgstr "Neue Vorlage" #: templates/web/base/reports/_list-filters.html:47 msgid "Newest" -msgstr "" +msgstr "Neueste" #: templates/web/base/pagination.html:10 msgid "Next" msgstr "Weiter" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nein" @@ -2088,12 +2101,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "Bearbeitung abschliessen" @@ -2103,11 +2112,11 @@ msgstr "Bearbeitung abschliessen" msgid "No further updates" msgstr "Bearbeitung abschliessen" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2149,12 +2158,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2178,7 +2183,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2188,7 +2193,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "" @@ -2210,6 +2215,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2222,51 +2231,30 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" -msgstr "" +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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Aufgenommen" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2295,9 +2283,9 @@ msgstr "" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2307,6 +2295,15 @@ msgstr "" msgid "Other" msgstr "" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Alle Kategorien" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Besitzer" @@ -2321,8 +2318,8 @@ msgstr "" msgid "Parent" msgstr "Gehört zu" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "" @@ -2356,7 +2353,7 @@ msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2365,9 +2362,9 @@ msgstr "Telefonnummer:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2385,21 +2382,26 @@ msgstr "Foto" msgid "Photo is required." msgstr "Foto wird benötigt" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Foto benötigt" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" -msgstr "" +msgstr "Fotos" #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +msgid "Pick your council" +msgstr "" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2407,10 +2409,10 @@ msgstr "Pin auf der Karte absetzen" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2435,9 +2437,9 @@ msgstr "" msgid "Please check your email address is correct" msgstr "Bitte überprüfen Sie ob Ihre E-Mail Adresse korrekt ist" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2447,12 +2449,12 @@ msgstr "Bitte wählen Sie eine Kategorie" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2463,20 +2465,20 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" -msgstr "" +msgstr "Obligatorisches Feld" #: templates/web/base/auth/change_password.html:22 #: templates/web/base/auth/change_password.html:25 @@ -2490,8 +2492,8 @@ msgstr "Obligatorisches Feld" msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2531,7 +2533,7 @@ msgstr "Ihre E-Mail Adresse" msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Namen an" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2601,7 +2603,7 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2649,30 +2651,29 @@ msgstr "" msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2680,7 +2681,7 @@ msgstr "" msgid "Previous" msgstr "Zurück" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2699,16 +2700,16 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" #: templates/web/base/report/new/form_user.html:1 #, fuzzy msgid "Private details" -msgstr "Details editieren" +msgstr "Zusätzliche Details" #: templates/web/base/maps/pin.html:13 msgid "Problem" @@ -2732,7 +2733,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "" @@ -2740,7 +2741,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" @@ -2761,13 +2762,13 @@ msgstr "Meldungen, welche kürzlich beantwortet wurden" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2792,7 +2793,7 @@ msgstr "Meldung aktualisieren" #: templates/web/base/report/update/form_name.html:9 msgid "Provide update as" -msgstr "" +msgstr "Meldung aktualisieren als" #: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." @@ -2815,7 +2816,7 @@ msgstr "Rückmeldung an User" #: templates/web/base/report/_inspect.html:152 msgid "Public update:" -msgstr "" +msgstr "Rückmeldung an User" #: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 @@ -2849,11 +2850,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" @@ -2861,11 +2862,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2873,13 +2874,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2908,29 +2909,25 @@ msgstr "" msgid "Recent local problems, %s" msgstr "Kürzlich erfasste Meldungen, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Kürzlich <br>beantwortet" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen:" #: templates/web/base/reports/_list-filters.html:49 msgid "Recently updated" -msgstr "" +msgstr "Neueste Bearbeitung" #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "«Züri wie neu» dient dazu Schäden an der Infrastruktur zu melden. Meldungen und Wünsche bezüglich Verbesserungen an der Infrastruktur sowie Gestaltungsvorschläge können über «Züri wie neu» nicht berücksichtigt werden. Notfälle müssen der Polizei gemeldet werden via Telefon 117." -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2940,7 +2937,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2954,13 +2951,13 @@ msgstr "Antwort an User" msgid "Report" msgstr "Meldung" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" -msgstr "" +msgstr "Meldungs-ID" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" @@ -2972,7 +2969,7 @@ msgstr "Missbrauch melden" #: templates/web/base/report/new/form_user_loggedin.html:16 msgid "Report as" -msgstr "" +msgstr "Melden als" #: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" @@ -2981,7 +2978,7 @@ msgstr "" #: templates/web/base/dashboard/index.html:137 #, fuzzy msgid "Report state:" -msgstr "Gemeldet" +msgstr "Melden als" #: templates/web/base/report/new/fill_in_details_form.html:1 #: templates/web/base/report/new/login_success_form.html:1 @@ -3042,10 +3039,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "In den letzten 4 Wochen gemeldet" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3060,14 +3053,14 @@ msgstr "Gemeldet" msgid "Reporting a problem" msgstr "Ihre Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Meldungen" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3090,13 +3083,13 @@ msgstr "Eine Meldung erfassen" #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" -msgstr "" +msgstr "Ausstehender Meldungsversand" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3109,20 +3102,24 @@ msgid "Response Priorities" msgstr "" #: templates/web/base/admin/responsepriorities/list.html:1 +#, fuzzy msgid "Response Priorities for %s" -msgstr "" +msgstr "Vorlagen für %s" #: templates/web/base/admin/responsepriorities/edit.html:1 +#, fuzzy msgid "Response Priority for %s" -msgstr "" +msgstr "Vorlagen für %s" #: templates/web/base/admin/template_edit.html:1 +#, fuzzy msgid "Response Template for %s" -msgstr "" +msgstr "Vorlagen für %s" #: templates/web/base/admin/templates_index.html:1 +#, fuzzy msgid "Response Templates" -msgstr "" +msgstr "Vorlagen für %s" #: templates/web/base/admin/templates.html:1 #: templates/web/base/admin/templates.html:4 @@ -3135,7 +3132,7 @@ msgstr "Vorlagen für %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3158,16 +3155,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3186,14 +3183,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Speichern" @@ -3202,7 +3199,6 @@ msgstr "Speichern" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3241,7 +3237,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3250,10 +3246,6 @@ msgstr "" msgid "Select a body" msgstr "Organisation wählen" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3265,6 +3257,10 @@ msgstr "" #: templates/web/base/admin/category-checkboxes.html:6 msgid "Select:" +msgstr "Auswählen" + +#: templates/web/base/contact/index.html:107 +msgid "Send" msgstr "" #: templates/web/base/admin/open311-form-fields.html:109 @@ -3288,7 +3284,7 @@ msgstr "Gesendet:" msgid "Service:" msgstr "Gerät" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3297,20 +3293,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3319,6 +3319,11 @@ msgstr "" msgid "Show Photo?" msgstr "Foto" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "Antwort" + #: 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 @@ -3333,7 +3338,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Zeige Stecknadeln" @@ -3346,6 +3351,10 @@ msgstr "Zeige Stecknadeln" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3401,7 +3410,7 @@ 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:230 +#: 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 @@ -3430,13 +3439,13 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" #: templates/web/base/reports/_list-filters.html:42 msgid "Sort by" -msgstr "" +msgstr "Sortieren nach" #: templates/web/base/admin/user-form.html:47 msgid "Staff users have permission to log in to the admin." @@ -3451,14 +3460,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Status" @@ -3471,7 +3483,7 @@ msgstr "Status" msgid "State:" msgstr "Status" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3502,7 +3514,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "FB/Externe" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Titel" @@ -3519,7 +3531,7 @@ msgstr "Titel" msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3554,26 +3566,26 @@ msgid "Subscribe me to an email alert" msgstr "" #: templates/web/base/report/new/form_report.html:19 +#, fuzzy msgid "Summarise the problem" -msgstr "" +msgstr "Beschreiben Sie den Schaden" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" -msgstr "" +msgstr "Fassen Sie Ihre Änderungen zusammen" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Zusammenfassung" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3596,7 +3608,7 @@ msgstr "" msgid "Template «%s»" msgstr "Vorlage «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3626,7 +3638,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3664,19 +3676,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." @@ -3702,8 +3714,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3731,7 +3743,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3799,7 +3811,7 @@ msgstr "" msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." -msgstr "" +msgstr "Namen müssen nicht eindeutig sein." #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 @@ -3807,7 +3819,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3816,7 +3828,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3827,7 +3839,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3835,7 +3847,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3851,13 +3863,15 @@ msgstr "" #: templates/web/base/report/new/councils_text.html:3 #: templates/web/base/report/new/councils_text.html:4 +#, fuzzy msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." -msgstr "" +msgstr "Ihre persönlichen Angaben werden nur für interne Zwecke verwendet und nicht veröffentlicht." #: templates/web/base/report/new/councils_text_all.html:4 #: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." -msgstr "" +msgstr "Ihre persönlichen Angaben werden nur für interne Zwecke verwendet und nicht veröffentlicht." #: templates/web/base/report/new/councils_text_private.html:5 #: templates/web/base/report/new/form_user.html:4 @@ -3898,9 +3912,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -3909,23 +3923,19 @@ msgstr "Diese Information wird benötigt" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Dieser Schaden wurde behoben" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Dieser Schaden wurde nicht behoben" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Dieser Schaden wurde nicht behoben" @@ -3940,15 +3950,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Überprüfung ausstehend" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3967,7 +3977,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "Aufwand (in Minuten)" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -4000,6 +4010,14 @@ msgstr "Geben Sie Ihre Adresse an, um über Meldungen in Ihrer Nähe in msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4035,13 +4053,13 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" #: templates/web/base/admin/user-form.html:119 msgid "Trusted:" -msgstr "" +msgstr "Vertrauenswürdig" #: templates/web/base/js/translation_strings.html:29 msgid "Try again" @@ -4051,9 +4069,10 @@ msgstr "Erneut versuchen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4074,20 +4093,21 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" #: templates/web/base/reports/_list-filters.html:10 +#, fuzzy msgid "Unshortlisted" -msgstr "" +msgstr "Ihre Favoriten" #: templates/web/base/report/_item.html:24 msgid "Up one" @@ -4145,10 +4165,10 @@ msgstr "" msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4175,11 +4195,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 +4223,11 @@ msgstr "Karte verwendet" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4208,10 +4239,10 @@ msgstr "als beantwortet markiert" #: templates/web/base/admin/users.html:5 msgid "User search finds matches in users' names and email addresses." -msgstr "" +msgstr "Diese Suche sucht in den Namen der Benützer und deren E-Mail-Adressen." -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4221,9 +4252,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4337,7 +4368,7 @@ msgstr "Wunsch" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4362,23 +4393,22 @@ msgstr "" msgid "Year" msgstr "Jahr" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4412,7 +4442,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4446,7 +4476,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Sie haben dieser Meldung bereits Fotos angehängt. Sie können maximal 3 Fotos anhängen (wenn Sie mehr anhängen, wird das Älteste entfernt)." @@ -4502,12 +4532,12 @@ msgstr "Ihre Meldungen" #: templates/web/base/auth/change_password.html:11 #: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" -msgstr "" +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:81 +#: 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 @@ -4537,6 +4567,19 @@ msgstr "Wir verwenden Ihre persönlichen Daten nur entsprechend unserer <a h msgid "Your name" msgstr "Ihr Name" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Ihr Passwort wurde geändert" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4553,6 +4596,7 @@ msgstr "Ihr Passwort" msgid "Your password has been changed" msgstr "Ihr Passwort wurde geändert" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4569,7 +4613,7 @@ msgstr "Ihre Meldungen" #: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 #: templates/web/base/my/planned.html:5 msgid "Your shortlist" -msgstr "" +msgstr "Ihre Favoriten" #: templates/web/base/js/translation_strings.html:63 msgid "Your update has been saved offline for submission when back online." @@ -4582,7 +4626,7 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/update/form_name.html:11 msgid "Yourself" -msgstr "" +msgstr "Sie selbst" #: templates/web/base/admin/category-checkboxes.html:7 #: templates/web/base/admin/user-form.html:151 @@ -4593,7 +4637,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4630,44 +4674,44 @@ msgstr "letzte Bearbeitung %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4680,7 +4724,7 @@ msgstr "" #: templates/web/base/admin/category_edit.html:35 msgid "optional" -msgstr "" +msgstr "optional" #: templates/web/base/alert/_list.html:86 msgid "or" @@ -4709,16 +4753,16 @@ msgstr "Originaltext: “%s”" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: 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 "" +msgstr "benötigt" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "ausloggen" @@ -4726,7 +4770,7 @@ msgstr "ausloggen" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht benützt hat" @@ -4767,11 +4811,11 @@ msgid "ward" msgstr "" #: templates/web/base/admin/bodies.html:56 -#, perl-format +#, fuzzy, perl-format msgid "%d address" msgid_plural "%d addresses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ihre E-Mail Adresse" +msgstr[1] "Ihre E-Mail Adresse" #: perllib/Utils.pm:250 #, perl-format @@ -4822,6 +4866,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d Tag" +msgstr[1] "%d Tage" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "als beantwortet markiert" +msgstr[1] "als beantwortet markiert" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Der User ist der Eigner der Meldung" +msgstr[1] "Der User ist der Eigner der Meldung" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Meldung" +msgstr[1] "Meldung" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Beschreiben Sie den Schaden" +msgstr[1] "Beschreiben Sie den Schaden" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4884,3 +4963,21 @@ msgid "report" msgid_plural "reports" msgstr[0] "Meldung" msgstr[1] "Meldung" + +#~ msgid "New <br>problems" +#~ msgstr "Neue <br>Meldungen" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Kürzlich <br>beantwortet" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "In den letzten 4 Wochen gemeldet" + +#~ msgid "Additional Information" +#~ msgstr "Zusätzliche Angaben" + +#~ msgid "We never show your email" +#~ msgstr "Ihr E-Mail wird nie angezeigt" + +#~ msgid "We never show your email address or phone number." +#~ msgstr "Ihre E-Mail Adresse oder Telefonnummer werden nie angezeigt" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index a79ad89ef..c0b707217 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2016\n" +"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2017\n" "Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n" "Language: de_DE\n" "MIME-Version: 1.0\n" @@ -48,7 +48,7 @@ msgstr "%s - Zusammenfassungen" #. ("%s here is the site name") #: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "" +msgstr "%s Admin:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -118,7 +118,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -154,6 +154,10 @@ msgstr "(gelöst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "" @@ -166,8 +170,8 @@ msgstr "(optional)" msgid "(sent to both)" msgstr "(gesendet an beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Wählen Sie eine Kategorie --" @@ -186,11 +190,11 @@ msgstr "" #: templates/web/base/dashboard/index.html:152 msgid "14-30 days old" -msgstr "" +msgstr "14-30 Tage alt" #: templates/web/base/dashboard/index.html:151 msgid "7-14 days old" -msgstr "" +msgstr "7-14 Tage alt" #: templates/web/base/admin/body-form.html:48 #: templates/web/base/admin/body-form.html:49 @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -212,7 +215,7 @@ msgstr "" #: templates/web/base/js/translation_strings.html:71 msgid "<span>%s</span> saved." -msgstr "" +msgstr "<span>%s</span> gespeichert." #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ja</strong>, ich habe ein Passwort" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Aktion geplant" @@ -280,7 +279,7 @@ msgstr "Füge neue Kategorie hinzu" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Benutzer hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,13 +307,13 @@ msgstr "" msgid "Added %s" msgstr "%s hinzugefügt" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" #: templates/web/base/main_nav_items.html:47 msgid "Admin" -msgstr "" +msgstr "Admin" #: templates/web/base/auth/change_password.html:39 msgid "Again:" @@ -336,9 +335,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:21 #: templates/web/base/dashboard/index.html:30 msgid "All" -msgstr "" +msgstr "Alle" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle Meldungen" @@ -350,13 +348,13 @@ msgstr "Alle Berichte als CSV" #: templates/web/base/admin/category-multiselect.html:5 #: templates/web/base/admin/responsepriorities/list.html:19 msgid "All categories" -msgstr "" +msgstr "Alle Kategorien" #: 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:21 +#: 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 "Alle Meldungen" @@ -366,6 +364,15 @@ msgstr "Alle Meldungen" msgid "All reports between %s and %s" msgstr "Alle Berichte zwischen %s und %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Alle Kategorien" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -375,7 +382,7 @@ msgstr "" msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" @@ -383,11 +390,7 @@ msgstr "Anonym:" #: templates/web/base/report/new/form_user_loggedin.html:20 #: templates/web/base/report/update/form_name.html:13 msgid "Another user" -msgstr "" - -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Sind Sie ein Entwickler?" +msgstr "Anderer Benutzer" #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" @@ -397,7 +400,7 @@ msgstr "" #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/report/display_tools.html:6 msgid "Are you sure?" -msgstr "" +msgstr "Sind Sie sicher?" #: templates/web/base/admin/body-form.html:75 #: templates/web/base/admin/body.html:20 @@ -407,7 +410,7 @@ msgstr "Gebiet abgedeckt" #: templates/web/base/admin/user-form.html:64 msgid "Area:" -msgstr "" +msgstr "Gebiet:" #: templates/web/base/admin/bodies.html:19 #: templates/web/base/admin/body.html:64 @@ -431,7 +434,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +459,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +492,12 @@ msgstr "Zurück" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,20 +528,20 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" -msgstr "" +msgstr "Kategorien" #: templates/web/base/admin/category-checkboxes.html:2 #: templates/web/base/admin/category-multiselect.html:2 msgid "Categories:" -msgstr "" +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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -571,13 +577,13 @@ msgstr "Kategorie: %s" #: templates/web/base/my/my.html:24 msgid "Change email" -msgstr "" +msgstr "E-Mail ändern" #: templates/web/base/auth/change_email.html:1 #: templates/web/base/auth/change_email.html:3 #: templates/web/base/auth/change_email.html:30 msgid "Change email address" -msgstr "" +msgstr "E-Mail-Adresse ändern" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:16 @@ -587,23 +593,11 @@ msgstr "" msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +650,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -705,7 +700,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -731,9 +726,8 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bestätigt" @@ -768,8 +762,8 @@ msgstr "Kontaktieren Sie das Team" msgid "Coordinates:" msgstr "Koordinaten:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Benutzer konnte nicht gefunden werden" @@ -789,33 +783,28 @@ msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:83 -#, fuzzy msgid "Council has marked as closed" -msgstr "als geschlossen markiert" +msgstr "" #: templates/web/base/dashboard/index.html:54 #: templates/web/base/dashboard/index.html:57 -#, fuzzy msgid "Council has marked as fixed" -msgstr "als gelöst markiert" +msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:80 -#, fuzzy msgid "Council has marked as in progress" -msgstr "als in Bearbeitung markiert" +msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:82 -#, fuzzy msgid "Council has marked as investigating" -msgstr "als untersuchend markiert" +msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:81 -#, fuzzy msgid "Council has marked as planned" -msgstr "als geplant markiert" +msgstr "" #: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" @@ -836,7 +825,7 @@ msgstr "Anzahl" msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategorie erstellen" @@ -845,11 +834,11 @@ msgstr "Kategorie erstellen" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -886,6 +875,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Übersichtsseite" @@ -893,26 +884,24 @@ msgstr "Übersichtsseite" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Gelöscht" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -925,7 +914,7 @@ msgstr "Beschreibung" #: templates/web/base/admin/responsepriorities/edit.html:17 msgid "Description:" -msgstr "" +msgstr "Beschreibung:" #: templates/web/base/js/translation_strings.html:33 #: templates/web/zurich/report/new/fill_in_details_form.html:45 @@ -939,7 +928,7 @@ msgstr "Beschreibung" msgid "Details:" msgstr "Beschreibung:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -952,11 +941,10 @@ msgstr "" msgid "Diligency prize league table" msgstr "Weiss ich nicht" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 -#, fuzzy +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" -msgstr "Änderungen speichern" +msgstr "Änderungen verwerfen" #: templates/web/base/admin/open311-form-fields.html:95 msgid "Do not send email alerts on fetched comments to problem creator" @@ -969,13 +957,17 @@ msgstr "" #: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" +msgstr "Haben Sie ein %s-Passwort?" + +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" msgstr "" #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Weiß ich nicht" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Sie mögen keine Formulare?" @@ -987,24 +979,18 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: 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:88 -#, fuzzy msgid "Duplicate of" -msgstr "Duplizieren" +msgstr "" #: templates/web/base/report/_inspect.html:98 -#, fuzzy msgid "Duplicates" -msgstr "Duplizieren" +msgstr "" #: templates/web/base/admin/body.html:116 msgid "" @@ -1014,7 +1000,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1034,23 +1020,23 @@ msgstr "Bearbeiten" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1073,7 +1059,7 @@ msgstr "Aktualisierung %d wird bearbeitet" msgid "Editing user %d" msgstr "Benutzer %d wird bearbeitet" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editor" @@ -1089,7 +1075,7 @@ msgstr "Editor" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "" @@ -1097,7 +1083,7 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:28 #: templates/web/base/report/update/form_name.html:19 msgid "Email address" -msgstr "" +msgstr "E-Mail-Adresse" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -1107,11 +1093,11 @@ msgstr "E-Mail-Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail-Benachrichtigung gelöscht" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1152,7 +1138,7 @@ msgstr "Endpunkt" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1161,6 +1147,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "Geben Sie eine Adresse an" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1200,23 +1187,21 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" -msgstr "" +msgstr "Vorhandene Kategorie" #: templates/web/base/js/translation_strings.html:49 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" #: templates/web/base/dashboard/index.html:146 -#, fuzzy msgid "Export as CSV" -msgstr "Alle Berichte als CSV" +msgstr "Als CSV exportieren" #: perllib/FixMyStreet/Cobrand/Zurich.pm:174 #: perllib/FixMyStreet/Cobrand/Zurich.pm:913 @@ -1228,7 +1213,7 @@ msgstr "Extern" #: templates/web/base/admin/report_edit.html:97 #: templates/web/base/admin/responsepriorities/edit.html:27 msgid "External ID" -msgstr "" +msgstr "Externe Kennung" #: templates/web/base/admin/body-form.html:87 msgid "External URL" @@ -1270,29 +1255,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1310,11 +1292,11 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1331,7 +1313,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1368,6 +1350,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Häufig gestellte Fragen" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Anzahl" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1398,6 +1385,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Los" @@ -1406,7 +1394,7 @@ msgstr "Los" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1414,10 +1402,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" @@ -1428,7 +1412,7 @@ msgstr "" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hilfe" @@ -1442,18 +1426,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1461,10 +1445,27 @@ msgstr "Hallo %s" msgid "Hidden" msgstr "Unsichtbar" -#: templates/web/base/report/_main.html:105 -#, fuzzy +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" -msgstr "Bericht erneut senden" +msgstr "" + +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Aktualisierung von {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +msgid "Hide my name on this report" +msgstr "" #: templates/web/base/around/display_location.html:67 msgid "Hide old" @@ -1478,6 +1479,12 @@ msgstr "Stecknadeln ausblenden" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Ihr Name" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "History" @@ -1499,8 +1506,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1601,8 +1608,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In Bearbeitung" @@ -1616,16 +1621,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1642,11 +1649,16 @@ msgstr "Unbestätigte Berichte miteinbeziehen" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Bericht erneut senden" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1654,10 +1666,8 @@ msgstr "" msgid "Internal notes" msgstr "Interne Hinweise" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1669,7 +1679,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Ung&ultiges Enddatum" @@ -1677,26 +1687,22 @@ msgstr "Ung&ultiges Enddatum" msgid "Invalid format %s specified." msgstr "Ungültiges Format %s angegeben." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Ung&ultiges Startdatum" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1723,18 +1729,23 @@ msgstr "" #: templates/web/base/dashboard/index.html:50 msgid "Last 4 weeks" -msgstr "" +msgstr "Letzte 4 Wochen" #: templates/web/base/dashboard/index.html:49 -#, fuzzy +#: templates/web/base/reports/index.html:38 msgid "Last 7 days" -msgstr "Letzte Bearbeitung" +msgstr "Letzte 7 Tage" #: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Letzter Bearbeiter" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Letzte Bearbeitung" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Letzte Bearbeitung" @@ -1743,10 +1754,10 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" -msgstr "" +msgstr "Breitengrad/Längengrad:" #: templates/web/base/reports/_list-filters.html:50 msgid "Least recently updated" @@ -1758,7 +1769,7 @@ msgstr "" #: templates/web/base/dashboard/index.html:150 msgid "Less than 7 days old" -msgstr "" +msgstr "Weniger als 7 Tage alt" #: templates/web/base/admin/body.html:31 msgid "List all reported problems" @@ -1794,17 +1805,17 @@ msgstr "Identifizieren Sie den Mangel auf der Karte" #: 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 "" +msgstr "Mit Facebook anmelden" #: 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 msgid "Log in with Twitter" -msgstr "" +msgstr "Mit Twitter anmelden" #: templates/web/base/js/translation_strings.html:59 msgid "Log in with email" -msgstr "" +msgstr "Mit E-Mail anmelden" #: templates/web/base/dashboard/index.html:145 #: templates/web/base/dashboard/index.html:38 @@ -1815,7 +1826,7 @@ msgstr "" msgid "MAP" msgstr "KARTE" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1835,19 +1846,11 @@ msgstr "Als gesendet markieren" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Nachricht" @@ -1867,15 +1870,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Fehlendes jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1883,21 +1886,19 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 -#, fuzzy +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" -msgstr "Gemeldet von %s um %s" +msgstr "" #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 -#, fuzzy +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" -msgstr "andere Gebiete:" +msgstr "" #: templates/web/base/admin/stats.html:11 msgid "Month" @@ -1905,7 +1906,7 @@ msgstr "Monat" #: templates/web/base/reports/_list-filters.html:51 msgid "Most commented" -msgstr "" +msgstr "Meistkommentiert" #: templates/web/base/admin/bodies.html:25 #: templates/web/base/admin/body-form.html:24 @@ -1920,14 +1921,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Name" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1939,7 +1939,7 @@ msgstr "Name:" msgid "Name: %s" msgstr "Name: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1948,16 +1948,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1967,15 +1967,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Neue <br>Probleme" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" @@ -1998,12 +1994,12 @@ msgstr "" #: templates/web/base/auth/change_password.html:35 msgid "New password:" -msgstr "" +msgstr "Neues Passwort:" #: templates/web/base/admin/responsepriorities/edit.html:4 #: templates/web/base/admin/responsepriorities/list.html:32 msgid "New priority" -msgstr "" +msgstr "Neue Priorität" #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" @@ -2041,32 +2037,31 @@ msgstr "Neue Vorlage" #: templates/web/base/reports/_list-filters.html:47 msgid "Newest" -msgstr "" +msgstr "Neueste" #: templates/web/base/pagination.html:10 msgid "Next" msgstr "Weiter" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nein" #: templates/web/base/admin/user-form.html:66 msgid "No area" -msgstr "" +msgstr "Kein Gebiet" #: templates/web/base/admin/user-form.html:37 msgid "No body" @@ -2092,12 +2087,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2106,11 +2097,11 @@ msgstr "Kann nicht behoben werden" msgid "No further updates" msgstr "Keine weiteren Aktualisierungen" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2152,12 +2143,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Nicht verantwortlich" @@ -2181,7 +2168,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Anmerkung" @@ -2191,7 +2178,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Anmerkung:" @@ -2213,6 +2200,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2225,54 +2216,33 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Alte / unbekannte <br>Probleme" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Ältere <br>Probleme" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" -msgstr "" +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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Öffnen" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" -msgstr "" +msgstr "Open311 API-Schlüssel" #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" @@ -2288,7 +2258,7 @@ msgstr "" #: templates/web/base/open311/index.html:73 msgid "Open311 specification" -msgstr "" +msgstr "Open311-Spezifikation" #: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" @@ -2298,9 +2268,9 @@ msgstr "" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2310,6 +2280,15 @@ msgstr "" msgid "Other" msgstr "Andere" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Alle Kategorien" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Besitzer" @@ -2324,8 +2303,8 @@ msgstr "Seite nicht gefunden" msgid "Parent" msgstr "Übergeordnet" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Teilweise" @@ -2347,7 +2326,7 @@ msgstr "Permalink" #: templates/web/base/admin/user-form.html:144 msgid "Permissions:" -msgstr "" +msgstr "Berechtigungen:" #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" @@ -2359,7 +2338,7 @@ msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2368,9 +2347,9 @@ msgstr "Telefonnummer:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2388,21 +2367,27 @@ msgstr "Foto" msgid "Photo is required." msgstr "Foto ist erforderlich." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Foto erforderlich" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" -msgstr "" +msgstr "Fotos" #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Kein Rat" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2410,10 +2395,10 @@ msgstr "Stecknadel auf Karte platzieren" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2438,9 +2423,9 @@ msgstr "" msgid "Please check your email address is correct" msgstr "Bitte überprüfen Sie ob Ihre eMail-Adresse korrekt ist" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2450,12 +2435,12 @@ msgstr "Bitte wählen Sie eine Kategorie" msgid "Please choose a property type" msgstr "Bitte wählen Sie eine Eigentumsart" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2466,18 +2451,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Bitte geben Sie Ihren Namen ein" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2493,8 +2478,8 @@ msgstr "Bitte geben Sie ein Passwort ein" msgid "Please enter a subject" msgstr "Bitte geben Sie einen Betreff ein" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2534,7 +2519,7 @@ msgstr "Bitte geben Sie eine Ihre eMail-Adresse an" msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Vornamen ein" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2604,7 +2589,7 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2652,30 +2637,29 @@ msgstr "Bitte schreiben Sie eine Nachricht" msgid "Please write your update here" msgstr "Bitte schreiben Sie hier Ihre Aktualisierung" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2683,14 +2667,14 @@ msgstr "" msgid "Previous" msgstr "Vorherige" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" -msgstr "" +msgstr "Prioritäten" #: templates/web/base/report/_inspect.html:113 #: templates/web/base/report/_item.html:98 msgid "Priority" -msgstr "" +msgstr "Priorität" #: templates/web/base/main_nav_items.html:43 msgid "Privacy" @@ -2702,16 +2686,15 @@ msgstr "Datenschutz" msgid "Privacy and cookies" msgstr "Datenschutz und Cookies" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" #: templates/web/base/report/new/form_user.html:1 -#, fuzzy msgid "Private details" -msgstr "Privat" +msgstr "Private Details" #: templates/web/base/maps/pin.html:13 msgid "Problem" @@ -2735,7 +2718,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem als offen markiert." @@ -2743,7 +2726,7 @@ msgstr "Problem als offen markiert." msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" @@ -2764,13 +2747,13 @@ msgstr "Meldungen, welche kürzlich gelöst wurden" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2808,16 +2791,16 @@ msgstr "" #: templates/web/base/report/new/form_report.html:10 msgid "Public details" -msgstr "" +msgstr "Öffentliche Details" #: templates/web/zurich/admin/report_edit.html:241 #: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" -msgstr "" +msgstr "Öffentliche Antwort:" #: templates/web/base/report/_inspect.html:152 msgid "Public update:" -msgstr "" +msgstr "Öffentliche Aktualisierung:" #: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 @@ -2851,11 +2834,11 @@ msgstr "" msgid "RSS feed" msgstr "RSS-Feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" @@ -2863,11 +2846,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2875,13 +2858,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2910,10 +2893,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Kürzlich <br>repariert" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen" @@ -2926,13 +2905,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2940,9 +2919,9 @@ msgstr "" #: templates/web/base/report/display_tools.html:6 msgid "Remove from site" -msgstr "" +msgstr "Von Seite entfernen" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2956,13 +2935,13 @@ msgstr "" msgid "Report" msgstr "Bericht" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" @@ -2981,9 +2960,8 @@ msgid "Report on %s" msgstr "Bericht auf %s" #: templates/web/base/dashboard/index.html:137 -#, fuzzy msgid "Report state:" -msgstr "Gemeldet:" +msgstr "" #: templates/web/base/report/new/fill_in_details_form.html:1 #: templates/web/base/report/new/login_success_form.html:1 @@ -3044,10 +3022,6 @@ msgstr "Anonym gemeldet von %s um %s " msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeldet von %s um %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3062,14 +3036,14 @@ msgstr "Gemeldet:" msgid "Reporting a problem" msgstr "Verfassen Sie eine Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Berichte" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3086,19 +3060,18 @@ msgid "Reports published" msgstr "Berichte veröffentlicht" #: templates/web/base/js/translation_strings.html:68 -#, fuzzy msgid "Reports saved offline." -msgstr "Eine Meldung erfassen" +msgstr "" #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3137,7 +3110,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3160,16 +3133,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3188,14 +3161,14 @@ msgstr "Satellit" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Änderungen speichern" @@ -3204,7 +3177,6 @@ msgstr "Änderungen speichern" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3243,7 +3215,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3252,10 +3224,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3269,6 +3237,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3290,7 +3262,7 @@ msgstr "Gesendet:" msgid "Service:" msgstr "Dienst:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3299,27 +3271,35 @@ msgid "Share" msgstr "Teilen" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" #: templates/web/base/report/update.html:20 -#, fuzzy msgid "Show Photo?" -msgstr "Alte anzeigen" +msgstr "Foto anzeigen?" + +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s Aktualisierungen in Echtzeit" #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 @@ -3328,18 +3308,16 @@ msgid "Show my name publicly" msgstr "Meinen Namen öffentlich anzeigen" #: templates/web/base/report/update.html:17 -#, fuzzy msgid "Show name publicly?" -msgstr "Meinen Namen öffentlich anzeigen" +msgstr "Name öffentlich anzeigen?" #: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Alte anzeigen" -#: templates/web/base/report/_main.html:79 -#, fuzzy +#: templates/web/base/report/_main.html:83 msgid "Show photo" -msgstr "Alte anzeigen" +msgstr "Foto anzeigen" #: templates/web/base/around/display_location.html:60 msgid "Show pins" @@ -3349,6 +3327,10 @@ msgstr "Zeige Stecknadeln" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3404,7 +3386,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3433,7 +3415,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3454,14 +3436,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Status" @@ -3474,7 +3459,7 @@ msgstr "Status" msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3505,7 +3490,7 @@ msgstr "Unterkategorie: %s" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Titel" @@ -3522,7 +3507,7 @@ msgstr "Titel:" msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3560,23 +3545,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Zusammenfassung" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3599,7 +3583,7 @@ msgstr "Umfrageergebnisse" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3612,7 +3596,7 @@ msgstr "Text" #: templates/web/base/admin/body.html:32 msgid "Text only version" -msgstr "" +msgstr "Nur-Text-Version" #: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 @@ -3629,7 +3613,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3667,19 +3651,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Dieser Bericht kann nicht auf %s angeschaut werden." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von Fix My Zürich entfernt." @@ -3705,8 +3689,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3734,7 +3718,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Der Fehler war: %s" @@ -3810,7 +3794,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3819,7 +3803,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3830,7 +3814,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -3838,7 +3822,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -3901,9 +3885,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -3912,26 +3896,21 @@ msgstr "Diese Information wird benötigt" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Dieser Mangel wurde behoben" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Dieser Mangel wurde nicht behoben" -#: templates/web/base/report/update/form_update.html:54 -#, fuzzy +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" -msgstr "Dieser Mangel wurde nicht behoben" +msgstr "" #: templates/web/base/report/duplicate-no-updates.html:3 msgid "This report is a duplicate. Please leave updates on the original report:" @@ -3943,15 +3922,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Dieser Bericht wartet auf Moderation." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Dieser Bericht ist aktuell als geschlossen markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Dieser Bericht ist aktuell als behoben markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Dieser Bericht ist aktuell als offen markiert." @@ -3970,14 +3949,14 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Zeitleiste" #: templates/web/base/report/new/after_photo.html:1 msgid "Tips for perfect photos" -msgstr "" +msgstr "Tipps für perfekte Fotos" #: templates/web/base/admin/flagged.html:15 #: templates/web/base/admin/index.html:61 @@ -4003,6 +3982,14 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4016,9 +4003,8 @@ msgid "Total marked" msgstr "" #: templates/web/base/dashboard/index.html:71 -#, fuzzy msgid "Total marked as fixed" -msgstr "als gelöst markiert" +msgstr "" #: templates/web/base/dashboard/index.html:125 msgid "Total not marked" @@ -4038,7 +4024,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4054,9 +4040,10 @@ msgstr "Erneut versuchen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4077,14 +4064,14 @@ msgid "Unknown alert type" msgstr "Unbekannter Benachrichtigungstyp" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Unbekannte Problemkennung" @@ -4148,10 +4135,10 @@ msgstr "" msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4178,11 +4165,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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,26 +4193,25 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" #: templates/web/base/dashboard/index.html:54 #: templates/web/base/dashboard/index.html:58 -#, fuzzy msgid "User has marked as fixed" -msgstr "als gelöst markiert" +msgstr "" #: templates/web/base/admin/users.html:5 msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4224,9 +4221,9 @@ msgstr "Benutzer" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Werte aktualisiert" @@ -4340,7 +4337,7 @@ msgstr "Wunsch" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4365,23 +4362,22 @@ msgstr "" msgid "Year" msgstr "Jahr" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4415,7 +4411,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4449,7 +4445,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4510,7 +4506,7 @@ 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:81 +#: 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 @@ -4540,10 +4536,22 @@ msgstr "" msgid "Your name" msgstr "Ihr Name" -#: templates/web/base/js/translation_strings.html:62 +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 #, fuzzy +msgid "Your name has been hidden." +msgstr "Ihr Passwort wurde geändert" + +#: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" -msgstr "Ihre Meldungen" +msgstr "" #: templates/web/base/auth/general.html:85 #: templates/web/base/report/new/form_user_loggedout_password.html:10 @@ -4556,6 +4564,7 @@ msgstr "Ihr Passwort" msgid "Your password has been changed" msgstr "Ihr Passwort wurde geändert" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4590,13 +4599,13 @@ msgstr "" #: templates/web/base/admin/category-checkboxes.html:7 #: templates/web/base/admin/user-form.html:151 msgid "all" -msgstr "" +msgstr "alle" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "von %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4633,45 +4642,44 @@ msgstr "zuletzt aktualisiert %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "als Aktion geplant markiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "als geschlossen markiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "als in Bearbeitung markiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "als untersuchend markiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 -#, fuzzy +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" -msgstr "als untersuchend markiert" +msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "als geplant markiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4680,11 +4688,11 @@ msgstr "n/v" #: templates/web/base/admin/category-checkboxes.html:8 #: templates/web/base/admin/user-form.html:152 msgid "none" -msgstr "" +msgstr "keine" #: templates/web/base/admin/category_edit.html:35 msgid "optional" -msgstr "" +msgstr "optional" #: templates/web/base/alert/_list.html:86 msgid "or" @@ -4713,16 +4721,16 @@ msgstr "" msgid "other areas:" msgstr "andere Gebiete:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: 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 "" +msgstr "erforderlich" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "ausloggen" @@ -4730,7 +4738,7 @@ msgstr "ausloggen" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4744,14 +4752,12 @@ msgid "today" msgstr "heute" #: templates/web/base/js/translation_strings.html:73 -#, fuzzy msgid "update" -msgstr "Beschreibung" +msgstr "" #: templates/web/base/js/translation_strings.html:74 -#, fuzzy msgid "updates" -msgstr "Aktualisierungen" +msgstr "" #: templates/web/base/admin/report_edit.html:52 msgid "used map" @@ -4799,11 +4805,11 @@ msgstr[0] "%d Minute" msgstr[1] "%d Minuten" #: perllib/Utils.pm:246 -#, fuzzy, perl-format +#, perl-format msgid "%d month" msgid_plural "%d months" -msgstr[0] "%d Minute" -msgstr[1] "%d Minuten" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -4826,6 +4832,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d Tag" +msgstr[1] "%d Tage" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Problem als offen markiert." +msgstr[1] "Problem als offen markiert." + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Problem %d erstellt" +msgstr[1] "Problem %d erstellt" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Bericht erneut senden" +msgstr[1] "Bericht erneut senden" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Aktualisierungen von %s Problemen holen" +msgstr[1] "Aktualisierungen von %s Problemen holen" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4855,11 +4896,11 @@ msgstr[0] "<big>%s</big> Meldung bearbeitet" msgstr[1] "<big>%s</big> Meldungen bearbeitet" #: templates/web/base/report/_item.html:49 -#, fuzzy, perl-format +#, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" -msgstr[0] "Gemeldet von %s um %s" -msgstr[1] "Gemeldet von %s um %s" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -4876,15 +4917,30 @@ msgstr[0] "" msgstr[1] "" #: templates/web/base/report/_item.html:59 -#, fuzzy, perl-format +#, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" -msgstr[0] "zuletzt aktualisiert %s" -msgstr[1] "zuletzt aktualisiert %s" +msgstr[0] "" +msgstr[1] "" #: templates/email/oxfordshire/archive.txt:9 -#, fuzzy, perl-format +#, perl-format msgid "report" msgid_plural "reports" -msgstr[0] "Bericht" -msgstr[1] "Bericht" +msgstr[0] "" +msgstr[1] "" + +#~ msgid "New <br>problems" +#~ msgstr "Neue <br>Probleme" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Alte / unbekannte <br>Probleme" + +#~ msgid "Older <br>problems" +#~ msgstr "Ältere <br>Probleme" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Kürzlich <br>repariert" + +#~ msgid "Are you a developer?" +#~ msgstr "Sind Sie ein Entwickler?" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 095153f99..5f7e1f786 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Greek (Greece) (https://www.transifex.com/mysociety/teams/12067/el_GR/)\n" @@ -116,11 +116,11 @@ msgstr "" "άρα θα εμφανίζεται και στις δύο κατηγορίες ειδοποιήσεων της υπηρεσίας, ενώ όσον αφορά την επικεφαλής υπηρεσία θα εμφανίζεται μόνο στην κατηγορία ειδοποιήσεων\n" "\"Εντός του τομέα ευθύνης\"." -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "%s περιοχή, %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, στην περιοχή %quot;%s"" @@ -132,7 +132,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Ελλάτωμα & τοποθεσία ελλατώματος)" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(το email βρίσκεται στη μαύρη λίστα)" @@ -168,6 +168,10 @@ msgstr "(διορθώθηκε)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(όπως graffiti, παρατημένα σκουπίδια, σπασμένες πλάκες πεζοδρομίου ή καμένα φώτα δρόμων)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(δεν αποστάλθηκε σε υπηρεσία)" @@ -180,8 +184,8 @@ msgstr "(προαιρετικό)" msgid "(sent to both)" msgstr "(στάλθηκε και στις δύο)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Διάλεξε κατηγορία --" @@ -221,7 +225,6 @@ msgstr "" 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') #. ("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" @@ -263,12 +266,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ναι</strong> έχω κωδικό πρόσβασης" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Η Δράση Προγραμματίστηκε" @@ -299,7 +298,7 @@ msgstr "Προσθήκη νέας κατηγορίας" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -311,15 +310,15 @@ msgstr "" msgid "Add user" msgstr "Προσθήκη χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -327,7 +326,7 @@ msgstr "" msgid "Added %s" msgstr "Προστέθηκε %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -357,7 +356,6 @@ msgstr "Ειδοποίησέ με για μελλοντικές ενημερώσ msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Όλες οι Αναφορές" @@ -375,7 +373,7 @@ msgstr "" #: 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:21 +#: 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 "Όλες οι αναφορές" @@ -385,6 +383,14 @@ msgstr "Όλες οι αναφορές" msgid "All reports between %s and %s" msgstr "Όλες οι αναφορές από %s μέχρι %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." @@ -394,7 +400,7 @@ msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." msgid "Anonymous" msgstr "Ανώνυμος" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Ανώνυμος:" @@ -404,10 +410,6 @@ msgstr "Ανώνυμος:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Είσαι προγραμματιστής;" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε αυτή την μεταφόρτωση;" @@ -450,7 +452,7 @@ msgstr "Ανάθεση σε εξωτερικό τομέα:" msgid "Assign to subdivision:" msgstr "Ανάθεση στο τμήμα:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -475,11 +477,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -505,12 +510,12 @@ msgstr "Πίσω" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Αποκλεισμός της διεύθυνσης email" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -541,7 +546,7 @@ msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τ msgid "Can't see the map? <em>Skip this step</em>" msgstr "Δεν μπορείς να δεις τον χάρτη; <em>Παράλειψη βήματος</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -554,7 +559,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -606,27 +611,11 @@ msgstr "" msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Τσέκαρε το <strong>επιβεβαιώθηκε</strong> για να φαίνεται ότι αυτή η επαφή έχει επιβεβαιωθεί ως σωστή.\n" -"Αν δεν είσαι σίγουρος για την προέλευση ή την εγκυρότητα της επαφής, άφησε το μη τσεκαρισμένο." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Τσέκαρε το <strong>διαγράφηκε</strong> για να αφαιρέσεις την κατηγορία από χρήση.\n" -"Δεν θα φαίνεται ως διαθέσιμη κατηγορία στο μενού της σελίδας \"Ανάφερε ένα πρόβλημα\"." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -684,14 +673,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -734,7 +724,7 @@ msgstr "Προστεθέν σήμα:" msgid "Collapse map" msgstr "Χάρτης σε χρήση" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Ρυθμίσεις" @@ -760,9 +750,8 @@ msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισ msgid "Confirmation" msgstr "Επιβεβαίωση" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Επιβεβαιώθηκε" @@ -797,8 +786,8 @@ msgstr "Επικοινώνησε με την ομάδα διαχείρισης" msgid "Coordinates:" msgstr "Συντεταγμένες:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Δεν είναι δυνατή η εύρεση χρήστη" @@ -865,7 +854,7 @@ msgstr "Καταμέτρηση" msgid "Create a report" msgstr "Δημιουργία αναφοράς" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Δημιουργία κατηγορίας" @@ -874,11 +863,11 @@ msgstr "Δημιουργία κατηγορίας" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -915,6 +904,8 @@ msgstr "Δεν υπάρχει τρόπος επικοινωνίας με τον #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Πίνακας Ελέγχου" @@ -922,26 +913,24 @@ msgstr "Πίνακας Ελέγχου" msgid "Dealt with by subdivision within 5 working days" msgstr "Εξετάστηκε από το τμήμα μέσα σε 5 εργάσιμες ημέρες" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Διαγραμμένα" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -968,7 +957,7 @@ msgstr "Πληροφορίες" msgid "Details:" msgstr "Πληροφορίες:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Μεταβιβάστηκε" @@ -981,8 +970,8 @@ msgstr "Δεν χρησιμοποιήθηκε ο χάρτης" msgid "Diligency prize league table" msgstr "Πίνακας βραβείων επιμέλειας" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Αποθήκευση αλλαγών" @@ -1000,11 +989,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Έχεις κωδικό πρόσβασης %s?" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Δεν γνωρίζω" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Δεν σου αρέσουν οι φόρμες;" @@ -1016,12 +1009,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Σύρε φωτογραφίες εδώ ή <u>κάνε κλικ για ανέβασμα</u>" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Διπλότυπο" @@ -1046,7 +1035,7 @@ msgstr "" "Διαφορετικές κατηγορίες <strong>μπορούν να ανήκουν στην ίδια επαφή</strong> (διεύθυνση email).\n" "Αυτό σημαίνει ότι μπορείς να προσθέσεις πολλές κατηγορίες ακόμη και αν έχεις μία επαφή στον τομέα." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1066,23 +1055,23 @@ msgstr "Επεξεργασία" msgid "Edit body details" msgstr "Επεξεργασία λεπτομερειών του τομέα" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1105,7 +1094,7 @@ msgstr "Γίνεται επεξεργασία της ενημέρωσης %d" msgid "Editing user %d" msgstr "Γίνεται επεξεργασία του χρήστη %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Επεξεργαστής" @@ -1121,7 +1110,7 @@ msgstr "Επεξεργαστής" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Το Email προστέθηκε στην μαύρη λίστα" @@ -1139,11 +1128,11 @@ msgstr "Η ειδοποίηση μέσω email δημιουργήθηκε" msgid "Email alert deleted" msgstr "Η ειδοποίηση μέσω email διεγράφη" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Το Email είναι ήδη στην μαύρη λίστα" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1191,7 +1180,7 @@ msgstr "Σημείο τερματισμού" msgid "Enter a Zürich street name" msgstr "Δώσε μια ονομασία για την οδό" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, οδό ή περιοχή" @@ -1200,6 +1189,7 @@ msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, msgid "Enter a nearby postcode, or street name and area" msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, οδό ή περιοχή" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1239,8 +1229,7 @@ msgstr "Παράδειγμα ταχυδρομικού κώδικα %s" msgid "Examples:" msgstr "Παραδείγματα:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1248,7 +1237,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1309,29 +1298,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "Διόρθωσέ το επιλέγοντας μία <strong>περιοχή αρμοδιότητας</strong> στη φόρμα <em>Επεξεργασία λεπτομερειών του σώματος</em> παρακάτω." #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Διορθώθηκε - Υπηρεσία" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Διορθώθηκε - Χρήστης" @@ -1349,11 +1335,11 @@ msgstr "Διορθώθηκε:" msgid "Flag as deleted" msgstr "Σήμανση ως διαγραμμένο" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Επισήμανση χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Επισημασμένα" @@ -1370,7 +1356,7 @@ msgstr "Οι επισημασμένοι χρήστες καταγράφοντα msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Οι επισημασμένοι χρήστες δεν υφίστανται κάποιο είδος περιορισμού. Είναι απλά μία λίστα από χρήστες που έχουν επισημανθεί ώστε να ξεχωρίζουν." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Επισημασμένοι:" @@ -1407,6 +1393,11 @@ msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τ msgid "Frequently Asked Questions" msgstr "Συχνές Ερωτήσεις" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Καταμέτρηση" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1437,6 +1428,7 @@ msgstr "Χαιρόμαστε που φτιάχτηκε!" #: 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 msgid "Go" msgstr "Εμπρός" @@ -1445,7 +1437,7 @@ msgstr "Εμπρός" msgid "Going to send questionnaire?" msgstr "Σκοπεύεις να στείλεις ερωτηματολόγιο;" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1453,10 +1445,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Γράφημα της δημιουργίας προβλημάτων (κατάσταση προς χρόνος)" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Οι γκρίζες ονομασίες είναι υπηρεσίες που δεν υπάρχουν πλέον." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Διορθώθηκε το πρόβλημα;" @@ -1467,7 +1455,7 @@ msgstr "Έχεις αναφέρει ποτέ ξανά ένα πρόβλημα σ #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Βοήθεια" @@ -1481,18 +1469,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Αυτές είναι οι κατηγορίες ειδοποιήσεων για τοπικά προβλήματα για ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1500,11 +1488,30 @@ msgstr "Γεια %s" msgid "Hidden" msgstr "Κρυμμένα" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Επαναποστολή αναφοράς" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Ενημέρωση από {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Επαναποστολή αναφοράς" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Απόκρυψη παλιών" @@ -1517,6 +1524,12 @@ msgstr "Απόκρυψη καρφιτσών" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Το όνομά σου" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Ιστορικό" @@ -1538,8 +1551,8 @@ msgstr "Πώς να στείλεις επιτυχημένες αναφορές" msgid "I just reported a problem on @fixmystreet" msgstr "Μόλις ανέφερα ένα πρόβλημα στο @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Μόλις ενημέρωσα ένα πρόβλημα στο @fixmystreet" @@ -1644,8 +1657,6 @@ msgstr "Λανθασμένη επιλογή ροής" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Σε Εξέλιξη" @@ -1659,16 +1670,18 @@ msgstr "Επιπλέον, θα επιστραφούν οι παρακάτω ιδ #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Δεν έχετε νέα μηνύματα!" @@ -1685,11 +1698,16 @@ msgstr "Να περιλαμβάνονται μη επιβεβαιωμένες α msgid "Incorrect has_photo value \"%s\"" msgstr "Εσφαλμένη τιμή has_photo \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Επαναποστολή αναφοράς" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1697,10 +1715,8 @@ msgstr "" msgid "Internal notes" msgstr "Εσωτερικές οδηγίες" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Εσωτερική αναφορά" @@ -1712,7 +1728,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Εσφαλμένη τιμή agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Λανθασμένη ημερομηνία λήξης" @@ -1720,26 +1736,22 @@ msgstr "Λανθασμένη ημερομηνία λήξης" msgid "Invalid format %s specified." msgstr "Λανθασμένη μορφοποίηση %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Λανθασμένη ημερομηνία έναρξης" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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> για να δεις αν η απάντηση που ψάχνεις βρίσκεται εκεί." @@ -1769,6 +1781,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Τελευταία ενημέρωση" @@ -1778,6 +1791,11 @@ msgstr "Τελευταία ενημέρωση" msgid "Last editor" msgstr "Τελευταίος επεξεργαστής" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Τελευταία ενημέρωση" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Τελευταία ενημέρωση" @@ -1786,7 +1804,7 @@ msgstr "Τελευταία ενημέρωση" msgid "Last update:" msgstr "Τελευταία ενημέρωση:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1858,7 +1876,7 @@ msgstr "" msgid "MAP" msgstr "ΧΑΡΤΗΣ" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1878,19 +1896,11 @@ msgstr "Σημείωση ως απεσταλμένο" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Να επισημάνεις ως <strong>επισημασμένους</strong> τους χρήστες των οποίων τη συμπεριφορά θα ήθελες να παρακολουθείς." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Σημείωση ως επιδιορθωμένο/κλειστό μέσα στις τελευταίες οκτώ εβδομάδες" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Σημείωση ως επιδιορθωμένο/κλειστό πιο πριν από οκτώ εβδομάδες" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Μήνυμα" @@ -1910,15 +1920,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Λείπει το jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1926,8 +1936,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Αναφέρθηκε από %s στις %s" @@ -1936,8 +1946,8 @@ msgstr "Αναφέρθηκε από %s στις %s" msgid "Moderated by division within one working day" msgstr "Ελέγχθηκε από το τμήμα μέσα σε μία εργάσιμη ημέρα" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "άλλες περιοχές:" @@ -1963,14 +1973,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Όνομα" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1982,7 +1991,7 @@ msgstr "Όνομα:" msgid "Name: %s" msgstr "Όνομα: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1991,16 +2000,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ο ταχυδρομικός κώδικας που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα): %s (%sm μακριά)" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2012,15 +2021,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Σχεδόν τελειώσαμε! Τώρα έλεγξε το email σου…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Νέα <br>προβλήματα" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Προστέθηκε νέος τομέας" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Προστέθηκε νέα επαφή κατηγορίας" @@ -2092,20 +2097,19 @@ msgstr "" msgid "Next" msgstr "Επόμενο" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Όχι" @@ -2137,12 +2141,8 @@ msgstr "Δε βρέθηκαν επισημασμένα προβλήματα." msgid "No flagged users found." msgstr "Δε βρέθηκαν επισημασμένοι χρήστες." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Δεν είναι εφικτή η διόρθωση" @@ -2151,11 +2151,11 @@ msgstr "Δεν είναι εφικτή η διόρθωση" msgid "No further updates" msgstr "Καμία περαιτέρω ενημέρωση" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2200,12 +2200,8 @@ msgstr "" "Χρήστες εξουσιοδοτημένου προσωπικού μπορούν να συσχετιστούν με τον τομέα που αντιπροσωπεύουν.<br>\n" "Ανάλογα με την υλοποίηση, οι χρήστες προσωπικού ίσως έχουν πρόσβαση στον πίνακα εργαλείων (περίληψη της δραστηριότητάς τους μέσα στον τομέα), τη δυνατότητα να κρύβουν αναφορές ή να ορίζουν ειδικές αναφορές κατάστασης." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Δεν είναι Υπεύθυνος" @@ -2229,7 +2225,7 @@ msgid "Not reported to council" msgstr "Δεν αναφέρθηκε σε υπηρεσία" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Σημείωση" @@ -2239,7 +2235,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Όταν συμπεριλαμβάνουμε ανεπιβεβαίωτες αναφορές, χρησιμοποιούμε την ημερομηνία που δημιουργήθηκε η αναφορά, η οποία ενδέχεται να μην έγινε στον ίδιο μήνα που επιβεβαιώθηκε η αναφορά. Επομένως, οι αριθμοί ίσως είναι λίγο εκτός." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Σημείωση:" @@ -2261,6 +2257,10 @@ msgstr "Τώρα, για να υποβάλεις την αναφορά σου&he msgid "Now to submit your update…" msgstr "Τώρα, για να υποβάλεις την ενημέρωσή σου…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "ΟΚ" @@ -2273,22 +2273,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Παλιά / άγνωστα <br>προβλήματα" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Παλιά κατάσταση" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Παλιά <br>διορθωμένα" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Παλιά <br>προβλήματα" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2296,28 +2284,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Ανοιχτό" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Ανοιχτό για πάνω από τέσσερις εβδομάδες, με κάποια ενημέρωση μέσα στις τελευταίες οκτώ εβδομάδες" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Ανοιχτό, αλλά δεν έγινε κάποια ενημέρωση εδώ και οκτώ εβδομάδες" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2346,9 +2325,9 @@ msgstr "Ή προβλήματα που αναφέρθηκαν σε:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2358,6 +2337,15 @@ msgstr "Ή μπορείς να λαμβάνεις ειδοποιήσεις πο msgid "Other" msgstr "Άλλα" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Δημιουργία κατηγορίας" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Ιδιοκτήτης" @@ -2372,8 +2360,8 @@ msgstr "Η σελίδα δεν βρέθηκε" msgid "Parent" msgstr "Πηγή" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Εν μέρει" @@ -2407,7 +2395,7 @@ msgid "Phone number (optional)" msgstr "Αριθμός τηλεφώνου (προαιρετικό)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2416,9 +2404,9 @@ msgstr "Τηλέφωνο:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2436,12 +2424,12 @@ msgstr "Φωτογραφία" msgid "Photo is required." msgstr "Απαιτείται φωτογραφία." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Απαιτείται φωτογραφία" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2451,6 +2439,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Φωτογραφίες από κοντινές και πρόσφατες αναφορές" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Καμιά υπηρεσία" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2458,10 +2452,10 @@ msgstr "Θέση της περιοχής στο χάρτη" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2486,9 +2480,9 @@ msgstr "Παρακαλούμε έλεγξε τους κωδικούς πρόσβ msgid "Please check your email address is correct" msgstr "Παρακαλούμε έλεγξε αν η διεύθυνση email είναι σωστή" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2498,12 +2492,12 @@ msgstr "Παρακαλούμε επίλεξε μια κατηγορία" msgid "Please choose a property type" msgstr "Παρακαλούμε επίλεξε ένα είδος ακινήτου" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Παρακαλούμε διόρθωσε τα παρακάτω λάθη" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2517,18 +2511,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Παρακαλούμε να μην κάνεις κατάχρηση — η κατάχρηση της υπηρεσίας υποβαθμίζει την αξία της για όλους τους χρήστες." -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Παρακαλώ γράψτε ένα όνομα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2544,8 +2538,8 @@ msgstr "Παρακαλούμε γράψε έναν κωδικό πρόσβαση msgid "Please enter a subject" msgstr "Παρακαλούμε γράψε ένα θέμα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2585,7 +2579,7 @@ msgstr "Παρακαλούμε γράψε τη διεύθυνση email σου" msgid "Please enter your first name" msgstr "Παρακαλούμε γράψε το όνομά σου" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "Παρακαλούμε γράψε το ονοματεπώνυμό σου, οι υπηρεσίες χρειάζονται αυτή την πληροφορία – αν δεν επιθυμείς να εμφανίζεται το όνομά σου στην ιστοσελίδα, ξετσέκαρε το πεδίο παρακάτω" @@ -2655,7 +2649,7 @@ msgstr "Παρακαλούμε σημείωσε ότι η ενημέρωσή σ msgid "Please note:" msgstr "Παρακαλούμε σημείωσε ότι:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2703,30 +2697,29 @@ msgstr "Παρακαλούμε γράψε ένα μήνυμα" msgid "Please write your update here" msgstr "Παρακαλούμε γράψε την ενημέρωσή σου εδώ" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Δημοσίευση" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Δημοσιεύθηκε ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Δημοσιεύθηκε από %s στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Δημοσιεύθηκε από <strong>%s</strong> (%s) στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Δημοσιεύθηκε από <strong>%s</strong> στις %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Βασισμένο στην <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Πλατφόρμα FixMyStreet</a>" @@ -2734,7 +2727,7 @@ msgstr "Βασισμένο στην <a class=\"platform-logo\" href=\"http://fix msgid "Previous" msgstr "Προηγούμενα" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2753,9 +2746,9 @@ msgstr "Ιδιωτικότητα" msgid "Privacy and cookies" msgstr "Ιδιωτικότητα και cookies" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Ιδιωτικό" @@ -2786,7 +2779,7 @@ msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" msgid "Problem breakdown by state" msgstr "Ανάλυση προβλήματος ανά κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." @@ -2794,7 +2787,7 @@ msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." msgid "Problem state change based on survey results" msgstr "Αλλαγή κατάστασης προβλήματος βάσει αποτελεσμάτων από έρευνες" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Προβλήματα" @@ -2815,13 +2808,13 @@ msgstr "Προσφάτως αναφερθέντα προβλήματα διορ msgid "Problems within %.1fkm of this location" msgstr "Λήψη ειδοποιήσεων για προβλήματα σε ακτίνα %.1f χλμ από εδώ" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Προβλήματα στην περιοχή "%s"" @@ -2903,11 +2896,11 @@ msgstr "Το ερωτηματολόγιο συμπληρώθηκε από τον msgid "RSS feed" msgstr "Ροή RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "Ροή RSS για "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "Ροή RSS για την περιοχή %s, %s" @@ -2915,11 +2908,11 @@ msgstr "Ροή RSS για την περιοχή %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "Ροή RSS από %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "Ροή RSS από %s, στην περιοχή "%s"" @@ -2927,13 +2920,13 @@ msgstr "Ροή RSS από %s, στην περιοχή "%s"" msgid "RSS feed of nearby problems" msgstr "Ροή RSS για κοντινά προβλήματα" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "Ροή RSS για προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "Ροή RSS για προβλήματα στην περιοχή "%s"" @@ -2962,10 +2955,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "Πρόσφατα τοπικά προβλήματα, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Πρόσφατα <br>διορθωμένα" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Πρόσφατες αναφορές προβλημάτων" @@ -2978,13 +2967,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Αφαίρεση σήμανσης" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2994,7 +2983,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3008,13 +2997,13 @@ msgstr "Απάντηση στον χρήστη:" msgid "Report" msgstr "Αναφορά" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Αναφορά προβλήματος" @@ -3096,10 +3085,6 @@ msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s ανών msgid "Reported via %s in the %s category by %s at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s από τον %s στις %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Αναφέρθηκε μέσα στις τελευταίες τέσσερις εβδομάδες" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3114,14 +3099,14 @@ msgstr "Αναφέρθηκε:" msgid "Reporting a problem" msgstr "Αναφορά προβλήματος" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Αναφορές" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Οι αναφορές έχουν όριο %s χαρακτήρων. Παρακαλούμε συντόμευσε την αναφορά σου" @@ -3146,11 +3131,11 @@ msgstr "Αναφορά προβλήματος" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3189,7 +3174,7 @@ msgstr "Πρότυπα απαντήσεων για %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3212,16 +3197,16 @@ msgstr "Χειριστής δρόμου για την ονομασμένη οδ msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδο (από το OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3241,14 +3226,14 @@ msgstr "Δορυφόρος" msgid "Save + close as duplicate" msgstr "σημειωμένη ως διπλή αναφορά" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Αποθήκευση αλλαγών" @@ -3257,7 +3242,6 @@ msgstr "Αποθήκευση αλλαγών" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3296,7 +3280,7 @@ msgstr "Η αναζήτηση δε βρήκε κανένα χρήστη." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3305,10 +3289,6 @@ msgstr "" msgid "Select a body" msgstr "Επίλεξε ένα σώμα" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Επίλεξε μια συγκεκριμένη υπηρεσία για να δεις τις αναφορές που στάλθηκαν εκεί." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3322,6 +3302,10 @@ msgstr "Διάλεξε ποιο είδος ειδοποίησης θα προτ msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3343,7 +3327,7 @@ msgstr "Στάλθηκε:" msgid "Service:" msgstr "Υπηρεσία:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3352,20 +3336,24 @@ msgid "Share" msgstr "Κοινοποίηση" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3374,6 +3362,11 @@ msgstr "" msgid "Show Photo?" msgstr "Προβολή παλαιότερων" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s ζωντανές ενημερώσεις" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3389,7 +3382,7 @@ msgstr "Δημόσια προβολή του ονόματός μου" msgid "Show old" msgstr "Προβολή παλαιότερων" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Προβολή παλαιότερων" @@ -3402,6 +3395,11 @@ msgstr "Προβολή καρφιτσών" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +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 @@ -3457,7 +3455,7 @@ msgstr "Λυπούμαστε, αυτός δεν είναι ένας έγκυρο msgid "Sorry, there has been an error confirming your problem." msgstr "Συγνώμη, υπήρξε βλάβη στην επιβεβαίωση του προβλήματός σου." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3486,7 +3484,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3507,14 +3505,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Κατάσταση" @@ -3527,7 +3528,7 @@ msgstr "Κατάσταση" msgid "State:" msgstr "Κατάσταση:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3558,7 +3559,7 @@ msgstr "Υποκατηγορία: %s" msgid "Subdivision/Body" msgstr "Τμήμα/Σώμα" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Θέμα" @@ -3575,7 +3576,7 @@ msgstr "Θέμα:" msgid "Submit" msgstr "Υποβολή" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3613,23 +3614,22 @@ msgstr "Γίνε συνδρομητής σε ειδοποιήσεις μέσω e msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Περίληψη" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3652,7 +3652,7 @@ msgstr "Αποτελέσματα έρευνας" msgid "Template «%s»" msgstr "Πρότυπο «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3682,7 +3682,7 @@ msgstr "Ευχαριστούμε που ανέφερες αυτό το ζήτη msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Ευχαριστούμε που προσπάθησες να επιβεβαιώσεις την ενημέρωση ή το πρόβλημά σου. Μάλλον όμως εμφανίστηκε σε εμάς κάποια βλάβη, οπότε <a href=\"%s\">παρακαλούμε ενημέρωσέ μας για το τι έγινε</a> και θα το κοιτάξουμε." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Ευχαριστούμε που ενημέρωσες αυτό το ζήτημα!" @@ -3720,19 +3720,19 @@ msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται σ msgid "That postcode was not recognised, sorry." msgstr "Ο ταχυδρομικός κώδικας δεν αναγνωρίστηκε, λυπούμαστε." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet." @@ -3760,8 +3760,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3793,7 +3793,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Ο πίνακας βραβείων επιμέλειας δείχνει τη δραστηριότητα των συντακτών (ποιος έχει συντάξει τις περισσότερες καταγραφές)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Το σφάλμα ήταν: %s" @@ -3871,7 +3871,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Δεν υπάρχουν αναφορές προς εμφάνιση." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδας Όλες οι Αναφορές. Παρακαλούμε προσπάθησε ξανά αργότερα." @@ -3880,7 +3880,7 @@ msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδ msgid "There was a problem showing this page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της σελίδας. Παρακαλούμε προσπάθησε αργότερα." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3891,7 +3891,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά." @@ -3899,7 +3899,7 @@ msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Π msgid "There were problems with your report. Please see below." msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Υπήρξαν προβλήματα με την ενημέρωσή σου. Παρακαλούμε δες παρακάτω." @@ -3970,9 +3970,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" @@ -3981,23 +3981,19 @@ msgstr "Αυτή η πληροφορία απαιτείται" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Αυτή είναι μια ιστοσελίδα για προγραμματιστές. Μερικές λειτουργίες ίσως χαλάσουν οποιαδήποτε στιγμή, και η βάση δεδομένων θα διαγράφεται περιοδικά." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Αυτή είναι μια περίληψη όλων των αναφορών σε αυτή την ιστοσελίδα" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Αυτό το πρόβλημα έχει διορθωθεί" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Αυτό το πρόβλημα δεν έχει διορθωθεί" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Αυτό το πρόβλημα δεν έχει διορθωθεί" @@ -4012,15 +4008,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Αυτή η αναφορά αναμένει έγκριση." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως κλειστή." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως διορθωμένη." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως ανοιχτή." @@ -4039,7 +4035,7 @@ msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φ msgid "Time spent (in minutes):" msgstr "Χρόνος που αφιερώθηκε (λεπτά):" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Χρονοδιάγραμμα" @@ -4072,6 +4068,15 @@ msgstr "Για να βρεις τις τοπικές ειδοποιήσεις π msgid "To view a map of the precise location of this issue" msgstr "Για την προβολή ενός χάρτη με την ακριβή τοποθεσία του ζητήματος" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Δεν αναφέρθηκε σε υπηρεσία" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4107,7 +4112,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4123,9 +4128,10 @@ msgstr "Δοκίμασε ξανά" msgid "Try emailing us directly:" msgstr "Στείλε μας ένα email:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4146,14 +4152,14 @@ msgid "Unknown alert type" msgstr "Άγνωστο είδος ειδοποίησης" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Άγνωστο σφάλμα" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Άγνωστη ταυτότητα προβλήματος" @@ -4217,10 +4223,10 @@ msgstr "Καταστάσεις ενημέρωσης" msgid "Updated" msgstr "Ενημερώθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4247,11 +4253,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4264,11 +4281,11 @@ msgstr "Χάρτης σε χρήση" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Η επισήμανση του χρήστη αφαιρέθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Ο χρήστης επισημάνθηκε" @@ -4282,8 +4299,8 @@ msgstr "σημειωμένο ως διορθωμένο" msgid "User search finds matches in users' names and email addresses." msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσματα για ονόματα χρηστών και διευθύνσεις email." -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4293,9 +4310,9 @@ msgstr "Χρήστες" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" @@ -4409,7 +4426,7 @@ msgstr "Επιθυμία" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Με τις αναζητήσεις αιτημάτων, είναι επίσης δυνατό να αναζητήσεις με το πεδίο agency_responsible περιορίζοντας τα αποτελέσματα στις αιτήσεις που στέλνονται σε έναν συγκεκριμένο τομέα. Ο όρος αναζήτησης είναι ο Κωδικός (ID) ενός τομέα που παρέχεται από το <a href=\"%s\">MapIt</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Θα ήθελες να συνεισφέρεις στο FixMyStreet; Ο κώδικας μας είναι ανοιχτής πηγής και <a href=\"http://fixmystreet.org\">διαθέσιμος στο fixmystreet.org</a>." @@ -4434,23 +4451,22 @@ msgstr "" msgid "Year" msgstr "Έτος" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ναι" @@ -4484,7 +4500,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4521,7 +4537,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Έχεις ήδη απαντήσεις σε αυτό το ερωτηματολόγιο. Αν έχεις κάποιος απορία, παρακαλούμε <a href='%s'>επικοινώνησε</a>, ή <a href='%s'>δες το πρόβλημά σου</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την αναφορά. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." @@ -4585,7 +4601,7 @@ 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:81 +#: 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 @@ -4615,6 +4631,19 @@ msgstr "Οι πληροφορίες σου θα χρησιμοποιηθούν msgid "Your name" msgstr "Το όνομά σου" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Ο κωδικός σου έχει αλλάξει" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4631,6 +4660,7 @@ msgstr "Ο κωδικός σου" msgid "Your password has been changed" msgstr "Ο κωδικός σου έχει αλλάξει" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4671,7 +4701,7 @@ msgstr "" msgid "by %s" msgstr "από %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "σημειωμένη ως διπλή αναφορά" @@ -4708,44 +4738,44 @@ msgstr "τελευταία ενημέρωση %s" msgid "less than a minute" msgstr "λιγότερο από ένα λεπτό" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "σημειωμένη ως προγραμματισμένη δράση" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "σημειωμένη ως εσωτερική αναφορά" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "σημειωμένο ως κλειστό" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "σημειωμένο ως σε διαδικασία αντιμετώπισης" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "σημειωμένο ως υπό έλεγχο" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "σημειωμένο ως αδύνατο να διορθωθεί" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "σημειωμένο ως εκτός αρμοδιότητας της υπηρεσίας" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "σημειωμένο ως προγραμματισμένο" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4787,8 +4817,8 @@ msgstr "αναφέρθηκε αρχικά από: “%s”" msgid "other areas:" msgstr "άλλες περιοχές:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "άνοιξε ξανά" @@ -4796,7 +4826,7 @@ msgstr "άνοιξε ξανά" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "έξοδος" @@ -4804,7 +4834,7 @@ msgstr "έξοδος" msgid "the local council" msgstr "η τοπική υπηρεσία" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "δεν υπάρχει καρφίτσα στον χάρτη επειδή ο χρήστης δεν χρησιμοποίησε τον χάρτη" @@ -4900,6 +4930,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d ημέρα" +msgstr[1] "%d ημέρες" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "σημειωμένο ως διορθωμένο" +msgstr[1] "σημειωμένο ως διορθωμένο" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Ή προβλήματα που αναφέρθηκαν σε:" +msgstr[1] "Ή προβλήματα που αναφέρθηκαν σε:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Αναφορά" +msgstr[1] "Αναφορά" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Λήψη ενημερώσεων για προβλήματα %s" +msgstr[1] "Λήψη ενημερώσεων για προβλήματα %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4962,3 +5027,59 @@ msgid "report" msgid_plural "reports" msgstr[0] "Αναφορά" msgstr[1] "Αναφορά" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Τσέκαρε το <strong>επιβεβαιώθηκε</strong> για να φαίνεται ότι αυτή η επαφή έχει επιβεβαιωθεί ως σωστή.\n" +#~ "Αν δεν είσαι σίγουρος για την προέλευση ή την εγκυρότητα της επαφής, άφησε το μη τσεκαρισμένο." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Τσέκαρε το <strong>διαγράφηκε</strong> για να αφαιρέσεις την κατηγορία από χρήση.\n" +#~ "Δεν θα φαίνεται ως διαθέσιμη κατηγορία στο μενού της σελίδας \"Ανάφερε ένα πρόβλημα\"." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Οι γκρίζες ονομασίες είναι υπηρεσίες που δεν υπάρχουν πλέον." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Σημείωση ως επιδιορθωμένο/κλειστό μέσα στις τελευταίες οκτώ εβδομάδες" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Σημείωση ως επιδιορθωμένο/κλειστό πιο πριν από οκτώ εβδομάδες" + +#~ msgid "New <br>problems" +#~ msgstr "Νέα <br>προβλήματα" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Παλιά / άγνωστα <br>προβλήματα" + +#~ msgid "Older <br>fixed" +#~ msgstr "Παλιά <br>διορθωμένα" + +#~ msgid "Older <br>problems" +#~ msgstr "Παλιά <br>προβλήματα" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Ανοιχτό για πάνω από τέσσερις εβδομάδες, με κάποια ενημέρωση μέσα στις τελευταίες οκτώ εβδομάδες" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Ανοιχτό, αλλά δεν έγινε κάποια ενημέρωση εδώ και οκτώ εβδομάδες" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Πρόσφατα <br>διορθωμένα" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Αναφέρθηκε μέσα στις τελευταίες τέσσερις εβδομάδες" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Επίλεξε μια συγκεκριμένη υπηρεσία για να δεις τις αναφορές που στάλθηκαν εκεί." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Αυτή είναι μια περίληψη όλων των αναφορών σε αυτή την ιστοσελίδα" + +#~ msgid "Are you a developer?" +#~ msgstr "Είσαι προγραμματιστής;" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index 33666389b..4543fd376 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,11 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/mysociety/teams/12067/es_ES/)\n" -"Language: es_ES\n" +"Last-Translator: Josep Lluís - LliureTIC <joseplluis@lliuretic.cat>, 2017\n" +"Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, en %s barrio" @@ -118,7 +118,7 @@ msgstr "© colaboradores <a href=\"http://www.openstreetmap.org/copyright\"> msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email registrado en la tabla de abusos)" @@ -126,12 +126,12 @@ msgstr "(email registrado en la tabla de abusos)" #: templates/web/zurich/admin/report_edit-sdm.html:62 #: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" -msgstr "" +msgstr "(Sin nombre)" #: templates/web/zurich/admin/report_edit-sdm.html:69 #: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" -msgstr "" +msgstr "(Sin número de teléfono)" #: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" @@ -154,6 +154,10 @@ msgstr "(arreglado)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" @@ -166,8 +170,8 @@ msgstr "(opcional)" msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Escoja una categoría --" @@ -178,7 +182,7 @@ msgstr "-- Escoja un tipo de propiedad --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" -msgstr "" +msgstr "--Elegir una plantilla--" #: templates/web/base/report/new/form_report.html:23 msgid "10 inch pothole on Example St, near post box" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Sí</strong>- tengo una contraseña" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Acción programada" @@ -286,7 +285,7 @@ msgstr "Agregar nueva categoría" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -298,15 +297,15 @@ msgstr "" msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -314,7 +313,7 @@ msgstr "" msgid "Added %s" msgstr "Añadido %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -344,25 +343,24 @@ msgstr "Notificadme actualizaciones futuras" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Todas las notificaciones" #: templates/web/zurich/admin/stats.html:5 msgid "All Reports as CSV" -msgstr "" +msgstr "Todas las notificaciones como CSV" #: templates/web/base/admin/category-multiselect.html:5 #: templates/web/base/admin/responsepriorities/list.html:19 msgid "All categories" -msgstr "" +msgstr "Todas las categorías" #: 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:21 +#: 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 "Todas las notificaciones" @@ -372,6 +370,15 @@ msgstr "Todas las notificaciones" msgid "All reports between %s and %s" msgstr "Todas las notificaciones entre %s y %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Todas las categorías" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -381,7 +388,7 @@ msgstr "Una actualización marcó este problema como arreglado." msgid "Anonymous" msgstr "Anónimo" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anónimo:" @@ -389,21 +396,17 @@ msgstr "Anónimo:" #: templates/web/base/report/new/form_user_loggedin.html:20 #: templates/web/base/report/update/form_name.html:13 msgid "Another user" -msgstr "" - -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "¿Eres programador?" +msgstr "Otro usuario" #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "¿Estás seguro que quieres cancelar esta carga?" #: templates/web/base/admin/report_edit.html:84 #: templates/web/base/js/translation_strings.html:66 #: templates/web/base/report/display_tools.html:6 msgid "Are you sure?" -msgstr "" +msgstr "¿Estás seguro?" #: templates/web/base/admin/body-form.html:75 #: templates/web/base/admin/body.html:20 @@ -413,7 +416,7 @@ msgstr "Área cubierta" #: templates/web/base/admin/user-form.html:64 msgid "Area:" -msgstr "" +msgstr "Área:" #: templates/web/base/admin/bodies.html:19 #: templates/web/base/admin/body.html:64 @@ -437,7 +440,7 @@ msgstr "Asignar a un órgano externo:" msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -462,11 +465,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -492,12 +498,12 @@ msgstr "Atras" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Suspender este email" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -528,20 +534,20 @@ 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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" -msgstr "" +msgstr "Categorías" #: templates/web/base/admin/category-checkboxes.html:2 #: templates/web/base/admin/category-multiselect.html:2 msgid "Categories:" -msgstr "" +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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -555,7 +561,7 @@ msgstr "Categoría" #: perllib/FixMyStreet/App/Controller/Admin.pm:852 msgid "Category changed from ‘%s’ to ‘%s’" -msgstr "" +msgstr "Categoría cambiada de '%s' a '%s'" #: templates/web/base/admin/stats.html:58 #: templates/web/base/admin/stats_fix_rate.html:1 @@ -577,13 +583,13 @@ msgstr "Categoría: %s" #: templates/web/base/my/my.html:24 msgid "Change email" -msgstr "" +msgstr "Cambiar email" #: templates/web/base/auth/change_email.html:1 #: templates/web/base/auth/change_email.html:3 #: templates/web/base/auth/change_email.html:30 msgid "Change email address" -msgstr "" +msgstr "Cambiar dirección de email" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:16 @@ -593,27 +599,11 @@ msgstr "" msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Marcar <strong>confirmado</ strong> para indicar que este contacto se ha confirmado como correcto.\n" -"Si no está seguro del origen o la validez del contacto, deje esta casilla sin marcar." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Marcar <strong>borrado</ strong> para dejar de usar la categoría. \n" -"Dejará de aparecer en el menú desplegable que se muestra al notificar los problemas." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -675,14 +665,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -721,11 +712,10 @@ msgid "Cobrand:" msgstr "Cobrand:" #: templates/web/base/js/translation_strings.html:50 -#, fuzzy msgid "Collapse map" -msgstr "mapa utilizado" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -751,9 +741,8 @@ msgstr "" msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmado" @@ -771,7 +760,7 @@ msgstr "Confirmada:" #. ("%s is the site name") #: templates/web/base/about/_sidebar.html:6 msgid "Contact %s" -msgstr "" +msgstr "Contacto %s" #: templates/web/base/contact/index.html:1 #: templates/web/base/contact/index.html:2 @@ -788,8 +777,8 @@ msgstr "Contactar con el equipo" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" @@ -809,33 +798,28 @@ msgstr "Contactos del ayuntamiento para %s" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:83 -#, fuzzy msgid "Council has marked as closed" -msgstr "marcado como cerrado" +msgstr "" #: templates/web/base/dashboard/index.html:54 #: templates/web/base/dashboard/index.html:57 -#, fuzzy msgid "Council has marked as fixed" -msgstr "marcado como arreglado" +msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:80 -#, fuzzy msgid "Council has marked as in progress" -msgstr "marcado como en progreso" +msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:82 -#, fuzzy msgid "Council has marked as investigating" -msgstr "marcado como en investigación" +msgstr "" #: templates/web/base/dashboard/index.html:78 #: templates/web/base/dashboard/index.html:81 -#, fuzzy msgid "Council has marked as planned" -msgstr "marcado como planificado" +msgstr "" #: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" @@ -856,27 +840,27 @@ msgstr "Total" msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crear una categoría" #: templates/web/base/admin/responsepriorities/edit.html:46 msgid "Create priority" -msgstr "" +msgstr "Crear una prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" #: templates/web/base/admin/template_edit.html:46 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" -msgstr "" +msgstr "Crear plantilla" #: templates/web/base/admin/problem_row.html:34 #: templates/web/base/admin/templates.html:12 @@ -902,10 +886,12 @@ msgstr "No se han creado organismos aún." #: perllib/FixMyStreet/Cobrand/Zurich.pm:825 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" -msgstr "" +msgstr "Cliente no localizable" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Cuadro de mando" @@ -913,26 +899,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: templates/web/base/admin/template_edit.html:50 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" -msgstr "" +msgstr "Eliminar plantilla" #: templates/web/base/admin/bodies.html:31 -#: templates/web/base/admin/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminado" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -945,7 +929,7 @@ msgstr "Descripción" #: templates/web/base/admin/responsepriorities/edit.html:17 msgid "Description:" -msgstr "" +msgstr "Descripción:" #: templates/web/base/js/translation_strings.html:33 #: templates/web/zurich/report/new/fill_in_details_form.html:45 @@ -959,7 +943,7 @@ msgstr "Detalles" msgid "Details:" msgstr "Detalles:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Transferido" @@ -972,11 +956,10 @@ msgstr "" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 -#, fuzzy +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" -msgstr "Guardar cambios" +msgstr "" #: templates/web/base/admin/open311-form-fields.html:95 msgid "Do not send email alerts on fetched comments to problem creator" @@ -991,11 +974,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "No lo sé" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" @@ -1007,24 +994,18 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: 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:88 -#, fuzzy msgid "Duplicate of" -msgstr "Duplicado" +msgstr "" #: templates/web/base/report/_inspect.html:98 -#, fuzzy msgid "Duplicates" -msgstr "Duplicado" +msgstr "" #: templates/web/base/admin/body.html:116 msgid "" @@ -1037,7 +1018,7 @@ msgstr "" "Diferentes categorías <strong>pueden tener el mismo contacto</strong>.\n" "Esto significa que puede agregar muchas categorías incluso si tiene un solo contacto para el órgano." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1057,23 +1038,23 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1096,7 +1077,7 @@ msgstr "Editando la actualización %d" msgid "Editing user %d" msgstr "Editando el usuario %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editor" @@ -1112,7 +1093,7 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Email añadido a lista de abusones" @@ -1120,7 +1101,7 @@ msgstr "Email añadido a lista de abusones" #: templates/web/base/report/new/form_user_loggedin.html:28 #: templates/web/base/report/update/form_name.html:19 msgid "Email address" -msgstr "" +msgstr "Dirección de email" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -1130,11 +1111,11 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Email ya incluido en la lista de abusones" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1182,7 +1163,7 @@ msgstr "Punto final" msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" @@ -1191,6 +1172,7 @@ msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área msgid "Enter a nearby postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1219,7 +1201,7 @@ msgstr "Error" #: templates/web/base/reports/_list-filters.html:20 #: templates/web/base/reports/_list-filters.html:28 msgid "Everything" -msgstr "" +msgstr "Todo" #: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 @@ -1230,16 +1212,15 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" -msgstr "" +msgstr "Categoría existente" #: templates/web/base/js/translation_strings.html:49 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1299,29 +1280,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Arreglado - Ayuntamiento" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Arreglado - Usuario" @@ -1339,11 +1317,11 @@ msgstr "Arreglado:" msgid "Flag as deleted" msgstr "Marcar como borrado" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1360,7 +1338,7 @@ msgstr "Los usuarios marcados se listan en página de<a href='%s'>marcados</a>" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Las capacidades de los \"usuarios marcados\" no se limitan de ninguna manera. Es solo una lista de usuarios que han sido marcado para observación." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Marcado:" @@ -1397,6 +1375,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Listado de Preguntas Frecuentes" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Total" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1427,6 +1410,7 @@ msgstr "¡Nos alegra saber que ha sido arreglado!" #: 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 msgid "Go" msgstr "Ir" @@ -1435,7 +1419,7 @@ msgstr "Ir" msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1443,10 +1427,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Las líneas de color gris corresponden a áreas de organismos que ya no existen." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "¿Ha sido corregido este problema?" @@ -1457,7 +1437,7 @@ msgstr "¿Alguna vez informó de un problema a un Ayuntamiento antes, o es su pr #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ayuda" @@ -1471,18 +1451,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1490,10 +1470,27 @@ msgstr "%s" msgid "Hidden" msgstr "Oculto" -#: templates/web/base/report/_main.html:105 -#, fuzzy +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" -msgstr "Vuelva a enviar la notificación" +msgstr "" + +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Actualizar por {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +msgid "Hide my name on this report" +msgstr "" #: templates/web/base/around/display_location.html:67 msgid "Hide old" @@ -1507,6 +1504,12 @@ msgstr "Ocultar marcadores" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Su nombre" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historial" @@ -1528,8 +1531,8 @@ msgstr "¿Cómo enviar informes exitosos?" msgid "I just reported a problem on @fixmystreet" msgstr "Acabo de informar de un problema en @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Acabo de actualizar un problema en @fixmystreet" @@ -1642,8 +1645,6 @@ msgstr "Selección de listado incorrecta" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Procesando" @@ -1657,16 +1658,18 @@ msgstr "Los siguientes atributos, que no forman parte de la especificación Open #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Bandeja de entrada vacía" @@ -1683,11 +1686,16 @@ msgstr "Incluir notificaciones no confirmadas" msgid "Incorrect has_photo value \"%s\"" msgstr "Valor incorrecto para has_photo \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Vuelva a enviar la notificación" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1695,10 +1703,8 @@ msgstr "" msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Remisión interna" @@ -1710,7 +1716,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Valor inválido para agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Fecha de fin inválida" @@ -1718,26 +1724,22 @@ 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:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Fecha de inicio no válida" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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í." @@ -1767,15 +1769,20 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 -#, fuzzy +#: templates/web/base/reports/index.html:38 msgid "Last 7 days" -msgstr "Última actualización:" +msgstr "" #: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Último editor" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Última actualización:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Última actualización:" @@ -1784,7 +1791,7 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1856,7 +1863,7 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1876,19 +1883,11 @@ 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." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Marcado como resuelto/cerrado en las últimas ocho semanas" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Marcado como resuelto/cerrado hace más de ocho semanas" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Mensaje:" @@ -1908,15 +1907,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Falta jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1924,21 +1923,19 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 -#, fuzzy +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" -msgstr "Notificado por %s en %s" +msgstr "" #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Moderado por el organismo durante el siguiente día laborable" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 -#, fuzzy +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" -msgstr "otras áreas:" +msgstr "" #: templates/web/base/admin/stats.html:11 msgid "Month" @@ -1961,14 +1958,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nombre" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1980,7 +1976,7 @@ msgstr "Nombre:" msgid "Name: %s" msgstr "Nombre: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1989,16 +1985,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nombre de la calle más cercana al marcador colocado en el mapa (se genera automáticamente utilizando OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Camino más cercano al marcador colocado en el mapa (generado automáticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2010,15 +2006,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nuevos <br>problemas" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2090,20 +2082,19 @@ msgstr "" msgid "Next" msgstr "Siguiente" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "No" @@ -2135,12 +2126,8 @@ msgstr "No se encuentran problemas marcados." msgid "No flagged users found." msgstr "No se encuentran usuarios marcados" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Incapaz de arreglarlo" @@ -2149,11 +2136,11 @@ msgstr "Incapaz de arreglarlo" msgid "No further updates" msgstr "No hay más actualizaciones" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2201,12 +2188,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "No responsable" @@ -2230,7 +2213,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2240,7 +2223,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Tenga en cuenta que al incluir notificaciones no confirmadas usamos la fecha de creación de la notificación, que puede no coincidir con el mes en se confirmó, así que los números pueden variar un poco." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Nota:" @@ -2262,6 +2245,10 @@ msgstr "Ahora a enviar tu notificación…" msgid "Now to submit your update…" msgstr "Ahora a enviar tu notificación…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2274,22 +2261,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Problemas<br>Antiguos / desconocidos" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Antiguo <br>arreglado" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Problemas <br>antiguos" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2297,28 +2272,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Abierto" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Abierto por más de cuatro semanas, con una actualización en las últimas ocho semanas" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Abierto, pero no ha sido actualizado en ocho semanas" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2347,9 +2313,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2359,6 +2325,15 @@ msgstr "O puede suscribirse a una alerta basada en el barrio o ayuntamiento en q msgid "Other" msgstr "Otros" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Todas las categorías" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Propietario" @@ -2373,8 +2348,8 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Parcial" @@ -2408,7 +2383,7 @@ msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2417,9 +2392,9 @@ msgstr "Teléfono:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2437,12 +2412,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2452,6 +2427,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Fotos de notificaciones cercanas recientes" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Sin ayuntamiento" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2459,10 +2440,10 @@ msgstr "Coloque el marcador en el mapa" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2487,9 +2468,9 @@ msgstr "Por favor, comprueba la contraseña e inténtalo de nuevo" msgid "Please check your email address is correct" msgstr "Por favor, compruebe que su dirección de email es correcta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2499,12 +2480,12 @@ msgstr "Por favor, elija una categoría" msgid "Please choose a property type" msgstr "Por favor, elija un tipo de propiedad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2515,18 +2496,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2542,8 +2523,8 @@ msgstr "Por favor, introduzca una contraseña" msgid "Please enter a subject" msgstr "Por favor, introduzca un título" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2583,7 +2564,7 @@ msgstr "Por favor introduzca su email" msgid "Please enter your first name" msgstr "Por favor, indique su nombre" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Por favor 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" @@ -2653,7 +2634,7 @@ msgstr "" msgid "Please note:" msgstr "Por favor, tenga en cuenta:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2701,30 +2682,29 @@ msgstr "Por favor, escriba un mensaje" msgid "Please write your update here" msgstr "Por favor, escriba su actualización aquí" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Publicar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Publicado de forma anónima - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Publicado por <strong>%s</strong> (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Publicado por <strong>%s</strong> - %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2732,7 +2712,7 @@ msgstr "" msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2751,16 +2731,15 @@ msgstr "Privacidad" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privado" #: templates/web/base/report/new/form_user.html:1 -#, fuzzy msgid "Private details" -msgstr "Privado" +msgstr "" #: templates/web/base/maps/pin.html:13 msgid "Problem" @@ -2784,7 +2763,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -2792,7 +2771,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -2813,13 +2792,13 @@ msgstr "Problemas recientemente notificados como arreglados en FixMyStreet" msgid "Problems within %.1fkm of this location" msgstr "Problemas en %.1fkm alrededor" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" @@ -2856,9 +2835,8 @@ msgid "Providing a password is optional, but doing so will allow you to more eas msgstr "Proporcionar una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." #: templates/web/base/report/new/form_report.html:10 -#, fuzzy msgid "Public details" -msgstr "Respuesta del público:" +msgstr "" #: templates/web/zurich/admin/report_edit.html:241 #: templates/web/zurich/admin/report_edit.html:268 @@ -2901,11 +2879,11 @@ msgstr "Cuestionario cumplimentado por el notificador problema" msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -2913,11 +2891,11 @@ msgstr "Listado RSS para %s del barrio, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" @@ -2925,13 +2903,13 @@ msgstr "Listado RSS para %s, en el barrio %s" msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" @@ -2960,10 +2938,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Recientemente <br>arreglado" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problemas recientemente notificados" @@ -2976,13 +2950,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Eliminar marca" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2992,7 +2966,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3006,13 +2980,13 @@ msgstr "" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" @@ -3031,9 +3005,8 @@ msgid "Report on %s" msgstr "Notificar sobre %s" #: templates/web/base/dashboard/index.html:137 -#, fuzzy msgid "Report state:" -msgstr "Denunciar abuso" +msgstr "" #: templates/web/base/report/new/fill_in_details_form.html:1 #: templates/web/base/report/new/login_success_form.html:1 @@ -3094,10 +3067,6 @@ msgstr "Notificado anónimamente vía %s en la categoría %s en %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Notificado vía %s en la categoría %s por %s en %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Notificado en las últimas cuatro semanas" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3112,14 +3081,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Notificaciones" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Las notificaciones tienen una longitud máxima de %s. Por favor, acorte su notificación." @@ -3136,19 +3105,18 @@ msgid "Reports published" msgstr "Notificaciones publicadas" #: templates/web/base/js/translation_strings.html:68 -#, fuzzy msgid "Reports saved offline." -msgstr "Notificar un problema" +msgstr "" #: templates/web/base/admin/index.html:56 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3187,7 +3155,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3210,16 +3178,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3235,18 +3203,17 @@ msgid "Satellite" msgstr "Satélite" #: templates/web/base/report/_inspect.html:168 -#, fuzzy msgid "Save + close as duplicate" -msgstr "marcado como un informe duplicado" +msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Guardar cambios" @@ -3255,7 +3222,6 @@ msgstr "Guardar cambios" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3294,7 +3260,7 @@ msgstr "La búsqueda no encontró usuarios." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3303,10 +3269,6 @@ msgstr "" msgid "Select a body" msgstr "Selecciona un órgano administrativo" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Seleccione un ayuntamiento para ver los informes que se le han enviado." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3320,6 +3282,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3341,7 +3307,7 @@ msgstr "Enviado:" msgid "Service:" msgstr "Servicio:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3350,27 +3316,35 @@ msgid "Share" msgstr "Compartir" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" #: templates/web/base/report/update.html:20 -#, fuzzy msgid "Show Photo?" -msgstr "Mostrar antiguos" +msgstr "" + +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s actualizaciones en vivo" #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 @@ -3379,18 +3353,16 @@ msgid "Show my name publicly" msgstr "Mostrar mi nombre públicamente" #: templates/web/base/report/update.html:17 -#, fuzzy msgid "Show name publicly?" -msgstr "Mostrar mi nombre públicamente" +msgstr "" #: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Mostrar antiguos" -#: templates/web/base/report/_main.html:79 -#, fuzzy +#: templates/web/base/report/_main.html:83 msgid "Show photo" -msgstr "Mostrar antiguos" +msgstr "" #: templates/web/base/around/display_location.html:60 msgid "Show pins" @@ -3400,6 +3372,11 @@ msgstr "Mostrar marcadores" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Ver notificaciones por barrio" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3457,7 +3434,7 @@ 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:230 +#: 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 @@ -3486,7 +3463,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3507,14 +3484,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Estado" @@ -3527,7 +3507,7 @@ msgstr "Estado" msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3558,7 +3538,7 @@ msgstr "Subcategoria: %s" msgid "Subdivision/Body" msgstr "Subdivisión/Órgano" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Título" @@ -3575,7 +3555,7 @@ msgstr "Título:" msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3613,23 +3593,22 @@ msgstr "Suscríbeme a alertas por email" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Resumen" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3652,7 +3631,7 @@ msgstr "Resultados de la Encuesta" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3682,7 +3661,7 @@ msgstr "¡Gracias por notificar esta incidencia!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Gracias por tratar de confirmar la actualización o problema. Parece que tenemos un error interno, así que <a href=\"%s\"> por favor, háganos saber lo que pasó </a> y echaremos un vistazo." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Gracias por actualizar esta incidencia!" @@ -3720,19 +3699,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Esa notificación no se puede ver en %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de FixMyStreet." @@ -3762,8 +3741,8 @@ msgstr "La <strong>jurisdicción</strong> solo es necesaria si los límites incl #: 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3795,7 +3774,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Los premios a la responsabilidad muestran la actividad de los editores (quién ha editado más registros)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "El error fue: %s" @@ -3873,7 +3852,7 @@ msgstr "" msgid "There are no reports to show." msgstr "No hay ninguna notificación que mostrar." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3882,7 +3861,7 @@ msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por f msgid "There was a problem showing this page. Please try again later." msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3893,7 +3872,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3901,7 +3880,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." @@ -3973,9 +3952,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Esta información es necesaria" @@ -3984,26 +3963,21 @@ msgstr "Esta información es necesaria" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Este es un sitio para desarrolladores, las cosas podrían romperse en cualquier momento, y la base de datos se eliminará periódicamente." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Este es un resumen de todos los informes en esta web." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Este problema se ha arreglado" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Este problema no se ha arreglado" -#: templates/web/base/report/update/form_update.html:54 -#, fuzzy +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" -msgstr "Este problema no se ha arreglado" +msgstr "" #: templates/web/base/report/duplicate-no-updates.html:3 msgid "This report is a duplicate. Please leave updates on the original report:" @@ -4015,15 +3989,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." @@ -4042,7 +4016,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Cronología" @@ -4075,6 +4049,15 @@ msgstr "Para saber cuáles son las alertas locales que tenemos para usted, por f msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "No comunicado al ayuntamiento" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4088,9 +4071,8 @@ msgid "Total marked" msgstr "" #: templates/web/base/dashboard/index.html:71 -#, fuzzy msgid "Total marked as fixed" -msgstr "marcado como arreglado" +msgstr "" #: templates/web/base/dashboard/index.html:125 msgid "Total not marked" @@ -4110,7 +4092,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4126,9 +4108,10 @@ msgstr "Inténtelo de nuevo" msgid "Try emailing us directly:" msgstr "Pruebe enviándonos un correo directamente:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4149,14 +4132,14 @@ msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID de problema desconocido" @@ -4220,10 +4203,10 @@ msgstr "Actualización de estados" msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4250,11 +4233,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4267,26 +4261,25 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Usuario marcado" #: templates/web/base/dashboard/index.html:54 #: templates/web/base/dashboard/index.html:58 -#, fuzzy msgid "User has marked as fixed" -msgstr "marcado como arreglado" +msgstr "" #: templates/web/base/admin/users.html:5 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4296,9 +4289,9 @@ msgstr "Usuarios" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Valores actualizados" @@ -4412,7 +4405,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_responsible para limitar las solicitudes a las enviados a una sola administración. El término de búsqueda es el ID de administración proporcionada por <a href=\"%s\">MapIT</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "¿Quieres contribuir a mejorar FixMyStreet? Nuestro código es abierto y está <a href=\"http://fixmystreet.org\">disponible en fixmystreet.org</a>." @@ -4437,23 +4430,22 @@ msgstr "" msgid "Year" msgstr "Año" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "SÍ" @@ -4487,7 +4479,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4524,7 +4516,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Ya respondió a esta encuesta. Si tiene alguna pregunta, por favor, <a href='%s'>póngase en contacto con nosotros</a>, o <a href ='%s'>vea su problema</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4588,7 +4580,7 @@ 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:81 +#: 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 @@ -4618,10 +4610,22 @@ msgstr "Su información sólo será usada de acuerdo con nuestra <a href=\"/priv msgid "Your name" msgstr "Su nombre" -#: templates/web/base/js/translation_strings.html:62 +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 #, fuzzy +msgid "Your name has been hidden." +msgstr "Su contraseña ha cambiado" + +#: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" -msgstr "Sus notificaciones" +msgstr "" #: templates/web/base/auth/general.html:85 #: templates/web/base/report/new/form_user_loggedout_password.html:10 @@ -4634,6 +4638,7 @@ msgstr "Su contraseña" msgid "Your password has been changed" msgstr "Su contraseña ha cambiado" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4674,7 +4679,7 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "marcado como un informe duplicado" @@ -4711,44 +4716,44 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "marcado como acción programada" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "marcado como cerrado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "marcado como en progreso" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "marcado como en investigación" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "marcado como planificado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4790,8 +4795,8 @@ msgstr "consignados inicialmente:" msgid "other areas:" msgstr "otras áreas:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "reabierto" @@ -4799,7 +4804,7 @@ msgstr "reabierto" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "salir" @@ -4807,7 +4812,7 @@ msgstr "salir" msgid "the local council" msgstr "ayuntamiento" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "no hay marcador porque el usuario no usó el mapa" @@ -4821,14 +4826,12 @@ msgid "today" msgstr "hoy" #: templates/web/base/js/translation_strings.html:73 -#, fuzzy msgid "update" -msgstr "Actualizar" +msgstr "" #: templates/web/base/js/translation_strings.html:74 -#, fuzzy msgid "updates" -msgstr "Actualizaciones" +msgstr "" #: templates/web/base/admin/report_edit.html:52 msgid "used map" @@ -4876,11 +4879,11 @@ msgstr[0] "%d minuto" msgstr[1] "%d minutos" #: perllib/Utils.pm:246 -#, fuzzy, perl-format +#, perl-format msgid "%d month" msgid_plural "%d months" -msgstr[0] "%d minuto" -msgstr[1] "%d minutos" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/_support.html:6 #, perl-format @@ -4903,6 +4906,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dia" +msgstr[1] "%d dias" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Problema marcado como abierto." +msgstr[1] "Problema marcado como abierto." + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "O problemas notificados a:" +msgstr[1] "O problemas notificados a:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Vuelva a enviar la notificación" +msgstr[1] "Vuelva a enviar la notificación" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Recibe actualizaciones de los problemas %s" +msgstr[1] "Recibe actualizaciones de los problemas %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4932,11 +4970,11 @@ msgstr[0] "<big>%s</big> notificaciones actualizadas" msgstr[1] "<big>%s</big> notificaciones actualizadas" #: templates/web/base/report/_item.html:49 -#, fuzzy, perl-format +#, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" -msgstr[0] "Notificado por %s en %s" -msgstr[1] "Notificado por %s en %s" +msgstr[0] "" +msgstr[1] "" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -4953,15 +4991,71 @@ 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 -#, fuzzy, perl-format +#, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" -msgstr[0] "ultima actualización %s" -msgstr[1] "ultima actualización %s" +msgstr[0] "" +msgstr[1] "" #: templates/email/oxfordshire/archive.txt:9 -#, fuzzy, perl-format +#, perl-format msgid "report" msgid_plural "reports" -msgstr[0] "Notificar" -msgstr[1] "Notificar" +msgstr[0] "" +msgstr[1] "" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Marcar <strong>confirmado</ strong> para indicar que este contacto se ha confirmado como correcto.\n" +#~ "Si no está seguro del origen o la validez del contacto, deje esta casilla sin marcar." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Marcar <strong>borrado</ strong> para dejar de usar la categoría. \n" +#~ "Dejará de aparecer en el menú desplegable que se muestra al notificar los problemas." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Las líneas de color gris corresponden a áreas de organismos que ya no existen." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Marcado como resuelto/cerrado en las últimas ocho semanas" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Marcado como resuelto/cerrado hace más de ocho semanas" + +#~ msgid "New <br>problems" +#~ msgstr "Nuevos <br>problemas" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Problemas<br>Antiguos / desconocidos" + +#~ msgid "Older <br>fixed" +#~ msgstr "Antiguo <br>arreglado" + +#~ msgid "Older <br>problems" +#~ msgstr "Problemas <br>antiguos" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Abierto por más de cuatro semanas, con una actualización en las últimas ocho semanas" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Abierto, pero no ha sido actualizado en ocho semanas" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Recientemente <br>arreglado" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Notificado en las últimas cuatro semanas" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Seleccione un ayuntamiento para ver los informes que se le han enviado." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Este es un resumen de todos los informes en esta web." + +#~ msgid "Are you a developer?" +#~ msgstr "¿Eres programador?" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 1817acae8..e04e6a84d 100644 --- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2017-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: 2017-03-20 09:52-0400\n" "Last-Translator: Robert Lo Bue <rob@applingua.com>, 2017\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mysociety/teams/12067/es_DO/)\n" @@ -111,11 +111,11 @@ msgstr "" "council&rsquo;s, pero solo aparecerá en la alerta \"Dentro de la frontera\"\n" "para el ayuntamiento del municipio." -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, en %s barrio" @@ -127,7 +127,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:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email registrado en la tabla de abusos)" @@ -163,6 +163,10 @@ msgstr "(arreglado)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" @@ -175,8 +179,8 @@ msgstr "(opcional)" msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Escoja una categoría --" @@ -217,7 +221,6 @@ msgstr "" msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" msgstr "Reportes, Estadísticas y Acciones para" -#. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") #: templates/web/base/reports/_list-filters.html:37 msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" @@ -259,12 +262,8 @@ msgstr "<strong>Nota:</strong> Este informe aún no se ha sido enviado por una a msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Sí</strong>- tengo una contraseña" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Acción programada" @@ -296,7 +295,7 @@ msgstr "Agregar nueva categoría" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -308,15 +307,15 @@ msgstr "Añadir a la lista de pre-seleccionados" msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Añadir/editar las categorias del problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Añadir/Editar las prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Añadir/Editar las plantillas de respuesta" @@ -324,7 +323,7 @@ msgstr "Añadir/Editar las plantillas de respuesta" msgid "Added %s" msgstr "Añadido %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Añadir este reporte a tu lista de pre-seleccionados lo sacará de %s's la lista de pre-seleccionados." @@ -355,7 +354,6 @@ msgstr "Notificadme actualizaciones futuras" msgid "All" msgstr "todo" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Todas las notificaciones" @@ -373,7 +371,7 @@ msgstr "Todas las categorías" #: 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:21 +#: 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 "Todas las notificaciones" @@ -383,6 +381,15 @@ msgstr "Todas las notificaciones" msgid "All reports between %s and %s" msgstr "Todas las notificaciones entre %s y %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Todas las categorías" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -392,7 +399,7 @@ msgstr "Una actualización marcó este problema como arreglado." msgid "Anonymous" msgstr "Anónimo" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anónimo:" @@ -402,10 +409,6 @@ msgstr "Anónimo:" msgid "Another user" msgstr "Otro usuario" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "¿Es usted programador(a)?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "¿Está seguro(a) que quiere cancelar esta carga?" @@ -448,7 +451,7 @@ msgstr "Asignar a un órgano externo:" msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "Asignar usuarios a las áreas" @@ -473,11 +476,14 @@ msgstr "Usuarios del personal autorizado pueden estar asociados a las categoría msgid "Auto-response:" msgstr "Respuesta automática:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Categorías disponibles" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "El tiempo promedio de arreglar un problema (en días)" @@ -503,12 +509,12 @@ msgstr "Atras" msgid "Back to all reports" msgstr "Volver a todos los informes" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Suspender este email" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -539,7 +545,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categorías" @@ -552,7 +558,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -604,27 +610,11 @@ msgstr "Cambiar dirección de email" msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Marcar <strong>confirmado</strong> para indicar que este contacto se ha confirmado como correcto.\n" -"Si no está seguro del origen o la validez del contacto, deje esta casilla sin marcar." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Marcar <strong>borrado</strong> para dejar de usar la categoría. \n" -"Dejará de aparecer en el menú desplegable que se muestra al notificar los problemas." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 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:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -686,14 +676,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -736,7 +727,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "Mapa usado" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -762,9 +753,8 @@ msgstr "Como alternativa confirme por email, para lo cual tendrá que indicar un msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmado" @@ -799,8 +789,8 @@ msgstr "Contactar con el equipo" msgid "Coordinates:" msgstr "Coordenadas:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" @@ -867,7 +857,7 @@ msgstr "Total" msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crear una categoría" @@ -876,11 +866,11 @@ msgstr "Crear una categoría" msgid "Create priority" msgstr "Crear prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Crear informes/actualizaciones como ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "Crear informes/actualizaciones en nombre del usuario" @@ -917,6 +907,8 @@ msgstr "Cliente imposible de contactar" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Tablero de control" @@ -924,26 +916,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "Tipo de defecto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminado" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "Describe el motivo de la moderación" @@ -970,7 +960,7 @@ msgstr "Detalles" msgid "Details:" msgstr "Detalles:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Transferido" @@ -983,8 +973,8 @@ msgstr "No usó el mapa" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "Desechar cambios" @@ -1001,11 +991,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "No lo sé" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" @@ -1017,12 +1011,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplicado" @@ -1047,7 +1037,7 @@ msgstr "" "Diferentes categorías <strong>pueden tener el mismo contacto</strong>.\n" "Esto significa que puede agregar muchas categorías incluso si tiene un solo contacto para el órgano." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Falso este/Falso norte:" @@ -1067,23 +1057,23 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Editar los detalles de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "Editar la categoría del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "Editar la prioridad del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Editar los informes" @@ -1106,7 +1096,7 @@ msgstr "Editando la actualización %d" msgid "Editing user %d" msgstr "Editando el usuario %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editor" @@ -1122,7 +1112,7 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Email añadido a lista de abusones" @@ -1140,11 +1130,11 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Email ya incluido en la lista de abusones" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1192,7 +1182,7 @@ msgstr "Punto final" msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" @@ -1201,6 +1191,7 @@ msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área msgid "Enter a nearby postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1240,8 +1231,7 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Categoría existente" @@ -1249,7 +1239,7 @@ msgstr "Categoría existente" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Explicar el problema" @@ -1310,29 +1300,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Arreglado - Ayuntamiento" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Arreglado - Usuario" @@ -1350,11 +1337,11 @@ msgstr "Arreglado:" msgid "Flag as deleted" msgstr "Marcar como borrado" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1371,7 +1358,7 @@ msgstr "Los usuarios marcados se listan en página de<a href='%s'>marcados</a>" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Las capacidades de los \"usuarios marcados\" no se limitan de ninguna manera. Es solo una lista de usuarios que han sido marcado para observación." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Marcado:" @@ -1408,6 +1395,11 @@ msgstr "Deseo reenviado al organismo administrativo externo" msgid "Frequently Asked Questions" msgstr "Listado de Preguntas Frecuentes" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Total" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1438,6 +1430,7 @@ msgstr "¡Nos alegra saber que ha sido arreglado!" #: 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 msgid "Go" msgstr "Ir" @@ -1446,7 +1439,7 @@ msgstr "Ir" msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Permitir el acceso al administrador" @@ -1454,10 +1447,6 @@ msgstr "Permitir el acceso al administrador" msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Las líneas de color gris corresponden a áreas de organismos que ya no existen." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "¿Ha sido corregido este problema?" @@ -1468,7 +1457,7 @@ msgstr "¿Alguna vez informó de un problema a un Ayuntamiento antes, o es su pr #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ayuda" @@ -1482,18 +1471,18 @@ msgstr "Ayuda <strong>%s</strong>para resolver su problema más rápido, indique 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1501,10 +1490,30 @@ msgstr "%s" msgid "Hidden" msgstr "Oculto" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" msgstr "Ocultar el reporte entero" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Actualizar por {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Moderar este actualización" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Ocultar el reporte entero" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Ocultar antiguos" @@ -1517,6 +1526,12 @@ msgstr "Ocultar marcadores" 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 +#, fuzzy +msgid "Hide your name?" +msgstr "Su nombre" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historial" @@ -1538,8 +1553,8 @@ msgstr "¿Cómo enviar informes exitosos?" msgid "I just reported a problem on @fixmystreet" msgstr "Acabo de informar de un problema en @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Acabo de actualizar un problema en @fixmystreet" @@ -1654,8 +1669,6 @@ msgstr "Selección de listado incorrecta" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Procesando" @@ -1669,16 +1682,18 @@ msgstr "Los siguientes atributos, que no forman parte de la especificación Open #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Bandeja de entrada vacía" @@ -1695,11 +1710,16 @@ msgstr "Incluir notificaciones no confirmadas" msgid "Incorrect has_photo value \"%s\"" msgstr "Valor incorrecto para has_photo \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Inspección requerida" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "Inspección requerida" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "Dar instrucciones a los contratistas para que solucionen los problemas" @@ -1707,10 +1727,8 @@ msgstr "Dar instrucciones a los contratistas para que solucionen los problemas" msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Remisión interna" @@ -1722,7 +1740,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:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Fecha de fin inválida" @@ -1730,26 +1748,22 @@ 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:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 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:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Fecha de inicio no válida" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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í." @@ -1779,6 +1793,7 @@ msgid "Last 4 weeks" msgstr "Hace 4 semanas" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Última actualización:" @@ -1788,6 +1803,11 @@ msgstr "Última actualización:" msgid "Last editor" msgstr "Último editor" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Última actualización:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Última actualización:" @@ -1796,7 +1816,7 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "Latitud/Longitud:" @@ -1868,7 +1888,7 @@ msgstr "Buscar" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "Administrar los pre-seleccionados" @@ -1888,19 +1908,11 @@ 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." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Marcado como resuelto/cerrado en las últimas ocho semanas" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Marcado como resuelto/cerrado hace más de ocho semanas" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "Marcar los detalles del problema" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Mensaje:" @@ -1920,15 +1932,15 @@ msgstr "Organismos administrativos perdidos:" msgid "Missing jurisdiction_id" msgstr "Falta jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "Moderar" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "Moderar los detalles del informe" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "Moderar este informe" @@ -1936,8 +1948,8 @@ msgstr "Moderar este informe" msgid "Moderate this update" msgstr "Moderar este actualización" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "Moderado por %s a %s" @@ -1945,8 +1957,8 @@ msgstr "Moderado por %s a %s" 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:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "Motivo de moderación" @@ -1971,14 +1983,13 @@ msgstr "Lo más comentado" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nombre" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1990,7 +2001,7 @@ msgstr "Nombre:" msgid "Name: %s" msgstr "Nombre: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "Navegue a este problema" @@ -1999,16 +2010,16 @@ msgstr "Navegue a este problema" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nombre de la calle más cercana al marcador colocado en el mapa (se genera automáticamente utilizando OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Camino más cercano al marcador colocado en el mapa (generado automáticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2020,15 +2031,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "¡Casi hemos terminado! Lea su email…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nuevos <br>reportes" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2100,20 +2107,19 @@ msgstr "Lo más reciente" msgid "Next" msgstr "Siguiente" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "No" @@ -2145,12 +2151,8 @@ msgstr "No se encuentran problemas marcados." msgid "No flagged users found." msgstr "No se encuentran usuarios marcados" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Incapaz de arreglarlo" @@ -2159,11 +2161,11 @@ msgstr "Incapaz de arreglarlo" msgid "No further updates" msgstr "No hay más actualizaciones" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2213,12 +2215,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "No responsable" @@ -2242,7 +2240,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2252,7 +2250,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Tenga en cuenta que al incluir notificaciones no confirmadas usamos la fecha de creación de la notificación, que puede no coincidir con el mes en se confirmó, así que los números pueden variar un poco." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Nota:" @@ -2274,6 +2272,10 @@ msgstr "Ahora a enviar tu notificación…" msgid "Now to submit your update…" msgstr "Ahora a enviar tu notificación…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2286,22 +2288,10 @@ msgstr "Datos sin conexión eliminados" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Reportes<br>Antiguos / desconocidos" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Reportes solucionados" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Reportes <br>antiguos" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "Lo más antiguo" @@ -2309,28 +2299,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Abierto" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Abierto por más de cuatro semanas, con una actualización en las últimas ocho semanas" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Abierto, pero no ha sido actualizado en ocho semanas" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "Código Open311 API " @@ -2359,9 +2340,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2371,6 +2352,15 @@ msgstr "O puede suscribirse a una alerta basada en el barrio o ayuntamiento en q msgid "Other" msgstr "Otros" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Todas las categorías" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Propietario" @@ -2385,8 +2375,8 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Parcial" @@ -2420,7 +2410,7 @@ msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2429,9 +2419,9 @@ msgstr "Teléfono:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2449,12 +2439,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "Foto es obligatoria." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Foto es obligatoria" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2464,6 +2454,12 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos de notificaciones cercanas recientes" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Sin ayuntamiento" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2471,10 +2467,10 @@ msgstr "Coloque el marcador en el mapa" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2499,9 +2495,9 @@ msgstr "Por favor, comprueba la contraseña e inténtalo de nuevo" msgid "Please check your email address is correct" msgstr "Por favor, compruebe que su dirección de email es correcta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2511,12 +2507,12 @@ msgstr "Por favor, elija una categoría" msgid "Please choose a property type" msgstr "Por favor, elija un tipo de propiedad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2527,18 +2523,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Por favor, indique un nombre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "Por favor, indique un nombre para este organismo" @@ -2554,8 +2550,8 @@ msgstr "Por favor, introduzca una contraseña" msgid "Please enter a subject" msgstr "Por favor, introduzca un título" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2595,7 +2591,7 @@ msgstr "Por favor introduzca su email" msgid "Please enter your first name" msgstr "Por favor, indique su nombre" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Por favor 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" @@ -2665,7 +2661,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:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Por favor, proveer una actualización pública para este reporte." @@ -2713,30 +2709,29 @@ msgstr "Por favor, escriba un mensaje" msgid "Please write your update here" msgstr "Por favor, escriba su actualización aquí" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Publicar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Publicado de forma anónima - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Publicado por <strong>%s</strong> (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Publicado por <strong>%s</strong> - %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Con la tecnología de <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" @@ -2744,7 +2739,7 @@ msgstr "Con la tecnología de <a class=\"platform-logo\" href=\"http://fixmystre msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "Prioridades" @@ -2763,9 +2758,9 @@ msgstr "Privacidad" msgid "Privacy and cookies" msgstr "Privacidad y cookies" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privado" @@ -2795,7 +2790,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -2803,7 +2798,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -2824,13 +2819,13 @@ msgstr "Problemas recientemente notificados como arreglados en CuidoMiCiudad" msgid "Problems within %.1fkm of this location" msgstr "Problemas en %.1fkm alrededor" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" @@ -2911,11 +2906,11 @@ msgstr "Cuestionario cumplimentado por el notificador problema" msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -2923,11 +2918,11 @@ msgstr "Listado RSS para %s del barrio, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" @@ -2935,13 +2930,13 @@ msgstr "Listado RSS para %s, en el barrio %s" msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" @@ -2970,10 +2965,6 @@ msgstr "Recibido por unos %s momentos tarde" msgid "Recent local problems, %s" msgstr "Problemas locales recientes, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Recientemente <br>arreglado" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problemas recientemente notificados" @@ -2986,13 +2977,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Eliminar marca" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -3002,7 +2993,7 @@ msgstr "Eliminar de los pre-seleccionados" msgid "Remove from site" msgstr "Eliminar de la site" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3016,13 +3007,13 @@ msgstr "Responder al usuario:" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "ID del informe:" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" @@ -3104,10 +3095,6 @@ msgstr "Notificado anónimamente vía %s en la categoría %s en %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Notificado vía %s en la categoría %s por %s en %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Notificado en las últimas cuatro semanas" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3122,14 +3109,14 @@ msgstr "Notificado:" msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Informes" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Las notificaciones tienen una longitud máxima de %s. Por favor, acorte su notificación." @@ -3154,11 +3141,11 @@ msgstr "Notificar un problema" msgid "Reports waiting to be sent" msgstr "Informes esperando a ser enviados" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 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:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "Umbral de reputación" @@ -3197,7 +3184,7 @@ msgstr "Plantillas de respuesta por %s" msgid "Revert to original" msgstr "Volver al texto original" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "Volver al texto original" @@ -3220,16 +3207,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3249,14 +3236,14 @@ msgstr "Satélite" msgid "Save + close as duplicate" msgstr "marcado como un informe duplicado" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Guardar cambios" @@ -3265,7 +3252,6 @@ msgstr "Guardar cambios" msgid "Save with a public update" msgstr "Guardar con una actualización pública" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3304,7 +3290,7 @@ msgstr "La búsqueda no encontró usuarios." msgid "See our privacy policy" msgstr "Ver nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "Crear informes/actualizaciones como ayuntamiento" @@ -3314,10 +3300,6 @@ msgstr "Crear informes/actualizaciones como ayuntamiento" msgid "Select a body" msgstr "Selecciona un órgano administrativo" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Seleccione un ayuntamiento para ver los informes que se le han enviado." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3331,6 +3313,10 @@ msgstr "Seleccione qué tipo de alerta le gustaría recibir y haga click en el b msgid "Select:" msgstr "Seleccionar:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "Enviar estados Open311 extendidos con actualizaciones de pedidos de servicio" @@ -3352,7 +3338,7 @@ msgstr "Enviado:" msgid "Service:" msgstr "Servicio:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Ajustar a mi ubicación actual" @@ -3361,20 +3347,25 @@ msgid "Share" msgstr "Compartir" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Pre-seleccionados" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "Pre-seleecionados por %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "Entre los pre-seleccionados" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Pre-seleecionados por %s" @@ -3382,6 +3373,11 @@ msgstr "Pre-seleecionados por %s" msgid "Show Photo?" msgstr "Mostrar foto" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s actualizaciones en vivo" + #: 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 @@ -3396,7 +3392,7 @@ msgstr "Mostrar el nombre públicamente" msgid "Show old" msgstr "Mostrar antiguos" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "Mostrar foto" @@ -3408,6 +3404,11 @@ msgstr "Mostrar marcadores" msgid "Show reporter’s name" msgstr "Mostrar el nombre del reportero" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Mostrar el nombre del reportero" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3465,7 +3466,7 @@ 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:230 +#: 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 @@ -3494,7 +3495,7 @@ 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:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "Lo sentimos, no tiene permiso para hacer eso." @@ -3515,14 +3516,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Estado" @@ -3535,7 +3539,7 @@ msgstr "Estado" msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3566,7 +3570,7 @@ msgstr "Subcategoria: %s" msgid "Subdivision/Body" msgstr "Subdivisión/Órgano" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Título" @@ -3583,7 +3587,7 @@ msgstr "Título:" msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3621,23 +3625,22 @@ msgstr "Suscríbeme a alertas por email" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Resumen" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3660,7 +3663,7 @@ msgstr "Resultados de la Encuesta" msgid "Template «%s»" msgstr "Plantilla «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3690,7 +3693,7 @@ msgstr "¡Gracias por notificar esta incidencia!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Gracias por tratar de confirmar la actualización o problema. Parece que tenemos un error interno, así que <a href=\"%s\"> por favor, háganos saber lo que pasó </a> y echaremos un vistazo." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Gracias por actualizar esta incidencia!" @@ -3728,19 +3731,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Esa notificación no se puede ver en %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad." @@ -3770,8 +3773,8 @@ msgstr "La <strong>jurisdicción</strong> solo es necesaria si los límites incl #: 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3803,7 +3806,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Los premios a la responsabilidad muestran la actividad de los editores (quién ha editado más registros)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "El error fue: %s" @@ -3881,7 +3884,7 @@ msgstr "" msgid "There are no reports to show." msgstr "No hay ninguna notificación que mostrar." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3890,7 +3893,7 @@ msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por f msgid "There was a problem showing this page. Please try again later." msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3901,7 +3904,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3909,7 +3912,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." @@ -3981,9 +3984,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Esta información es necesaria" @@ -3992,23 +3995,19 @@ msgstr "Esta información es necesaria" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Este es un sitio para desarrolladores, las cosas podrían romperse en cualquier momento, y la base de datos se eliminará periódicamente." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Este es un resumen de todos los informes en CuidoMiCiudad." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "Este bache ha estado aquí dos meses y ..." -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Este problema se ha arreglado" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Este problema no se ha arreglado" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Este problema no se ha arreglado" @@ -4023,15 +4022,15 @@ msgstr "Ese reporte es duplicado. Por favor, actualizar el reporte original:" msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." @@ -4050,7 +4049,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Cronología" @@ -4083,6 +4082,15 @@ msgstr "Para saber cuáles son las alertas locales que tenemos para usted, por f msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "No comunicado al ayuntamiento" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4118,7 +4126,7 @@ msgstr "¿Se necesita administración del tráfico?" msgid "Trusted by bodies:" msgstr "Confiables por los organismos administrativos:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "Acreditado para hacer informes que no requieren inspección" @@ -4134,9 +4142,10 @@ msgstr "Inténtelo de nuevo" msgid "Try emailing us directly:" msgstr "Pruebe enviándonos un correo directamente:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4157,14 +4166,14 @@ msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID de problema desconocido" @@ -4229,10 +4238,10 @@ msgstr "Actualización de estados" msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4259,11 +4268,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "Abrir la extension Open311 de envío de actualización" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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." @@ -4276,11 +4296,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:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Usuario marcado" @@ -4294,8 +4314,8 @@ msgstr "marcado como arreglado" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4305,9 +4325,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Valores actualizados" @@ -4421,7 +4441,7 @@ msgstr "Deseo" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_responsible para limitar las solicitudes a las enviados a una sola administración. El término de búsqueda es el ID de administración proporcionada por <a href=\"%s\">MapIT</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "¿Quieres contribuir a mejorar FixMyStreet? Nuestro código es abierto y está <a href=\"http://fixmystreet.org\">disponible en fixmystreet.org</a>." @@ -4446,23 +4466,22 @@ msgstr "El año pasado" msgid "Year" msgstr "Año" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "SÍ" @@ -4496,7 +4515,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4533,7 +4552,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Ya respondió a esta encuesta. Si tiene alguna pregunta, por favor, <a href='%s'>póngase en contacto con nosotros</a>, o <a href ='%s'>vea su problema</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Ya ha adjuntado fotos a este informe. Tenga en cuenta que solo puede adjuntar un máximo de 3 a este informe (si intenta subir más, las más antiguas serán desechadas)." @@ -4597,7 +4616,7 @@ 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:81 +#: 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 @@ -4627,6 +4646,19 @@ msgstr "Su información sólo será usada de acuerdo con nuestra <a href=\"/priv msgid "Your name" msgstr "Su nombre" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Su contraseña ha cambiado" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4643,6 +4675,7 @@ msgstr "Su contraseña" msgid "Your password has been changed" msgstr "Su contraseña ha cambiado" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4683,7 +4716,7 @@ msgstr "todo" msgid "by %s" msgstr "por %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "marcado como un informe duplicado" @@ -4720,44 +4753,44 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "marcado como acción programada" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "marcado como cerrado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "marcado como en progreso" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "marcado como en investigación" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "marcado como planificado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4799,8 +4832,8 @@ msgstr "consignados inicialmente:" msgid "other areas:" msgstr "otras áreas:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "reabierto" @@ -4808,7 +4841,7 @@ msgstr "reabierto" msgid "required" msgstr "requerido" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "salir" @@ -4816,7 +4849,7 @@ msgstr "salir" msgid "the local council" msgstr "ayuntamiento" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "no hay marcador porque el usuario no usó el mapa" @@ -4912,6 +4945,41 @@ msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dia" +msgstr[1] "%d dias" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "marcado como arreglado" +msgstr[1] "marcado como arreglado" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "O problemas notificados a:" +msgstr[1] "O problemas notificados a:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Notificar" +msgstr[1] "Notificar" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Recibe actualizaciones de los problemas %s" +msgstr[1] "Recibe actualizaciones de los problemas %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4975,6 +5043,62 @@ msgid_plural "reports" msgstr[0] "Notificar" msgstr[1] "Notificar" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Marcar <strong>confirmado</strong> para indicar que este contacto se ha confirmado como correcto.\n" +#~ "Si no está seguro del origen o la validez del contacto, deje esta casilla sin marcar." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Marcar <strong>borrado</strong> para dejar de usar la categoría. \n" +#~ "Dejará de aparecer en el menú desplegable que se muestra al notificar los problemas." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Las líneas de color gris corresponden a áreas de organismos que ya no existen." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Marcado como resuelto/cerrado en las últimas ocho semanas" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Marcado como resuelto/cerrado hace más de ocho semanas" + +#~ msgid "New <br>problems" +#~ msgstr "Nuevos <br>reportes" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Reportes<br>Antiguos / desconocidos" + +#~ msgid "Older <br>fixed" +#~ msgstr "Reportes solucionados" + +#~ msgid "Older <br>problems" +#~ msgstr "Reportes <br>antiguos" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Abierto por más de cuatro semanas, con una actualización en las últimas ocho semanas" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Abierto, pero no ha sido actualizado en ocho semanas" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Recientemente <br>arreglado" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Notificado en las últimas cuatro semanas" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Seleccione un ayuntamiento para ver los informes que se le han enviado." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Este es un resumen de todos los informes en CuidoMiCiudad." + +#~ msgid "Are you a developer?" +#~ msgstr "¿Es usted programador(a)?" + #, fuzzy #~ msgid "All inspectors" #~ msgstr "Todas las categorías" @@ -4984,10 +5108,6 @@ msgstr[1] "Notificar" #~ msgstr "ID externo" #, fuzzy -#~ msgid "Inspector:" -#~ msgstr "Inspección requerida" - -#, fuzzy #~ msgid "Report category:" #~ msgstr "Editar la categoría del informe" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index 64566e78b..f2b82cd50 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: fixmystreetfr <fixmystreet@fixmystreet.fr>, 2016\n" "Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n" @@ -112,11 +112,11 @@ msgstr "" " Par exemple, un rapport graffiti sera envoyé à l'administration\n" " de district, et apparaîtrait dans les deux administrations." -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, dans la localité %s" @@ -128,7 +128,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:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email dans la liste des abus)" @@ -164,6 +164,10 @@ msgstr "(résolu)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(comme des graffitis, immondices, trottoirs abimés ou éclairage public)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(non signalé à l’administration)" @@ -176,8 +180,8 @@ msgstr "(facultatif)" msgid "(sent to both)" msgstr "(envoyé aux deux)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Choisissez une catégorie --" @@ -217,7 +221,6 @@ msgstr "" 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') #. ("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" @@ -259,12 +262,8 @@ msgstr "<strong> Remarque: </strong> Ce rapport n'a pas encore été envoyé pou msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Oui</strong>, j'ai un mot de passe :" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Action programmée" @@ -296,7 +295,7 @@ msgstr "Ajouter une nouvelle catégorie" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -308,15 +307,15 @@ msgstr "Ajouter à la liste" msgid "Add user" msgstr "Ajouter un utilisateur" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Ajouter/modifier des catégories de problèmes" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Ajouter/modifier les priorités de réponse" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Ajouter/modifier des modèles de réponse" @@ -324,7 +323,7 @@ msgstr "Ajouter/modifier des modèles de réponse" msgid "Added %s" msgstr "Ajouté %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "L'ajout de ce rapport à votre liste va le supprimer de la liste %s’s." @@ -355,7 +354,6 @@ msgstr "M'alerter de futures mises à jour" msgid "All" msgstr "Tous" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tous les rapports" @@ -373,7 +371,7 @@ msgstr "Toutes catégories" #: 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:21 +#: 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 "Tous les rapports" @@ -383,6 +381,15 @@ msgstr "Tous les rapports" msgid "All reports between %s and %s" msgstr "Tous les rapports entre %s et %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Toutes catégories" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Une mise à jour a marqué ce problème comme résolu" @@ -392,7 +399,7 @@ msgstr "Une mise à jour a marqué ce problème comme résolu" msgid "Anonymous" msgstr "Anonyme" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonyme :" @@ -402,10 +409,6 @@ msgstr "Anonyme :" msgid "Another user" msgstr "un autre utilisateur" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Vous êtes un développeur ?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" @@ -448,7 +451,7 @@ msgstr "Affecté à un \"interlocuteur\" externe:" msgid "Assign to subdivision:" msgstr "Affecté à la subdivision:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "Affecter des utilisateurs aux zones" @@ -473,11 +476,14 @@ msgstr "Les utilisateurs autorisés peuvent être associés aux catégories sur msgid "Auto-response:" msgstr "Réponse automatique:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Catégories disponibles" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -503,12 +509,12 @@ msgstr "Retour" msgid "Back to all reports" msgstr "Retour vers tous les rapports" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Bannir l'adresse mail" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -539,7 +545,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Catégories" @@ -552,7 +558,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -604,27 +610,11 @@ msgstr "Changer l'adresse email" msgid "Change password" msgstr "Changer le mot de passe" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Cochez <strong>confirmé</strong> pour signaler que ce contact a été confirmé comme correct.\n" -"Si vous n'êtes pas sûr de l'origine ou de la validité du contact, laissez le décoché." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Cochez <strong>supprimé</strong> pour rendre la catégorie inutilisable. \n" -"Elle n'apparaitra plus dans le menu déroulant de la page rapporter-un-problème." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Vérifiez <strong> inspection requise </strong> si les rapports dans cette catégorie <strong> doivent être inspectés </strong> avant d'être envoyés." -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -687,14 +677,15 @@ msgstr "Cliquez sur le lien dans notre courriel de confirmation pour vous connec #: 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -737,7 +728,7 @@ msgstr "Collaboration :" msgid "Collapse map" msgstr "Carte utilisée" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuration" @@ -763,9 +754,8 @@ msgstr "Confirmez par email à la place, Si vous fournissez un nouveau mot de pa msgid "Confirmation" msgstr "Confirmation" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmé" @@ -800,8 +790,8 @@ msgstr "Contacter l'équipe" msgid "Coordinates:" msgstr "Coordonnées:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Impossible de trouver l'utilisateur" @@ -868,7 +858,7 @@ msgstr "Nombre" msgid "Create a report" msgstr "Créer un rapport" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Créer une catégorie" @@ -877,11 +867,11 @@ msgstr "Créer une catégorie" msgid "Create priority" msgstr "Créer une priorité" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Créer des rapports/mises à jour de l'administration" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "Créer des rapports/mises à jour pour le compte d'un utilisateur" @@ -918,6 +908,8 @@ msgstr "Le client est injoignable" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Tableau de bord" @@ -925,26 +917,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Effacé" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -971,7 +961,7 @@ msgstr "Détails :" msgid "Details:" msgstr "Détails :" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Transféré(e)" @@ -984,8 +974,8 @@ msgstr "Ne pas utiliser la carte" msgid "Diligency prize league table" msgstr "Tableau d'honneur de la réactivité" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Enregistrer les modifications" @@ -1003,11 +993,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Je ne sais pas" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Vous n'aimez pas les formulaires ?" @@ -1019,12 +1013,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Dupliqué" @@ -1049,7 +1039,7 @@ msgstr "" "Des catégories différents <strong>peuvent avoir le même contact</strong> (adresse email).\n" "Cela signifie que vous pouvez ajouter plusieurs catégories même si vous n'avez qu'un contact pour l'interlocuteur." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Abscisse/Ordonnée :" @@ -1069,23 +1059,23 @@ msgstr "Éditer" msgid "Edit body details" msgstr "Editer les détails de l'intelocuteur" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Modifier les détails des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Modifier les autorisations des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "Éditer la catégorie des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "Éditer la priorité des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Éditer les rapports" @@ -1108,7 +1098,7 @@ msgstr "Édition de la mise à jour %d" msgid "Editing user %d" msgstr "Édition de l'utilisateur %d'" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Éditeur" @@ -1124,7 +1114,7 @@ msgstr "Éditeur" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Email rajouté à la liste des abus" @@ -1142,11 +1132,11 @@ msgstr "Alerte E-mail créé" msgid "Email alert deleted" msgstr "Alerte E-mail supprimé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Email déjà présent dans la liste des abus" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1193,7 +1183,7 @@ msgstr "destinataire" msgid "Enter a Zürich street name" msgstr "Saisir un nom de rue Zücomplet" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Saisir un code postal proche, ou un nom de rue ou de localité" @@ -1202,6 +1192,7 @@ msgstr "Saisir un code postal proche, ou un nom de rue ou de localité" msgid "Enter a nearby postcode, or street name and area" msgstr "Saisir un code postal proche, ou une rue et une localité" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1241,8 +1232,7 @@ msgstr "Exemple de code postal %s" msgid "Examples:" msgstr "Exemples :" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Catégorie existante" @@ -1250,7 +1240,7 @@ msgstr "Catégorie existante" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Expliquez le problème" @@ -1311,29 +1301,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Résolu - Administration" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Résolu - Usager" @@ -1351,11 +1338,11 @@ msgstr "Résolu :" msgid "Flag as deleted" msgstr "Signaler comme supprimé" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Signaler l'usager" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Signalé" @@ -1372,7 +1359,7 @@ msgstr "Les utilisateurs signalés sont listés dans la page <a href='%s'>signal msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Les utilisateurs signalés ne sont pas restreints en aucune façon. il s'agit juste d'une liste d'utilisateurs qui ont été marqués pour attention." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Signalé :" @@ -1409,6 +1396,11 @@ msgstr "Souhait transmis à l'administration" msgid "Frequently Asked Questions" msgstr "Foire Aux Questions" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Nombre" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1439,6 +1431,7 @@ msgstr "Heureux d'entendre qu'il a été résolu!" #: 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 msgid "Go" msgstr "Ok" @@ -1447,7 +1440,7 @@ msgstr "Ok" msgid "Going to send questionnaire?" msgstr "Envoi du questionnaire ?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Accorder l'accès à l'admin" @@ -1455,10 +1448,6 @@ msgstr "Accorder l'accès à l'admin" msgid "Graph of problem creation by status over time" msgstr "Graphique historique des problèmes créés, par statut" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Les lignes grisées sont des communes qui n'existent plus" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Est-ce que le problème a été réglé ?" @@ -1469,7 +1458,7 @@ msgstr "Est-ce que vous aviez déjà signalé un problème à une administration #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Aide" @@ -1483,18 +1472,18 @@ msgstr "Aide <strong>%s </ strong> résoud votre problème plus rapidement, en f 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1502,11 +1491,31 @@ msgstr "Bienvenue %s" msgid "Hidden" msgstr "Caché(s)" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Renvoyer le rapport" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Mise à jour par {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Modérer ce rapport" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Renvoyer le rapport" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Cacher les anciens" @@ -1519,6 +1528,12 @@ msgstr "Cacher les épingles" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Votre nom" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historique" @@ -1540,8 +1555,8 @@ msgstr "Comment envoyer des rapports réussis" 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:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Je viens de mettre à jour un problème sur @fixmystreet" @@ -1651,8 +1666,6 @@ msgstr "Sélection de flux invalide" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "En cours" @@ -1666,16 +1679,18 @@ msgstr "En plus, les attributs suivants qui ne font pas partie de la spécificat #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Boîte de réception zéro, nous voilà!" @@ -1692,11 +1707,16 @@ msgstr "Inclure les rapports non confirmés" msgid "Incorrect has_photo value \"%s\"" msgstr "Valeur has_photo invalide \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "inspection requise" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "inspection requise" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "Instruire entrepreneurs pour résoudre les problèmes" @@ -1704,10 +1724,8 @@ msgstr "Instruire entrepreneurs pour résoudre les problèmes" msgid "Internal notes" msgstr "Notes internes" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Référence interne" @@ -1719,7 +1737,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Valeur agency_responsible invalide \"%s\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Date de fin invalide" @@ -1727,26 +1745,22 @@ msgstr "Date de fin invalide" msgid "Invalid format %s specified." msgstr "Format spécifié %s invalide" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 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:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Date de début invalide" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1776,6 +1790,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Dernière actualisation :" @@ -1785,6 +1800,11 @@ msgstr "Dernière actualisation :" msgid "Last editor" msgstr "Dernier auteur" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Dernière actualisation :" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Dernière actualisation :" @@ -1793,7 +1813,7 @@ msgstr "Dernière actualisation :" msgid "Last update:" msgstr "Dernière actualisation :" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1865,7 +1885,7 @@ msgstr "" msgid "MAP" msgstr "CARTE" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "Gérer la liste" @@ -1885,19 +1905,11 @@ 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>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Marqué fixé / fermé depuis les huit dernières semaines" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Marqué fixé / fermé depuis plus de huit semaines" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "Marquer les détails du problème" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Message" @@ -1917,15 +1929,15 @@ msgstr "Organismes disparus :" msgid "Missing jurisdiction_id" msgstr "jurisdiction_id manquant" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "Modérer" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "Modérer les détails du rapport" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "Modérer ce rapport" @@ -1934,8 +1946,8 @@ msgstr "Modérer ce rapport" msgid "Moderate this update" msgstr "Modérer ce rapport" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Signalé par %s à %s" @@ -1944,8 +1956,8 @@ msgstr "Signalé par %s à %s" 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:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "Modérer ce rapport" @@ -1971,14 +1983,13 @@ msgstr "Les plus commentés" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nom" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1990,7 +2001,7 @@ msgstr "Nom :" msgid "Name: %s" msgstr "Nom: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "Accédez à ce problème" @@ -1999,16 +2010,16 @@ msgstr "Accédez à ce problème" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Route la plus proche de l'épingle placée sur le plan (génerée automatiquement à partir d'OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 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" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2020,15 +2031,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Presque fini! Maintenant, veuillez vérifier votre email" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nouveaux <br />problèmes" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Nouveau body ajouté" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" @@ -2100,20 +2107,19 @@ msgstr "Plus récents" msgid "Next" msgstr "Suivant" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Non" @@ -2145,12 +2151,8 @@ msgstr "Aucun problème coché trouvé." msgid "No flagged users found." msgstr "Aucun utilisateur coché trouvé." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2159,11 +2161,11 @@ msgstr "Ne peut être résolu" msgid "No further updates" msgstr "Pas d'autres mises à jour" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2213,12 +2215,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Pas responsable" @@ -2242,7 +2240,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Note" @@ -2252,7 +2250,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Notez que quand les rapports non confirmés sont inclus nous utilisons la date de création du rapport, qui peut être dans un autre mois que la date de confirmation, ce qui peut légèrement faire varier les chiffres." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Note :" @@ -2274,6 +2272,10 @@ msgstr "Maintenant pour envoyer votre rapport…" msgid "Now to submit your update…" msgstr "Maintenant pour envoyer votre mise à jour…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2286,22 +2288,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Probèmes<br /> anciens / inconnus" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Ancien état" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Anciens <br />résolus" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Anciens <br />problèmes" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "Plus anciens" @@ -2309,28 +2299,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Ouvert" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Ouvrez pendant plus de quatre semaines, avec une mise à jour au cours des huit dernières semaines" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Ouvert, mais sans mise à jour depuis huit semaines" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "Open311 API Key" @@ -2359,9 +2340,9 @@ 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 :" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2371,6 +2352,15 @@ msgstr "Ou vous pouvez vous abonner à une alerte en fonction de la commune dans msgid "Other" msgstr "Autres" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Toutes catégories" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Propriétaire" @@ -2385,8 +2375,8 @@ msgstr "Page Introuvable" msgid "Parent" msgstr "Parent" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Partiel" @@ -2420,7 +2410,7 @@ msgid "Phone number (optional)" msgstr "Téléphone (facultatif)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2429,9 +2419,9 @@ msgstr "Téléphone" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2449,12 +2439,12 @@ msgstr "Photo" msgid "Photo is required." msgstr "La photo est nécessaire." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Photo requise" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2464,6 +2454,12 @@ msgstr "Photos" msgid "Photos of recent nearby reports" msgstr "Photos de rapports récents à proximité" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Pas d'administration" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2471,10 +2467,10 @@ msgstr "Placer l'épingle sur la carte" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2499,9 +2495,9 @@ msgstr "Merci de vérifier les mots de passe et de réessayer" msgid "Please check your email address is correct" msgstr "Merci de vérifier que votre adresse email est correcte" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2511,12 +2507,12 @@ msgstr "Merci de sélectionner une catégorie" msgid "Please choose a property type" msgstr "Merci de choisir un type de propriété" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2530,18 +2526,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Merci d'entrer un nom" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "S'il vous plaît entrez un nom pour cet organisme" @@ -2557,8 +2553,8 @@ msgstr "Merci d'entrer un mot de passe :" msgid "Please enter a subject" msgstr "Merci d'enter un sujet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2598,7 +2594,7 @@ msgstr "Merci d'entrer votre adresse email" msgid "Please enter your first name" msgstr "Saisissez votre prénom" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2668,7 +2664,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:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Veuillez fournir une mise à jour publique de ce rapport." @@ -2716,30 +2712,29 @@ msgstr "Merci de saisir un message" msgid "Please write your update here" msgstr "Merci d'écrire votre mise à jour ici" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Envoyer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Signalé anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Signalé par %s à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Envoyé par <strong>%s</strong> (%s) à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Envoyé par <strong>%s</strong> à %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" @@ -2747,7 +2742,7 @@ msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">F msgid "Previous" msgstr "Précédent" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "Priorités" @@ -2766,9 +2761,9 @@ msgstr "Confidentialité" msgid "Privacy and cookies" msgstr "Vie privée et cookies" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privé" @@ -2799,7 +2794,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -2807,7 +2802,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problèmes" @@ -2828,13 +2823,13 @@ msgstr "Problèmes récemment signalés sur FixMyStreet.fr" msgid "Problems within %.1fkm of this location" msgstr "Problèmes à moins de %.1fkm de ce lieu" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problèmes dans la localité %s" @@ -2916,11 +2911,11 @@ msgstr "Questionnaire rempli par le requérant" msgid "RSS feed" msgstr "Flux RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "Flux RSS pour %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "Flux RSS pour la localité %s, %s" @@ -2928,11 +2923,11 @@ msgstr "Flux RSS pour la localité %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "Flux RSS de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "Flux RSS de %s, dans la localité %s" @@ -2940,13 +2935,13 @@ msgstr "Flux RSS de %s, dans la localité %s" msgid "RSS feed of nearby problems" msgstr "Flux RSS de problèmes à proximité" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "Flux RSS des problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "Flux RSS de problèmes à l'intérieur de la localité %s" @@ -2975,10 +2970,6 @@ msgstr "Reçu par %s un peu plus tard" msgid "Recent local problems, %s" msgstr "Les problèmes récents, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Récemment<br />résolus" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problèmes signalés récemment" @@ -2991,13 +2982,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Effacer le signalement" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -3007,7 +2998,7 @@ msgstr "Supprimer de votre liste" msgid "Remove from site" msgstr "Retirer du site" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3021,13 +3012,13 @@ msgstr "Répondre à l'utilisateur:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "Rapport ID :" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Signaler un problème" @@ -3109,10 +3100,6 @@ msgstr "Signalé par %s dans la catégorie %s anonymement à %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Signalé par %s dans la catégorie %s par %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Publié depuis quatre semaines" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3127,14 +3114,14 @@ msgstr "Remis:" msgid "Reporting a problem" msgstr "Signalisation d'un problème" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Rapports" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Les rapports sont limités à %s caractères de long. Merci de raccourcir votre texte" @@ -3159,11 +3146,11 @@ msgstr "Signaler un problème" msgid "Reports waiting to be sent" msgstr "Rapports en attente d'être envoyés" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "Les rapports seront automatiquement envoyés sans avoir besoin d'être inspecté si <strong> la réputation de l'utilisateur </strong> est égale ou supérieure à cette valeur. Réglez sur <strong> 0 </strong> si tous les rapports doivent être inspectés indépendamment." -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "Seuil de réputation" @@ -3202,7 +3189,7 @@ msgstr "Modèles de réponse pour %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3225,16 +3212,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3254,14 +3241,14 @@ msgstr "Satellite" msgid "Save + close as duplicate" msgstr "rapport marqué comme dupliqué" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Enregistrer les modifications" @@ -3270,7 +3257,6 @@ msgstr "Enregistrer les modifications" msgid "Save with a public update" msgstr "Sauvegardez avec une mise à jour publique" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3309,7 +3295,7 @@ msgstr "Aucun utilisateur trouvé lors de la recherche." msgid "See our privacy policy" msgstr "Voir notre politique de confidentialité" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "Créer des rapports/mises à jour de l'administration" @@ -3319,10 +3305,6 @@ msgstr "Créer des rapports/mises à jour de l'administration" msgid "Select a body" msgstr "Sélectionnez un interlocuteur" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Sélectionnez une administration pour voir les rapports qui lui ont été envoyés." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3336,6 +3318,10 @@ msgstr "Sélectionnez le type d'alerte que vous souhaitez et cliquez sur le bout msgid "Select:" msgstr "Sélectionner :" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "Envoyer un statuts Open311 étendus avec des mises à jour de demande de service" @@ -3357,7 +3343,7 @@ msgstr "Envoyé :" msgid "Service:" msgstr "Service:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Situé à mon emplacement actuel" @@ -3366,20 +3352,25 @@ msgid "Share" msgstr "Partagez" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Liste" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "Shortlisté par %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "Shortlisté" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Shortlisté par %s" @@ -3388,6 +3379,11 @@ msgstr "Shortlisté par %s" msgid "Show Photo?" msgstr "Montrer les anciens" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s mises à jour en temps réel" + #: 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 @@ -3403,7 +3399,7 @@ msgstr "Afficher mon nom publiquement" msgid "Show old" msgstr "Montrer les anciens" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Montrer les anciens" @@ -3416,6 +3412,11 @@ msgstr "Montrer les épingles" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Afficher les rapports par quartier" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3473,7 +3474,7 @@ 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:230 +#: 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 @@ -3502,7 +3503,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "Désolé, vous n'êtes pas autorisé à faire cette action." @@ -3523,14 +3524,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "État actuel" @@ -3543,7 +3547,7 @@ msgstr "État actuel" msgid "State:" msgstr "État actuel :" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3574,7 +3578,7 @@ msgstr "Sous-catégorie: %s" msgid "Subdivision/Body" msgstr "Subdivision/Interlocuteur" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Sujet" @@ -3591,7 +3595,7 @@ msgstr "Sujet :" msgid "Submit" msgstr "Envoyer" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3629,23 +3633,22 @@ msgstr "Abonnez moi à une alerte par email" msgid "Summarise the problem" msgstr "Résumer le problème" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "Résumez vos modifications" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Résumé" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3668,7 +3671,7 @@ msgstr "Résultats de l'enquête" msgid "Template «%s»" msgstr "Modèle «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3698,7 +3701,7 @@ msgstr "Merci d’avoir signalé ce problème!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Merci d'essayer de confirmer votre mise à jour ou un problème. Nous semblons rencontrer une erreur de notre côté ; s'il vous plaît, <a href=\"%s\">dites-nous nous ce qui s'est passé</a> et nous nous pencherons sur la question." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Merci d'’avoir mis à jour ce problème!" @@ -3736,19 +3739,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Ce problème a été marqué comme envoyé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Ce rapport ne peut pas être vu sur %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Ce rapport a été retiré de FixMyStreet.fr." @@ -3780,8 +3783,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3813,7 +3816,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Le classement du prix d'assiduité montre l'activité des utilisateurs (qui écrit le plus de rapports)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "L'erreur était : %s" @@ -3891,7 +3894,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Il n'y a pas de rapports à montrer." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3900,7 +3903,7 @@ msgstr "Il y a eu un problème pour montrer la page tous les rapports. Réessaye msgid "There was a problem showing this page. Please try again later." msgstr "Il y a eu un problème pour afficher cette page. Merci de réessayer ultérieurement." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3911,7 +3914,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3919,7 +3922,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 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." @@ -3990,9 +3993,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" @@ -4001,23 +4004,19 @@ msgstr "Ces renseignements sont nécessaires" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Ceci est un site en développement, le service peut être interrompu à tout moment, et la base de données sera régulièrement effacée." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Ceci est un résumé de tous les rapports pour ce site." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "Ce nid de poule est ici depuis deux mois et ..." -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Ce problème a été résolu" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Ce problème n'a pas été résolu" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Ce problème n'a pas été résolu" @@ -4032,15 +4031,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Ce rapport attend une modération." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Ce rapport est actuellement marqué comme fermé." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Ce rapport est actuellement marqué comme résolu." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Ce rapport est actuellement marqué comme ouvert." @@ -4059,7 +4058,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Chronologie" @@ -4092,6 +4091,15 @@ msgstr "Pour afficher les alertes qui vous concernent, saisissez votre code post msgid "To view a map of the precise location of this issue" msgstr "Pour voir une carte de l'emplacement précis de ce problème" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Non signalé à l'administration" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4127,7 +4135,7 @@ msgstr "La gestion du trafic est nécessaire ?" msgid "Trusted by bodies:" msgstr "Accrédité par les organismes:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "Accrédité pour faire des rapports sans être inspectés" @@ -4143,9 +4151,10 @@ msgstr "Essayez à nouveau" msgid "Try emailing us directly:" msgstr "Essayez en nous envoyant un e-mail directement:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4166,14 +4175,14 @@ msgid "Unknown alert type" msgstr "Type d'alerte inconnu" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "erreur inconnue" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID de problème inconnu" @@ -4238,10 +4247,10 @@ msgstr "Mettre à jour les statuts" msgid "Updated" msgstr "Mis à jour" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4268,11 +4277,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "Utiliser l'extension de mise à jour d'envoi Open311" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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." @@ -4285,11 +4305,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:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Utilisateur dé–signalé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Utilisateur signalé" @@ -4303,8 +4323,8 @@ msgstr "marqué(s) comme réglé(s)" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4314,9 +4334,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Valeurs mises à jour" @@ -4430,7 +4450,7 @@ msgstr "Souhait" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Avec les recherches à requètes, il est également possible de rechercher des agency_responsible pour limiter les demandes à celles qui sont envoyées à une administration unique. Le terme de recherche est l'ID de l'administration fourni par <a href=\"%s\">MapIt</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Aimeriez-vous contribuer à FixMyStreet? Notre code est open source et <a href=\"http://fixmystreetf.org\"> disponible sur fixmystreet.org </a>" @@ -4455,23 +4475,22 @@ msgstr "" msgid "Year" msgstr "Année" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Oui" @@ -4505,7 +4524,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4542,7 +4561,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Vous avez déjà répondu à ce questionnaire. Si vous avez une question, <a href='%s'>entrez en contact avec nous</a>, ou <a href='%s'>affichez votre problème</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Vous avez déjà joint les photos de ce rapport. Notez que vous pouvez joindre un maximum de 3 photos par déclaration (si vous en télécharger plus, le plus ancien est supprimé)." @@ -4603,7 +4622,7 @@ 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:81 +#: 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 @@ -4633,6 +4652,19 @@ msgstr "Votre information sera utilisée seulement en accord avec notre <a href= msgid "Your name" msgstr "Votre nom" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Votre mot de passe a été changé" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4649,6 +4681,7 @@ msgstr "Votre mot de passe" msgid "Your password has been changed" msgstr "Votre mot de passe a été changé" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4689,7 +4722,7 @@ msgstr "Tous" msgid "by %s" msgstr "par %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "rapport marqué comme dupliqué" @@ -4726,44 +4759,44 @@ msgstr "dernière mise à jour %s" msgid "less than a minute" msgstr "moins d'une minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "action marquée comme établie" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "marqué comme terminé" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "marqué comme en cours" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "marqué comme en cours d'investigation" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "marqué comme planifié" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4805,8 +4838,8 @@ msgstr "saisi initialement: “%s”" msgid "other areas:" msgstr "autres lieux:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "réouvert" @@ -4814,7 +4847,7 @@ msgstr "réouvert" msgid "required" msgstr "obligatoire" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "déconnexion" @@ -4822,7 +4855,7 @@ msgstr "déconnexion" msgid "the local council" msgstr "L'administration locale" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Il n'y a aucune épingle affichée parce que l'utilisateur n'a pas utilisé la carte" @@ -4918,6 +4951,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d jour" +msgstr[1] "%d jours" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "marqué(s) comme réglé(s)" +msgstr[1] "marqué(s) comme réglé(s)" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Ou problèmes signalés à :" +msgstr[1] "Ou problèmes signalés à :" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Rapport" +msgstr[1] "Rapport" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Recevoir les mises à jours de %s problèmes" +msgstr[1] "Recevoir les mises à jours de %s problèmes" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4981,6 +5049,62 @@ msgid_plural "reports" msgstr[0] "Rapport" msgstr[1] "Rapport" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Cochez <strong>confirmé</strong> pour signaler que ce contact a été confirmé comme correct.\n" +#~ "Si vous n'êtes pas sûr de l'origine ou de la validité du contact, laissez le décoché." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Cochez <strong>supprimé</strong> pour rendre la catégorie inutilisable. \n" +#~ "Elle n'apparaitra plus dans le menu déroulant de la page rapporter-un-problème." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Les lignes grisées sont des communes qui n'existent plus" + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Marqué fixé / fermé depuis les huit dernières semaines" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Marqué fixé / fermé depuis plus de huit semaines" + +#~ msgid "New <br>problems" +#~ msgstr "Nouveaux <br />problèmes" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Probèmes<br /> anciens / inconnus" + +#~ msgid "Older <br>fixed" +#~ msgstr "Anciens <br />résolus" + +#~ msgid "Older <br>problems" +#~ msgstr "Anciens <br />problèmes" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Ouvrez pendant plus de quatre semaines, avec une mise à jour au cours des huit dernières semaines" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Ouvert, mais sans mise à jour depuis huit semaines" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Récemment<br />résolus" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Publié depuis quatre semaines" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Sélectionnez une administration pour voir les rapports qui lui ont été envoyés." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Ceci est un résumé de tous les rapports pour ce site." + +#~ msgid "Are you a developer?" +#~ msgstr "Vous êtes un développeur ?" + #~ msgid "Cancel" #~ msgstr "Annuler" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index 4fdcccc7a..8bc53a4a4 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -154,6 +154,10 @@ msgstr "" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "" @@ -166,8 +170,8 @@ msgstr "" msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +279,7 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "" @@ -366,6 +364,14 @@ msgstr "" msgid "All reports between %s and %s" msgstr "" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -375,7 +381,7 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "" @@ -385,10 +391,6 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "החלף ססמא" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -705,7 +699,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "תצורה" @@ -731,9 +725,8 @@ msgstr "" msgid "Confirmation" msgstr "אישור" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "אישר" @@ -768,8 +761,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "" @@ -831,7 +824,7 @@ msgstr "ספירה" msgid "Create a report" msgstr "צור דו\"ח" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "צור קטגוריה" @@ -840,11 +833,11 @@ msgstr "צור קטגוריה" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -881,6 +874,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -888,26 +883,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "נמחק" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -934,7 +927,7 @@ msgstr "פרטים" msgid "Details:" msgstr "" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -947,8 +940,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "" @@ -965,11 +958,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "לא אוהב טפסים?" @@ -981,12 +978,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "כפול" @@ -1008,7 +1001,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1028,23 +1021,23 @@ msgstr "ערוך" msgid "Edit body details" msgstr "ערוך פרטי גוף" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1067,7 +1060,7 @@ msgstr "ערוך עידכון %d" msgid "Editing user %d" msgstr "ערוך משתמש %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "עורך" @@ -1083,7 +1076,7 @@ msgstr "עורך" msgid "Email" msgstr "דואר אלקטרוני" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "דואר אלקטרוני הוסף לרשימת המשתמשים לרעה" @@ -1101,11 +1094,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "דואר אלקטרוני כבר ברשימת המשתמשים לרעה" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1146,7 +1139,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1155,6 +1148,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1194,8 +1188,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1203,7 +1196,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1263,29 +1256,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1303,11 +1293,11 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1324,7 +1314,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1361,6 +1351,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "ספירה" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1391,6 +1386,7 @@ msgstr "" #: 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 msgid "Go" msgstr "" @@ -1399,7 +1395,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1407,10 +1403,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" @@ -1421,7 +1413,7 @@ msgstr "" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" @@ -1435,18 +1427,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1454,11 +1446,29 @@ msgstr "" msgid "Hidden" msgstr "" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "צור דו\"ח" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "צור דו\"ח" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" @@ -1471,6 +1481,11 @@ msgstr "" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" @@ -1492,8 +1507,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1594,8 +1609,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "" @@ -1609,16 +1622,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1635,11 +1650,16 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "צור דו\"ח" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1647,10 +1667,8 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1662,7 +1680,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "" @@ -1670,26 +1688,22 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1719,6 +1733,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 msgid "Last 7 days" msgstr "" @@ -1727,6 +1742,10 @@ msgstr "" msgid "Last editor" msgstr "" +#: templates/web/base/questionnaire/index.html:25 +msgid "Last update" +msgstr "" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1735,7 +1754,7 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1807,7 +1826,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1827,19 +1846,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "" @@ -1859,15 +1870,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1875,8 +1886,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "" @@ -1884,8 +1895,8 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "" @@ -1910,14 +1921,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1929,7 +1939,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1938,16 +1948,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1957,15 +1967,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" @@ -2037,20 +2043,19 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "" @@ -2082,12 +2087,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "תצורה" @@ -2097,11 +2098,11 @@ msgstr "תצורה" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2143,12 +2144,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2172,7 +2169,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2182,7 +2179,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "" @@ -2204,6 +2201,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2216,22 +2217,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2239,28 +2228,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2289,9 +2269,9 @@ msgstr "" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2301,6 +2281,15 @@ msgstr "" msgid "Other" msgstr "" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "צור קטגוריה" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "" @@ -2315,8 +2304,8 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "" @@ -2350,7 +2339,7 @@ msgid "Phone number (optional)" msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2359,9 +2348,9 @@ msgstr "" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2379,12 +2368,12 @@ msgstr "" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2394,6 +2383,11 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +msgid "Pick your council" +msgstr "" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2401,10 +2395,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2429,9 +2423,9 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2441,12 +2435,12 @@ msgstr "" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2457,18 +2451,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2484,8 +2478,8 @@ msgstr "" msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2525,7 +2519,7 @@ msgstr "" msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2595,7 +2589,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2643,30 +2637,29 @@ msgstr "" msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2674,7 +2667,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2693,9 +2686,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2726,7 +2719,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "" @@ -2734,7 +2727,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -2755,13 +2748,13 @@ msgstr "" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2842,11 +2835,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" @@ -2854,11 +2847,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2866,13 +2859,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2901,10 +2894,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "" @@ -2917,13 +2906,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2933,7 +2922,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2947,13 +2936,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" @@ -3034,10 +3023,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3052,14 +3037,14 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3083,11 +3068,11 @@ msgstr "" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3126,7 +3111,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3149,16 +3134,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3177,14 +3162,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" @@ -3193,7 +3178,6 @@ msgstr "" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3232,7 +3216,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3241,10 +3225,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3258,6 +3238,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3279,7 +3263,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3288,20 +3272,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3309,6 +3297,10 @@ msgstr "" msgid "Show Photo?" msgstr "" +#: templates/web/base/questionnaire/index.html:26 +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 @@ -3323,7 +3315,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "" @@ -3335,6 +3327,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3390,7 +3386,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3419,7 +3415,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3440,14 +3436,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -3460,7 +3459,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3491,7 +3490,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -3508,7 +3507,7 @@ msgstr "" msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3546,23 +3545,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3585,7 +3583,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3615,7 +3613,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3653,19 +3651,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3691,8 +3689,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3720,7 +3718,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3796,7 +3794,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3805,7 +3803,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3816,7 +3814,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3824,7 +3822,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3887,9 +3885,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "" @@ -3898,23 +3896,19 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" msgstr "" @@ -3928,15 +3922,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3955,7 +3949,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3988,6 +3982,14 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4022,7 +4024,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4038,9 +4040,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4061,14 +4064,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4132,10 +4135,10 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4162,11 +4165,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4179,11 +4193,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4196,8 +4210,8 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4207,9 +4221,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4323,7 +4337,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4348,23 +4362,22 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "" @@ -4398,7 +4411,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4432,7 +4445,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4493,7 +4506,7 @@ 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:81 +#: 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 @@ -4523,6 +4536,18 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +msgid "Your name has been hidden." +msgstr "" + #: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" msgstr "" @@ -4538,6 +4563,7 @@ msgstr "" msgid "Your password has been changed" msgstr "" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4578,7 +4604,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4615,44 +4641,44 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4694,8 +4720,8 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -4703,7 +4729,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4711,7 +4737,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4805,6 +4831,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:55 +#, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:43 +#, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:107 +#, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:49 +#, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "" +msgstr[1] "" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index 9c36761b7..8507273ae 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email na crnoj listi)" @@ -154,6 +154,10 @@ msgstr "(popravljeno)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(grafiti, ilegalno odlaganje otpada, oštećeni kolnici, klupe, lampe...)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(nije poslano odgovornom tijelu)" @@ -166,8 +170,8 @@ msgstr "(nije obavezno)" msgid "(sent to both)" msgstr "(poslano na obje adrese)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Izaberi kategoriju --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Da</strong> Imam password" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +279,7 @@ msgstr "Dodaj novu kategoriju" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "Dodano %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "Javi mi buduće promjene" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Sve Prijave" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "Sve prijave" @@ -366,6 +364,14 @@ msgstr "Sve prijave" msgid "All reports between %s and %s" msgstr "Sve prijave između %s i %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." @@ -375,7 +381,7 @@ msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." msgid "Anonymous" msgstr "Anonimno" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonimno:" @@ -385,10 +391,6 @@ msgstr "Anonimno:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Jeste li programer?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Onemogući e-mail adrese" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "Promijeni lozinku" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -706,7 +700,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "korištena karta" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -732,9 +726,8 @@ msgstr "" msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Potvrđeno" @@ -769,8 +762,8 @@ msgstr "Kontaktiraj tim" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Nepoznati korisnik" @@ -834,7 +827,7 @@ msgstr "Brojač" msgid "Create a report" msgstr "Kreiraj izvješće" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kreiraj kategoriju" @@ -843,11 +836,11 @@ msgstr "Kreiraj kategoriju" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -884,6 +877,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Nadzorna ploča" @@ -891,26 +886,24 @@ msgstr "Nadzorna ploča" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Izbrisano" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -937,7 +930,7 @@ msgstr "Detalji" msgid "Details:" msgstr "Detalji:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Prenešeno" @@ -950,8 +943,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Spremi promjene" @@ -969,11 +962,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Ne’znam" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -985,12 +982,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "" @@ -1010,7 +1003,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1030,23 +1023,23 @@ msgstr "Uredi" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1069,7 +1062,7 @@ msgstr "Uređivanje ažuriranja %d" msgid "Editing user %d" msgstr "Uređivane korisnika %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Urednik" @@ -1085,7 +1078,7 @@ msgstr "Urednik" msgid "Email" msgstr "E-mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "E-mail dodan na listu zloupotrebe" @@ -1103,11 +1096,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-mail je već na listi zloupotrebe" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1148,7 +1141,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesi obližnji poštanski broj ili ime ulice i kvarta" @@ -1157,6 +1150,7 @@ msgstr "Unesi obližnji poštanski broj ili ime ulice i kvarta" msgid "Enter a nearby postcode, or street name and area" msgstr "Unesi obližnji poštanski broj ili ime ulice i kvarta" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1196,8 +1190,7 @@ msgstr "Primjer poštanskog broja %s" msgid "Examples:" msgstr "Primjeri:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1205,7 +1198,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1265,29 +1258,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Popravljeno - odgovorno tijelo" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Popravljeno - Korisnik" @@ -1305,11 +1295,11 @@ msgstr "Popravljeno:" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Označi korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Označen" @@ -1326,7 +1316,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Označen:" @@ -1363,6 +1353,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Često postavljana pitanja" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Brojač" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1393,6 +1388,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Idi" @@ -1401,7 +1397,7 @@ msgstr "Idi" msgid "Going to send questionnaire?" msgstr "Pošalji upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1409,10 +1405,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Grafikon nastanka problema prema položaju tijekom vremena" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Sivo osjenčani su councils koji više ne postoje" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Je li ovaj problem popravljen?" @@ -1423,7 +1415,7 @@ msgstr "Jeste li prije prijavljivali problem odgovornom tijelu ili je ovo prvi p #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Pomoć" @@ -1437,18 +1429,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Vrste upozorenja za lokalne probleme ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1456,11 +1448,30 @@ msgstr "Zdravo %s" msgid "Hidden" msgstr "Skriveno" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Ponovno pošalji prijavu" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Ažuraranje dodao {{ime}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Ponovno pošalji prijavu" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Sakrij staro" @@ -1473,6 +1484,12 @@ msgstr "Sakrij pinove" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Ime" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Povijest" @@ -1494,8 +1511,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1596,8 +1613,6 @@ msgstr "Ilegalan odabir izvora" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "U tijeku" @@ -1611,16 +1626,18 @@ msgstr "Nadalje, sljedeća svojstva koja nisu dio Open311 v2 specifikacija su vr #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1637,11 +1654,16 @@ msgstr "Uključi nepotvrđene prijave" msgid "Incorrect has_photo value \"%s\"" msgstr "Pogrešno ima_foto vrijednost\"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Ponovno pošalji prijavu" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1649,10 +1671,8 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1664,7 +1684,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Nevažeća odgovorna_vrijednost agencije %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Nevažeći datum završetka" @@ -1672,26 +1692,22 @@ 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:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Nevažeći datum početka" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1721,6 +1737,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Posljednje ažuriranje" @@ -1730,6 +1747,11 @@ msgstr "Posljednje ažuriranje" msgid "Last editor" msgstr "Posljednji " +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Posljednje ažuriranje" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Posljednje ažuriranje" @@ -1738,7 +1760,7 @@ msgstr "Posljednje ažuriranje" msgid "Last update:" msgstr "Posljednje ažuriranje:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1810,7 +1832,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1830,19 +1852,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Poruka" @@ -1862,15 +1876,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Nedostaje nadležni_ID" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1878,8 +1892,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Prijavio %s za %s" @@ -1888,8 +1902,8 @@ msgstr "Prijavio %s za %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "druga područja:" @@ -1915,14 +1929,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Ime" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1934,7 +1947,7 @@ msgstr "Ime:" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1943,16 +1956,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Najbliža imenovana cesta smještena pokraj oznake na mapi (automatski generirano pomoću OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Najbliža cesta smještena pokraj oznake na mapi (automatski generirano pomoću Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1964,15 +1977,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Novi <br>problemi" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" @@ -2044,20 +2053,19 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Ne" @@ -2089,12 +2097,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "" @@ -2103,11 +2107,11 @@ msgstr "" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2149,12 +2153,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2178,7 +2178,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Napomena" @@ -2188,7 +2188,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Imajte na umu da kada uključujemo nepotvrđene prijave koristimo datum kada je prijava napravljena koji ne mora biti u istom mjesecu kada je prijava potvrđena pa stoga datumi mogu varirati" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Napomena:" @@ -2210,6 +2210,10 @@ msgstr "Podnesite svoju prijavu…" msgid "Now to submit your update…" msgstr "Pošaljite svoje ažuriranje…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2222,22 +2226,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Stari / nepoznati <br>problemi" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Starije <br>popravljeno" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Stariji <br>problemi" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2245,28 +2237,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Otvori" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2295,9 +2278,9 @@ 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 ’:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2307,6 +2290,15 @@ msgstr "Ili se možete pretplatiti na upozorenja unutar vašeg vijeća ’:" msgid "Other" msgstr "Drugo" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Kreiraj kategoriju" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Vlasnik" @@ -2321,8 +2313,8 @@ msgstr "Stranica nije pronađena" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Djelomično" @@ -2356,7 +2348,7 @@ msgid "Phone number (optional)" msgstr "Telefonski broj (neobavezan)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2365,9 +2357,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2385,12 +2377,12 @@ msgstr "Slika" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2400,6 +2392,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Fotografije posljednjih obližnjih prijava" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Nema odgovornog tijela" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2407,10 +2405,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2435,9 +2433,9 @@ msgstr "Provjeri lozinku i pokušaj ponovno" msgid "Please check your email address is correct" msgstr "Provjerite je li vaša e-mail adresa točna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2447,12 +2445,12 @@ msgstr "Izaberi kategoriju" msgid "Please choose a property type" msgstr "Izaberi tip imovine" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2463,18 +2461,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Unesi poruku" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2490,8 +2488,8 @@ msgstr "Unesi lozinku" msgid "Please enter a subject" msgstr "Unesi predmet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2531,7 +2529,7 @@ msgstr "Unesi svoju e-mail adresu" msgid "Please enter your first name" msgstr "Unesi svoje ime" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2601,7 +2599,7 @@ msgstr "" msgid "Please note:" msgstr "Napominjemo:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2649,30 +2647,29 @@ msgstr "Napiši poruku" msgid "Please write your update here" msgstr "Ovdje ažurirajte" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Objavi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Objavljeno anonimno na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Objavio %s na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Objavio <strong>%s</strong> (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Objavio <strong>%s</strong> na %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2680,7 +2677,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2699,9 +2696,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privatno" @@ -2732,7 +2729,7 @@ msgstr "Problem %s poslan odgovornom tijelu %s" msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -2740,7 +2737,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -2761,13 +2758,13 @@ msgstr "Problems nedavno prijavljeni kao popravljeni na Popravi.to" msgid "Problems within %.1fkm of this location" msgstr "Problemi unutar%.1fkm od ove lokacije" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemi unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemi unutar %s ward" @@ -2848,11 +2845,11 @@ msgstr "Upitnik popunila osoba koja je prijavila problem" msgid "RSS feed" msgstr "RSS izvor" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS izvor za %s ward, %s" @@ -2860,11 +2857,11 @@ msgstr "RSS izvor za %s ward, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS izvor za %s, unutar %s ward" @@ -2872,13 +2869,13 @@ msgstr "RSS izvor za %s, unutar %s ward" msgid "RSS feed of nearby problems" msgstr "RSS izvor za okolne probleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS izvor za probleme unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS izvor za probleme unutar %s ward" @@ -2907,10 +2904,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Nedavno<br>popravljeno" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" @@ -2923,13 +2916,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Ukloni oznaku" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2939,7 +2932,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2953,13 +2946,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavi problem" @@ -3041,10 +3034,6 @@ msgstr "Prijavio %s u kategoriju %s anonimno u %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavio %s u %s kategoriju %s u %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3059,14 +3048,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3091,11 +3080,11 @@ msgstr "Prijavi problem" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3134,7 +3123,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3157,16 +3146,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3185,14 +3174,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Spremi promjene" @@ -3201,7 +3190,6 @@ msgstr "Spremi promjene" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3240,7 +3228,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3249,10 +3237,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3266,6 +3250,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3287,7 +3275,7 @@ msgstr "Poslano:" msgid "Service:" msgstr "Servis:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3296,20 +3284,24 @@ msgid "Share" msgstr "Podijeli" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3318,6 +3310,11 @@ msgstr "" msgid "Show Photo?" msgstr "Prikaži staro" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s ažuriranje uživo" + #: 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 @@ -3333,7 +3330,7 @@ msgstr "Prikaži moje ime javno" msgid "Show old" msgstr "Prikaži staro" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Prikaži staro" @@ -3346,6 +3343,11 @@ msgstr "Prikaži pinove" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Pregled prijava za ward" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3401,7 +3403,7 @@ 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:230 +#: 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 @@ -3430,7 +3432,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3451,14 +3453,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Stanje" @@ -3471,7 +3476,7 @@ msgstr "Stanje" msgid "State:" msgstr "Stanje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3502,7 +3507,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Predmet" @@ -3519,7 +3524,7 @@ msgstr "Predmet:" msgid "Submit" msgstr "Pošalji" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3557,23 +3562,22 @@ msgstr "Pretplati se na e-mail upozorenja" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Sažetak" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3596,7 +3600,7 @@ msgstr "Rezultati ispitivanja" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3626,7 +3630,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Zahvaljujemo se na pokušaju slanja vaše nadopune ili problema. Izgleda da imamo problem pa<a href=\"%s\">vas molimo da nam pojasnite što se dogodilo</a> te ćemo pokušati popraviti." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3664,19 +3668,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Navedena prijava je uklonjena s Popravi.to" @@ -3702,8 +3706,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3731,7 +3735,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Greška je: %s" @@ -3807,7 +3811,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3816,7 +3820,7 @@ msgstr "Došlo je do problema pri učitavanju svih prijava. Molimo pokušajte po msgid "There was a problem showing this page. Please try again later." msgstr "Došlo je do problema pri učitavanju ove stranice. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3827,7 +3831,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." @@ -3835,7 +3839,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Došlo je do problema pri ažuriranju. Detalje pogledajte u nastavku." @@ -3898,9 +3902,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Potrebna informacija" @@ -3909,23 +3913,19 @@ msgstr "Potrebna informacija" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Ovo je stranica za razvojne programere; ovdje se sve može prekinuti u bilo kojem trenutku. Baza će biti povremeno izbrisana." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Problem je riješen" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Problem još nije riješen" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Problem još nije riješen" @@ -3940,15 +3940,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Ova prijava je trenutno označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Prijava je trenutno označena kao popravljena." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Prijava je trenutno označena kao otvorena." @@ -3967,7 +3967,7 @@ msgstr "Stranica sadrži i fotografiju problem, dodanu od strane korisnika." msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Vremenska skala" @@ -4000,6 +4000,15 @@ msgstr "Kako biste vidjeli lokalne probleme,molimo Vas da unesete poštanski bro msgid "To view a map of the precise location of this issue" msgstr "Karta točne lokacije ovog problema" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Nije prijavljeno odgovornom tijelu" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4035,7 +4044,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4051,9 +4060,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4074,14 +4084,14 @@ msgid "Unknown alert type" msgstr "Nepoznat tip upozorenja" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Nepoznat IB problema" @@ -4145,10 +4155,10 @@ msgstr "Status ažuriranja" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4175,11 +4185,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 +4213,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Korisnička oznaka uklonjena" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Korisnik označen" @@ -4210,8 +4231,8 @@ msgstr "označeno kao popravljeno" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4221,9 +4242,9 @@ msgstr "Korisnici" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Vrijednosti ažurirane" @@ -4337,7 +4358,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Osim pretraživanja prijava, moguće je pretražiti i odgovorne_agencije kako biste ograničili prijave na one poslane određenom uredu. Pojam za pretraživanje je IB pojedinog ureda kojeg možete saznati pomoću <a href=\"%s\">MaPit</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4362,23 +4383,22 @@ msgstr "" msgid "Year" msgstr "Godina" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Da" @@ -4412,7 +4432,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4446,7 +4466,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Već ste ogovorili na upitnik. Ako imate nekih pitanja, molimo da nam<a href='%s'>se javite</a>, ili<a href='%s'>pregledate problem koji vas zanima</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4507,7 +4527,7 @@ 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:81 +#: 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 @@ -4537,6 +4557,19 @@ msgstr "Vaše informacije će se koristiti isključivo u skladu s našim<a href= msgid "Your name" msgstr "Ime" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Vaša lozinka je promijenjena" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4553,6 +4586,7 @@ msgstr "Lozinka" msgid "Your password has been changed" msgstr "Vaša lozinka je promijenjena" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4593,7 +4627,7 @@ msgstr "" msgid "by %s" msgstr "od %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4630,44 +4664,44 @@ msgstr "" msgid "less than a minute" msgstr "manje od minute" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4709,8 +4743,8 @@ msgstr "" msgid "other areas:" msgstr "druga područja:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "ponovno otvoreno" @@ -4718,7 +4752,7 @@ msgstr "ponovno otvoreno" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "odjavi se" @@ -4726,7 +4760,7 @@ msgstr "odjavi se" msgid "the local council" msgstr "lokalno odgovorno tijelo" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "nema oznake jer korisnik nije označio problem na karti" @@ -4830,6 +4864,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dan" +msgstr[1] "%d dani" +msgstr[2] "%d dani" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "označeno kao popravljeno" +msgstr[1] "označeno kao popravljeno" +msgstr[2] "označeno kao popravljeno" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Ili problemi prijavljeni:" +msgstr[1] "Ili problemi prijavljeni:" +msgstr[2] "Ili problemi prijavljeni:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Sve prijave" +msgstr[1] "Sve prijave" +msgstr[2] "Sve prijave" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Primite ažuriranja %s problema" +msgstr[1] "Primite ažuriranja %s problema" +msgstr[2] "Primite ažuriranja %s problema" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4901,3 +4975,24 @@ msgid_plural "reports" msgstr[0] "Sve prijave" msgstr[1] "Sve prijave" msgstr[2] "Sve prijave" + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Sivo osjenčani su councils koji više ne postoje" + +#~ msgid "New <br>problems" +#~ msgstr "Novi <br>problemi" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Stari / nepoznati <br>problemi" + +#~ msgid "Older <br>fixed" +#~ msgstr "Starije <br>popravljeno" + +#~ msgid "Older <br>problems" +#~ msgstr "Stariji <br>problemi" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Nedavno<br>popravljeno" + +#~ msgid "Are you a developer?" +#~ msgstr "Jeste li programer?" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index 3a81c7895..10b5d5178 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Daniele Faraglia <daniele.faraglia@gmail.com>, 2017\n" "Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s dentro al quartiere %s" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email nella tabella degli abusi)" @@ -154,6 +154,10 @@ msgstr "(risolto)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(come gli atti vandalici, le discariche abusive, la pavimentazione e l'illuminazione stradale rotta)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(non inviato al Comune)" @@ -166,8 +170,8 @@ msgstr "(opzionale)" msgid "(sent to both)" msgstr "(inviato ad entrambi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Scegli una categoria --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Si</strong> Ho già la password" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +279,7 @@ msgstr "Aggiungi una nuova categoria" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Aggiungi un'utente" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "Aggiunti %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "Avvisami su futuri aggiornamenti" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tutte le segnalazioni" @@ -356,7 +354,7 @@ msgstr "Tutte le categorie" #: 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:21 +#: 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 "Tutte le segnalazioni" @@ -366,6 +364,15 @@ msgstr "Tutte le segnalazioni" msgid "All reports between %s and %s" msgstr "Tutte le segnalazioni tra %s e %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Tutte le categorie" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Un aggiornamento ha riportato questo problema come risolto." @@ -375,7 +382,7 @@ msgstr "Un aggiornamento ha riportato questo problema come risolto." msgid "Anonymous" msgstr "Anonimo" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonimo:" @@ -385,10 +392,6 @@ msgstr "Anonimo:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Sei uno sviluppatore?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +434,7 @@ msgstr "Assegna ad un corpo esterno:" msgid "Assign to subdivision:" msgstr "Assegna ad una subdivisione:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +459,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Categorie disponibili" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +492,12 @@ msgstr "Indietro" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Vietare l'indirizzo email" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +528,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +541,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +593,11 @@ msgstr "" msgid "Change password" msgstr "Cambia la Password" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +650,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -706,7 +701,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "mappa usata" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configurazione" @@ -732,9 +727,8 @@ msgstr "" msgid "Confirmation" msgstr "Conferma" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confermato" @@ -769,8 +763,8 @@ msgstr "Contatta il team" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Non posso trovare l'utente" @@ -832,7 +826,7 @@ msgstr "Contare" msgid "Create a report" msgstr "Crea una segnalazione" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crea una categoria" @@ -841,11 +835,11 @@ msgstr "Crea una categoria" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -882,6 +876,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Pannello di controllo" @@ -889,26 +885,24 @@ msgstr "Pannello di controllo" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Eliminato" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -935,7 +929,7 @@ msgstr "Dettagli" msgid "Details:" msgstr "Dettagli:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Devoluto:" @@ -948,8 +942,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Salva modifiche" @@ -967,11 +961,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Non lo so" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -983,12 +981,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplica" @@ -1010,7 +1004,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1030,23 +1024,23 @@ msgstr "Modifica" msgid "Edit body details" msgstr "Modifica dettagli corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1069,7 +1063,7 @@ msgstr "Modifica aggiornamento %d" msgid "Editing user %d" msgstr "Modifica utente %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editor" @@ -1085,7 +1079,7 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Email aggiunta alla lista abusi" @@ -1103,11 +1097,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Email già presente nella lista abusi" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1148,7 +1142,7 @@ msgstr "Punto finale" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Inserisci il piu vicino codice postale UK, o il nome di una strada e una città " @@ -1157,6 +1151,7 @@ msgstr "Inserisci il piu vicino codice postale UK, o il nome di una strada e una msgid "Enter a nearby postcode, or street name and area" msgstr "Inserisci il piu vicino codice postale UK o il nome di una strada e l'area" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1196,8 +1191,7 @@ msgstr "Esempio codice postale %s" msgid "Examples:" msgstr "Esempi:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1205,7 +1199,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1265,29 +1259,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Risolto - Comune" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Risolto - Utente" @@ -1305,11 +1296,11 @@ msgstr "Risolto:" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Utente segnalato" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Segnalato" @@ -1326,7 +1317,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Segnalato:" @@ -1363,6 +1354,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Domande Frequenti" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Contare" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1393,6 +1389,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Vai" @@ -1401,7 +1398,7 @@ msgstr "Vai" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1409,10 +1406,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Le linee evidenziate in grigio sono i comuni che non esistono più." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "E' stato risolto questo problema?" @@ -1423,7 +1416,7 @@ msgstr "Avevi mai segnalato un problema ad un comune precedentemente, o questa #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Aiuto" @@ -1437,18 +1430,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1456,11 +1449,30 @@ msgstr "Ciao %s" msgid "Hidden" msgstr "Nascosto" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Rinvia la segnalazione" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Aggiornato da {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Rinvia la segnalazione" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" @@ -1473,6 +1485,12 @@ msgstr "" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Il tuo nome" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Cronologia" @@ -1494,8 +1512,8 @@ msgstr "Come inviare segnalazioni di successo" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1596,8 +1614,6 @@ msgstr "Selezione feed illegale" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In progresso" @@ -1611,16 +1627,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1637,11 +1655,16 @@ msgstr "Includi segnalazioni non confermate" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Rinvia la segnalazione" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1649,10 +1672,8 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1664,7 +1685,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "" @@ -1672,26 +1693,22 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1721,6 +1738,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Ultimo aggiornamento:" @@ -1730,6 +1748,11 @@ msgstr "Ultimo aggiornamento:" msgid "Last editor" msgstr "Ultima modifica" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Ultimo aggiornamento:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Ultimo aggiornamento:" @@ -1738,7 +1761,7 @@ msgstr "Ultimo aggiornamento:" msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1810,7 +1833,7 @@ msgstr "" msgid "MAP" msgstr "MAPPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1830,19 +1853,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Messaggio" @@ -1862,15 +1877,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1878,8 +1893,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Segnalato da %s al %s" @@ -1888,8 +1903,8 @@ msgstr "Segnalato da %s al %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "altre aree:" @@ -1915,14 +1930,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1934,7 +1948,7 @@ msgstr "Nome:" msgid "Name: %s" msgstr "Nome: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1943,16 +1957,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Il più vicino nome della strada al segno posizionato sulla mappa (automaticamente generato usando OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1962,15 +1976,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nuovi <br>problemi" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" @@ -2042,20 +2052,19 @@ msgstr "" msgid "Next" msgstr "Prossimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "No" @@ -2087,12 +2096,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "Nessun ulteriore aggiornamento" @@ -2102,11 +2107,11 @@ msgstr "Nessun ulteriore aggiornamento" msgid "No further updates" msgstr "Nessun ulteriore aggiornamento" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2148,12 +2153,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Non responsabile" @@ -2177,7 +2178,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2187,7 +2188,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Tieni presente che per includere delle segnalazioni non confermate, usiamo la data della creazione della segnalazione, la quale potrebbe non essere nello stesso mese in cui la segnalazione stessa è stata poi confermata, quindi i numeri potrebbero saltare un po." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Nota:" @@ -2209,6 +2210,10 @@ msgstr "Ora per inserire la tua segnalazione…" msgid "Now to submit your update…" msgstr "Ora per inserire il tuo aggiornamento…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2221,22 +2226,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Vecchi / sconosciuti <br>problemi" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Vecchio stato" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Più vecchi <br> risolti" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Vecchi <br>problemi" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2244,28 +2237,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Aperto" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2294,9 +2278,9 @@ msgstr "" msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "O puoi iscriverti agli avvisi basati sul tuo quartiere o comune di appartenenza:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2306,6 +2290,15 @@ msgstr "O puoi iscriverti agli avvisi basati sul tuo quartiere o comune di appar msgid "Other" msgstr "Altro" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Tutte le categorie" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Proprietario" @@ -2320,8 +2313,8 @@ msgstr "Pagina non trovata" msgid "Parent" msgstr "Parente" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Parziale" @@ -2355,7 +2348,7 @@ msgid "Phone number (optional)" msgstr "Numero di telefono (opzionale)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2364,9 +2357,9 @@ msgstr "Telefono:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2384,12 +2377,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2399,6 +2392,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto delle piu vicine e recenti segnalazioni" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Nessuno comune" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2406,10 +2405,10 @@ msgstr "Inserisci il cursore sulla mappa" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2434,9 +2433,9 @@ msgstr "Per favore controlla la password e prova ancora" msgid "Please check your email address is correct" msgstr "Per favore controlla che il tuo indirizzo email è corretto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2446,12 +2445,12 @@ msgstr "Per favore scegli una categoria" msgid "Please choose a property type" msgstr "Per favore scegli un tipo di proprietà" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2462,18 +2461,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2489,8 +2488,8 @@ msgstr "Per favore inserisci la password" msgid "Please enter a subject" msgstr "Per favore inserisci il soggetto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2530,7 +2529,7 @@ msgstr "Per favore inserisci il tuo indirizzo email" msgid "Please enter your first name" msgstr "Per favore inserisci il tuo nome" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2600,7 +2599,7 @@ msgstr "" msgid "Please note:" msgstr "Attenzione:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2648,30 +2647,29 @@ msgstr "Per favore scrivi un messaggio" msgid "Please write your update here" msgstr "Per favore scrivi il tuo aggiornamento qui" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Posta" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Postato anonimamente al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postato da %s al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postato da <strong>%s</strong> (%s) al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postato da <strong>%s</strong> al %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2679,7 +2677,7 @@ msgstr "" msgid "Previous" msgstr "Precedente" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2698,9 +2696,9 @@ msgstr "Privacy" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privato" @@ -2731,7 +2729,7 @@ msgstr "Problema %s inviato al comune %s" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -2739,7 +2737,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -2760,13 +2758,13 @@ msgstr "Problemi recentemente segnalati e risolti su FIxMyStreet" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemi dentro %s quartiere" @@ -2848,11 +2846,11 @@ msgstr "" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS feed per %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" @@ -2860,11 +2858,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS feed di %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed di %s, dentro al quartiere %s " @@ -2872,13 +2870,13 @@ msgstr "RSS feed di %s, dentro al quartiere %s " msgid "RSS feed of nearby problems" msgstr "RSS feed dei problemi vicino" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS feed dei problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS feed di problemi dentro al quartiere %s " @@ -2907,10 +2905,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Recentemente <br>risolti" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problemi segnalati di recente" @@ -2923,13 +2917,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2939,7 +2933,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2953,13 +2947,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Segnala un problema" @@ -3041,10 +3035,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3059,14 +3049,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Stai segnalando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3091,11 +3081,11 @@ msgstr "Segnala un problema" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3134,7 +3124,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3157,16 +3147,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3185,14 +3175,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Salva modifiche" @@ -3201,7 +3191,6 @@ msgstr "Salva modifiche" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3240,7 +3229,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3249,10 +3238,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3266,6 +3251,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3287,7 +3276,7 @@ msgstr "Inviato:" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3296,20 +3285,24 @@ msgid "Share" msgstr "Condividi" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3318,6 +3311,11 @@ msgstr "" msgid "Show Photo?" msgstr "Foto" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s aggiornamenti in tempo reale" + #: 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 @@ -3333,7 +3331,7 @@ msgstr "Mostra il mio nome pubblicamente" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Pubblica la foto" @@ -3346,6 +3344,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3401,7 +3403,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3430,7 +3432,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3451,14 +3453,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Stato" @@ -3471,7 +3476,7 @@ msgstr "Stato" msgid "State:" msgstr "Stato:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3502,7 +3507,7 @@ msgstr "Sottocategoria: %s" msgid "Subdivision/Body" msgstr "Sottodivisione/Corpo" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Soggetto" @@ -3519,7 +3524,7 @@ msgstr "Soggetto:" msgid "Submit" msgstr "Invia" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3557,23 +3562,22 @@ msgstr "Iscrivimi alle email di avviso" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Sommario" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3596,7 +3600,7 @@ msgstr "Risultati sondaggio" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3626,7 +3630,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3664,19 +3668,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "La segnalazione non può essere vista su %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" @@ -3702,8 +3706,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3731,7 +3735,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "L'errore era: %s" @@ -3807,7 +3811,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3816,7 +3820,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "E' accaduto un problema visualizzando questa pagine. Per favore riprova ancora più tardi" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3827,7 +3831,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora." @@ -3835,7 +3839,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3898,9 +3902,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -3909,23 +3913,19 @@ msgstr "Questa informazione è richiesta" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Questo problema è stato risolto" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Questo problema non è stato risolto" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Questo problema non è stato risolto" @@ -3940,15 +3940,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3967,7 +3967,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -4000,6 +4000,15 @@ msgstr "Per sapere quali segnalazioni locali abbiamo per te, inserisci per favor msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Non segnalato al comune" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4035,7 +4044,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4051,9 +4060,10 @@ msgstr "Prova ancora" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4074,14 +4084,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Errore sconosciuto" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4145,10 +4155,10 @@ msgstr "" msgid "Updated" msgstr "Aggiornato" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4175,11 +4185,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 +4213,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4210,8 +4231,8 @@ msgstr "Aggiorna segnalazione come risolta" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4221,9 +4242,9 @@ msgstr "Utenti" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4337,7 +4358,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4362,23 +4383,22 @@ msgstr "" msgid "Year" msgstr "Anno" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Si" @@ -4412,7 +4432,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4446,7 +4466,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4507,7 +4527,7 @@ 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:81 +#: 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 @@ -4537,6 +4557,19 @@ msgstr "" msgid "Your name" msgstr "Il tuo nome" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "La tua password è stata cambiata" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4553,6 +4586,7 @@ msgstr "Tua password" msgid "Your password has been changed" msgstr "La tua password è stata cambiata" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4593,7 +4627,7 @@ msgstr "" msgid "by %s" msgstr "da %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4630,44 +4664,44 @@ msgstr "ultimo aggiornamento %s" msgid "less than a minute" msgstr "meno di un minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4709,8 +4743,8 @@ msgstr "" msgid "other areas:" msgstr "altre aree:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "riaperto" @@ -4718,7 +4752,7 @@ msgstr "riaperto" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4726,7 +4760,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4822,6 +4856,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d giorno" +msgstr[1] "%d giorni" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Aggiorna segnalazione come risolta" +msgstr[1] "Aggiorna segnalazione come risolta" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Problema %d creato" +msgstr[1] "Problema %d creato" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Tutte le segnalazioni" +msgstr[1] "Tutte le segnalazioni" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Ottieni gli aggiornamenti di %s problemi" +msgstr[1] "Ottieni gli aggiornamenti di %s problemi" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4884,3 +4953,24 @@ msgid "report" msgid_plural "reports" msgstr[0] "Tutte le segnalazioni" msgstr[1] "Tutte le segnalazioni" + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Le linee evidenziate in grigio sono i comuni che non esistono più." + +#~ msgid "New <br>problems" +#~ msgstr "Nuovi <br>problemi" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Vecchi / sconosciuti <br>problemi" + +#~ msgid "Older <br>fixed" +#~ msgstr "Più vecchi <br> risolti" + +#~ msgid "Older <br>problems" +#~ msgstr "Vecchi <br>problemi" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Recentemente <br>risolti" + +#~ msgid "Are you a developer?" +#~ msgstr "Sei uno sviluppatore?" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 8fea13f2d..7639df8e9 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Paulius Zaleckas <paulius.zaleckas@gmail.com>, 2016\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/mysociety/teams/12067/lt_LT/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, viduje %s rajonas" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Elektroninis paštas piktnaudžiavo lentelėje)" @@ -154,6 +154,10 @@ msgstr "(atlikta)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(pavyzdžiui, grafitis, šiukšlės, duobė kelyje ar gatvės apšvietimas)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(neišsiųsta tarybai)" @@ -166,8 +170,8 @@ msgstr "(pasirinktinai)" msgid "(sent to both)" msgstr "(išsiųsta į abu)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Išsirinktite kategorija --" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "<strong>Pastaba:</strong> Šis pranešimas dar neišsiūstas vykdymui. B msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Taip</strong> Aš turiu slaptažodį" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Veiksmas suplanuotas" @@ -286,7 +285,7 @@ msgstr "Pridėti naują kategoriją" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -298,15 +297,15 @@ msgstr "Įdėti į trumpajį sąrašą" msgid "Add user" msgstr "Pridėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Pridėti/redaguoti problemų kategorijas" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Pridėti/redaguoti atsakymų prioritetus" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Pridėti/redaguoti atsakymo šablonus" @@ -314,7 +313,7 @@ msgstr "Pridėti/redaguoti atsakymo šablonus" msgid "Added %s" msgstr "Pridėta %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -344,7 +343,6 @@ msgstr "Įspėti mane apie atnaujinimus" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Visi Pranešimai" @@ -362,7 +360,7 @@ msgstr "" #: 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:21 +#: 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 "Visi pranešimai" @@ -372,6 +370,14 @@ msgstr "Visi pranešimai" msgid "All reports between %s and %s" msgstr "Visi pranešimai nuo %s ir %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Atnaujinimas - Problema sutvarkyta" @@ -381,7 +387,7 @@ msgstr "Atnaujinimas - Problema sutvarkyta" msgid "Anonymous" msgstr "Anoniminis" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anoniminis:" @@ -391,10 +397,6 @@ msgstr "Anoniminis:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Ar esi aplikacijų kūrėjas?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -437,7 +439,7 @@ msgstr "Priskirti išoriniai institucijai:" msgid "Assign to subdivision:" msgstr "Priskirti padaliniui:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -462,11 +464,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -492,12 +497,12 @@ msgstr "Atgal" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Drausti el. paštą" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -528,7 +533,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -541,7 +546,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -593,27 +598,11 @@ msgstr "" msgid "Change password" msgstr "Pakeisti slaptažodį" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Pažymėti <strong>patvirtinta</strong> norint nurodyti, kad kontaktas yra teisingas.\n" -"Jeigu abejojate kontakto tikrumoč siūlome palikti nežymėta." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Check <strong>deleted</strong> to remove the category from use. \n" -"It will not appear as an available category in the drop-down menu on the report-a-problem page." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -675,14 +664,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -724,7 +714,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nustatymai" @@ -750,9 +740,8 @@ msgstr "" msgid "Confirmation" msgstr "Patvirtinimas" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Patvirtinta" @@ -787,8 +776,8 @@ msgstr "Susisiekite su komanda" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Vartotojas nerastas" @@ -850,7 +839,7 @@ msgstr "Skaičiavimas" msgid "Create a report" msgstr "Sukurti pranešimą" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Sukurti kategoriją" @@ -859,11 +848,11 @@ msgstr "Sukurti kategoriją" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -900,6 +889,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Įrankių juosta" @@ -907,26 +898,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Ištrinta" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -953,7 +942,7 @@ msgstr "Išsamiau" msgid "Details:" msgstr "Išsamiau:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Perduota" @@ -966,8 +955,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Diligency prize league table" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "" @@ -984,11 +973,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Don’t nežinau" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Nepatinka anketos?" @@ -1000,12 +993,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Kopija" @@ -1030,7 +1019,7 @@ msgstr "" "Different categories <strong>can have the same contact</strong> (email address).\n" "This means you can add many categories even if you only have one contact for the body." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1050,23 +1039,23 @@ msgstr "Redaguoti" msgid "Edit body details" msgstr "Redaguoti institucijos informaciją" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1089,7 +1078,7 @@ msgstr "Atnaujinimo redagavimas %d" msgid "Editing user %d" msgstr "Redaguoti vartotoją %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Redaktorius" @@ -1105,7 +1094,7 @@ msgstr "Redaktorius" msgid "Email" msgstr "El. paštas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo" @@ -1123,11 +1112,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "El. paštas jau yra piktnaudžiavimo sąraše" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1175,7 +1164,7 @@ msgstr "Pabaigos taškas" msgid "Enter a Zürich street name" msgstr "Įveskite Zürich gatvės pavadinimą" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" @@ -1184,6 +1173,7 @@ msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" msgid "Enter a nearby postcode, or street name and area" msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1223,8 +1213,7 @@ msgstr "Pašto kodo pavyzdys %s" msgid "Examples:" msgstr "Pavyzdžiai:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1232,7 +1221,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1292,29 +1281,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Sutvarkyta - Savivaldybe" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Sutvarkyta - Vartotojas" @@ -1332,11 +1318,11 @@ msgstr "Sutvarkyta:" msgid "Flag as deleted" msgstr "Pažymeti kaip ištrinta" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Pažymėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Pažymėta" @@ -1353,7 +1339,7 @@ msgstr "Flagged users are listed on the <a href='%s'>flagged</a> page." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Pažymėta:" @@ -1390,6 +1376,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Dažniausiai Užduodami Klausimai" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Skaičiavimas" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1420,6 +1411,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Pirmyn" @@ -1428,7 +1420,7 @@ msgstr "Pirmyn" msgid "Going to send questionnaire?" msgstr "Ar ruošiates išsiųsti klausimyną?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1436,10 +1428,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Problemų sukurimo grafikas pagal statusą per laiką" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Pilkos eilutės nurodo nebeegsituojančius savivaldybės narius." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Ar ši problema buvo sutvarkyta?" @@ -1450,7 +1438,7 @@ msgstr "Ar esate pranešęs apie problema anksčiau, o gal tai pirmas kartas?" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Pagalba" @@ -1464,18 +1452,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 +1471,29 @@ msgstr "Labas %s" msgid "Hidden" msgstr "Paslėpta" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Pridėti nepatvirtintus pranešimus" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Pridėti nepatvirtintus pranešimus" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Paslėpti senus" @@ -1500,6 +1506,11 @@ msgstr "Paslėpti smeigtukus" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Istorija" @@ -1521,8 +1532,8 @@ msgstr "Kaip išsiųsti sėkminga pranešimą" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1635,8 +1646,6 @@ msgstr "Neteisėtas srauto pasirinkimas" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Apdorojama" @@ -1650,16 +1659,18 @@ msgstr "In addition, the following attributes that are not part of the Open311 v #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1676,11 +1687,16 @@ msgstr "Pridėti nepatvirtintus pranešimus" msgid "Incorrect has_photo value \"%s\"" msgstr "Incorrect has_photo value \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Nauji pranešimai" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1688,10 +1704,8 @@ msgstr "" msgid "Internal notes" msgstr "Internal notes" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Internal referral" @@ -1703,7 +1717,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Invalid agency_responsible value %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Klaidina pabaigos data" @@ -1711,26 +1725,22 @@ msgstr "Klaidina pabaigos data" msgid "Invalid format %s specified." msgstr "Pasirinktas klaidingas formatas %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Klaidinga pradžios data" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1760,6 +1770,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Paskutinis atnaujinimas:" @@ -1769,6 +1780,11 @@ msgstr "Paskutinis atnaujinimas:" msgid "Last editor" msgstr "Paskutinis redaktorius" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Paskutinis atnaujinimas:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Paskutinis atnaujinimas:" @@ -1777,7 +1793,7 @@ msgstr "Paskutinis atnaujinimas:" msgid "Last update:" msgstr "Last update:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1849,7 +1865,7 @@ msgstr "" msgid "MAP" msgstr "MAP" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1869,19 +1885,11 @@ 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>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Žinutė" @@ -1901,15 +1909,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Missing jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1917,8 +1925,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "" @@ -1926,8 +1934,8 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderated by division within one working day" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "" @@ -1952,14 +1960,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Vardas" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1971,7 +1978,7 @@ msgstr "Vardas:" msgid "Name: %s" msgstr "Vardas: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1980,16 +1987,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Artimiausia gatvė esanti šalia smeigtuko (automatiškai sugeneruota naudojant OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Artimiausia gavtė esanti šalia smeigtuko žemėlapyje (sugeneruota automatiškai naudojant Bing Maps): %s " -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2001,15 +2008,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Naujos <br>problemos" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Nauja dalis pridėta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Naujas kategorijos kontaktas pridetas" @@ -2081,20 +2084,19 @@ msgstr "" msgid "Next" msgstr "Kitas" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Ne" @@ -2126,12 +2128,8 @@ msgstr "Pažymėtos problemos nerastos" msgid "No flagged users found." msgstr "Pažymėti vartotojai nerasti." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "Jokių kitų atnaujinimai" @@ -2141,11 +2139,11 @@ msgstr "Jokių kitų atnaujinimai" msgid "No further updates" msgstr "Jokių kitų atnaujinimai" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2193,12 +2191,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Neatsakingas" @@ -2222,7 +2216,7 @@ msgid "Not reported to council" msgstr "Nepranešta savivaldybei" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Pastaba" @@ -2232,7 +2226,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Pastaba:" @@ -2254,6 +2248,10 @@ msgstr "Dabar patvirtinti jūsų report…" msgid "Now to submit your update…" msgstr "Dabar patvirtinti jūsų update…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Gerai" @@ -2266,22 +2264,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Senos/ nežinomos <br>problemos" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Sena būklė" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Senesnis <br>sutvarkyta" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Senesnės <br>problemos" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2289,28 +2275,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Atidaryta" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2339,9 +2316,9 @@ 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ę:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2351,6 +2328,15 @@ msgstr "Arba jūs galite prenumeruoti įspėjimą atsižvelgiant į jūsų rajon msgid "Other" msgstr "Kita" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Sukurti kategoriją" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Savininkas" @@ -2365,8 +2351,8 @@ msgstr "Puslapis nerastas" msgid "Parent" msgstr "Parent" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Dalinis" @@ -2400,7 +2386,7 @@ msgid "Phone number (optional)" msgstr "Telefono numeris (nebūtina)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2409,9 +2395,9 @@ msgstr "Telefonas:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2429,12 +2415,12 @@ msgstr "Nuotrauka" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2444,6 +2430,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Naujausios gretimų pranešimų nuotraukos" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Nėra savivaldybės" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2451,10 +2443,10 @@ msgstr "Padėkite smeigtuką ant žemėlapio" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2479,9 +2471,9 @@ msgstr "Prašome patikrinti slaptažodžius ir pabandykite dar kartą" msgid "Please check your email address is correct" msgstr "Prašome patikrinti ar jūsų el. pašto adresas teisingas " -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2491,12 +2483,12 @@ msgstr "Prašome pasirinkti kategoriją" msgid "Please choose a property type" msgstr "Prašome pasirinkti nuosavybės tipą" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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 " -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2507,18 +2499,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Prašome įvesti žinutę" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2534,8 +2526,8 @@ msgstr "Prašome įvesti slaptažodį" msgid "Please enter a subject" msgstr "Prašome įvesti temą" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2575,7 +2567,7 @@ msgstr "Prašome įvesti savo el. pašto adresą" msgid "Please enter your first name" msgstr "Prašome įvesti savo vardą" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2645,7 +2637,7 @@ msgstr "" msgid "Please note:" msgstr "Atkreipkite dėmėsį:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2693,30 +2685,29 @@ msgstr "Prašome įvesti žinutę" msgid "Please write your update here" msgstr "Prašome raštyti savo naujinimą čia" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Įkelti" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Pateikta anonimiškai %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2724,7 +2715,7 @@ msgstr "" msgid "Previous" msgstr "Ankstesnis" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2743,9 +2734,9 @@ msgstr "Privatumas" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privatus" @@ -2776,7 +2767,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problema pažymėta kaip atidaryta" @@ -2784,7 +2775,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemos" @@ -2805,13 +2796,13 @@ msgstr "Neseniai praneštos problemos FixMyStreet" msgid "Problems within %.1fkm of this location" msgstr "Problemos %.1fkm atstumu aplink šią vietovę" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemos viduje %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemos %s rajone" @@ -2893,11 +2884,11 @@ msgstr "Questionnaire filled in by problem reporter" msgid "RSS feed" msgstr "RSS srautas" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS srautas skirtas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS srautas skirtas %s rajonui, %s" @@ -2905,11 +2896,11 @@ msgstr "RSS srautas skirtas %s rajonui, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS srautas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS srautas %s, viduje %s rajono" @@ -2917,13 +2908,13 @@ msgstr "RSS srautas %s, viduje %s rajono" msgid "RSS feed of nearby problems" msgstr "Šalia esančių problemų RSS srautas" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2952,10 +2943,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "" @@ -2968,13 +2955,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2984,7 +2971,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2998,13 +2985,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" @@ -3086,10 +3073,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3104,14 +3087,14 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3135,11 +3118,11 @@ msgstr "" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3178,7 +3161,7 @@ msgstr "%s Atsakymo Šablonai" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3201,16 +3184,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3229,14 +3212,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" @@ -3245,7 +3228,6 @@ msgstr "" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3284,7 +3266,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3293,10 +3275,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3310,6 +3288,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3331,7 +3313,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3340,20 +3322,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3362,6 +3348,11 @@ msgstr "" msgid "Show Photo?" msgstr "Nuotrauka" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s tiesioginiai atnaujinimai" + #: 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 @@ -3376,7 +3367,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Paskelbti nuotrauką" @@ -3389,6 +3380,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3444,7 +3439,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3473,7 +3468,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3494,14 +3489,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -3514,7 +3512,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3545,7 +3543,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -3562,7 +3560,7 @@ msgstr "" msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3600,23 +3598,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3639,7 +3636,7 @@ msgstr "" msgid "Template «%s»" msgstr "Šablonas «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3669,7 +3666,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3707,19 +3704,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3745,8 +3742,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3774,7 +3771,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3850,7 +3847,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3859,7 +3856,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3870,7 +3867,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3878,7 +3875,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3941,9 +3938,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "" @@ -3952,23 +3949,19 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" msgstr "" @@ -3982,15 +3975,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -4009,7 +4002,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -4042,6 +4035,15 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Nepranešta savivaldybei" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4077,7 +4079,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4093,9 +4095,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4116,14 +4119,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4188,10 +4191,10 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4218,11 +4221,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 +4249,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4252,8 +4266,8 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4263,9 +4277,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4379,7 +4393,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4404,23 +4418,22 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "" @@ -4454,7 +4467,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4488,7 +4501,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4549,7 +4562,7 @@ 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:81 +#: 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 @@ -4579,6 +4592,18 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +msgid "Your name has been hidden." +msgstr "" + #: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" msgstr "" @@ -4594,6 +4619,7 @@ msgstr "" msgid "Your password has been changed" msgstr "" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4634,7 +4660,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4671,44 +4697,44 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4750,8 +4776,8 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -4759,7 +4785,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4767,7 +4793,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4871,6 +4897,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/web/base/reports/index.html:92 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Problema pažymėta kaip atidaryta" +msgstr[1] "Problema pažymėta kaip atidaryta" +msgstr[2] "Problema pažymėta kaip atidaryta" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Arba problemos praneštos:" +msgstr[1] "Arba problemos praneštos:" +msgstr[2] "Arba problemos praneštos:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Visi pranešimai" +msgstr[1] "Visi pranešimai" +msgstr[2] "Visi pranešimai" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Gauti šių problemų %s atnaujinimus" +msgstr[1] "Gauti šių problemų %s atnaujinimus" +msgstr[2] "Gauti šių problemų %s atnaujinimus" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4942,3 +5008,35 @@ msgid_plural "reports" msgstr[0] "Visi pranešimai" msgstr[1] "Visi pranešimai" msgstr[2] "Visi pranešimai" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Pažymėti <strong>patvirtinta</strong> norint nurodyti, kad kontaktas yra teisingas.\n" +#~ "Jeigu abejojate kontakto tikrumoč siūlome palikti nežymėta." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ "It will not appear as an available category in the drop-down menu on the report-a-problem page." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Pilkos eilutės nurodo nebeegsituojančius savivaldybės narius." + +#~ msgid "New <br>problems" +#~ msgstr "Naujos <br>problemos" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Senos/ nežinomos <br>problemos" + +#~ msgid "Older <br>fixed" +#~ msgstr "Senesnis <br>sutvarkyta" + +#~ msgid "Older <br>problems" +#~ msgstr "Senesnės <br>problemos" + +#~ msgid "Are you a developer?" +#~ msgstr "Ar esi aplikacijų kūrėjas?" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index 4cde98f9b..700f551e3 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Malay (https://www.transifex.com/mysociety/teams/12067/ms/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, dalam kawasan pentadbiran %s" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Emel dalam jadual penyalahguna)" @@ -154,6 +154,10 @@ msgstr "(tetap)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(seperti graffiti, fly tipping, paving slabs rosak, atau lampu jalan)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(tidak dihantar kepada majlis)" @@ -166,8 +170,8 @@ msgstr "(tidak diwajibkan)" msgid "(sent to both)" msgstr "(hantar kepada kedua-dua)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Pilih kategori --" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ya</strong> Aku ada kata laluan" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Jadual tindakan" @@ -283,7 +282,7 @@ msgstr "Tambah kategori baru" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -295,15 +294,15 @@ msgstr "" msgid "Add user" msgstr "Tambah pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -311,7 +310,7 @@ msgstr "" msgid "Added %s" msgstr "%s telah ditambahi" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -341,7 +340,6 @@ msgstr "Maklumkan aku sebarang kemas kini masa depan" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Semua Laporan" @@ -359,7 +357,7 @@ msgstr "" #: 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:21 +#: 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 "Semua laporan" @@ -369,6 +367,14 @@ msgstr "Semua laporan" msgid "All reports between %s and %s" msgstr "Semua laporan antara %s dan %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." @@ -378,7 +384,7 @@ msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." msgid "Anonymous" msgstr "Tanpa nama" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Tanpa Nama:" @@ -388,10 +394,6 @@ msgstr "Tanpa Nama:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Adakan anda developer?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -434,7 +436,7 @@ msgstr "Ditugaskan kepada badan luaran:" msgid "Assign to subdivision:" msgstr "Ditugaskan kepada bahagian bawah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -459,11 +461,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -489,12 +494,12 @@ msgstr "Balik" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Melarang alamat emel" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -525,7 +530,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -538,7 +543,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -590,23 +595,11 @@ msgstr "" msgid "Change password" msgstr "Menukar Kata Laluan" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -659,14 +652,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -709,7 +703,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "peta diguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -735,9 +729,8 @@ msgstr "" msgid "Confirmation" msgstr "Pengesahan" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Disahkan" @@ -772,8 +765,8 @@ msgstr "Menghubungi pasukan" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Tidak dapat mencari pengguna" @@ -840,7 +833,7 @@ msgstr "Kiraan" msgid "Create a report" msgstr "Laporan baru" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategori baru" @@ -849,11 +842,11 @@ msgstr "Kategori baru" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -890,6 +883,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Papan pemuka" @@ -897,26 +892,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Dipadam" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -943,7 +936,7 @@ msgstr "Perincian" msgid "Details:" msgstr "Perincian:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Didelegasikan" @@ -956,8 +949,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Jadual liga hadiah ketekunan" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Hantar perubahan" @@ -975,11 +968,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Tidak tahu" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -991,12 +988,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Salinan" @@ -1018,7 +1011,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1038,23 +1031,23 @@ msgstr "Menyunting" msgid "Edit body details" msgstr "Edit perincian badah" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1077,7 +1070,7 @@ msgstr "Sedang mengemaskini %d" msgid "Editing user %d" msgstr "Sedang edit pengguna %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editor" @@ -1093,7 +1086,7 @@ msgstr "Editor" msgid "Email" msgstr "Emel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Emel ditambahkan kepada senarai penyalahguna" @@ -1111,11 +1104,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Emel telah dalam senarai penyalahguna" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1156,7 +1149,7 @@ msgstr "Endpoint" msgid "Enter a Zürich street name" msgstr "Masukkan nama jalan Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan poskod UK terdekat, atau nama jalan dan kawasan" @@ -1165,6 +1158,7 @@ msgstr "Masukkan poskod UK terdekat, atau nama jalan dan kawasan" msgid "Enter a nearby postcode, or street name and area" msgstr "Masukkan poskod terdekat, atau nama jalan dan kawasan" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1204,8 +1198,7 @@ msgstr "Contoh poskod %s" msgid "Examples:" msgstr "Contoh:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1213,7 +1206,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1273,29 +1266,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Diselesai - Majlis" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Diselesai - Pengguna" @@ -1313,11 +1303,11 @@ msgstr "Selesai:" msgid "Flag as deleted" msgstr "Tanda sebagai dipadam" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Tanda pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Ditanda" @@ -1334,7 +1324,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Ditanda:" @@ -1371,6 +1361,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Soalan lazim" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Kiraan" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1401,6 +1396,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Pergi" @@ -1409,7 +1405,7 @@ msgstr "Pergi" msgid "Going to send questionnaire?" msgstr "Teruskan dengan menghantar soalan selidik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1417,10 +1413,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Graf masalah dibuat dengan status dari masa ke masa" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Garis kelabu adalah majlis yang tidak laji wujud." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Adakan masalah ini telah diselesai?" @@ -1431,7 +1423,7 @@ msgstr "Adakan anda pernah melaporkan masalah kepada majlis, atau inikah pertama #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Bantuan" @@ -1445,18 +1437,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1464,11 +1456,30 @@ msgstr "Hi %s" msgid "Hidden" msgstr "Tersembunyi" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Termasuk laporan yang belum disahkan" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Kemas kini dengan {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Termasuk laporan yang belum disahkan" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Sembunyikan lama" @@ -1481,6 +1492,12 @@ msgstr "Sembunyikan pin" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Nama anda" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Sejarah" @@ -1502,8 +1519,8 @@ msgstr "Bagaimana untuk menghantar laporan berjaya" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1604,8 +1621,6 @@ msgstr "Pilihan feed yang tak sah" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Dijalani" @@ -1619,16 +1634,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1645,11 +1662,16 @@ msgstr "Termasuk laporan yang belum disahkan" msgid "Incorrect has_photo value \"%s\"" msgstr "Nilai has_photo \"%s\" salah" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Laporan baru" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1657,10 +1679,8 @@ msgstr "" msgid "Internal notes" msgstr "Nota dalaman" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Rujukan dalaman" @@ -1672,7 +1692,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Nilai agency_responsible %s salah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Tarikh berakhir yang tak sah" @@ -1680,26 +1700,22 @@ msgstr "Tarikh berakhir yang tak sah" msgid "Invalid format %s specified." msgstr "Format dinyatakan %s salah" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Tarikh mula yang tak sah" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1729,6 +1745,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Kemas kini terakhir:" @@ -1738,6 +1755,11 @@ msgstr "Kemas kini terakhir:" msgid "Last editor" msgstr "Editor terakhir" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Kemas kini terakhir:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Kemas kini terakhir:" @@ -1746,7 +1768,7 @@ msgstr "Kemas kini terakhir:" msgid "Last update:" msgstr "Kemas kini terakhir:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1818,7 +1840,7 @@ msgstr "" msgid "MAP" msgstr "PETA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1838,19 +1860,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Pesanan" @@ -1870,15 +1884,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Kehilangan jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1886,8 +1900,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Dipostkan oleh %s pada %s" @@ -1896,8 +1910,8 @@ msgstr "Dipostkan oleh %s pada %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "kawasan lain:" @@ -1923,14 +1937,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nama" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1942,7 +1955,7 @@ msgstr "Nama:" msgid "Name: %s" msgstr "Nama: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1951,16 +1964,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1970,15 +1983,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Masalah<br>baru" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Badan baru ditambahi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Kategori hubungan baru ditambahi" @@ -2050,20 +2059,19 @@ msgstr "" msgid "Next" msgstr "Seterusnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Tidak" @@ -2095,12 +2103,8 @@ msgstr "Belum ada masalah yang ditanda." msgid "No flagged users found." msgstr "Belum ada pengguna yang ditanda." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Tidak dapat diselesai" @@ -2109,11 +2113,11 @@ msgstr "Tidak dapat diselesai" msgid "No further updates" msgstr "Tiada kemaskini baru." -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2155,12 +2159,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Tidak Bertanggungjawab" @@ -2184,7 +2184,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2194,7 +2194,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "ta:" @@ -2216,6 +2216,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "Hantarkan kemas kini anda sekarang…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2228,24 +2232,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" -"Masalah <br>\n" -"Lama/tidak diketahui" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Keadaan lama" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Lebih tua<br>diselesai" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Lebih tua <br>masalah" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2253,28 +2243,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Terbuka" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2303,9 +2284,9 @@ msgstr "Atau masalah dilaporkan kepada:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2315,6 +2296,15 @@ msgstr "" msgid "Other" msgstr "Lain-lain" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Kategori baru" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Pemilik" @@ -2329,8 +2319,8 @@ msgstr "Laman Tidak Dijumpai" msgid "Parent" msgstr "Induk" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Separa" @@ -2364,7 +2354,7 @@ msgid "Phone number (optional)" msgstr "Nombor telefon (tidak diwajibkan)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2373,9 +2363,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2393,12 +2383,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2408,6 +2398,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto laporan terdekat baru-baru ini " +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Tiada majlis" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2415,10 +2411,10 @@ msgstr "Letakkan pin atas peta" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2443,9 +2439,9 @@ msgstr "Sila periksa kata laluan dan cuba lagi" msgid "Please check your email address is correct" msgstr "Sila periksa sama ada alamat emel anda adalah betul" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2455,12 +2451,12 @@ msgstr "Sila pilihkan kategori" msgid "Please choose a property type" msgstr "Sila pilihkan jenis bangunan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2471,18 +2467,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Sila masukkan pesanan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2498,8 +2494,8 @@ msgstr "Sila masukkan kata laluan" msgid "Please enter a subject" msgstr "Sila masukkan tajuk" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2539,7 +2535,7 @@ msgstr "Sila masukkan alamat emel anda" msgid "Please enter your first name" msgstr "Sila masukkan nama pertama anda" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "Sila masukkan nama penuh anda, majlis memerlukan maklumat ini - Jika anda tidak ingin nama anda dikemukakan dalam laman, untik kota dibawah" @@ -2609,7 +2605,7 @@ msgstr "" msgid "Please note:" msgstr "Sila nota:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2657,30 +2653,29 @@ msgstr "Sila tuliskan pesanan" msgid "Please write your update here" msgstr "Sila tuliskan kemas kini anda di sini" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Post" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Post tanpa nama pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Dipostkan oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Dipostkan oleh <strong>%s</strong> (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Dipostkan oleh <strong>%s</strong> pada %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2688,7 +2683,7 @@ msgstr "" msgid "Previous" msgstr "Sebelumnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2707,9 +2702,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Peribadi" @@ -2740,7 +2735,7 @@ msgstr "Masalah %s dihantar kepada majlis %s" msgid "Problem breakdown by state" msgstr "Pecahan masalah bagi negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Masalah ditanda sebagai terbukan" @@ -2748,7 +2743,7 @@ msgstr "Masalah ditanda sebagai terbukan" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah-masalah" @@ -2769,13 +2764,13 @@ msgstr "Masalah yang dilaporkan diselesai pada FixMyStreet baru-baru ini" msgid "Problems within %.1fkm of this location" msgstr "Masalah dalam %.1fkm dalam lokasi ini" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Masalah dalam kawasan pentadbiran %s" @@ -2857,11 +2852,11 @@ msgstr "Soalan selidik diisikan oleh pelapor masalah" msgid "RSS feed" msgstr "Feed RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" @@ -2869,11 +2864,11 @@ msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" @@ -2881,13 +2876,13 @@ msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" msgid "RSS feed of nearby problems" msgstr "Feed RSS untuk masalah berdekatan" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "Feed RSS untuk masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "Feed RSS untuk masalah dalam kawasan pentadbiran %s" @@ -2916,10 +2911,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Diselesai <br>baru-baru ini" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Masalah yang dilaporkan baru-baru ini" @@ -2932,13 +2923,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2948,7 +2939,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2962,13 +2953,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" @@ -3050,10 +3041,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3068,14 +3055,14 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3099,11 +3086,11 @@ msgstr "" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3142,7 +3129,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3165,16 +3152,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3194,14 +3181,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "ditanda sebagai laporan salinan" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" @@ -3210,7 +3197,6 @@ msgstr "" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3249,7 +3235,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3258,10 +3244,6 @@ msgstr "" msgid "Select a body" msgstr "Pilihkan badan" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3275,6 +3257,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3296,7 +3282,7 @@ msgstr "Dihantar:" msgid "Service:" msgstr "Servis:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3305,20 +3291,24 @@ msgid "Share" msgstr "Kongsi" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3327,6 +3317,11 @@ msgstr "" msgid "Show Photo?" msgstr "Tunjukkan lama" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s update secara langsung" + #: 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 @@ -3342,7 +3337,7 @@ msgstr "Tunjukkan nama aku secara umum" msgid "Show old" msgstr "Tunjukkan lama" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Tunjukkan lama" @@ -3355,6 +3350,11 @@ msgstr "Tunjukkan pin" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Melihat laporan dengan kawasan pentadbiran" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3410,7 +3410,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3439,7 +3439,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3460,14 +3460,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Negeri" @@ -3480,7 +3483,7 @@ msgstr "Negeri" msgid "State:" msgstr "Negeri:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3511,7 +3514,7 @@ msgstr "Subkategori: %s" msgid "Subdivision/Body" msgstr "Bahagian bawah/Badan" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Tajuk" @@ -3528,7 +3531,7 @@ msgstr "Tajuk:" msgid "Submit" msgstr "Hantar" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3566,23 +3569,22 @@ msgstr "Langgankan pemberitahuan emel" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Ringkasan" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3605,7 +3607,7 @@ msgstr "Hasil Kajian" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3635,7 +3637,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3673,19 +3675,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3711,8 +3713,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3740,7 +3742,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3816,7 +3818,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3825,7 +3827,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3836,7 +3838,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3844,7 +3846,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3907,9 +3909,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "" @@ -3918,23 +3920,19 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Masalah ini telah diselesai" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Masalah ini belum diselesai" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Masalah ini belum diselesai" @@ -3949,15 +3947,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Laporan ini menunggui sederhana." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Laporan ini ditanda sebagai ditutupi sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Laporan ini ditanda sebagai diselesai sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Laporan ini ditanda sebagai terbuka sekarang." @@ -3976,7 +3974,7 @@ msgstr "Laman web tersebut juga mengandungi foto masalah, dibekalkan oleh penggu msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Garis masa" @@ -4009,6 +4007,15 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "Melihat lokasi tepat atas peta bagi isu ini" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Tidak dilaporkan kepada majlis" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4044,7 +4051,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4060,9 +4067,10 @@ msgstr "Cuba lagi" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4083,14 +4091,14 @@ msgid "Unknown alert type" msgstr "Jenis pemberitahuan tak diketahui" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ralat tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" @@ -4154,10 +4162,10 @@ msgstr "Status kemas kini" msgid "Updated" msgstr "Dikemas kinikan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4184,11 +4192,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4201,11 +4220,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Tanda pengguna dipadam" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Pengguna ditanda" @@ -4219,8 +4238,8 @@ msgstr "ditanda sebagai diselesai" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4230,9 +4249,9 @@ msgstr "Pengguna" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Nilai dikemaskinikan" @@ -4346,7 +4365,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4371,23 +4390,22 @@ msgstr "" msgid "Year" msgstr "Tahun" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ya" @@ -4421,7 +4439,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4455,7 +4473,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4519,7 +4537,7 @@ 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:81 +#: 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 @@ -4549,6 +4567,19 @@ msgstr "Maklumat anda akan digunakan mengikuti <a href=\"/privacy\">dasar privas msgid "Your name" msgstr "Nama anda" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Kata laluan anda telah diubahi" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4565,6 +4596,7 @@ msgstr "Kata laluan anda" msgid "Your password has been changed" msgstr "Kata laluan anda telah diubahi" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4605,7 +4637,7 @@ msgstr "" msgid "by %s" msgstr "dari %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "ditanda sebagai laporan salinan" @@ -4642,44 +4674,44 @@ msgstr "kemaskini yang lepas %s" msgid "less than a minute" msgstr "kurang dari seminit" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "ditanda sebagai tindakan dijadualkan" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "ditanda sebagai rujukan dalaman" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "ditanda sebagai ditutupi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "ditanda sebagai dijalani" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "ditanda sebagai disiasati" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "ditanda sebagai dijadual" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4721,8 +4753,8 @@ msgstr "pemasukan asal: “%s”" msgid "other areas:" msgstr "kawasan lain:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "dibuka semula" @@ -4730,7 +4762,7 @@ msgstr "dibuka semula" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "log keluar" @@ -4738,7 +4770,7 @@ msgstr "log keluar" msgid "the local council" msgstr "majlis tempatan" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "pin tidak ditunjukkan sebab pengguna tidak menggunakan peta" @@ -4826,6 +4858,36 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d hari" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "ditanda sebagai diselesai" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Atau masalah dilaporkan kepada:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Semua laporan" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Dapatkan kemas kini %s masalah" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4879,3 +4941,26 @@ msgstr[0] "kemaskini yang lepas %s" msgid "report" msgid_plural "reports" msgstr[0] "Semua laporan" + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Garis kelabu adalah majlis yang tidak laji wujud." + +#~ msgid "New <br>problems" +#~ msgstr "Masalah<br>baru" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "" +#~ "Masalah <br>\n" +#~ "Lama/tidak diketahui" + +#~ msgid "Older <br>fixed" +#~ msgstr "Lebih tua<br>diselesai" + +#~ msgid "Older <br>problems" +#~ msgstr "Lebih tua <br>masalah" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Diselesai <br>baru-baru ini" + +#~ msgid "Are you a developer?" +#~ msgstr "Adakan anda developer?" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 26b7cb5b6..5700f73b9 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Burmese (Myanmar) (https://www.transifex.com/mysociety/teams/12067/my_MM/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "%sရပ္ကြက္၊ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s၊ %s ရပ္ကြက္အတြင္း" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(ရိုင္းစိုင္းစြာေျပာသည့္ဇယားတြင္ရွိအီးေမးလ္)" @@ -154,6 +154,10 @@ msgstr "(ျပင္ျပီးျပီ)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ဂရပ္ဖီတီ၊ စည္းကမ္းမဲ့ အမိႈ္က္စြန္႔ပစ္ျခင္း၊ လမ္းေဘးပလက္ေဖာင္းအုတ္ခဲမ်ားက်ိဳးပဲ့မႈ သို႔မဟုတ္ လမ္းမီးမလာျခင္းကဲ့သို႔)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(ေကာင္စီသို႔မပို႔ပါ)" @@ -166,8 +170,8 @@ msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" msgid "(sent to both)" msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>ဟုတ္ကဲ့</strong> ကၽြႏ္ုပ္တြင္စကား၀ွက္တစ္ခုရွိသည္" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "လုပ္ေဆာင္မႈကိုအခ်ိန္ဇယားျဖင့္ျပဳလုပ္ျပီး" @@ -280,7 +279,7 @@ msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "အသံုးျပဳသူထည့္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "%sကိုထည့္ျပီးျပီ" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "ေနာက္ထပ္အသစ္မ်ားအတြက္လည္ msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "အစီရင္ခံစာအားလံုး" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "အစီရင္ခံစာအားလံုး" @@ -366,6 +364,14 @@ msgstr "အစီရင္ခံစာအားလံုး" msgid "All reports between %s and %s" msgstr "%s ႏွင့္ %s ၾကားအစီရင္ခံစားအားလံုး" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို အမွတ္အသားျပဳလုပ္ထားသည္။" @@ -375,7 +381,7 @@ msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို msgid "Anonymous" msgstr "အမည္မသိ" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "အမည္မသိ-" @@ -385,10 +391,6 @@ msgstr "အမည္မသိ-" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Developer လား" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "အပိုစာကိုယ္ကိုသတ္မွတ္မည္ msgid "Assign to subdivision:" msgstr "အေသးစိတ္နယ္နမိတ္သို႔သတ္မွတ္မည္-" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "ေနာက္သို႔" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "အီးေမးလ္လိပ္စာကိုပိ္တ္ပင္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "ေျမပံုကိုမျမင္ဘူးလား။ <em>ဒီအဆင့္ကိုေက်ာ္မည္</em> " -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "စကား၀ွက္ေျပာင္းမည္" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -706,7 +700,7 @@ msgstr "" msgid "Collapse map" msgstr "ေျမပံု အသံုးျပဳထားၿပီး" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" @@ -732,9 +726,8 @@ msgstr "" msgid "Confirmation" msgstr "အတည္ျပဳျခင္း" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "အတည္ျပဳခဲ့သည္" @@ -769,8 +762,8 @@ msgstr "အဖြဲ႕ႏွင့္ဆက္သြယ္ပါ" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ" @@ -837,7 +830,7 @@ msgstr "အေရအတြက္" msgid "Create a report" msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" @@ -846,11 +839,11 @@ msgstr "အမ်ိဳးအစားဖန္တီးမည္" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -887,6 +880,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -894,26 +889,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "ဖ်က္ျပီးျပီ" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -940,7 +933,7 @@ msgstr "အေသးစိတ္အခ်က္အလက္" msgid "Details:" msgstr "အေသးစိတ္အခ်က္အလက္မ်ား-" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "တစ္ေယာက္မွတစ္ေယာက္လက္လြဲျခင္း" @@ -953,8 +946,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" @@ -972,11 +965,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -988,12 +985,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "ႏွစ္ခုျပဳလုပ္မည္" @@ -1015,7 +1008,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1035,23 +1028,23 @@ msgstr "ျပင္ဆင္မည္" msgid "Edit body details" msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1074,7 +1067,7 @@ msgstr "အသစ္မြမ္းမံျခင္း %dကိုျပင္ msgid "Editing user %d" msgstr "%dအသံုးျပဳသူကိုျပင္ဆင္ေနသည္" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "အယ္ဒီတာ" @@ -1090,7 +1083,7 @@ msgstr "အယ္ဒီတာ" msgid "Email" msgstr "အီးေမးလ္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ထည့္ျပီး" @@ -1108,11 +1101,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1153,7 +1146,7 @@ msgstr "ျပီးဆံုးမွတ္-" msgid "Enter a Zürich street name" msgstr "လမ္းနာမည္ ျဖည့္စြက္ပါ" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "ယူေကအနီးနားရွိ စာတိုက္နံပါတ္၊သို႔မဟုတ္လမ္းအမည္ႏွင့္ဧရိယာရိုက္ထည့္ပါ" @@ -1162,6 +1155,7 @@ msgstr "ယူေကအနီးနားရွိ စာတိုက္နံ msgid "Enter a nearby postcode, or street name and area" msgstr "အနီးနားရွိ စာတိုက္နံပါတ္၊သို႔မဟုတ္လမ္းအမည္ႏွင့္ဧရိယာရိုက္ထည့္ပါ" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1201,8 +1195,7 @@ msgstr "နမူနာစာတိုက္ေသတၱာနံပါတ္ %s msgid "Examples:" msgstr "နမူနာမ်ား -" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1210,7 +1203,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1270,29 +1263,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "ျပင္ျပီးျပီ-ေကာင္စီ" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "ျပင္ျပီးျပီ-အသံုးျပဳသူ" @@ -1310,11 +1300,11 @@ msgstr "ျပင္ျပီးျပီ" msgid "Flag as deleted" msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1331,7 +1321,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "အမွတ္အသားျပဳလုပ္ထားျခင္း" @@ -1368,6 +1358,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "မၾကာခဏေမးေသာေမးခြန္းမ်ား" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "အေရအတြက္" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1398,6 +1393,7 @@ msgstr "" #: 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 msgid "Go" msgstr "သြားမည္" @@ -1406,7 +1402,7 @@ msgstr "သြားမည္" msgid "Going to send questionnaire?" msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား။" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1414,10 +1410,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးျပီလား" @@ -1428,7 +1420,7 @@ msgstr "ယခင္က ေကာင္စီထံ ျပႆနာမ်ား #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "အကူအညီ" @@ -1442,18 +1434,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1461,11 +1453,29 @@ msgstr "မဂၤလာပါ%s" msgid "Hidden" msgstr "ေဖ်ာက္ထားေသာ" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "အေဟာင္းေဖ်ာက္ထားေသာ" @@ -1478,6 +1488,12 @@ msgstr "" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "သင့္အမည္" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "ရာဇ၀င္" @@ -1499,8 +1515,8 @@ msgstr "ေကာင္းမြန္ေသာအစီရင္ခံစာက msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1601,8 +1617,6 @@ msgstr "တရားမ၀င္ေသာအိုင္ဒီ" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "လုပ္ေဆာင္ေနဆဲ" @@ -1616,16 +1630,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1642,11 +1658,16 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1654,10 +1675,8 @@ msgstr "" msgid "Internal notes" msgstr "အတြင္းမွတ္စု" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1669,7 +1688,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "ေနာက္ဆံုးေန႔မမွန္ကန္ပါ" @@ -1677,26 +1696,22 @@ msgstr "ေနာက္ဆံုးေန႔မမွန္ကန္ပါ" msgid "Invalid format %s specified." msgstr "ပံုစံ %s သည္မမွန္ကန္ပါ" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "စမည့္ရက္မမွန္ကန္ပါ" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1726,6 +1741,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" @@ -1735,6 +1751,11 @@ msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္ msgid "Last editor" msgstr "ေနာက္ဆံုးအယ္ဒီတာ" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" @@ -1743,7 +1764,7 @@ msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္ msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1815,7 +1836,7 @@ msgstr "" msgid "MAP" msgstr "ေျမပံု" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1835,19 +1856,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "စာ" @@ -1867,15 +1880,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1883,8 +1896,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "%s မွာ %s မွတင္ခဲ့သည္" @@ -1893,8 +1906,8 @@ msgstr "%s မွာ %s မွတင္ခဲ့သည္" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "အျခား ဧရိယာမ်ား" @@ -1920,14 +1933,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "အမည္" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1939,7 +1951,7 @@ msgstr "အမည္-" msgid "Name: %s" msgstr "အမည္ - %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1948,16 +1960,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1967,15 +1979,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "အသစ္<br>ျပႆနာမ်ား" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" @@ -2047,20 +2055,19 @@ msgstr "" msgid "Next" msgstr "ေနာက္သို႔" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "မရွိပါ" @@ -2092,12 +2099,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" @@ -2107,11 +2110,11 @@ msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ msgid "No further updates" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2153,12 +2156,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "တာ၀န္ယူမႈမရွိျခင္း" @@ -2182,7 +2181,7 @@ msgid "Not reported to council" msgstr "ေကာင္စီသို႔အစီရင္မခံရေသး" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "မွတ္စု" @@ -2192,7 +2191,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "မွတ္စု -" @@ -2214,6 +2213,10 @@ msgstr "ယခုသင္၏အစီရင္ခံစာကိုသြင္ msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "အိုေက" @@ -2226,22 +2229,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "အေဟာင္း၊အမည္မသိ <br>ျပႆနာမ်ား" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "ျပည္နယ္အေဟာင္း" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "ပို၍ေဟာင္းေသာ <br> ျပင္ျပီးျပီ" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "ပို၍ေဟာင္းေသာ<br>ျပႆနာမ်ား" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2249,28 +2240,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "ဖြင့္မည္" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2299,9 +2281,9 @@ msgstr "သို႔မဟုတ္ ျပႆနာမ်ားကိုတင 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2311,6 +2293,15 @@ msgstr "" msgid "Other" msgstr "တျခား" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "အမ်ိဳးအစားဖန္တီးမည္" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "ပိုင္ရွင္" @@ -2325,8 +2316,8 @@ msgstr "စာမ်က္ႏွာရွာမေတြ႕ပါ" msgid "Parent" msgstr "ပင္မ" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "တစ္၀က္" @@ -2360,7 +2351,7 @@ msgid "Phone number (optional)" msgstr "ဖုန္းနံပါတ္(ထည့္ခ်င္မွထည့္ပါ)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2369,9 +2360,9 @@ msgstr "ဖုန္း-" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2389,12 +2380,12 @@ msgstr "ဓာတ္ပံု" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2404,6 +2395,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "ေကာင္စီမရွိ" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2411,10 +2408,10 @@ msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္ #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2439,9 +2436,9 @@ msgstr "စကား၀ွက္ကိုျပန္စစ္ေဆးျပီ msgid "Please check your email address is correct" msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2451,12 +2448,12 @@ msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" msgid "Please choose a property type" msgstr "ပစၥည္းအမ်ိဳးအစားတစ္ခုကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2467,18 +2464,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2494,8 +2491,8 @@ msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ msgid "Please enter a subject" msgstr "ေခါင္းစီးတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2535,7 +2532,7 @@ msgstr "သင္၏အီးေမးလ္လိပ္စာကိုရို msgid "Please enter your first name" msgstr "သင္၏ပထမအမည္ကိုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2605,7 +2602,7 @@ msgstr "" msgid "Please note:" msgstr "ေက်းဇူးျပဳျပီးမွတ္သားပါ-" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2653,30 +2650,29 @@ msgstr "စာတစ္ေၾကာင္းေရးပါ" msgid "Please write your update here" msgstr "သင္၏အသစ္မြမ္းမံမႈကိုဒီေနရာမွာေရးပါ" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "တင္မည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "%s မွာ %s မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "%s မွာ <strong>%s</strong>(%s)မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "%s မွာ <strong>%s</strong>မွတင္ခဲ့သည္" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2684,7 +2680,7 @@ msgstr "" msgid "Previous" msgstr "ယခင္က" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2703,9 +2699,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "ကိုယ္ပိုင္" @@ -2736,7 +2732,7 @@ msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပိ msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -2744,7 +2740,7 @@ msgstr "ျပႆနာကို ဖြင့္ထားသည္" msgid "Problem state change based on survey results" msgstr "စစ္ေဆးမႈရလဒ္မ်ားအေပၚတြင္ မူတည္ၿပီး ျပႆနာ အေျခအေန ေျပာင္းလဲသည္။" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "ျပႆနာမ်ား" @@ -2765,13 +2761,13 @@ msgstr "FixMyStreet ေပၚတြင္ လတ္တေလာ တင္ျပ msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2852,11 +2848,11 @@ msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "%s အတြက္ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ RSS feed" @@ -2864,11 +2860,11 @@ msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ R #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "%s ၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" @@ -2876,13 +2872,13 @@ msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရ msgid "RSS feed of nearby problems" msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" @@ -2911,10 +2907,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "မၾကာေသးမီက <br> ျပင္ဆင္ၿပီး" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "ျပႆနာမ်ားကို မၾကာေသးမီက အစီရင္ခံ တင္ျပၿပီး" @@ -2927,13 +2919,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2943,7 +2935,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2957,13 +2949,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" @@ -3045,10 +3037,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3063,14 +3051,14 @@ msgstr "" msgid "Reporting a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခင္း" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3095,11 +3083,11 @@ msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3138,7 +3126,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3161,16 +3149,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3190,14 +3178,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "အစီရင္ခံစာ တူညီေနေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" @@ -3206,7 +3194,6 @@ msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္း msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3245,7 +3232,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3254,10 +3241,6 @@ msgstr "" msgid "Select a body" msgstr "စာကိုယ္တစ္ခုကို ေရြးပါ။" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3271,6 +3254,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3292,7 +3279,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3301,20 +3288,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3323,6 +3314,11 @@ msgstr "" msgid "Show Photo?" msgstr "ဓာတ္ပံု" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s တိုက္ရိုက္အသစ္ရယူျခင္:" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3337,7 +3333,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "" @@ -3349,6 +3345,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3404,7 +3404,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3433,7 +3433,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3454,14 +3454,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -3474,7 +3477,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3505,7 +3508,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -3522,7 +3525,7 @@ msgstr "" msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3560,23 +3563,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "အက်ဥ္းခ်ဳပ္" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3599,7 +3601,7 @@ msgstr "စစ္တမ္းရလဒ္" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3629,7 +3631,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3667,19 +3669,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္မၾကည့္ႏိုင္ပါ" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" @@ -3705,8 +3707,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3734,7 +3736,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s" @@ -3810,7 +3812,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3819,7 +3821,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3830,7 +3832,7 @@ msgstr "အီးေမးလ္ႏွင့္ လ်ွိဳ႕ဝွက္ msgid "There was a problem with your email/password combination. Please try again." msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3838,7 +3840,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3901,9 +3903,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -3912,23 +3914,19 @@ msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးပါျပီ" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "ဒီျပႆနာကိုမေျဖရွင္းရေသးပါ" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "ဒီျပႆနာကိုမေျဖရွင္းရေသးပါ" @@ -3943,15 +3941,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "ဒီအစီရင္ခံစာသည္အတည္ျပဳျခင္းကိုေစာင့္ဆိုင္းေနဆဲျဖစ္သည္" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "ဒီျပႆနာကို ပိတ္ထားသည္ဟုေလာေလာဆယ္သတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "ဒီျပႆနာကိုေလာေလာဆယ္ေျဖရွင္းျပီးျပီဟုသတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "ဒီအစီရင္ခံစာကိုယခုေလာေလာဆယ္ဖြင့္ထားသည္" @@ -3970,7 +3968,7 @@ msgstr "ဒီ web စာမ်က္ႏွာသည္ အသံုးျပဳ msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -4003,6 +4001,15 @@ msgstr "ျပည္တြင္း သတိေပးခ်က္မ်ား msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "ေကာင္စီသို႔အစီရင္မခံရေသး" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4038,7 +4045,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4054,9 +4061,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4077,14 +4085,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4148,10 +4156,10 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4178,11 +4186,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 +4214,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း" @@ -4213,8 +4232,8 @@ msgstr "ျပင္ဆင္ထားသည့္ အမွတ္အသား msgid "User search finds matches in users' names and email addresses." msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တို႔၏ အီးေမးလိပ္စာႏွင့္ နာမည္မ်ားရွိ တူညီမႈမ်ားကို ေတြ႔ရွိႏိုင္သည္။ " -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4224,9 +4243,9 @@ msgstr "အသံုးျပဳသူမ်ား" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4342,7 +4361,7 @@ msgstr "" "ေတာင္းဆို ရွာေဖြမႈမ်ားႏွင့္ အတူ အုပ္ခ်ဳပ္ေရးတစ္ခုစီကို ေပးပို႔သည့္ ေတာင္းဆိုခ်က္မ်ားကို ကန္႔သတ္ရန္ ေအဂ်င္စီတာဝန္ အတြက္ရွာေဖြမႈမ်ားလည္း ျဖစ္\n" "ႏိုင္ေခ် ျဖစ္သည္။ ရွာေဖြမႈသည္ အုပ္ခ်ဳပ္ေရး အေထာက္အထားျဖစ္ၿပီး MaPit မွေထာက္ပံ့ ေပးထားသည္။" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4367,23 +4386,22 @@ msgstr "" msgid "Year" msgstr "ခုႏွစ္" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "ဟုတ္သည္။" @@ -4417,7 +4435,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4454,7 +4472,7 @@ msgstr "" "မွာ သင့္ျပႆနာကို သြားေရာက္ ၾကည့္ရူႏိုင္ပါသည္။ \n" "\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4517,7 +4535,7 @@ 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:81 +#: 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 @@ -4547,6 +4565,19 @@ msgstr "သင့္၏အခ်က္အလက္မ်ားကို ကၽ msgid "Your name" msgstr "သင့္အမည္" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလဲၿပီးျဖစ္သည္" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4563,6 +4594,7 @@ msgstr "သင္၏ စကားဝွက္" msgid "Your password has been changed" msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလဲၿပီးျဖစ္သည္" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4603,7 +4635,7 @@ msgstr "" msgid "by %s" msgstr "%s မွ" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "အစီရင္ခံစာ တူညီေနေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" @@ -4640,44 +4672,44 @@ msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံ msgid "less than a minute" msgstr "တစ္မိနစ္ခန္႔သာ" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "ျပဳျပင္ထားေသာ အခ်ိန္ဇယားကို အမွတ္အသားျပဳလုပ္ပါ" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "အတြင္းတြင္ လႊဲေျပာင္းထားသည္ကို အမွတ္အသားျပဳလုပ္ပါ" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "ပိတ္ထားသည့္ အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "ဆက္လက္လုပ္ေဆာင္ေနဆဲ အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "စံုစမ္းစစ္ေဆးေနဆဲ အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "ျပင္ဆင္၍ မရေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "ေကာင္စီ၏ တာဝန္မဟုတ္ေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "စီစဥ္ထားၿပီးျဖစ္ေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4719,8 +4751,8 @@ msgstr "နဂိုဝင္ေရာက္ထားမႈ: “%s”" msgid "other areas:" msgstr "အျခား ဧရိယာမ်ား" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "ျပန္ဖြင့္ပါ" @@ -4728,7 +4760,7 @@ msgstr "ျပန္ဖြင့္ပါ" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "ထြက္ရန္" @@ -4736,7 +4768,7 @@ msgstr "ထြက္ရန္" msgid "the local council" msgstr "ျပည္တြင္းေကာင္စီ" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "အသုံးျပဳသူ မသုံးသည့္ ေျမပုံကို ပင္အပ္ျဖင့္ မေဖာ္ျပထားပါ" @@ -4824,6 +4856,36 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d ရက္မ်ား" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "ျပင္ဆင္ထားသည့္ အမွတ္အသား ျပဳလုပ္ထားသည္" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "သို႔မဟုတ္ ျပႆနာမ်ားကိုတင္ျပရန္ေနရာမွာ-" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "အစီရင္ခံစာအားလံုး" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "%ျပႆနာ၏အသစ္မြမ္းမံမႈမ်ားရယူရန္" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4877,3 +4939,21 @@ msgstr[0] "ေနာက္ဆုံး ျပဳျပင္မြမ္းမ msgid "report" msgid_plural "reports" msgstr[0] "အစီရင္ခံစာအားလံုး" + +#~ msgid "New <br>problems" +#~ msgstr "အသစ္<br>ျပႆနာမ်ား" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "အေဟာင္း၊အမည္မသိ <br>ျပႆနာမ်ား" + +#~ msgid "Older <br>fixed" +#~ msgstr "ပို၍ေဟာင္းေသာ <br> ျပင္ျပီးျပီ" + +#~ msgid "Older <br>problems" +#~ msgstr "ပို၍ေဟာင္းေသာ<br>ျပႆနာမ်ား" + +#~ msgid "Recently <br>fixed" +#~ msgstr "မၾကာေသးမီက <br> ျပင္ဆင္ၿပီး" + +#~ msgid "Are you a developer?" +#~ msgstr "Developer လား" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 577fd5b85..2e7f9d846 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: pere <pere-transifex@hungry.com>, 2016\n" "Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n" @@ -106,11 +106,11 @@ msgid "" "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:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, innefor bydel %s" @@ -122,7 +122,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:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbrukstabellen)" @@ -158,6 +158,10 @@ msgstr "(løst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hull i veien, eller ødelagte gatelys)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(ikke rapportert til administrasjonen)" @@ -170,8 +174,8 @@ msgstr "(valgfritt)" msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Velg en kategori --" @@ -208,7 +212,6 @@ msgstr "<code>MAPIT_URL</code> er satt (<code>%s</code>) men ingen <code>MAPIT_T 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') #. ("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" @@ -250,12 +253,8 @@ msgstr "<strong>Merk:</strong> Denne rapporten har ikke blitt sent videre for ha msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ja</strong>, jeg har et passord" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Handling planlagt" @@ -284,7 +283,7 @@ msgstr "Legg til ny kategori" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -296,15 +295,15 @@ msgstr "Legg i hurtiglisten" msgid "Add user" msgstr "Legg til bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Legg til / endre problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Legg til / endre responsprioriteter" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Legg til / endre responsmaler" @@ -312,7 +311,7 @@ msgstr "Legg til / endre responsmaler" msgid "Added %s" msgstr "La til %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Ved å legge rapporten i hurtiglisten din vil fjerne den fra hurtiglisten til %s" @@ -343,7 +342,6 @@ msgstr "Send meg varsel ved fremtidige oppdateringer" msgid "All" msgstr "alle" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle rapporter" @@ -361,7 +359,7 @@ msgstr "Alle kategorier" #: 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:21 +#: 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 "Alle rapporter" @@ -371,6 +369,15 @@ msgstr "Alle rapporter" msgid "All reports between %s and %s" msgstr "Alle rapporter mellom %s og %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Alle kategorier" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "En oppdatering markerte dette problemet som fikset." @@ -380,7 +387,7 @@ msgstr "En oppdatering markerte dette problemet som fikset." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" @@ -390,10 +397,6 @@ msgstr "Anonym:" msgid "Another user" msgstr "En annen bruker" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Er du en utvikler?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Er du sikker på at du vil avbryte opplastingen?" @@ -436,7 +439,7 @@ msgstr "Tildel til ekstern administrasjon:" msgid "Assign to subdivision:" msgstr "Tildelt underavdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "Tilordne brukere til områder" @@ -461,11 +464,14 @@ msgstr "Autorisert personale kan bli assosiert med en kategori hvor de operer." msgid "Auto-response:" msgstr "Auto-svar:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Tilgjengelige kategorier" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -491,12 +497,12 @@ msgstr "Tilbake" msgid "Back to all reports" msgstr "Tilbake til alle rapporter" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Bannlys epostadresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -527,7 +533,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorier" @@ -540,7 +546,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -592,27 +598,11 @@ msgstr "Endre epostadresse" msgid "Change password" msgstr "Bytt passord" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Marker <strong>bekreftet</strong> for å indikere at dette kontaktpunktet har blitt bekreftet som korrekt.\n" -"Hvis du ikke er sikker på opprinnelsen eller gyldigheten til kontaktpunktet, ikke marker feltet." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Marker <strong>slettet</strong> for å ikke lenger bruke kategorien\n" -"Den vil ikke lenger dukke opp som en tilgjengelig kategori i nedtrekksmenyen på rapporter-et-problem-siden." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Marker <strong>trenger inspeksjon</strong> hvis rapporter i denne kategorien <strong>må inspiseres</strong> før de sendes." -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -670,14 +660,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -720,7 +711,7 @@ msgstr "Merkevaresamarbeid:" msgid "Collapse map" msgstr "Brukte kart" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Oppsett" @@ -746,9 +737,8 @@ msgstr "Bekreft via e-post isteden, ved å oppgi et nytt passord da. Når du bek msgid "Confirmation" msgstr "Bekreftelse" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bekreftet" @@ -783,8 +773,8 @@ msgstr "Kontakt prosjektgruppen" msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Kunne ikke finne bruker" @@ -851,7 +841,7 @@ msgstr "Antall" msgid "Create a report" msgstr "Lag en rapport" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lag kategori" @@ -860,11 +850,11 @@ msgstr "Lag kategori" msgid "Create priority" msgstr "Opprett prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Opprett rapporter/oppdateringer som myndigheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" @@ -901,6 +891,8 @@ msgstr "Kunden kan ikke kontaktes" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Oversikt" @@ -908,26 +900,24 @@ msgstr "Oversikt" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet av underavdeling innen 5 arbeidsdager" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Slettet" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -954,7 +944,7 @@ msgstr "Detaljer" msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Delegert" @@ -967,8 +957,8 @@ msgstr "Brukte ikke kart" msgid "Diligency prize league table" msgstr "Arbeidshester" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Lagre endringer" @@ -986,11 +976,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Vet ikke" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Liker ikke skjemaer?" @@ -1002,12 +996,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplikat" @@ -1032,7 +1022,7 @@ msgstr "" "Ulike kategorier kan ha same kontakt</strong> (e-postadresse).\n" "Dette betyr at du kan legge til mange grupper/kategorier selv om du bare har <strong>en<strong> kontakt for administrasjonen." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Øst/Nord:" @@ -1052,23 +1042,23 @@ msgstr "Rediger" msgid "Edit body details" msgstr "Rediger detaljer for administrasjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Endre andre brukeres detaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Endre andre brukeres rettigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "Endre rapportkategori" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "Endre rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Endre rapporter" @@ -1091,7 +1081,7 @@ msgstr "Redigerer oppdatering %d" msgid "Editing user %d" msgstr "Redigerer bruker %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Oppdatert av" @@ -1107,7 +1097,7 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Epost lagt til misbruksliste" @@ -1125,11 +1115,11 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Epost allerede i misbrukslisten" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1176,7 +1166,7 @@ msgstr "Endepunkt" msgid "Enter a Zürich street name" msgstr "Skriv inn et veinavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Skriv inn et britisk postnummer i nærheten, eller veinavn og sted" @@ -1185,6 +1175,7 @@ msgstr "Skriv inn et britisk postnummer i nærheten, eller veinavn og sted" msgid "Enter a nearby postcode, or street name and area" msgstr "Skriv inn postnummer i nærheten, eller veinavn og sted" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1224,8 +1215,7 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Eksisterende kategori" @@ -1233,7 +1223,7 @@ msgstr "Eksisterende kategori" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Forklar hva som er galt" @@ -1294,29 +1284,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Løst - Administrasjon" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Løst - Bruker" @@ -1334,11 +1321,11 @@ msgstr "Løst:" msgid "Flag as deleted" msgstr "Merk som slettet" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Flag bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flagget" @@ -1355,7 +1342,7 @@ msgstr "Flaggede brukere er listet opp på <a href='%s'>flaggede</a>-siden." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flaggede brukere er ikke begrenset på noe måte. Dette er bare en liste med brukere som har blitt markert for å gi dem oppmerksomhet." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Flagget:" @@ -1392,6 +1379,11 @@ msgstr "Ønsket er sendt videre til ekstern administrasjon" msgid "Frequently Asked Questions" msgstr "Ofte spurte spørsmål" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Antall" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1422,6 +1414,7 @@ msgstr "Glad for å høre at det er i orden!" #: 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 msgid "Go" msgstr "Fortsett" @@ -1430,7 +1423,7 @@ msgstr "Fortsett" msgid "Going to send questionnaire?" msgstr "Skal det sendes spørreskjema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Gi tilgang til administratoren" @@ -1438,10 +1431,6 @@ msgstr "Gi tilgang til administratoren" msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Linjer med grå bakgrunn er administrasjoner som ikke lenger eksisterer." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Har dette problemet blitt løst?" @@ -1452,7 +1441,7 @@ msgstr "Har du rapportert et problem til en administrasjon før, eller er dette #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjelp" @@ -1466,18 +1455,18 @@ msgstr "Hjelp <strong>%s</strong> å løse problemet ditt fortere, ved å oppgi 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1485,11 +1474,31 @@ msgstr "Hei, %s" msgid "Hidden" msgstr "Skjul" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Send rapport på nytt" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Oppdatert av {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Moderer denne rapporten" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Send rapport på nytt" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Skjul gamle" @@ -1502,6 +1511,12 @@ msgstr "Skjul nåler" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Ditt navn" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" @@ -1523,8 +1538,8 @@ msgstr "Hvordan sende inn rapporter som løses" msgid "I just reported a problem on @fixmystreet" msgstr "Jeg rapporterte akkurat et problem på @fiksgatami" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Jeg oppdaterte akkurat et problem på @fiksgatami" @@ -1632,8 +1647,6 @@ msgstr "Ugyldig valg av feed" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Under arbeid" @@ -1647,16 +1660,18 @@ msgstr "I tillegg er følgende attributter som ikke er del av Open311 v2-spesifi #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Tom innboks, her kommer vi!" @@ -1673,11 +1688,16 @@ msgstr "Inkluder ubekreftede problemer" msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Trenger inspeksjon" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "Trenger inspeksjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "Instruer underleverandør til å fikse problemer" @@ -1685,10 +1705,8 @@ msgstr "Instruer underleverandør til å fikse problemer" msgid "Internal notes" msgstr "Interne notater" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Interne referanser" @@ -1700,7 +1718,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-verdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Ugyldig slutt-dato" @@ -1708,26 +1726,22 @@ msgstr "Ugyldig slutt-dato" msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgitt." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 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:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Ugyldig startdato" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1757,6 +1771,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Siste oppdatering:" @@ -1766,6 +1781,11 @@ msgstr "Siste oppdatering:" msgid "Last editor" msgstr "Sist redigert av" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Siste oppdatering:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Siste oppdatering:" @@ -1774,7 +1794,7 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1846,7 +1866,7 @@ msgstr "" msgid "MAP" msgstr "KART" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "Administrer hurtigliste" @@ -1866,19 +1886,11 @@ 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>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Merket fikset/lukket i løpet av de siste åtte ukene" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Merket fikset/lukket mer enn åtte uker siden" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Melding" @@ -1898,15 +1910,15 @@ msgstr "Manglende administrasjoner:" msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "Moderer" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "Moderer detaljer i rapprten" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "Moderer denne rapporten" @@ -1915,8 +1927,8 @@ msgstr "Moderer denne rapporten" msgid "Moderate this update" msgstr "Moderer denne rapporten" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Publisert av %s %s" @@ -1925,8 +1937,8 @@ msgstr "Publisert av %s %s" msgid "Moderated by division within one working day" msgstr "Moderert av avdeling innen en arbeidsdag" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "Moderer denne rapporten" @@ -1952,14 +1964,13 @@ msgstr "Mest kommentert" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Navn" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1971,7 +1982,7 @@ msgstr "Navn:" msgid "Name: %s" msgstr "Navn: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "Naviger til dette problemet" @@ -1980,16 +1991,16 @@ msgstr "Naviger til dette problemet" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nærmeste navngitte vei til nålen plassert på kartet (automatisk generert ved hjelp av OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nærmeste vei til nålen plassert på kartet (automatisk generert ved hjelp av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2001,15 +2012,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Nesten ferdig! Nå må du sjekke e-posten din..." -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nye <br>problemer" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Ny administrasjon lagt til" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2081,20 +2088,19 @@ msgstr "Nyeste" msgid "Next" msgstr "Neste" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nei" @@ -2126,12 +2132,8 @@ msgstr "Fant ingen flaggede problemer." msgid "No flagged users found." msgstr "Fant ingen flaggede brukere." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Kan ikke fikses" @@ -2140,11 +2142,11 @@ msgstr "Kan ikke fikses" msgid "No further updates" msgstr "Ingen flere oppdateringer" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2195,12 +2197,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Ikke ansvarlig" @@ -2224,7 +2222,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Merk" @@ -2234,7 +2232,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Merk at når vi tar med ubekreftede rapporter så brukes datoen rapporten var opprettet, hvilket ikke trenger være den samme måneden som rapporten var bekreftet, så tallene kan hoppe litt opp og ned." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Merk:" @@ -2256,6 +2254,10 @@ msgstr "På tide å sende din rapport…" msgid "Now to submit your update…" msgstr "På tide å registrere din oppdatering…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2268,22 +2270,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Gamle / ukjente <br>problemer" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Eldre <br>løste" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Eldre <br>problemer" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "Eldste" @@ -2291,28 +2281,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Åpen" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Åpen i mer enn fire uker, med en oppdatering i løpet av de siste åtte ukene" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Åpen, men har ikke hatt noen oppdateringer på åtte uker" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "Open311 API-nøkkel" @@ -2341,9 +2322,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2353,6 +2334,15 @@ msgstr "Eller du kan abonnere på varsel basert på bydel eller administrasjon d msgid "Other" msgstr "Annet" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Alle kategorier" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Eier" @@ -2367,8 +2357,8 @@ msgstr "Fant ikke siden" msgid "Parent" msgstr "Forelder" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Delvis" @@ -2402,7 +2392,7 @@ msgid "Phone number (optional)" msgstr "Telefonnummer (valgfritt)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2411,9 +2401,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2431,12 +2421,12 @@ msgstr "Bilde" msgid "Photo is required." msgstr "Foto er påkrevd." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Foto kreves" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2446,6 +2436,12 @@ msgstr "Bilder" msgid "Photos of recent nearby reports" msgstr "Bilder av nye problemer i nærheten" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Ingen administrasjon" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2453,10 +2449,10 @@ msgstr "Plasser tegnestiften på kartet" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2481,9 +2477,9 @@ msgstr "Vennligst sjekk passordene og prøv igjen" msgid "Please check your email address is correct" msgstr "Vennligst sjekk at du har skrevet en gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2493,12 +2489,12 @@ msgstr "Velg en kategori" msgid "Please choose a property type" msgstr "Velg en type egenskap" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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." -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2512,18 +2508,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Vennligst skriv et navn" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "Vennligst legg inn et navn for administrasjonen" @@ -2539,8 +2535,8 @@ msgstr "Skriv inn et passord" msgid "Please enter a subject" msgstr "Vennligst legg inn et emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2580,7 +2576,7 @@ msgstr "Vennligst tast inn din e-postadresse" msgid "Please enter your first name" msgstr "Vennligst tast inn ditt fornavn" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2652,7 +2648,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:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Vennligst bidra med en offentlig oppdatering for denne rapporten." @@ -2700,30 +2696,29 @@ msgstr "Skriv inn en melding" msgid "Please write your update here" msgstr "Vennligst skriv inn din oppdatering her" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Send inn" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Lagt inn av <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Lagt inn av <strong>%s</strong> %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Drevet av <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" @@ -2731,7 +2726,7 @@ msgstr "Drevet av <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Fi msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "Prioriteter" @@ -2750,9 +2745,9 @@ msgstr "Personvern" msgid "Privacy and cookies" msgstr "Personvern og cookies" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2783,7 +2778,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem markert som åpent." @@ -2791,7 +2786,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" @@ -2812,13 +2807,13 @@ msgstr "Problemer nylig rapportert fikset på FiksGataMi" msgid "Problems within %.1fkm of this location" msgstr "Problemer innenfor %.1fkm av denne posisjonen" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemer innenfor %s bydel" @@ -2900,11 +2895,11 @@ msgstr "Spørreskjema fylt inn av feilrapportøren" msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -2912,11 +2907,11 @@ msgstr "RSS-strøm for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm av %s, innenfor %s bydel" @@ -2924,13 +2919,13 @@ msgstr "RSS-strøm av %s, innenfor %s bydel" msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer innenfor %s bydel" @@ -2959,10 +2954,6 @@ msgstr "Mottatt av %s øyeblikk senere" msgid "Recent local problems, %s" msgstr "Nylige lokale problemer, FiksGataMi." -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Nylig løste <br>problemer" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nylig meldte problemer" @@ -2975,13 +2966,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Fjern flagg" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2991,7 +2982,7 @@ msgstr "Fjern fra hurtiglisten" msgid "Remove from site" msgstr "Fjern fra nettsiden" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3005,13 +2996,13 @@ msgstr "Svar til bruker:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "Rapport-ID:" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter et problem" @@ -3093,10 +3084,6 @@ msgstr "Rapportert av %s i kategorien %s anonymt %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Rapportert i løpet av de siste fire ukene" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3111,14 +3098,14 @@ msgstr "Rapportert:" msgid "Reporting a problem" msgstr "Legger til et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Rapporter" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Rapportene begrenses til %s tegn. Rapporten må forkortes." @@ -3143,11 +3130,11 @@ msgstr "Rapporter et problem" msgid "Reports waiting to be sent" msgstr "Usendte rapporter" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 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:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "Omdømme terskel" @@ -3186,7 +3173,7 @@ msgstr "Svarmaler for %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3209,16 +3196,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3238,14 +3225,14 @@ msgstr "Satelitt" msgid "Save + close as duplicate" msgstr "markert som duplisert rapport" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Lagre endringer" @@ -3254,7 +3241,6 @@ msgstr "Lagre endringer" msgid "Save with a public update" msgstr "Lagre med en offentlig oppdatering" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3293,7 +3279,7 @@ msgstr "Søket fant ingen brukere." msgid "See our privacy policy" msgstr "Se personvernreglene våre" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "Opprett rapporter/oppdateringer som myndigheten" @@ -3303,10 +3289,6 @@ msgstr "Opprett rapporter/oppdateringer som myndigheten" msgid "Select a body" msgstr "Velg en administrasjon" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Velg en bestemt administrasjon for å se problemer som er sendt dit." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3320,6 +3302,10 @@ msgstr "Velg hvilken type varsel du ønsker og klikk på knappen for en RSS-kild msgid "Select:" msgstr "Velg:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3341,7 +3327,7 @@ msgstr "Sendt:" msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Sett til nåværende plassering" @@ -3350,20 +3336,25 @@ msgid "Share" msgstr "Dele" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Hurtigliste" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "I hurtiglisten til %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "I hurtiglisten" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "I hurtiglisten til %s" @@ -3372,6 +3363,11 @@ msgstr "I hurtiglisten til %s" msgid "Show Photo?" msgstr "Vis gamle" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s aktive oppdateringer" + #: 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 @@ -3387,7 +3383,7 @@ msgstr "Vis mitt navn offentlig" msgid "Show old" msgstr "Vis gamle" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Vis gamle" @@ -3400,6 +3396,11 @@ msgstr "Vis nåler" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Se rapport per bydel" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3458,7 +3459,7 @@ 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:230 +#: 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 @@ -3487,7 +3488,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "Beklager, du mangler rettigheter til å gjøre dette." @@ -3508,14 +3509,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Tilstand" @@ -3528,7 +3532,7 @@ msgstr "Tilstand" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3559,7 +3563,7 @@ msgstr "Underkategori: %s" msgid "Subdivision/Body" msgstr "Underavdeling/administrasjon" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Emne" @@ -3576,7 +3580,7 @@ msgstr "Emne:" msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3614,23 +3618,22 @@ msgstr "Jeg ønsker å abonnere på e-postvarsel" msgid "Summarise the problem" msgstr "Oppsummer problemet" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "Oppsummer dine endringer" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Oppsummering" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3653,7 +3656,7 @@ msgstr "Resultater fra spørreundersøkelsen" msgid "Template «%s»" msgstr "Mal «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3683,7 +3686,7 @@ msgstr "Takk for at du rapporterte dette problemet!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Takk for at du forsøker å bekrefte din oppdatering eller ditt problem. Vi ser ut til å ha en feil hos oss, så <a href=\"%s\">vær så snill å fortelle oss hva som skjedde</a> så skal vi se på saken." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Takk for at du oppdaterte dette problemet!" @@ -3721,19 +3724,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Det problemer har blitt markert som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Den rapporten kan ikke ses på %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har blitt fjernet fra FiksGataMi." @@ -3765,8 +3768,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3802,7 +3805,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "The diligency prize league tabellen viser redaktørenes aktivitet, (hvem som har redigert flest)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Feilen var: %s" @@ -3880,7 +3883,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Det er ingen rapporter å vise." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3889,7 +3892,7 @@ msgstr "Det var problemer med å vise 'Alle rapporter'-siden. Vennligst prøv i msgid "There was a problem showing this page. Please try again later." msgstr "Det var problemer med å vise denne siden. Vennligst prøv igjen senere." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3900,7 +3903,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3908,7 +3911,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Det var problemer med din oppdatering. Vennligst se under." @@ -3980,9 +3983,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" @@ -3991,23 +3994,19 @@ msgstr "Denne informasjonen er påkrevd" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dette er et utviklernettsted. Ting kan knekke når som helst og databasen vil bli periodisk slettet." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Dette er en opplisting av alle problemene i denne tjenesten." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "Det har vært et hull i veien i to måneder og..." -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Dette problemet er løst" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Dette problemet har ikke blitt løst" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Dette problemet har ikke blitt løst" @@ -4022,15 +4021,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Denne rapporten avventer moderasjon" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tiden markert som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tiden markert som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tiden markert som åpen." @@ -4049,7 +4048,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -4082,6 +4081,15 @@ msgstr "Du finner lokale problemer ved å søke på ditt postnummer, veinavn ell msgid "To view a map of the precise location of this issue" msgstr "For å se et kart med en mer presis plassering for dette problemet." +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Ikke rapportert til administrasjonen" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4117,7 +4125,7 @@ msgstr "Trafikkstyring kreves?" msgid "Trusted by bodies:" msgstr "Klarert av administrasjoner:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "Klarert til å lage rapporter som ikke må sjekkes" @@ -4133,9 +4141,10 @@ msgstr "Prøv igjen" msgid "Try emailing us directly:" msgstr "Forsøk å sende epost direkte til oss:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4156,14 +4165,14 @@ msgid "Unknown alert type" msgstr "Ukjent varsel-type" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ukjent feil" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Ukjent problem-Id" @@ -4228,10 +4237,10 @@ msgstr "Oppdater tilstanden" msgid "Updated" msgstr "Oppdatert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4258,11 +4267,22 @@ msgstr "Oppdateringer av {{title}}" msgid "Updates to this problem, %s" msgstr "Oppdateringer til dette problemet, FiksGataMi" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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." @@ -4275,11 +4295,11 @@ msgstr "Brukte kart" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Brukerflagg fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Bruker flagget" @@ -4293,8 +4313,8 @@ msgstr "markert som fikset" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4304,9 +4324,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Verdier oppdatert" @@ -4420,7 +4440,7 @@ msgstr "Ønske" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Når du søker etter forespørsler, så er det også mulig å søke etter agency_responsible for å begrense det til forespørsler som er sendt til en enkelt adminstrasjon. Søketermen er administrasjons-IDen som oppgitt av <a href=\"%s\">MaPit</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Kunne du tenke deg å bidra til FiksGataMi? Kildekoden vår er fri programvare og <a href=\"http://fixmystreet.org\">tilgjengelig via fixmystreet.org</a>." @@ -4445,23 +4465,22 @@ msgstr "" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4495,7 +4514,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4531,7 +4550,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har allerede besvart dette spørreskjemaet. Hvis du har spørsmål, vennligst <a href='%s'>ta kontakt</a>, eller <a href='%s'>se på ditt problem</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Du har allerede lagt ved bilder til denne rapporten. Merk at du kan maksimalt legge ved 3 til rapporten (hvis du laster opp flere blir det eldste slettet)." @@ -4594,7 +4613,7 @@ 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:81 +#: 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 @@ -4624,6 +4643,19 @@ msgstr "Vi vil kun bruke personlig informasjon om deg i henhold til våre <a hre msgid "Your name" msgstr "Ditt navn" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Ditt passord har blitt endret" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4640,6 +4672,7 @@ msgstr "Ditt passord" msgid "Your password has been changed" msgstr "Ditt passord har blitt endret" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4680,7 +4713,7 @@ msgstr "alle" msgid "by %s" msgstr "av %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "markert som duplisert rapport" @@ -4717,44 +4750,44 @@ msgstr "sist oppdatert %s" msgid "less than a minute" msgstr "mindre enn et minutt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "markert som planlagt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "markert som lukket" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "markert som under arbeid" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "markert som undersøkes" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "markert som uløselig" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "markert som planlagt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4796,8 +4829,8 @@ msgstr "opprinnelig lagt inn: “%s”" msgid "other areas:" msgstr "andre områder:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "åpnet på nytt" @@ -4805,7 +4838,7 @@ msgstr "åpnet på nytt" msgid "required" msgstr "påkrevd" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "logg ut" @@ -4813,7 +4846,7 @@ msgstr "logg ut" msgid "the local council" msgstr "den lokale administrasjonen" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet" @@ -4909,6 +4942,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dag" +msgstr[1] "%d dager" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "markert som fikset" +msgstr[1] "markert som fikset" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Eller problemer meldt til:" +msgstr[1] "Eller problemer meldt til:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Rapport" +msgstr[1] "Rapport" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Få oppdateringer for problemer i denne %s" +msgstr[1] "Få oppdateringer for problemer i denne %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4972,6 +5040,62 @@ msgid_plural "reports" msgstr[0] "Rapport" msgstr[1] "Rapport" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Marker <strong>bekreftet</strong> for å indikere at dette kontaktpunktet har blitt bekreftet som korrekt.\n" +#~ "Hvis du ikke er sikker på opprinnelsen eller gyldigheten til kontaktpunktet, ikke marker feltet." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Marker <strong>slettet</strong> for å ikke lenger bruke kategorien\n" +#~ "Den vil ikke lenger dukke opp som en tilgjengelig kategori i nedtrekksmenyen på rapporter-et-problem-siden." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Linjer med grå bakgrunn er administrasjoner som ikke lenger eksisterer." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Merket fikset/lukket i løpet av de siste åtte ukene" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Merket fikset/lukket mer enn åtte uker siden" + +#~ msgid "New <br>problems" +#~ msgstr "Nye <br>problemer" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Gamle / ukjente <br>problemer" + +#~ msgid "Older <br>fixed" +#~ msgstr "Eldre <br>løste" + +#~ msgid "Older <br>problems" +#~ msgstr "Eldre <br>problemer" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Åpen i mer enn fire uker, med en oppdatering i løpet av de siste åtte ukene" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Åpen, men har ikke hatt noen oppdateringer på åtte uker" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Nylig løste <br>problemer" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Rapportert i løpet av de siste fire ukene" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Velg en bestemt administrasjon for å se problemer som er sendt dit." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Dette er en opplisting av alle problemene i denne tjenesten." + +#~ msgid "Are you a developer?" +#~ msgstr "Er du en utvikler?" + #~ msgid "Cancel" #~ msgstr "Avbryt" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index a31d1e624..f4b14c9e9 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Jos Helmich <jos@valaquanta.fi>, 2016\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/mysociety/teams/12067/nl_NL/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, in %s district" @@ -118,7 +118,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:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email in misbruiktabel)" @@ -154,6 +154,10 @@ msgstr "(opgelost)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(zoals graffiti, zwerfafval, losliggende tegels of straatverlichting) " +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(niet verstuurd naar de gemeente)" @@ -166,8 +170,8 @@ msgstr "(optioneel)" msgid "(sent to both)" msgstr "(verstuurd naar beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Kies een categorie --" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "<strong>N.B:</strong>Deze rapportage is nog niet verzonden om actie te o msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ja</strong, ik heb een wachtwoord" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Actie ingepland" @@ -285,7 +284,7 @@ msgstr "Voeg een nieuwe categorie toe" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -297,15 +296,15 @@ msgstr "Voeg aan favorieten toe" msgid "Add user" msgstr "Gebruiker toevoegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Voeg toe/wijzig categoriën" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Voeg toe/wijzig beantwoordingsprioriteiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Voeg toe/wijzig antwoordstramien" @@ -313,7 +312,7 @@ msgstr "Voeg toe/wijzig antwoordstramien" msgid "Added %s" msgstr "%s toegevoegd" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Als dit rapport aan jouw favorieten toevoegd wordt het verwijderd van %s zijn favorieten." @@ -343,7 +342,6 @@ msgstr "Meld het me als er updates zijn" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle meldingen" @@ -361,7 +359,7 @@ msgstr "Alle categoriën" #: 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:21 +#: 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 "Alle meldingen" @@ -371,6 +369,15 @@ msgstr "Alle meldingen" msgid "All reports between %s and %s" msgstr "Alle rapporten tussen %s en %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Alle categoriën" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Een update heeft dit probleem als opgelost gemarkeerd." @@ -380,7 +387,7 @@ msgstr "Een update heeft dit probleem als opgelost gemarkeerd." msgid "Anonymous" msgstr "Anoniem" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anoniem:" @@ -390,10 +397,6 @@ msgstr "Anoniem:" msgid "Another user" msgstr "Andere gebruiker" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Ben je een ontwikkelaar?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Weet je zeker dat je de bestandsoverdracht wil afbreken?" @@ -436,7 +439,7 @@ msgstr "Toegewezen aan:" msgid "Assign to subdivision:" msgstr "Toegewezen aan afdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -461,11 +464,14 @@ msgstr "" msgid "Auto-response:" msgstr "Automatisch antwoord:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Beschikbare categoriën" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -491,12 +497,12 @@ msgstr "Vorige" msgid "Back to all reports" msgstr "Terug naar alle rapportages" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Verban e-mailadres" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -527,7 +533,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Categoriën" @@ -540,7 +546,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -592,27 +598,11 @@ msgstr "Verander emailadres" msgid "Change password" msgstr "Verander Wachtwoord" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Vink <strong>Bevestigd</strong> aan om aan te geven dat dit aanspreekpunt klopt\n" -"Als je geen absolute zekerheid hebt over de bron of de deugdelijkheid van dit aanspreekpunt laat het vinkje weg." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Vink <strong>verwijderen</strong> aan om een categorie buiten gebruik te stellen.\n" -"Deze categorie zal niet meer als beschikbaar categorie worden weergeven bij het selectie-menu van de rapporteer pagina." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -665,14 +655,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -715,7 +706,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "Gebruikte kaart" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuratie" @@ -741,9 +732,8 @@ msgstr "" msgid "Confirmation" msgstr "Bevestiging" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bevestigd" @@ -778,8 +768,8 @@ msgstr "Neem contact op met het team" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Kan de gebruiker niet vinden" @@ -846,7 +836,7 @@ msgstr "Aantal" msgid "Create a report" msgstr "Maak een melding" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Maak een categorie" @@ -855,11 +845,11 @@ msgstr "Maak een categorie" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -896,6 +886,8 @@ msgstr "Klant kan niet bereikt worden" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Dashboard" @@ -903,26 +895,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Verwijderd" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -949,7 +939,7 @@ msgstr "Details" msgid "Details:" msgstr "Details:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Overgedragen" @@ -962,8 +952,8 @@ msgstr "Kaart niet gebruikt" msgid "Diligency prize league table" msgstr "Toewijdingsranglijst" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Wijzigingen opslaan" @@ -981,11 +971,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Geen idee" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Hou je niet van formulieren?" @@ -997,12 +991,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Dubbeling" @@ -1024,7 +1014,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Oostwaarde/Noordwaarde" @@ -1044,23 +1034,23 @@ msgstr "Bewerk" msgid "Edit body details" msgstr "Wijzig openbaar lichaam details" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1083,7 +1073,7 @@ msgstr "Bewerk update %d" msgid "Editing user %d" msgstr "Bewerk gebruiker %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Redacteur" @@ -1099,7 +1089,7 @@ msgstr "Redacteur" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Email toegevoegd aan zwarte lijst" @@ -1117,11 +1107,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Email staat al op zwarte lijst" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1162,7 +1152,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Vul een dichtstbijzijnde UK postcode, of straatnaam en plaats in" @@ -1171,6 +1161,7 @@ msgstr "Vul een dichtstbijzijnde UK postcode, of straatnaam en plaats in" msgid "Enter a nearby postcode, or street name and area" msgstr "Geef dichtstbijzijnde postcode, of straatnaam en plaats" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1210,8 +1201,7 @@ msgstr "Voorbeeld van postcode %s" msgid "Examples:" msgstr "Voorbeelden:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1219,7 +1209,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1280,29 +1270,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Opgelost - Gemeente" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Opgelost - Gebruiker" @@ -1320,11 +1307,11 @@ msgstr "Opgelost:" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Gemarkeerde gebruikr" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Gemarkeerd" @@ -1341,7 +1328,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Gemarkeerd:" @@ -1378,6 +1365,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Veelgestelde Vragen" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Aantal" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1408,6 +1400,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Gaan" @@ -1416,7 +1409,7 @@ msgstr "Gaan" msgid "Going to send questionnaire?" msgstr "Vragenlijst versturen?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1424,10 +1417,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Grafiek van problemen aangemaakt per status na verloop van tijd" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Grijze lijnen zijn gemeentes die niet meer bestaan." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Is dit probleem opgelost?" @@ -1438,7 +1427,7 @@ msgstr "Heb je al eens eerder een probleem aan de gemeente gemeld, of is dit jou #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Help" @@ -1452,18 +1441,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1471,11 +1460,29 @@ msgstr "Hoi %s" msgid "Hidden" msgstr "Verborgen" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Herstuur melding" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Herstuur melding" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Verberg oud" @@ -1488,6 +1495,12 @@ msgstr "Verberg spelden" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Jouw naam" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Geschiedenis" @@ -1509,8 +1522,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1611,8 +1624,6 @@ msgstr "Illegale RSS feed selectie" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In Behandeling" @@ -1626,16 +1637,18 @@ msgstr "Daarnaast worden de volgende attributen, die niet onderdeel zijn van de #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1652,11 +1665,16 @@ msgstr "Ongeverifiëerde meldingen meesturen" msgid "Incorrect has_photo value \"%s\"" msgstr "Ongeldige has_photo waarde \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Herstuur melding" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1664,10 +1682,8 @@ msgstr "" msgid "Internal notes" msgstr "Interne notities" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1679,7 +1695,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ongeldige agency_responsible waarde %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Ongeldige einddatum" @@ -1687,26 +1703,22 @@ msgstr "Ongeldige einddatum" msgid "Invalid format %s specified." msgstr "Ongeldig formaat %s gespecifieerd" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Ongeldige startdatum" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1736,6 +1748,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Laatste update:" @@ -1745,6 +1758,11 @@ msgstr "Laatste update:" msgid "Last editor" msgstr "Laatste bewerker" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Laatste update:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Laatste update:" @@ -1753,7 +1771,7 @@ msgstr "Laatste update:" msgid "Last update:" msgstr "Laatste update:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1825,7 +1843,7 @@ msgstr "" msgid "MAP" msgstr "Kaart" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1845,19 +1863,11 @@ msgstr "Markeren als verzonden" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Bericht" @@ -1877,15 +1887,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Vermiste jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1893,8 +1903,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Gemeld door %s bij %s" @@ -1903,8 +1913,8 @@ msgstr "Gemeld door %s bij %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "" @@ -1929,14 +1939,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Naam" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1948,7 +1957,7 @@ msgstr "Naam:" msgid "Name: %s" msgstr "Naam: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1957,16 +1966,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Dichtstbijzijnde straat met naam voor lokatie op de kaart (automatisch gegenereerd via OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Dichtstbijzijnde straat voor lokatie op de kaart (automatisch gegenereerd via Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1978,15 +1987,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nieuw <br>problemen" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" @@ -2058,20 +2063,19 @@ msgstr "" msgid "Next" msgstr "Volgende" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nee" @@ -2103,12 +2107,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 #, fuzzy msgid "No further action" msgstr "Configuratie" @@ -2118,11 +2118,11 @@ msgstr "Configuratie" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2164,12 +2164,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2193,7 +2189,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Opmerking" @@ -2203,7 +2199,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Let op dat als je onbevestigde meldingen meeneemt we de datum gebruiken waarop de melding is gemaakt, dit kan afwijken van de maand waarin de melding is bevestigd dus dan kunnen de cijfers afwijken." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Opmerking:" @@ -2225,6 +2221,10 @@ msgstr "Nu om je melding te verzend…" msgid "Now to submit your update…" msgstr "Nu om je update te verzend…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2237,22 +2237,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Oude / onbekende <br>problemen" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Oude status" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Ouder<br>opgelost" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Oudere<br>problemen" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2260,28 +2248,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Open" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2310,9 +2289,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2322,6 +2301,15 @@ msgstr "Of je kan je abonneren op een melding gebaseerd op welke gemeente je woo msgid "Other" msgstr "Anders" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Alle categoriën" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Eigenaar" @@ -2336,8 +2324,8 @@ msgstr "Pagina Niet Gevonden" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Gedeeltelijk" @@ -2371,7 +2359,7 @@ msgid "Phone number (optional)" msgstr "Telefoonnummer (optioneel)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2380,9 +2368,9 @@ msgstr "Telefoonnummer:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2400,12 +2388,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2415,6 +2403,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto's van recente meldingen dichtbij" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Geen gemeente" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2422,10 +2416,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2450,9 +2444,9 @@ msgstr "Controleer de wachtwoorden en probeer opnieuw" msgid "Please check your email address is correct" msgstr "Controleer of je e-mailadres klopt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2462,12 +2456,12 @@ msgstr "Kies een categorie" msgid "Please choose a property type" msgstr "Kies een pand type" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2478,18 +2472,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Geef bericht in" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2505,8 +2499,8 @@ msgstr "Geef wachtwoord" msgid "Please enter a subject" msgstr "Geef onderwerp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2546,7 +2540,7 @@ msgstr "Geef een geldig e-mailadres" msgid "Please enter your first name" msgstr "Geef je voornaam" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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." @@ -2616,7 +2610,7 @@ msgstr "" msgid "Please note:" msgstr "Let op:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2664,30 +2658,29 @@ msgstr "Schrijf een bericht" msgid "Please write your update here" msgstr "Schrijf je update hier" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Bericht" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Anoniem geplaatst bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Geplaatst door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Geplaatst door <strong>%s</strong> (%s) bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Geplaatst door <strong>%s</strong> bij %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2695,7 +2688,7 @@ msgstr "" msgid "Previous" msgstr "Vorige" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2714,9 +2707,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privé" @@ -2747,7 +2740,7 @@ msgstr "Probleem %s verzonden naar gemeente %s" msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -2755,7 +2748,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemen" @@ -2776,13 +2769,13 @@ msgstr "Recent gemelde problemen op FixMyStreet" msgid "Problems within %.1fkm of this location" msgstr "Problemen binnen een straal van %.1fkm van deze lokatie" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemen binnen wijk %s" @@ -2863,11 +2856,11 @@ msgstr "Vragenlijst ingevuld door melder" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS feed voor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS feed voor wijk %s, %s" @@ -2875,11 +2868,11 @@ msgstr "RSS feed voor wijk %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS feed van %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed van %s, binnen wijk %s" @@ -2887,13 +2880,13 @@ msgstr "RSS feed van %s, binnen wijk %s" msgid "RSS feed of nearby problems" msgstr "RSS feed van nabije problemen" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS feed van problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS feed van problemen in wijk %s" @@ -2922,10 +2915,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Recent <br>opgelost" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Recent gemelde problemen" @@ -2938,13 +2927,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Verwijder markering" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2954,7 +2943,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2968,13 +2957,13 @@ msgstr "Beantwoord" msgid "Report" msgstr "Melding" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Meld een probleem" @@ -3056,10 +3045,6 @@ msgstr "Anoniem gemeld bij %s in de categorie %s door %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeld door %s in de categorie %s door %s bij %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Gemeld in de afgelopen vier weken" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3074,14 +3059,14 @@ msgstr "Gemeld:" msgid "Reporting a problem" msgstr "Meld een probleem" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Meldingen" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3106,11 +3091,11 @@ msgstr "Meld een probleem" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3149,7 +3134,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3172,16 +3157,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3200,14 +3185,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Wijzigingen opslaan" @@ -3216,7 +3201,6 @@ msgstr "Wijzigingen opslaan" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3255,7 +3239,7 @@ msgstr "Geen gebruikers gevonden." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3264,10 +3248,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Selecteer een gemeente om te zien welke rapporten hierheen zijn gestuurd." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3281,6 +3261,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3302,7 +3286,7 @@ msgstr "Verzonden:" msgid "Service:" msgstr "Service:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3311,20 +3295,24 @@ msgid "Share" msgstr "Deel" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3333,6 +3321,11 @@ msgstr "" msgid "Show Photo?" msgstr "Toon oud" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s live updates" + #: 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 @@ -3348,7 +3341,7 @@ msgstr "Toon mijn naam publiekelijk" msgid "Show old" msgstr "Toon oud" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Toon oud" @@ -3361,6 +3354,10 @@ msgstr "Toon spelden" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3416,7 +3413,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3445,7 +3442,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3466,14 +3463,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Staat" @@ -3486,7 +3486,7 @@ msgstr "Staat" msgid "State:" msgstr "Staat:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3517,7 +3517,7 @@ msgstr "Subcategorie: %s" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Onderwerp" @@ -3534,7 +3534,7 @@ msgstr "Onderwerp:" msgid "Submit" msgstr "Opslaan" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3572,23 +3572,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Samenvatting" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3611,7 +3610,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3641,7 +3640,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3679,19 +3678,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "De postcode is niet geldig." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Het probleem is gemarkeerd als verzonden." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3717,8 +3716,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3746,7 +3745,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "De foutmelding was: %s" @@ -3822,7 +3821,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3831,7 +3830,7 @@ msgstr "Er was een probleem bij het tonen van de Alle Meldingen pagina. Probeer msgid "There was a problem showing this page. Please try again later." msgstr "Er was een probleem bij het tonen van deze pagina. Probeer het later nog eens." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3842,7 +3841,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Er was een probleem met je update. Probeer het later nog eens." @@ -3850,7 +3849,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Er was een probleem met je update. Zie beneden." @@ -3913,9 +3912,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -3924,23 +3923,19 @@ msgstr "Deze informatie is verplicht" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dit is een ontwikkelingssite; er kunnen mogelijk problemen optreden, en de database wordt regelmatig opgeschoond." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Dit is een samenvatting van alle meldingen op deze site." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Dit probleem is opgelost" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Dit probleem is niet opgelost" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Dit probleem is niet opgelost" @@ -3955,15 +3950,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Deze melding is momenteel gemarkeerd als gesloten." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Deze melding is momenteel gemarkeerd als opgelost." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Deze melding is momenteel gemarkeerd als openstaand." @@ -3982,7 +3977,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tijdslijn" @@ -4015,6 +4010,15 @@ msgstr "Vul je postcode of straatnaam en plaats in om te kijken welke lokale mel msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Niet gemeld bij de gemeente" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4050,7 +4054,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4066,9 +4070,10 @@ msgstr "Opnieuw proberen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4089,14 +4094,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4161,10 +4166,10 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4191,11 +4196,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4208,11 +4224,11 @@ msgstr "Gebruikte kaart" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4226,8 +4242,8 @@ msgstr "gemarkeerd als opgelost" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4237,9 +4253,9 @@ msgstr "Gebruikers" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4353,7 +4369,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4378,23 +4394,22 @@ msgstr "" msgid "Year" msgstr "Jaar" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4428,7 +4443,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4462,7 +4477,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Je hebt deze vragenlijst al ingevuld. Als je vragen hebt kan je <a href='%s'>contact opnemen</a> of <a href='%s'>je probleem bekijken</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4523,7 +4538,7 @@ 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:81 +#: 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 @@ -4553,6 +4568,19 @@ msgstr "Je informatie wordt alleen gebruikt zoals vermeld in onze <a href=\"/pri msgid "Your name" msgstr "Jouw naam" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Je wachtwoord is gewijzigd" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4569,6 +4597,7 @@ msgstr "Jouw wachtwoord" msgid "Your password has been changed" msgstr "Je wachtwoord is gewijzigd" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4609,7 +4638,7 @@ msgstr "" msgid "by %s" msgstr "door %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4646,45 +4675,45 @@ msgstr "" msgid "less than a minute" msgstr "minder dan een minuut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "gemarkeerd als gesloten" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "gemarkeerd als in behandeling" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "gemarkeerd als in onderzoek" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 #, fuzzy msgid "marked as no further action" msgstr "gemarkeerd als in onderzoek" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "gemarkeerd als gepland" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4726,8 +4755,8 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -4735,7 +4764,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4743,7 +4772,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4839,6 +4868,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dag" +msgstr[1] "%d dagen" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "gemarkeerd als opgelost" +msgstr[1] "gemarkeerd als opgelost" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Of problemen gemeld aan:" +msgstr[1] "Of problemen gemeld aan:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Melding" +msgstr[1] "Melding" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Updates over %s problemen ontvangen" +msgstr[1] "Updates over %s problemen ontvangen" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4902,5 +4966,49 @@ msgid_plural "reports" msgstr[0] "Melding" msgstr[1] "Melding" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Vink <strong>Bevestigd</strong> aan om aan te geven dat dit aanspreekpunt klopt\n" +#~ "Als je geen absolute zekerheid hebt over de bron of de deugdelijkheid van dit aanspreekpunt laat het vinkje weg." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Vink <strong>verwijderen</strong> aan om een categorie buiten gebruik te stellen.\n" +#~ "Deze categorie zal niet meer als beschikbaar categorie worden weergeven bij het selectie-menu van de rapporteer pagina." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Grijze lijnen zijn gemeentes die niet meer bestaan." + +#~ msgid "New <br>problems" +#~ msgstr "Nieuw <br>problemen" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Oude / onbekende <br>problemen" + +#~ msgid "Older <br>fixed" +#~ msgstr "Ouder<br>opgelost" + +#~ msgid "Older <br>problems" +#~ msgstr "Oudere<br>problemen" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Recent <br>opgelost" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Gemeld in de afgelopen vier weken" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Selecteer een gemeente om te zien welke rapporten hierheen zijn gestuurd." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Dit is een samenvatting van alle meldingen op deze site." + +#~ msgid "Are you a developer?" +#~ msgstr "Ben je een ontwikkelaar?" + #~ msgid "Cancel" #~ msgstr "Annuleren" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 013eaa3f5..22d833435 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/mysociety/teams/12067/nn_NO/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, innanfor bydelen %s" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbruktabellen)" @@ -154,6 +154,10 @@ msgstr "(løyst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hol i vegen, eller øydelagte gatelys)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(ikkje rapportert til administrasjonen)" @@ -166,8 +170,8 @@ msgstr "(valfritt)" msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Vel ein kategori --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ja</strong>, eg har eit passord" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +279,7 @@ msgstr "Legg til ny kategori" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "La til %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "Send meg varsel ved framtidige oppdateringar" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "Alle rapportar" @@ -366,6 +364,14 @@ msgstr "Alle rapportar" msgid "All reports between %s and %s" msgstr "" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ei oppdatering markerte dette problemet som løyst." @@ -375,7 +381,7 @@ msgstr "Ei oppdatering markerte dette problemet som løyst." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" @@ -385,10 +391,6 @@ msgstr "Anonym:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Bannlys e-postadresse" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "Byt passord" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -706,7 +700,7 @@ msgstr "Merkevaresamarbeid:" msgid "Collapse map" msgstr "brukte kart" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -732,9 +726,8 @@ msgstr "" msgid "Confirmation" msgstr "Stadfesting" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Stadfesta" @@ -769,8 +762,8 @@ msgstr "Kontakt prosjektgruppa" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Kunne ikkje finna brukaren" @@ -834,7 +827,7 @@ msgstr "Mengd" msgid "Create a report" msgstr "Lag ein rapport" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lag kategori" @@ -843,11 +836,11 @@ msgstr "Lag kategori" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -884,6 +877,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -891,26 +886,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Sletta" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -937,7 +930,7 @@ msgstr "" msgid "Details:" msgstr "Detaljar:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -950,8 +943,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbeidshestar" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Lagra endringar" @@ -969,11 +962,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Veit ikkje" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -985,12 +982,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "" @@ -1010,7 +1003,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1030,23 +1023,23 @@ msgstr "Rediger" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1069,7 +1062,7 @@ msgstr "Redigerer oppdatering %d" msgid "Editing user %d" msgstr "Redigerer brukar %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Oppdatert av" @@ -1085,7 +1078,7 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "E-post lagd til misbrukliste" @@ -1103,11 +1096,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-post allereie i misbruklista" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1148,7 +1141,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1157,6 +1150,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "Skriv inn postnummer i nærleiken, eller vegnamn og stad" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1196,8 +1190,7 @@ msgstr "Postnummerdøme %s" msgid "Examples:" msgstr "Døme:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1205,7 +1198,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1265,29 +1258,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Løyst – Administrasjon" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Løyst – Brukar" @@ -1305,11 +1295,11 @@ msgstr "Løyst:" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Flagg brukar" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flagga:" @@ -1326,7 +1316,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Flagga:" @@ -1363,6 +1353,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurde spurnader" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Mengd" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1393,6 +1388,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Hald fram" @@ -1401,7 +1397,7 @@ msgstr "Hald fram" msgid "Going to send questionnaire?" msgstr "Skal spørjeskjemaet sendast?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1409,10 +1405,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Linjer med grå bakgrunn er administrasjonar som ikkje lenger eksisterer." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Har dette problemet vorte løyst?" @@ -1423,7 +1415,7 @@ msgstr "Har du rapportert eit problem til ein administrasjon før, eller er dett #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjelp" @@ -1437,18 +1429,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1456,11 +1448,30 @@ msgstr "" msgid "Hidden" msgstr "Skjult" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Send rapport på nytt" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Oppdatert av {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Send rapport på nytt" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" @@ -1473,6 +1484,11 @@ msgstr "Skjul nåler" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" @@ -1494,8 +1510,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1596,8 +1612,6 @@ msgstr "Ugyldig val av straum" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Under arbeid" @@ -1611,16 +1625,18 @@ msgstr "I tillegg er følgjande attributt som ikkje er del av Open311 v2-spesifi #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1637,11 +1653,16 @@ msgstr "Inkluder ikkje-stadfesta problem" msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi «%s»" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Send rapport på nytt" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1649,10 +1670,8 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1664,7 +1683,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-verdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Ugyldig slutt-dato" @@ -1672,26 +1691,22 @@ msgstr "Ugyldig slutt-dato" msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgjeve." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Ugyldig startdato" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1721,6 +1736,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Siste oppdatering:" @@ -1730,6 +1746,11 @@ msgstr "Siste oppdatering:" msgid "Last editor" msgstr "Sist redigert av" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Siste oppdatering:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Siste oppdatering:" @@ -1738,7 +1759,7 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1810,7 +1831,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1830,19 +1851,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "" @@ -1862,15 +1875,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Manglar jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1878,8 +1891,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Publisert av %s %s" @@ -1888,8 +1901,8 @@ msgstr "Publisert av %s %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "andre område:" @@ -1915,14 +1928,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Namn" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1934,7 +1946,7 @@ msgstr "Namn:" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1943,16 +1955,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Næraste namngjevne veg til nålen plassert på kartet (automatisk generert ved hjelp av OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Næraste veg til nålen plassert på karta (automatisk generert ved hjelp av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1962,15 +1974,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2042,20 +2050,19 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nei" @@ -2087,12 +2094,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "" @@ -2101,11 +2104,11 @@ msgstr "" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2147,12 +2150,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2176,7 +2175,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Merk" @@ -2186,7 +2185,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Merk at når vi tek med ustadfesta rapportar, så brukar vi datoen rapporten var oppretta. Det treng vera den same månaden som rapporten var stadfesta, så tala kan hoppa litt opp og ned." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Merk:" @@ -2208,6 +2207,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2220,22 +2223,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Gammal tilstand" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2243,28 +2234,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Opne" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2293,9 +2275,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2305,6 +2287,15 @@ msgstr "Eller du kan abonnera på varsel basert på bydel eller administrasjon d msgid "Other" msgstr "Anna" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Lag kategori" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Eigar" @@ -2319,8 +2310,8 @@ msgstr "Fann ikkje sida" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Delvis" @@ -2354,7 +2345,7 @@ msgid "Phone number (optional)" msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2363,9 +2354,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2383,12 +2374,12 @@ msgstr "" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2398,6 +2389,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Bilete av nye problem i nærleiken" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Ingen administrasjon" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2405,10 +2402,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2433,9 +2430,9 @@ msgstr "Ver venleg og sjekk passorda og prøv igjen" msgid "Please check your email address is correct" msgstr "Ver venleg og sjekk at du har skrive ei gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2445,12 +2442,12 @@ msgstr "Vel ein kategori" msgid "Please choose a property type" msgstr "Vel ein type eigenskap" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2461,18 +2458,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2488,8 +2485,8 @@ msgstr "Skriv inn eit passord" msgid "Please enter a subject" msgstr "Ver venleg og legg inn eit emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2529,7 +2526,7 @@ msgstr "" msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2601,7 +2598,7 @@ msgstr "" msgid "Please note:" msgstr "Merk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2649,30 +2646,29 @@ msgstr "Skriv inn ei melding" msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Send inn" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Lagt inn av <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Lagt inn av <strong>%s</strong> %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2680,7 +2676,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2699,9 +2695,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2732,7 +2728,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -2740,7 +2736,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" @@ -2761,13 +2757,13 @@ msgstr "Problem nyleg rapportert fiksa på FiksGataMi" msgid "Problems within %.1fkm of this location" msgstr "Problem innanfor %.1fkm av denne posisjonen" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problem innanfor %s bydel" @@ -2848,11 +2844,11 @@ msgstr "Spørjeskjema fylt inn av feilrapportøren" msgid "RSS feed" msgstr "RSS-straum" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS-straum for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS-straum for %s bydel, %s" @@ -2860,11 +2856,11 @@ msgstr "RSS-straum for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS-straum frå %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS-straum av %s, innanfor %s bydel" @@ -2872,13 +2868,13 @@ msgstr "RSS-straum av %s, innanfor %s bydel" msgid "RSS feed of nearby problems" msgstr "RSS-straum med problem i nærleiken" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS-straum for problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS-straum for problem innanfor %s bydel" @@ -2907,10 +2903,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nyleg melde problem" @@ -2923,13 +2915,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Fjern flagg" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2939,7 +2931,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2953,13 +2945,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter eit problem" @@ -3041,10 +3033,6 @@ msgstr "Rapportert av %s i kategorien %s anonymt %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3059,14 +3047,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Legger til eit problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3091,11 +3079,11 @@ msgstr "Rapporter eit problem" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3134,7 +3122,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3157,16 +3145,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3185,14 +3173,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Lagra endringar" @@ -3201,7 +3189,6 @@ msgstr "Lagra endringar" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3240,7 +3227,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3249,10 +3236,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3266,6 +3249,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3287,7 +3274,7 @@ msgstr "Sendt:" msgid "Service:" msgstr "Teneste:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3296,20 +3283,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3317,6 +3308,11 @@ msgstr "" msgid "Show Photo?" msgstr "" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s aktive oppdateringar" + #: 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 @@ -3332,7 +3328,7 @@ msgstr "Vis namnet mitt offentleg" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Vis nåler" @@ -3345,6 +3341,10 @@ msgstr "Vis nåler" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3400,7 +3400,7 @@ 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:230 +#: 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 @@ -3429,7 +3429,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3450,14 +3450,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Tilstand" @@ -3470,7 +3473,7 @@ msgstr "Tilstand" msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3501,7 +3504,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -3518,7 +3521,7 @@ msgstr "Emne:" msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3556,23 +3559,22 @@ msgstr "Eg ynskjer å abonnera på e-postvarsel" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Oppsummering" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3595,7 +3597,7 @@ msgstr "Resultat frå spørjeundersøkinga" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3628,7 +3630,7 @@ msgstr "" "ditt. Det ser ut til at vi har ein feil hos oss, så <a href=\"%s\">ver\n" "så snill og fortel oss kva som skjedde</a>, så skal vi sjå på saka." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3666,19 +3668,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret vart ikkje gjenkjent, orsak." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." @@ -3704,8 +3706,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3733,7 +3735,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Feilen var: %s" @@ -3809,7 +3811,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3818,7 +3820,7 @@ msgstr "Det oppstod problem med å visa «Alle rapportar»-sida. Ver venleg og msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3829,7 +3831,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." @@ -3837,7 +3839,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under." @@ -3900,9 +3902,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -3911,23 +3913,19 @@ msgstr "Denne informasjonen er påkravd" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dette er ein utviklarnettstad. Ting kan knekka når som helst og databasen vil verta periodisk sletta." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Dette problemet er løyst" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Dette problemet har ikkje vorte løyst" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Dette problemet har ikkje vorte løyst" @@ -3942,15 +3940,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tida markert som lukka." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tida markert som fiksa." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tida markert som open." @@ -3969,7 +3967,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -4002,6 +4000,15 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "For å sjå eit kart med ei meir presis plassering for dette problemet" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Ikkje rapportert til administrasjonen" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4037,7 +4044,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4053,9 +4060,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4076,14 +4084,14 @@ msgid "Unknown alert type" msgstr "Ukjend varsel-type" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Ukjend problem-ID" @@ -4147,10 +4155,10 @@ msgstr "Oppdater tilstanden" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4177,11 +4185,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4194,11 +4213,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Brukarflagg fjerna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Brukar flagga" @@ -4212,8 +4231,8 @@ msgstr "markert som løyst" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4223,9 +4242,9 @@ msgstr "Brukarar" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Verdi oppdatert" @@ -4339,7 +4358,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Når du søkjer etter førespurnader, så er det òg mogleg å søkja etter agency_responsible for å avgrensa det til førespurnader som er sendt til ein einskild adminstrasjon. Søkjetermen er administrasjonssida som du får frå <a href=\"%s\">MaPit</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4364,23 +4383,22 @@ msgstr "" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4414,7 +4432,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4448,7 +4466,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har allereie svart på dette spørjeskjemaet. Viss du har spurnader, ver venleg og <a href='%s'>ta kontakt</a>, eller <a href='%s'>sjå på problemet ditt</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4509,7 +4527,7 @@ 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:81 +#: 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 @@ -4539,6 +4557,19 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Passordet ditt har vorte endra" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4555,6 +4586,7 @@ msgstr "" msgid "Your password has been changed" msgstr "Passordet ditt har vorte endra" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4595,7 +4627,7 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4632,44 +4664,44 @@ msgstr "" msgid "less than a minute" msgstr "mindre enn eitt minutt" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4711,8 +4743,8 @@ msgstr "" msgid "other areas:" msgstr "andre område:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "opna på nytt" @@ -4720,7 +4752,7 @@ msgstr "opna på nytt" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4728,7 +4760,7 @@ msgstr "" msgid "the local council" msgstr "den lokale administrasjonen" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4824,6 +4856,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "markert som løyst" +msgstr[1] "markert som løyst" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Eller problem meldt til:" +msgstr[1] "Eller problem meldt til:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Alle rapportar" +msgstr[1] "Alle rapportar" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Ei oppdatering gjenopna problemet" +msgstr[1] "Ei oppdatering gjenopna problemet" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4886,3 +4953,6 @@ msgid "report" msgid_plural "reports" msgstr[0] "Alle rapportar" msgstr[1] "Alle rapportar" + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Linjer med grå bakgrunn er administrasjonar som ikkje lenger eksisterer." diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index ce7f56991..f12015b05 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Portuguese (https://www.transifex.com/mysociety/teams/12067/pt/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, %s dentro da ala" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-mail na tabela de abuso)" @@ -154,6 +154,10 @@ msgstr "(Corrigido)" 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)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(Não reportar ao município)" @@ -166,8 +170,8 @@ msgstr "(opcional)" msgid "(sent to both)" msgstr "(remeter para ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Escolha uma categoria --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong> Sim </strong> Eu tenho uma password" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Ação Programada" @@ -280,7 +279,7 @@ msgstr "Adicionar nova categoria" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Adicionar user" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "Adicionado %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "Avise-me de atualizações futuras" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Todos os Relatórios" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "Todos os relatórios" @@ -366,6 +364,14 @@ msgstr "Todos os relatórios" msgid "All reports between %s and %s" msgstr "Todos os relatórios entre %s e %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Uma atualização marcada, problema esta resolvido" @@ -375,7 +381,7 @@ msgstr "Uma atualização marcada, problema esta resolvido" msgid "Anonymous" msgstr "Anonimo" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonimo:" @@ -385,10 +391,6 @@ msgstr "Anonimo:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Você é um desenvolvedor?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "Atribuir ao órgão externo:" msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "Voltar" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Ban endereço de e-mail" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "Mudar password" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -706,7 +700,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "mapa usado" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -732,9 +726,8 @@ msgstr "" msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmado" @@ -769,8 +762,8 @@ msgstr "Fale com a equipe" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Não foi possível encontrar usuário" @@ -834,7 +827,7 @@ msgstr "Conta" msgid "Create a report" msgstr "Criar um report" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Criar uma categoria" @@ -843,11 +836,11 @@ msgstr "Criar uma categoria" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -884,6 +877,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Painel de instrumentos" @@ -891,26 +886,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Excluidos" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -937,7 +930,7 @@ msgstr "DEtalhes" msgid "Details:" msgstr "Detalhes:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Delegada" @@ -950,8 +943,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Diligency prêmio tabela classificativa" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Salvar alterações" @@ -969,11 +962,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Já tem uma password?" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Não sei" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -985,12 +982,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Duplicar" @@ -1012,7 +1005,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1032,23 +1025,23 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar os detalhes do corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1071,7 +1064,7 @@ msgstr "Editando uma actualizaçao %d" msgid "Editing user %d" msgstr "Edição de usuário %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editar" @@ -1087,7 +1080,7 @@ msgstr "Editar" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Email adicionado a lista de abusos" @@ -1105,11 +1098,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-mail já está na lista abusos" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1150,7 +1143,7 @@ msgstr "Endpoint" msgid "Enter a Zürich street name" msgstr "Digite um nome de uma rua de Mindelo" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Inserir um código postal de Mindelo nas proximidades da area, zona, rua ou local" @@ -1159,6 +1152,7 @@ msgstr "Inserir um código postal de Mindelo nas proximidades da area, zona, rua msgid "Enter a nearby postcode, or street name and area" msgstr "Inserir um código postal válido (xxxx-xxx), ou nome da rua, zona ou localidade" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1198,8 +1192,7 @@ msgstr "Exemplo PostCode %s" msgid "Examples:" msgstr "Exemplos:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1207,7 +1200,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1267,29 +1260,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Corrigido - Concelho" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Corrigido - Usuario" @@ -1307,11 +1297,11 @@ msgstr "Corrigido:" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Bandeira - Usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1328,7 +1318,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Marcado:" @@ -1365,6 +1355,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Perguntas mais frequentes" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Conta" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1395,6 +1390,7 @@ msgstr "" #: 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 msgid "Go" msgstr " Ir" @@ -1403,7 +1399,7 @@ msgstr " Ir" msgid "Going to send questionnaire?" msgstr "Vai enviar questionário?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1411,10 +1407,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Status da tabela grafica ao longo do tempo" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Cor Cinzenta sao linhas dos concelhos que já não existem" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Este problema já foi fixado, relatado?" @@ -1425,7 +1417,7 @@ msgstr "Alguma vez voce ja relatou algum problema ao município, ou é a sua pri #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ajuda" @@ -1439,18 +1431,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1458,11 +1450,30 @@ msgstr "Oi %s" msgid "Hidden" msgstr "Esconder" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Reenviar relatório" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Atualize por {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Reenviar relatório" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Ocultar" @@ -1475,6 +1486,12 @@ msgstr "Ocultar pins" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Nome" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "History pins" @@ -1496,8 +1513,8 @@ msgstr "Como enviar relatorios com sucesso" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1598,8 +1615,6 @@ msgstr "Seleção de feed ilegal" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Em andamento" @@ -1613,16 +1628,18 @@ msgstr "Além disso, os seguintes atributos que não fazem parte da especificaç #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1639,11 +1656,16 @@ msgstr "Incluir dados nao confirmados" msgid "Incorrect has_photo value \"%s\"" msgstr "Foto_has valor incorreto \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Reenviar relatório" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1651,10 +1673,8 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1666,7 +1686,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Agencia_responsavel valor %s inválido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Invalido data final" @@ -1674,26 +1694,22 @@ msgstr "Invalido data final" msgid "Invalid format %s specified." msgstr "Formato inválido%s especificado." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Data de inicio invalida" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1723,6 +1739,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Última atualização:" @@ -1732,6 +1749,11 @@ msgstr "Última atualização:" msgid "Last editor" msgstr "Última editor" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Última atualização:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Última atualização:" @@ -1740,7 +1762,7 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "Última atualização:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1812,7 +1834,7 @@ msgstr "" msgid "MAP" msgstr "Mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1832,19 +1854,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Menssagem" @@ -1864,15 +1878,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Falta informaçao jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1880,8 +1894,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Relatado por %s em %s" @@ -1890,8 +1904,8 @@ msgstr "Relatado por %s em %s" 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:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "outras áreas:" @@ -1917,14 +1931,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1936,7 +1949,7 @@ msgstr "Nome:" msgid "Name: %s" msgstr "Nome: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1945,16 +1958,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nomeado rodoviário mais próximo ao pino colocado no mapa (gerado automaticamente usando OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Estrada mais próxima para o pino colocado no mapa (gerado automaticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1967,15 +1980,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Está quase! Agora basta verificar o seu email…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Novos <br>problemas" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Novo corpo adicionado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Novo contato de categoria adicionado" @@ -2047,20 +2056,19 @@ msgstr "" msgid "Next" msgstr "Proximo" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nao" @@ -2092,12 +2100,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2106,11 +2110,11 @@ msgstr "Incapaz de ser resolvido" msgid "No further updates" msgstr "Sem mais atualizações" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2152,12 +2156,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Nao responsavel" @@ -2181,7 +2181,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -2191,7 +2191,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Note que quando incluimos relatos não confirmados usamos a data em que o relatório foi criado, que pode não estar no mesmo mês em que o relatório foi confirmado de modo que os números podem estar alterados." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Nota" @@ -2213,6 +2213,10 @@ msgstr "Finalmente, para enviar o seu relatório ..." msgid "Now to submit your update…" msgstr "Finalmente, para enviar a sua actualização ..." +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2225,22 +2229,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr " Velho / desconhecido <br>problems" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Mais antigo <br>fixado" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Mais antigo <br>problemas" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2248,28 +2240,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Aberto" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2298,9 +2281,9 @@ 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" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2310,6 +2293,15 @@ msgstr "Ou você pode se inscrever em um alerta baseado no que ala, zona ou conc msgid "Other" msgstr "Outro" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Criar uma categoria" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Proprietário" @@ -2324,8 +2316,8 @@ msgstr "Pagina nao encontrada" msgid "Parent" msgstr "Parente" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Parcial" @@ -2359,7 +2351,7 @@ msgid "Phone number (optional)" msgstr "Telefone (opcional)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2368,9 +2360,9 @@ msgstr "Telefone:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2388,12 +2380,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2403,6 +2395,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Fotos de relatórios recentes mais proximos" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Sem concelho" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2410,10 +2408,10 @@ msgstr "Coloque a fix pin no mapa" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2438,9 +2436,9 @@ msgstr "Por favor verifique as passwords e tente novamente" msgid "Please check your email address is correct" msgstr "Favor verificar se seu email esta correcto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2450,12 +2448,12 @@ msgstr "Escolher uma categoria" msgid "Please choose a property type" msgstr "Por favor, escolha um tipo de imóvel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2469,18 +2467,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2496,8 +2494,8 @@ msgstr "Por favor insira uma password" msgid "Please enter a subject" msgstr "Por favor insira um assunto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2537,7 +2535,7 @@ msgstr "Por favor, insira o seu endereço de email" msgid "Please enter your first name" msgstr "Digite seu primeiro nome" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Por favor, insira o seu nome completo, os conselhos precisam desta informação - se você não quiser que seu nome seja mostrado no site, desmarque a caixa abaixo" @@ -2607,7 +2605,7 @@ msgstr "" msgid "Please note:" msgstr "Favor notar:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2655,30 +2653,29 @@ msgstr "Por favor, escreva uma mensagem" msgid "Please write your update here" msgstr "Por favor, escreva a sua atualização aqui" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Postar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Postado anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postado por %s aem %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postado por <strong>%s</strong> (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postado por <strong>%s</strong> em %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2686,7 +2683,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2705,9 +2702,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privado" @@ -2738,7 +2735,7 @@ msgstr "Problema %s enviado ao conselho %s" msgid "Problem breakdown by state" msgstr "Colapso problema por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -2746,7 +2743,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -2767,13 +2764,13 @@ msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo" msgid "Problems within %.1fkm of this location" msgstr "Problemas dentro de %.1fkm deste local" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemas dentro de %s ala" @@ -2855,11 +2852,11 @@ msgstr "Questionário preenchido por problema repórter" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS feed para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS feed for %s ala,%s" @@ -2867,11 +2864,11 @@ msgstr "RSS feed for %s ala,%s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS feed de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed de %s, %s problemas pendentes" @@ -2879,13 +2876,13 @@ msgstr "RSS feed de %s, %s problemas pendentes" msgid "RSS feed of nearby problems" msgstr "RSS feed dos problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS feed dos Problemas Nesta %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS feed dos problemas dentro de %s ala" @@ -2914,10 +2911,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Recentement <br>fixed" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problemas recentemente reportados" @@ -2930,13 +2923,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Remover bandeira" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2946,7 +2939,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2960,13 +2953,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Reportar um problema" @@ -3048,10 +3041,6 @@ msgstr "Relatado por %s na categoria %s anonimamente em %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Relatado por %s na categoria %s por %s em %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3066,14 +3055,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Relatando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Relatórios" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3098,11 +3087,11 @@ msgstr "Reportar um problema" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3141,7 +3130,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3164,16 +3153,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3192,14 +3181,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Salvar alterações" @@ -3208,7 +3197,6 @@ msgstr "Salvar alterações" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3247,7 +3235,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3256,10 +3244,6 @@ msgstr "" msgid "Select a body" msgstr "Selecione um corpo" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3273,6 +3257,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3294,7 +3282,7 @@ msgstr "Enviar:" msgid "Service:" msgstr "Srerviço:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3303,20 +3291,24 @@ msgid "Share" msgstr "Acçao" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3325,6 +3317,11 @@ msgstr "" msgid "Show Photo?" msgstr "Mostrar antigo" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s atualizações directas" + #: 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 @@ -3340,7 +3337,7 @@ msgstr "Mostrar meu nome publicamente" msgid "Show old" msgstr "Mostrar antigo" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Mostrar antigo" @@ -3353,6 +3350,11 @@ msgstr "Mostrar pins" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Exibir relatórios por Ward" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3408,7 +3410,7 @@ 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:230 +#: 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 @@ -3437,7 +3439,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3458,14 +3460,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Estado" @@ -3478,7 +3483,7 @@ msgstr "Estado" msgid "State:" msgstr "Estado" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3509,7 +3514,7 @@ msgstr "Subcategoria: %s" msgid "Subdivision/Body" msgstr "Zona / Bairro" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Assunto:" @@ -3526,7 +3531,7 @@ msgstr "Assunto:" msgid "Submit" msgstr "Submeter" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3564,23 +3569,22 @@ msgstr "Subcrever um alerta de e-mail" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Resumo" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3603,7 +3607,7 @@ msgstr "Resultados teste" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3633,7 +3637,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Obrigado por tentar confirmar a sua atualização ou problema. Parece que temos um erro a nós mesmos, porém, assim <a href=\"%s\"> por favor deixe-nos saber o que aconteceu </a> e vamos olhar para ele." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3671,19 +3675,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Esse relatório não pode ser visualizado em %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" @@ -3709,8 +3713,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3738,7 +3742,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "O erro foi: %s" @@ -3814,7 +3818,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Não existem relatórios a apresentar" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3823,7 +3827,7 @@ msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favo msgid "There was a problem showing this page. Please try again later." msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3834,7 +3838,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." @@ -3842,7 +3846,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo." @@ -3905,9 +3909,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Esta informação é necessária" @@ -3916,23 +3920,19 @@ msgstr "Esta informação é necessária" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Este é um site do desenvolvedor, as coisas podem quebrar a qualquer momento, e o banco de dados serão apagados periodicamente." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Este problema foi resolvido" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Este problema não foi corrigido" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Este problema não foi corrigido" @@ -3947,15 +3947,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Este relatório está aguardando moderação." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Este relatório está marcado como fechado." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Este relatório está marcado como fixo." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Este relatório está marcado como aberto." @@ -3974,7 +3974,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Timeline" @@ -4007,6 +4007,15 @@ msgstr "Para descobrir quais os alertas locais que temos para si, deve inserir msgid "To view a map of the precise location of this issue" msgstr "Para ver no mapa a localização exata desse problema" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Nao reportado ao município" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4042,7 +4051,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4058,9 +4067,10 @@ msgstr "Tente novamente" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4081,14 +4091,14 @@ msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Desconhecido problema com ID" @@ -4152,10 +4162,10 @@ msgstr "Atualizar status" msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4182,11 +4192,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4199,11 +4220,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Bandeira usuário removida" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Usuário sinalizado" @@ -4217,8 +4238,8 @@ msgstr "marcado como fixo" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4228,9 +4249,9 @@ msgstr "Usuários" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Valores atualizados" @@ -4344,7 +4365,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Com o pedido de pesquisa, também é possível pesquisar agency_responsavel para limitar as solicitações às enviados para uma única administração. O termo de pesquisa é a identificação de administração fornecidos pela <a href=\"%s\"> MapIt </a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4369,23 +4390,22 @@ msgstr "" msgid "Year" msgstr "Ano" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Sim" @@ -4419,7 +4439,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4453,7 +4473,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Você já respondeu a este questionário. Se você tem uma pergunta, por favor <a href='%s'> entrar em contato </a>, ou <a href='%s'> ver o seu problema </a>. \n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4514,7 +4534,7 @@ 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:81 +#: 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 @@ -4544,6 +4564,19 @@ msgstr "Suas informações só serão utilizadas de acordo com nossa <a href=\"/ msgid "Your name" msgstr "Nome" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Sua password foi alterada" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4560,6 +4593,7 @@ msgstr "Password" msgid "Your password has been changed" msgstr "Sua password foi alterada" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4600,7 +4634,7 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4637,44 +4671,44 @@ msgstr "Última atualizada %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "marcados como fechados" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4716,8 +4750,8 @@ msgstr "originalmente introduzido: \"%s\"" msgid "other areas:" msgstr "outras áreas:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "reaberto" @@ -4725,7 +4759,7 @@ msgstr "reaberto" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "sair" @@ -4733,7 +4767,7 @@ msgstr "sair" msgid "the local council" msgstr "o município local" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "não há nenhum fix pin para o usuario usar no mapa" @@ -4829,6 +4863,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dia" +msgstr[1] "%d dias" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "marcado como fixo" +msgstr[1] "marcado como fixo" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Ou os problemas relatados para:" +msgstr[1] "Ou os problemas relatados para:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Relatórios" +msgstr[1] "Relatórios" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Receba as atualizações de problemas fix de %s" +msgstr[1] "Receba as atualizações de problemas fix de %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4891,3 +4960,24 @@ msgid "report" msgid_plural "reports" msgstr[0] "Relatórios" msgstr[1] "Relatórios" + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Cor Cinzenta sao linhas dos concelhos que já não existem" + +#~ msgid "New <br>problems" +#~ msgstr "Novos <br>problemas" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr " Velho / desconhecido <br>problems" + +#~ msgid "Older <br>fixed" +#~ msgstr "Mais antigo <br>fixado" + +#~ msgid "Older <br>problems" +#~ msgstr "Mais antigo <br>problemas" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Recentement <br>fixed" + +#~ msgid "Are you a developer?" +#~ msgstr "Você é um desenvolvedor?" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index 81a78405f..4bfc67e2e 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/mysociety/teams/12067/ro_RO/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" @@ -154,6 +154,10 @@ msgstr "(rezolvat)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(cum ar fi graffiti, gunoaie depozitate ilegal, pavaj spart sau iluminat stradal)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(netrimis)" @@ -166,8 +170,8 @@ msgstr "(opțional)" msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Alege o categorie --" @@ -204,7 +208,6 @@ msgstr "" 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') #. ("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" @@ -246,12 +249,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "" @@ -280,7 +279,7 @@ msgstr "Adaugă o categorie nouă" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -292,15 +291,15 @@ msgstr "" msgid "Add user" msgstr "Adaugă utilizator" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -308,7 +307,7 @@ msgstr "" msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -338,7 +337,6 @@ msgstr "" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -356,7 +354,7 @@ msgstr "" #: 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:21 +#: 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 "" @@ -366,6 +364,14 @@ msgstr "" msgid "All reports between %s and %s" msgstr "" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -375,7 +381,7 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "" @@ -385,10 +391,6 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -431,7 +433,7 @@ msgstr "" msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -456,11 +458,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -486,12 +491,12 @@ msgstr "" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -522,7 +527,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -535,7 +540,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -587,23 +592,11 @@ msgstr "" msgid "Change password" msgstr "" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -656,14 +649,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -705,7 +699,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -731,9 +725,8 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "" @@ -768,8 +761,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "" @@ -836,7 +829,7 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "" @@ -845,11 +838,11 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -886,6 +879,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" @@ -893,26 +888,24 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -939,7 +932,7 @@ msgstr "" msgid "Details:" msgstr "" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "" @@ -952,8 +945,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "" @@ -970,11 +963,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "" @@ -986,12 +983,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "" @@ -1011,7 +1004,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1031,23 +1024,23 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1070,7 +1063,7 @@ msgstr "" msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "" @@ -1086,7 +1079,7 @@ msgstr "" msgid "Email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "" @@ -1104,11 +1097,11 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1149,7 +1142,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1158,6 +1151,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1197,8 +1191,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1206,7 +1199,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1266,29 +1259,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "" @@ -1306,11 +1296,11 @@ msgstr "" msgid "Flag as deleted" msgstr "" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1327,7 +1317,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1364,6 +1354,10 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/admin/stats.html:102 +msgid "Get Count" +msgstr "" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1394,6 +1388,7 @@ msgstr "" #: 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 msgid "Go" msgstr "" @@ -1402,7 +1397,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1410,10 +1405,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" @@ -1424,7 +1415,7 @@ msgstr "" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" @@ -1438,18 +1429,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1457,10 +1448,27 @@ msgstr "" msgid "Hidden" msgstr "" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" msgstr "" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +msgid "Hide my name" +msgstr "" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +msgid "Hide my name on this report" +msgstr "" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" @@ -1473,6 +1481,11 @@ msgstr "" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" @@ -1494,8 +1507,8 @@ msgstr "" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1596,8 +1609,6 @@ msgstr "" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "" @@ -1611,16 +1622,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1637,11 +1650,16 @@ msgstr "" msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Rapoartele dvs." + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1649,10 +1667,8 @@ msgstr "" msgid "Internal notes" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "" @@ -1664,7 +1680,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "" @@ -1672,26 +1688,22 @@ msgstr "" msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1721,6 +1733,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 msgid "Last 7 days" msgstr "" @@ -1729,6 +1742,11 @@ msgstr "" msgid "Last editor" msgstr "" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "%s actualizări" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1737,7 +1755,7 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1809,7 +1827,7 @@ msgstr "" msgid "MAP" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1829,19 +1847,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "" @@ -1861,15 +1871,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1877,8 +1887,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "" @@ -1886,8 +1896,8 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "" @@ -1912,14 +1922,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1931,7 +1940,7 @@ msgstr "" msgid "Name: %s" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1940,16 +1949,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1959,15 +1968,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "" @@ -2039,20 +2044,19 @@ msgstr "" msgid "Next" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "" @@ -2084,12 +2088,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "" @@ -2098,11 +2098,11 @@ msgstr "" msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2144,12 +2144,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "" @@ -2173,7 +2169,7 @@ msgid "Not reported to council" msgstr "" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -2183,7 +2179,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "" @@ -2205,6 +2201,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" @@ -2217,22 +2217,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2240,28 +2228,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2290,9 +2269,9 @@ msgstr "" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2302,6 +2281,14 @@ msgstr "" msgid "Other" msgstr "" +#: templates/web/base/reports/index.html:107 +msgid "Other categories" +msgstr "" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "" @@ -2316,8 +2303,8 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "" @@ -2351,7 +2338,7 @@ msgid "Phone number (optional)" msgstr "" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2360,9 +2347,9 @@ msgstr "" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2380,12 +2367,12 @@ msgstr "" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2395,6 +2382,11 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +msgid "Pick your council" +msgstr "" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2402,10 +2394,10 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2430,9 +2422,9 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2442,12 +2434,12 @@ msgstr "" msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2458,18 +2450,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2485,8 +2477,8 @@ msgstr "" msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2526,7 +2518,7 @@ msgstr "" msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "" @@ -2596,7 +2588,7 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2644,30 +2636,29 @@ msgstr "" msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2675,7 +2666,7 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2694,9 +2685,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "" @@ -2726,7 +2717,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "" @@ -2734,7 +2725,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -2755,13 +2746,13 @@ msgstr "" msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "" @@ -2842,11 +2833,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "" @@ -2854,11 +2845,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2866,13 +2857,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2901,10 +2892,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "" @@ -2917,13 +2904,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2933,7 +2920,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2947,13 +2934,13 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" @@ -3034,10 +3021,6 @@ msgstr "" msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3052,14 +3035,14 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3083,11 +3066,11 @@ msgstr "" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3126,7 +3109,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3149,16 +3132,16 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3178,14 +3161,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "marcat ca raport duplicat" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" @@ -3194,7 +3177,6 @@ msgstr "" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3233,7 +3215,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3242,10 +3224,6 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3259,6 +3237,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3280,7 +3262,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3289,20 +3271,24 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3310,6 +3296,11 @@ msgstr "" msgid "Show Photo?" msgstr "" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s actualizări" + #: 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 @@ -3324,7 +3315,7 @@ msgstr "" msgid "Show old" msgstr "" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "" @@ -3336,6 +3327,10 @@ msgstr "" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +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 @@ -3391,7 +3386,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3420,7 +3415,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3441,14 +3436,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "" @@ -3461,7 +3459,7 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3492,7 +3490,7 @@ msgstr "" msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "" @@ -3509,7 +3507,7 @@ msgstr "" msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3547,23 +3545,22 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3586,7 +3583,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3616,7 +3613,7 @@ msgstr "" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3654,19 +3651,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3692,8 +3689,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3721,7 +3718,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "" @@ -3797,7 +3794,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3806,7 +3803,7 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3817,7 +3814,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3825,7 +3822,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "" @@ -3888,9 +3885,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "" @@ -3899,23 +3896,19 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" msgstr "" @@ -3929,15 +3922,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "" @@ -3956,7 +3949,7 @@ msgstr "" msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" @@ -3989,6 +3982,14 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +msgid "Top 5 responsive councils" +msgstr "" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4024,7 +4025,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4040,9 +4041,10 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4063,14 +4065,14 @@ msgid "Unknown alert type" msgstr "" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4134,10 +4136,10 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4164,11 +4166,22 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" +#: templates/web/base/admin/contact-form.html:41 +#: templates/web/base/admin/contact-form.html:42 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4181,11 +4194,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4199,8 +4212,8 @@ msgstr "marcat ca rezolvat" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4210,9 +4223,9 @@ msgstr "" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "" @@ -4326,7 +4339,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4351,23 +4364,22 @@ msgstr "" msgid "Year" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "" @@ -4401,7 +4413,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4435,7 +4447,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4496,7 +4508,7 @@ 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:81 +#: 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 @@ -4526,6 +4538,18 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +msgid "Your name has been hidden." +msgstr "" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4542,6 +4566,7 @@ msgstr "" msgid "Your password has been changed" msgstr "" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4582,7 +4607,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "marcat ca raport duplicat" @@ -4619,44 +4644,44 @@ msgstr "" msgid "less than a minute" msgstr "mai puţin de un minut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "marcat ca acţiune planificată" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "marcat ca trimitere internă" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "marcat ca închis" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: 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:274 +#: 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:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "marcat ca planificat" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4698,8 +4723,8 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -4707,7 +4732,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4715,7 +4740,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4818,6 +4843,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/web/base/reports/index.html:92 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "marcat ca rezolvat" +msgstr[1] "marcat ca rezolvat" +msgstr[2] "marcat ca rezolvat" + +#: templates/web/base/reports/index.html:43 +#, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Rapoartele dvs." +msgstr[1] "Rapoartele dvs." +msgstr[2] "Rapoartele dvs." + +#: templates/web/base/reports/index.html:49 +#, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index 06184f61f..d55ce616d 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Russian (https://www.transifex.com/mysociety/teams/12067/ru/)\n" @@ -114,11 +114,11 @@ msgstr "" "будет отправлено в орган самоуправления района и появится в обоих уведомлениях этого самоуправления. Но для органа самоуправления области оно появится только в \n" "разделе «Внутри границ области»." -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "%s район, %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, в пределах района: %s" @@ -130,7 +130,7 @@ msgstr "© участники проекта <a href=\"http://www.openstreet msgid "(Defect & location of defect)" msgstr "(Повреждение и местоположение повреждения)" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(адрес эл. почты в таблице пользователей, которые писали оскорбительные комментарии)" @@ -166,6 +166,10 @@ msgstr "(исправлено)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(например: граффити, мусор в неположенных местах, поврежденная тротуарная плитка, разбитые уличные фонари)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(не отправлено в органы самоуправления)" @@ -178,8 +182,8 @@ msgstr "(необязательно)" msgid "(sent to both)" msgstr "(отправлено в обе инстанции)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Выберите категорию --" @@ -219,7 +223,6 @@ msgstr "" 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') #. ("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" @@ -261,12 +264,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Да</strong> У меня есть пароль" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Действие запланировано" @@ -298,7 +297,7 @@ msgstr "Добавить категорию" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -310,15 +309,15 @@ msgstr "" msgid "Add user" msgstr "Добавить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -326,7 +325,7 @@ msgstr "" msgid "Added %s" msgstr "Добавлено: %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -356,7 +355,6 @@ msgstr "Оповещать меня об обновлениях в будуще msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Все Отчеты" @@ -374,7 +372,7 @@ msgstr "" #: 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:21 +#: 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 "Все отчеты" @@ -384,6 +382,14 @@ msgstr "Все отчеты" msgid "All reports between %s and %s" msgstr "Все отчеты с %s по %s" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "В обновлении эта неполадка помечена как исправленная." @@ -393,7 +399,7 @@ msgstr "В обновлении эта неполадка помечена ка msgid "Anonymous" msgstr "Анонимно" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Анонимно:" @@ -403,10 +409,6 @@ msgstr "Анонимно:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Вы разработчик?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -449,7 +451,7 @@ msgstr "Направить во внешнее учреждение:" msgid "Assign to subdivision:" msgstr "Направить в подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -474,11 +476,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -504,12 +509,12 @@ msgstr "Назад" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Добавить адрес эл. почты в черный список" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -540,7 +545,7 @@ msgstr "Письмо не пришло? Оно могло попасть в па msgid "Can't see the map? <em>Skip this step</em>" msgstr "Карта не отображается? <em>Пропустите этот шаг</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -553,7 +558,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -605,27 +610,11 @@ msgstr "" msgid "Change password" msgstr "Сменить пароль" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Чтобы подтвердить достоверность контактных данных, поставьте галочку в поле <strong>подтверждено</strong>.\n" -" Если у вас есть сомнения в достоверности сведений о контакте, оставьте поле пустым." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Чтобы удалить эту категорию, поставьте галочку в поле<strong>удалено</strong> . \n" -" Категория больше не будет отображаться как доступная в раскрывающемся меню на странице подачи обращений." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -687,14 +676,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -737,7 +727,7 @@ msgstr "Кобренд:" msgid "Collapse map" msgstr "Использованная карта" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -763,9 +753,8 @@ msgstr "" msgid "Confirmation" msgstr "Подтверждение" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Подтверждено" @@ -800,8 +789,8 @@ msgstr "Свяжитесь с командой" msgid "Coordinates:" msgstr "Координаты:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Не удалось найти пользователя" @@ -868,7 +857,7 @@ msgstr "Подсчет" msgid "Create a report" msgstr "Создать обращение" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Создать категорию" @@ -877,11 +866,11 @@ msgstr "Создать категорию" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -918,6 +907,8 @@ msgstr "Невозможно связаться с покупателем" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Панель управления" @@ -925,26 +916,24 @@ msgstr "Панель управления" msgid "Dealt with by subdivision within 5 working days" msgstr "Вопрос решен подразделением в течение 5 рабочих дней" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Удалено" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -971,7 +960,7 @@ msgstr "Дополнительная информация" msgid "Details:" msgstr "Дополнительная информация:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Передано" @@ -984,8 +973,8 @@ msgstr "Карта не использовалась" msgid "Diligency prize league table" msgstr "Таблица самых активных пользователей" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Сохранить изменения" @@ -1003,11 +992,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "У вас есть пароль на сайте %s?" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Не знаю" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Не любите заполнять формы?" @@ -1019,12 +1012,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Создать копию" @@ -1050,7 +1039,7 @@ msgstr "" " Следовательно, вы можете добавлять много категорий для одного контакта учреждения.\n" " " -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1070,23 +1059,23 @@ msgstr "Редактировать" msgid "Edit body details" msgstr "Редактировать информацию об учреждении" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1109,7 +1098,7 @@ msgstr "Редактирование обновления: %d" msgid "Editing user %d" msgstr "Редактирование данных о пользователе: %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Редактор" @@ -1125,7 +1114,7 @@ msgstr "Редактор" msgid "Email" msgstr "Адрес эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Адрес эл. почты добавлен в черный список" @@ -1143,11 +1132,11 @@ msgstr "Создано уведомление по эл. почте" msgid "Email alert deleted" msgstr "Уведомление по эл. почте удалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Этот адрес эл. почты уже находится в черном списке" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1195,7 +1184,7 @@ msgstr "Конечная точка" msgid "Enter a Zürich street name" msgstr "Введите название улицы в Цюрихе" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Введите почтовый индекс ближайшего отделения связи в Великобритании или название улицы и регион" @@ -1204,6 +1193,7 @@ msgstr "Введите почтовый индекс ближайшего отд msgid "Enter a nearby postcode, or street name and area" msgstr "Введите индекс ближайшего отделения связи, название улицы или регион" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1243,8 +1233,7 @@ msgstr "Пример почтового индекса: %s" msgid "Examples:" msgstr "Примеры:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1252,7 +1241,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1313,29 +1302,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "Исправьте это, выбрав <strong>зону покрытия</strong> в форме <em>Редактирование информации об учреждении</em>, расположенной ниже." #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Исправлено (орган самоуправления)" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Исправлено (пользователь)" @@ -1353,11 +1339,11 @@ msgstr "Исправлено:" msgid "Flag as deleted" msgstr "Пометить как удаленное" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Пометить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Помечено" @@ -1374,7 +1360,7 @@ msgstr "Список помеченных профилей пользовате msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "На помеченные аккаунты пользователей не накладываются ограничения. Это просто аккаунты, к которым проявляется повышенное внимание." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Помечено:" @@ -1411,6 +1397,11 @@ msgstr "Пожелание перенаправлено во внешнее уч msgid "Frequently Asked Questions" msgstr "Часто задаваемые вопросы" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Подсчет" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1441,6 +1432,7 @@ msgstr "Здорово, что проблема решена!" #: 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 msgid "Go" msgstr "Поехали!" @@ -1449,7 +1441,7 @@ msgstr "Поехали!" msgid "Going to send questionnaire?" msgstr "Собираетесь отправить опрос?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1457,10 +1449,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "График устранения неполадки: статус/время" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Графы, выделенные серым цветом, обозначают органы самоуправления, которые больше не функционируют." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Эта проблема решена?" @@ -1471,7 +1459,7 @@ msgstr "Вы впервые отправляете обращение в орг #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Помощь" @@ -1485,18 +1473,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Здесь представлены типы уведомлений о неполадках поблизости. Они указаны для: ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1504,11 +1492,30 @@ msgstr "Привет, %s!" msgid "Hidden" msgstr "Скрыто" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Отправить обращение еще раз" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Обновлено: {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Отправить обращение еще раз" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Скрыть старые" @@ -1521,6 +1528,12 @@ msgstr "Скрыть метки" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Ваше имя" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "История" @@ -1542,8 +1555,8 @@ msgstr "Как успешно создавать и отправлять обр msgid "I just reported a problem on @fixmystreet" msgstr "Я сообщаю о проблеме на @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Я обновляю информацию о проблеме на @fixmystreet" @@ -1658,8 +1671,6 @@ msgstr "Неверно выбран фид" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "В процессе" @@ -1673,16 +1684,18 @@ msgstr "Кроме того, возвращаются следующие пар #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Ура, новых писем нет!" @@ -1699,11 +1712,16 @@ msgstr "Включить неподтвержденные обращения" msgid "Incorrect has_photo value \"%s\"" msgstr "Нверно задано значение has_photo \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Отправить обращение еще раз" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1711,10 +1729,8 @@ msgstr "" msgid "Internal notes" msgstr "Внутренние заметки" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Внутренний реферал" @@ -1726,7 +1742,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Неверно задано значение agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Неверно указана дата окончания" @@ -1734,26 +1750,22 @@ msgstr "Неверно указана дата окончания" msgid "Invalid format %s specified." msgstr "Неверно задан формат: %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Неверно указана дата начала" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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>: возможно, вы найдете там нужную информацию." @@ -1783,6 +1795,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Последнее обновление:" @@ -1792,6 +1805,11 @@ msgstr "Последнее обновление:" msgid "Last editor" msgstr "Последний редактор" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Последнее обновление:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Последнее обновление:" @@ -1800,7 +1818,7 @@ msgstr "Последнее обновление:" msgid "Last update:" msgstr "Последнее обновление:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1872,7 +1890,7 @@ msgstr "" msgid "MAP" msgstr "КАРТА" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1892,19 +1910,11 @@ msgstr "Пометить как отправленное" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "<strong>Помечайте</strong> тех пользователей, за действиями которых вы хотите следить." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Помечено как решенный/закрытый вопрос за последние восемь недель" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Помечено как решенный/закрытый вопрос более восьми недель назад" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Сообщение" @@ -1924,15 +1934,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Не найден параметр jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1940,8 +1950,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Автор обращения: %s, время отправки: %s" @@ -1950,8 +1960,8 @@ msgstr "Автор обращения: %s, время отправки: %s" msgid "Moderated by division within one working day" msgstr "Прошло модерацию в течение одного рабочего дня" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "другие области" @@ -1977,14 +1987,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Имя" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1996,7 +2005,7 @@ msgstr "Имя:" msgid "Name: %s" msgstr "Имя: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -2005,16 +2014,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Ближайшая к метке дорога (генерируется автоматически с использованием сервиса OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ближайший к метке почтовый индекс (генерируется автоматически): %s (%sm мил.)" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Ближайшая к метке дорога (генерируется автоматически с использованием сервиса Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2026,15 +2035,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Почти готово! Проверьте почту…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Новые <br>неполадки" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Добавлено новое учреждение" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Добавлен новый контакт в категории" @@ -2106,20 +2111,19 @@ msgstr "" msgid "Next" msgstr "Далее" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Нет" @@ -2151,12 +2155,8 @@ msgstr "Не найдено помеченных неполадок." msgid "No flagged users found." msgstr "Не найдено помеченных пользователей." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Невозможно устранить" @@ -2165,11 +2165,11 @@ msgstr "Невозможно устранить" msgid "No further updates" msgstr "Пока нет обновлений" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2217,12 +2217,8 @@ msgstr "" " В зависимости от должности, сотрудники могут иметь доступ к панели управления (там содержится краткая информация\n" " о действиях их учреждения), а также возможность скрывать обращения или устанавливать специфические статусы обращений." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Ответственности не несет" @@ -2246,7 +2242,7 @@ msgid "Not reported to council" msgstr "Первое обращение в органы самоуправления" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Примечание" @@ -2256,7 +2252,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Учтите, что когда система включает неподтвержденные обращения, регистрируется дата создания обращения. Она может отличаться от даты подтверждения обращения, поэтому эти данные могут быть неточными." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Примечание:" @@ -2278,6 +2274,10 @@ msgstr "Теперь обращение можно отправить…" msgid "Now to submit your update…" msgstr "Теперь обновление можно отправить…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "ОК" @@ -2290,22 +2290,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Давние/неизвестные <br>неполадки" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Давний статус" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Более давние <br>устраненные" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Давние <br>неполадки" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2313,28 +2301,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Вопрос открыт" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Вопрос был открыт более четырех недель назад, обновление данных было выполнено в течение последних восьми недель" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Вопрос открыт, но за последние восемь недель обновлений не было" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2363,9 +2342,9 @@ msgstr "Или данные о неполадках, отправленные с 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2375,6 +2354,15 @@ msgstr "Вы также можете подписаться на уведомл msgid "Other" msgstr "Другое" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Создать категорию" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Владелец" @@ -2389,8 +2377,8 @@ msgstr "Страница не найдена" msgid "Parent" msgstr "Родительская" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Частичная" @@ -2424,7 +2412,7 @@ msgid "Phone number (optional)" msgstr "Номер телефона (необязательно)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2433,9 +2421,9 @@ msgstr "Телефон:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2453,12 +2441,12 @@ msgstr "Фото" msgid "Photo is required." msgstr "Необходимо добавить фото." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Необходимо добавить фото" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2468,6 +2456,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Фотографии происшествий поблизости, размещенные в недавних обращениях" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Нет органа самоуправления" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2475,10 +2469,10 @@ msgstr "Поставить метку на карте" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2503,9 +2497,9 @@ msgstr "Проверьте пароли и попробуйте еще раз" msgid "Please check your email address is correct" msgstr "Проверьте правильность написания адреса эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2515,12 +2509,12 @@ msgstr "Выберите категорию" msgid "Please choose a property type" msgstr "Выберите тип имущества" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Исправьте ошибки ниже" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2534,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Введите текст сообщения" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2561,8 +2555,8 @@ msgstr "Введите пароль" msgid "Please enter a subject" msgstr "Введите тему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2602,7 +2596,7 @@ msgstr "Введите адрес своей эл. почты" msgid "Please enter your first name" msgstr "Введите свое имя" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "Введите свое полное имя. Эта информация необходима представителям органов самоуправления. Если вы не хотите, чтобы ваше полное имя отображалось на сайте, снимите галочку ниже." @@ -2672,7 +2666,7 @@ msgstr "" msgid "Please note:" msgstr "Внимание:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2720,30 +2714,29 @@ msgstr "Напишите сообщение" msgid "Please write your update here" msgstr "Введите новые данные здесь" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Опубликовать" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Опубликовано анонимно (%s)" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Автор публикации: %s, время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Автор публикации: <strong>%s</strong> (%s), время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Автор публикации: <strong>%s</strong>, время публикации: %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "На базе платформы <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet</a>" @@ -2751,7 +2744,7 @@ msgstr "На базе платформы <a class=\"platform-logo\" href=\"http: msgid "Previous" msgstr "Предыдущая" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2770,9 +2763,9 @@ msgstr "Конфиденциальность" msgid "Privacy and cookies" msgstr "Конфиденциальность и файлы cookie" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Доступ ограничен" @@ -2803,7 +2796,7 @@ msgstr "Проблема (%s) отправлена в орган самоупр msgid "Problem breakdown by state" msgstr "Сортировка проблем по статусу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Проблема помечена как открытая." @@ -2811,7 +2804,7 @@ msgstr "Проблема помечена как открытая." msgid "Problem state change based on survey results" msgstr "Смена статуса проблемы на основании результатов опроса" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблемы" @@ -2832,13 +2825,13 @@ msgstr "Недавно решенные проблемы на сайте FixMySt msgid "Problems within %.1fkm of this location" msgstr "Проблемы в пределах %.1fkm от этого места" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Проблемы в пределах этого места: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Проблемы в пределах этого района: %s" @@ -2920,11 +2913,11 @@ msgstr "Опрос заполнен автором обращения" msgid "RSS feed" msgstr "RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS-фид для: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS-фид для района: %s, %s" @@ -2932,11 +2925,11 @@ msgstr "RSS-фид для района: %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "%s: RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "%s: RSS-фид, в пределах района: %s" @@ -2944,13 +2937,13 @@ msgstr "%s: RSS-фид, в пределах района: %s" msgid "RSS feed of nearby problems" msgstr "RSS-фид о проблемах поблизости" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS-фид о проблемах в пределах: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS-фид о проблемах в пределах района: %s" @@ -2979,10 +2972,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "Недавние проблемы поблизости, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Недавно <br>устранены" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Недавние обращения о проблемах" @@ -2995,13 +2984,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Удалить пометку" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -3011,7 +3000,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3025,13 +3014,13 @@ msgstr "Ответить пользователю:" msgid "Report" msgstr "Сообщить" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сообщить о проблеме" @@ -3113,10 +3102,6 @@ msgstr "Анонимно отправлено через: %s, категория msgid "Reported via %s in the %s category by %s at %s" msgstr "Отправлено через: %s, категория: %s, автор обращения: %s, время отправки: %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Обращение отправлено не позднее четырех недель назад" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3131,14 +3116,14 @@ msgstr "Обращение отправлено:" msgid "Reporting a problem" msgstr "Сообщение о проблеме" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Обращения" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Количество символов в тексте обращения не должно превышать %s. Напишите более короткое обращение." @@ -3163,11 +3148,11 @@ msgstr "Сообщить о проблеме" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3206,7 +3191,7 @@ msgstr "Шаблоны ответов для: %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3229,16 +3214,16 @@ msgstr "Дорога находится в ведении: %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Дорога находится в ведении (информация из ресурса OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3258,14 +3243,14 @@ msgstr "Спутник" msgid "Save + close as duplicate" msgstr "помечено как копия обращения" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Сохранить изменения" @@ -3274,7 +3259,6 @@ msgstr "Сохранить изменения" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3313,7 +3297,7 @@ msgstr "Пользователи не найдены." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3322,10 +3306,6 @@ msgstr "" msgid "Select a body" msgstr "Выберите учреждение" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Выберите нужный орган самоуправления, чтобы просмотреть обращения, направленные его представителям" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3339,6 +3319,10 @@ msgstr "Выберите тип уведомления, а затем либо msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3360,7 +3344,7 @@ msgstr "Отправлено:" msgid "Service:" msgstr "Сервис:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3369,20 +3353,24 @@ msgid "Share" msgstr "Поделиться" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3391,6 +3379,11 @@ msgstr "" msgid "Show Photo?" msgstr "Показать давние" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s обновлений" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3406,7 +3399,7 @@ msgstr "Показывать мое имя на сайте" msgid "Show old" msgstr "Показать давние" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Показать давние" @@ -3419,6 +3412,11 @@ msgstr "Показать метки" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +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 @@ -3476,7 +3474,7 @@ msgstr "Указана неверная ссылка" msgid "Sorry, there has been an error confirming your problem." msgstr "При подтверждении вашего обращения произошла ошибка." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3505,7 +3503,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3526,14 +3524,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Статус" @@ -3546,7 +3547,7 @@ msgstr "Статус" msgid "State:" msgstr "Статус:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3577,7 +3578,7 @@ msgstr "Субкатегория: %s" msgid "Subdivision/Body" msgstr "Подразделение/учреждение" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Тема" @@ -3594,7 +3595,7 @@ msgstr "Тема:" msgid "Submit" msgstr "Отправить" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3632,23 +3633,22 @@ msgstr "Присылать мне уведомления по эл. почте" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Итог" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3671,7 +3671,7 @@ msgstr "Результаты опроса" msgid "Template «%s»" msgstr "Шаблон «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3701,7 +3701,7 @@ msgstr "Спасибо за ваше обращение!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Спасибо, что вы обратились на наш ресурс, чтобы подтвердить/обновить информацию о проблеме. Похоже, у нас на сайте возникли неполадки. <a href=\"%s\">Сообщите том, что пошло не так</a>, и мы постараемся всё починить." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Спасибо за обновление данных по проблеме!" @@ -3739,19 +3739,19 @@ msgstr "Это местоположение находится за предел msgid "That postcode was not recognised, sorry." msgstr "Не удалось распознать индекс." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Проблема помечена как отправленная." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Просмотр обращения невозможен на этом устройстве (%s)." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Это обращение было удалено с сайта FixMyStreet." @@ -3783,8 +3783,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3816,7 +3816,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "В таблице самых активных пользователей показана деятельность тех редакторов, которые отредактировали наибольшее количество записей." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Ошибка: %s" @@ -3894,7 +3894,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Нет обращений." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "При загрузке страницы «Все обращения» произошла ошибка. Повторите попытку позже." @@ -3903,7 +3903,7 @@ msgstr "При загрузке страницы «Все обращения» msgid "There was a problem showing this page. Please try again later." msgstr "При загрузке страницы произошла ошибка. Повторите попытку позже." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3914,7 +3914,7 @@ msgstr "Имя пользователя или пароль указаны не msgid "There was a problem with your email/password combination. Please try again." msgstr "Имя пользователя или пароль указаны неверно. Повторите попытку." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Не удалось загрузить новые данные. Повторите попытку." @@ -3922,7 +3922,7 @@ msgstr "Не удалось загрузить новые данные. Повт msgid "There were problems with your report. Please see below." msgstr "Не удалось загрузить обращение. Прочтите информациию ниже." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Не удалось загрузить новые данные. Прочтите информациию ниже." @@ -3995,9 +3995,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Эта информация является обязательной" @@ -4006,23 +4006,19 @@ msgstr "Эта информация является обязательной" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Это сайт разработчиков, поэтому в его функционировании иногда могут возникать сбои. База данных периодически удаляется." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Это краткая информация по всем обращениям на сайте." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Эта проблема была решена" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Эта проблема не была решена" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Эта проблема не была решена" @@ -4037,15 +4033,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Это обращение ожидает модерации." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Это обращение на данный момент помечено как закрытое." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Это обращение на данный момент помечено как решенное." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Это обращение на данный момент помечено как открытое." @@ -4064,7 +4060,7 @@ msgstr "Эта веб-страница также содержит фото не msgid "Time spent (in minutes):" msgstr "Времени потрачено (в минутах):" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Временной отрезок" @@ -4097,6 +4093,15 @@ msgstr "Введите индекс или название улицы и рай msgid "To view a map of the precise location of this issue" msgstr "Просмотр точного местоположения данной проблемы на карте" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Первое обращение в органы самоуправления" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4132,7 +4137,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4148,9 +4153,10 @@ msgstr "Повторите попытку" msgid "Try emailing us directly:" msgstr "Напишите нам:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4171,14 +4177,14 @@ msgid "Unknown alert type" msgstr "Неизвестный тип уведомления" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Неизвестная ошибка" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Неизвестный идентификатор проблемы" @@ -4242,10 +4248,10 @@ msgstr "Обновление статусов" msgid "Updated" msgstr "Обновлено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4272,11 +4278,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4289,11 +4306,11 @@ msgstr "Использованная карта" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Пометка удалена" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Аккаунт пользователя помечен" @@ -4307,8 +4324,8 @@ msgstr "помечено как решенное" msgid "User search finds matches in users' names and email addresses." msgstr "При поиске пользователей на сайте система находит соответствия между именами пользователей и адресами эл. почты." -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4318,9 +4335,9 @@ msgstr "Пользователи" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Значения обновлены" @@ -4434,7 +4451,7 @@ msgstr "Пожелание" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "С помощью поиска по запросу можно искать, используя параметр agency_responsible, чтобы ограничить результаты поиска до обращений, которые были отправлены в один административный орган. Условие поиска – идентификатор администрации, предоставленный сервисом <a href=\"%s\">MaPit</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Хотите помочь проекту FixMyStreet? Наш код находится в открытом доступе и <a href=\"http://fixmystreet.org\">доступен на сайте fixmystreet.org</a>." @@ -4459,23 +4476,22 @@ msgstr "" msgid "Year" msgstr "Год" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Да" @@ -4509,7 +4525,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4546,7 +4562,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Вы уже ответили на этот опрос. Если у вас есть вопросы, <a href='%s'>пишите нам</a> или <a href='%s'>ознакомьтесь с данными опубликованной вами проблемы</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Вы уже предоставили фото в этом обращении. Важно: можно прикрепить не более 3 фото (если выбрать больше изображений, они заменят прикрепленные ранее)." @@ -4610,7 +4626,7 @@ 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:81 +#: 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 @@ -4640,6 +4656,19 @@ msgstr "Мы обязуемся использовать предоставле msgid "Your name" msgstr "Ваше имя" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Ваш пароль был изменен" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4656,6 +4685,7 @@ msgstr "Ваш пароль" msgid "Your password has been changed" msgstr "Ваш пароль был изменен" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4696,7 +4726,7 @@ msgstr "" msgid "by %s" msgstr "автор: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "помечено как копия обращения" @@ -4733,44 +4763,44 @@ msgstr "последнее обновление: %s" msgid "less than a minute" msgstr "менее минуты" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "помечено как запланированное действие" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "помечено как внутренний реферал" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "помечено как закрытое" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "помечено как находящееся в процессе разрешения" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "помечено как находящееся в процессе расследования" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "помечено как проблема, которую невозможно устранить" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "помечено как вопрос вне ответственности органа управления" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "помечено как запланированное" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4812,8 +4842,8 @@ msgstr "введено: “%s”" msgid "other areas:" msgstr "другие области" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "заново открыто" @@ -4821,7 +4851,7 @@ msgstr "заново открыто" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "выйти" @@ -4829,7 +4859,7 @@ msgstr "выйти" msgid "the local council" msgstr "местный орган самоуправления" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "метка не отображается, так как карта не была использована" @@ -4941,6 +4971,51 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d день" +msgstr[1] "%d дня" +msgstr[2] "%d дней" +msgstr[3] "%d дней" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "помечено как решенное" +msgstr[1] "помечено как решенное" +msgstr[2] "помечено как решенное" +msgstr[3] "помечено как решенное" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Или данные о неполадках, отправленные сюда:" +msgstr[1] "Или данные о неполадках, отправленные сюда:" +msgstr[2] "Или данные о неполадках, отправленные сюда:" +msgstr[3] "Или данные о неполадках, отправленные сюда:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Сообщить" +msgstr[1] "Сообщить" +msgstr[2] "Сообщить" +msgstr[3] "Сообщить" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Получать новости о ходе работы над неполадками в: %s" +msgstr[1] "Получать новости о ходе работы над неполадками в: %s" +msgstr[2] "Получать новости о ходе работы над неполадками в: %s" +msgstr[3] "Получать новости о ходе работы над неполадками в: %s" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -5021,3 +5096,59 @@ msgstr[0] "Сообщить" msgstr[1] "Сообщить" msgstr[2] "Сообщить" msgstr[3] "Сообщить" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Чтобы подтвердить достоверность контактных данных, поставьте галочку в поле <strong>подтверждено</strong>.\n" +#~ " Если у вас есть сомнения в достоверности сведений о контакте, оставьте поле пустым." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Чтобы удалить эту категорию, поставьте галочку в поле<strong>удалено</strong> . \n" +#~ " Категория больше не будет отображаться как доступная в раскрывающемся меню на странице подачи обращений." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Графы, выделенные серым цветом, обозначают органы самоуправления, которые больше не функционируют." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Помечено как решенный/закрытый вопрос за последние восемь недель" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Помечено как решенный/закрытый вопрос более восьми недель назад" + +#~ msgid "New <br>problems" +#~ msgstr "Новые <br>неполадки" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Давние/неизвестные <br>неполадки" + +#~ msgid "Older <br>fixed" +#~ msgstr "Более давние <br>устраненные" + +#~ msgid "Older <br>problems" +#~ msgstr "Давние <br>неполадки" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Вопрос был открыт более четырех недель назад, обновление данных было выполнено в течение последних восьми недель" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Вопрос открыт, но за последние восемь недель обновлений не было" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Недавно <br>устранены" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Обращение отправлено не позднее четырех недель назад" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Выберите нужный орган самоуправления, чтобы просмотреть обращения, направленные его представителям" + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Это краткая информация по всем обращениям на сайте." + +#~ msgid "Are you a developer?" +#~ msgstr "Вы разработчик?" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index d95d76eec..8ab15c1b1 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Granit Zhubi <granitzhubi@gmail.com>, 2016\n" "Language-Team: Albanian (https://www.transifex.com/mysociety/teams/12067/sq/)\n" @@ -110,11 +110,11 @@ 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:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, brenda lagjes %s" @@ -126,7 +126,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:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email-i në tabelen abuzimi)" @@ -162,6 +162,10 @@ msgstr "(i rregulluar)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(Si mbishkrime, pllaka të thyera , ose ndriçimit të rrugëve)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(nuk ju dergua kuvendit)" @@ -174,8 +178,8 @@ msgstr "(opsionale)" msgid "(sent to both)" msgstr "(dërguar te të dy)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Zgjedh në kategori --" @@ -215,7 +219,6 @@ msgstr "" 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') #. ("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" @@ -259,12 +262,8 @@ msgstr "<Strong> Shënim: </ strong> Ky raport nuk është dërguar ende në vaz msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Po</strong> Unë kam një fjalëkalim" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Veprim i Planifikuar" @@ -295,7 +294,7 @@ msgstr "Shto një kategori të re" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -307,15 +306,15 @@ msgstr "Shto në listën e ngushtë" msgid "Add user" msgstr "Shto përdorues" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Shto/përditëso kategoritë e problemeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Shto/përditëso prioritetet e përgjigjeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Shto/Përditëso përgjigjet nga template" @@ -323,7 +322,7 @@ msgstr "Shto/Përditëso përgjigjet nga template" msgid "Added %s" msgstr "Shtoi %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Duke shtuar këtë raport në listën tuaj do të heqni atë nga lista %s''s e ngushtë." @@ -354,7 +353,6 @@ msgstr "Me paralajmero per perditesime ne te ardhmen" msgid "All" msgstr "Të gjitha" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Te gjitha Raportimet" @@ -372,7 +370,7 @@ msgstr "Të gjitha kategoritë" #: 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:21 +#: 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 "Te gjitha raportimet" @@ -382,6 +380,15 @@ msgstr "Te gjitha raportimet" msgid "All reports between %s and %s" msgstr "Te gjitha raportimet ne mes te %s dhe %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Të gjitha kategoritë" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Nje perditesim e ka perditesuar kete problem si te zgjidhur." @@ -391,7 +398,7 @@ msgstr "Nje perditesim e ka perditesuar kete problem si te zgjidhur." msgid "Anonymous" msgstr "Anonim" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonim:" @@ -401,10 +408,6 @@ msgstr "Anonim:" msgid "Another user" msgstr "Përdorues tjetër" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "A jeni nje zhvillues?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Jeni te sigurte qe doni te anuloni këtë upload?" @@ -447,7 +450,7 @@ msgstr "Caktoja një drejtorije të jashtme:" msgid "Assign to subdivision:" msgstr "Cakto per nenndarje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "Cakto përdorues për ëonat" @@ -472,11 +475,14 @@ msgstr "Përdoruesit e stafit te autorizuar mund të jenë të lidhur me kategor msgid "Auto-response:" msgstr "Përgjigje-Automatike:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Kategoritë në dispozicion" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -502,12 +508,12 @@ msgstr "Prapa" msgid "Back to all reports" msgstr "Prapa te të gjitha raportet" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "bllokoemail adresen" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -538,7 +544,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategoritë" @@ -551,7 +557,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -603,27 +609,11 @@ msgstr "Ndrysho email adresën" msgid "Change password" msgstr "Nderro fjalekalimin" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Kontrollo<strong>konfirmuar</strong>për të treguar që ky kontakt është konfirmuar si korrekt.\n" -"Nëse nuk jeni të sigurte në origjinen ose validitetin e kontaktit, mos e plotësoni këtë." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Kontrolloni <strong> delete</ strong> për të hequr kategorinë nga përdorimi.\n" -"Kjo nuk do të shfaqet si një kategori në dispozicion në drop-down menu në faqen Raportet e problemeve." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 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:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -686,14 +676,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -736,7 +727,7 @@ msgstr "" msgid "Collapse map" msgstr "Harta të përdorura" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurimi" @@ -762,9 +753,8 @@ msgstr "Konfirmo me e-mail, duke siguruar një fjalëkalim të ri në atë pikë msgid "Confirmation" msgstr "Konfirmimi" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "E konfirmuar" @@ -799,8 +789,8 @@ msgstr "Kontakto ekipin" msgid "Coordinates:" msgstr "Koordinatat:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Nuk mund te gjeni perdoruesin" @@ -867,7 +857,7 @@ msgstr "Numëro" msgid "Create a report" msgstr "Krijo nje raport" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Krijo kategorine" @@ -876,11 +866,11 @@ msgstr "Krijo kategorine" msgid "Create priority" msgstr "Krijo prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Krijo raporte/përditësime si Kuvend Komunal" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "Krijo raport/përditësim në emër të shfrytëzuesit" @@ -917,6 +907,8 @@ msgstr "Klienti nuk mund të kontaktohet" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Paneli" @@ -924,26 +916,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "E fshirë" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -970,7 +960,7 @@ msgstr "Detaje" msgid "Details:" msgstr "Detaje:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Transferuar" @@ -983,8 +973,8 @@ msgstr "Nuk e përdori hartën" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Ruaj ndryshimet" @@ -1002,11 +992,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Nuk e di" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Nuk i'u pelqen kjo forme?" @@ -1018,12 +1012,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Dyfisho" @@ -1048,7 +1038,7 @@ 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:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Lëvizje drejtë Lindjes/Veriut:" @@ -1068,23 +1058,23 @@ msgstr "Përditëso" msgid "Edit body details" msgstr "Përditëso detajet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Përditëso detajet e përdoruesit" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Përditëso autorizimet e përdoruesit" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "Përditëso kategorinë e raporteve" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "Përditëso prioritetin e raportit" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Përditëso raportet" @@ -1107,7 +1097,7 @@ msgstr "Ndryshim i përditësimit" msgid "Editing user %d" msgstr "Përditëso përdoruesin %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editor" @@ -1123,7 +1113,7 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Emaili u shtua te lista e abuzimeve" @@ -1141,11 +1131,11 @@ msgstr "Notifikimi me email u krijua" msgid "Email alert deleted" msgstr "Notifikimi me email u fshi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Emaili tanimë është në listë e abuzuesve" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1186,7 +1176,7 @@ msgstr "Pika e fundit" msgid "Enter a Zürich street name" msgstr "Shkruaj një Zürich emër të rrugës " -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Shkruani një emër të rrugës apo zonë." @@ -1195,6 +1185,7 @@ msgstr "Shkruani një emër të rrugës apo zonë." msgid "Enter a nearby postcode, or street name and area" msgstr "Shkruani një emër të rrugës apo zonë" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1234,8 +1225,7 @@ msgstr "Shembull i kodit postar %s" msgid "Examples:" msgstr "Shembuj:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Kategori ekzistuese" @@ -1243,7 +1233,7 @@ msgstr "Kategori ekzistuese" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Shpjego çfarë është gabim" @@ -1304,29 +1294,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "E rregulluar - Këshilli" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "E rregulluar - Perdoruesi" @@ -1344,11 +1331,11 @@ msgstr "E rregulluar:" msgid "Flag as deleted" msgstr "E fshirë" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Flamuri i perdoruesit" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "E shënjuar" @@ -1365,7 +1352,7 @@ msgstr "Përdoruesit e shënjuar janë të listuar në <a href='%s'> faqen e sh msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Përdoruesit e shënjuar nuk janë të kufizuar në asnjë mënyrë. Kjo është vetëm një listë e përdoruesve që kanë qenë të shënuar për vëmendje të mëtutjeshme." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Shënjuar:" @@ -1402,6 +1389,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Pyetjet më të shpeshta" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Numëro" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1432,6 +1424,7 @@ msgstr "Jemi të kënaqur që është regulluar!" #: 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 msgid "Go" msgstr "Vazhdo" @@ -1440,7 +1433,7 @@ msgstr "Vazhdo" msgid "Going to send questionnaire?" msgstr "Do dërgoni pyetsorin?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Lejoni akses për administratorin" @@ -1448,10 +1441,6 @@ msgstr "Lejoni akses për administratorin" msgid "Graph of problem creation by status over time" msgstr "Grafi i problemeve të krijuara në bazë të statusit gjatë kohës" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Linjat gri janë këshillet që nuk ekzistojnë më." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "A ka qene i rregulluar ky problem?" @@ -1462,7 +1451,7 @@ msgstr "A keni raportuar ndonjë problem më herët për këshillin apo kjo ësh #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ndihmë" @@ -1476,18 +1465,18 @@ msgstr "Na ndihmoni të zgjedhim problemin tuaj më shpejtë duke na dhënë dis 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1495,11 +1484,31 @@ msgstr "Pershendetje %s" msgid "Hidden" msgstr "E fshehur" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Ridergo raportin" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Perditesuar nga {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Moderoni këtë raport" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Ridergo raportin" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Fshih të vjetrat" @@ -1512,6 +1521,12 @@ msgstr "Fshih shenjën" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Emri juaj" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historia" @@ -1533,8 +1548,8 @@ msgstr "Si te dergoj nje raport ne menyre te sukseshme" msgid "I just reported a problem on @fixmystreet" msgstr "Unë sapo raportova një problem në @rregullorrugëntime" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Unë sapo përditësova një poroblem në @rregullorrugëntime" @@ -1637,8 +1652,6 @@ msgstr "zgjedhje e gabuar e feed" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Ne Vazhdim" @@ -1652,16 +1665,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Inboksi zero, ja ku erdhëm!" @@ -1678,11 +1693,16 @@ msgstr "Perfshire raportimet e pakonfirmuara" msgid "Incorrect has_photo value \"%s\"" msgstr "Gabim ka_foto value \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Inspektimi kërkohet" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "Inspektimi kërkohet" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "Instrukto kontraktorët të rregullojnë problemet" @@ -1690,10 +1710,8 @@ msgstr "Instrukto kontraktorët të rregullojnë problemet" msgid "Internal notes" msgstr "Shenim i brendshem" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Rekomandim i brendshem" @@ -1705,7 +1723,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Vlerë agency_responsible e gabuar %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Data e fundit jovalide" @@ -1713,26 +1731,22 @@ 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:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 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:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Data e fillimit jovalide" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" "Kjo është shpesh mënyrIt's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there.\n" @@ -1764,6 +1778,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Perditesimi i fundit:" @@ -1773,6 +1788,11 @@ msgstr "Perditesimi i fundit:" msgid "Last editor" msgstr "Edituesi i fundit" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Perditesimi i fundit:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Perditesimi i fundit:" @@ -1781,7 +1801,7 @@ msgstr "Perditesimi i fundit:" msgid "Last update:" msgstr "Perditesimi fundit:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1853,7 +1873,7 @@ msgstr "" msgid "MAP" msgstr "HARTA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "Menaxhoni listën e shkurtë" @@ -1873,19 +1893,11 @@ msgstr "Shëno si të dërguar" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Shëno si të rregulluar/mbyllyr në 8 javët e kaluara" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Shëno si të rregulluar/mbyllyr në më shumë se 8 javë" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Mesazh" @@ -1905,15 +1917,15 @@ msgstr "Mungojnë drejtori:" msgid "Missing jurisdiction_id" msgstr "Mungesë juridiksioni_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "Mesatare" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "Raportet e detajuara mesatare" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "Moderoni këtë raport" @@ -1922,8 +1934,8 @@ msgstr "Moderoni këtë raport" msgid "Moderate this update" msgstr "Moderoni këtë raport" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Raportuar nga %s ne %s" @@ -1932,8 +1944,8 @@ msgstr "Raportuar nga %s ne %s" msgid "Moderated by division within one working day" msgstr "Moderuar me divizion brenda një ditë pune" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "Moderoni këtë raport" @@ -1959,14 +1971,13 @@ msgstr "Më të komentuarat" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Emri" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1978,7 +1989,7 @@ msgstr "Emri:" msgid "Name: %s" msgstr "Emri: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "Shko tek ky problem" @@ -1987,16 +1998,16 @@ msgstr "Shko tek ky problem" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Rruga më e afërt me emërtim e llogaritur nga pin në hartë (gjenerohet automatikisht duke përdorur OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 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" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2006,15 +2017,11 @@ msgstr "Rruga më e afërt e llogaritur nga pin në hartë (gjenerohet automatik msgid "Nearly done! Now check your email…" msgstr "Gati e përfunduar! Tani kontrolloni emailin tuaj" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Probleme<br> të reja" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Drejtori e re e shtuar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Kategori e re e kontakteve e shtuar" @@ -2086,20 +2093,19 @@ msgstr "Më e reja" msgid "Next" msgstr "Tjetra" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Jo" @@ -2131,12 +2137,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2145,11 +2147,11 @@ msgstr "E pamundur të zgjidhet" msgid "No further updates" msgstr "nuk ka perditesime tjera" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2191,12 +2193,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Jo Pergjegjes" @@ -2220,7 +2218,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Shenim" @@ -2230,7 +2228,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Shenim:" @@ -2252,6 +2250,10 @@ msgstr "" msgid "Now to submit your update…" msgstr "Tani ju mund te paraqitni perditesimin…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Ne rregull" @@ -2264,22 +2266,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Te vjetra/probleme <br> te panjohura" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Gjendje e vjeter" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "E vjeter <br>e kryer" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Probleme <br> te vjetra" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "Më i vjetri" @@ -2287,28 +2277,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Hapur" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "E hapur për më shumë se 4 javë, me një përditësim në 8 javët e fundit" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "E hapur, por nuk ka pasur ndonjë përditësim në 8 javë" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2337,9 +2318,9 @@ msgstr "Ose raportoni problemet n:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2349,6 +2330,15 @@ msgstr "" msgid "Other" msgstr "Tjera" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Të gjitha kategoritë" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Pronar" @@ -2363,8 +2353,8 @@ msgstr "Faqja nuk u gjet" msgid "Parent" msgstr "Burim" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "I pjesshem" @@ -2398,7 +2388,7 @@ msgid "Phone number (optional)" msgstr "Numri i telefonit (opsionale)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2407,9 +2397,9 @@ msgstr "Telefoni:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2427,12 +2417,12 @@ msgstr "Fotografia" msgid "Photo is required." msgstr "Fotografia është e kërkueshme." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Kërkohet fotografi." #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2442,6 +2432,12 @@ msgstr "Foto" msgid "Photos of recent nearby reports" msgstr "Fotografite e raporteve te fundit" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Ska council" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2449,10 +2445,10 @@ msgstr "Vendose shenjen ne harte" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2477,9 +2473,9 @@ msgstr "Ju lutem kontrolloni fjalekalimin dhe provoni perseri" msgid "Please check your email address is correct" msgstr "Ju lutem kontrolloni email adresen tuaj nese eshte e sakte" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2489,12 +2485,12 @@ msgstr "Ju lutem zgjedhni kategorine" msgid "Please choose a property type" msgstr "Ju lutem zgjedhni tipin e pronës" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2505,18 +2501,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: 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:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Ju lutem shkruani emrin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "Ju lutem jepni një emër për këtë drejtori" @@ -2532,8 +2528,8 @@ msgstr "Ju lutem shkruaj fjalekalimin" msgid "Please enter a subject" msgstr "Ju lutem shkruaj subjektin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2573,7 +2569,7 @@ msgstr "Ju lutem shkruani email adresen tuaj" msgid "Please enter your first name" msgstr "Ju lutem shkruani emrin tuaj" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2643,7 +2639,7 @@ msgstr "" msgid "Please note:" msgstr "Ju lutem vini re:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Ju lutem sigorni një përditësim publik për këtë raport" @@ -2691,30 +2687,29 @@ msgstr "Ju lutem shkruani nje mesazh" msgid "Please write your update here" msgstr "Ju lutem shkruani perditesimin tuaj ketu" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Posto" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Postuar ne menyre anonime ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postuar nga %s ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postuar nga <strong>%s</strong> (%s) ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postuar nga <strong>%s</strong> ne %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2722,7 +2717,7 @@ msgstr "" msgid "Previous" msgstr "Paraprak" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "Prioritetet" @@ -2741,9 +2736,9 @@ msgstr "Privatësi" msgid "Privacy and cookies" msgstr "Privatësia dhe cookiesa" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2774,7 +2769,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problemi eshte shenuar si i hapur." @@ -2782,7 +2777,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemet" @@ -2803,13 +2798,13 @@ msgstr "Problemet e raportuara se fundi ne FixMyStreet" msgid "Problems within %.1fkm of this location" msgstr "Problemet brenda %.1fkm te ketij lokacioni" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemet brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemet brenda lagjes %s" @@ -2891,11 +2886,11 @@ msgstr "Pyestor i plotësuar nga raportuesi i problemit" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS feed per %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS feed per lagjen %s , %s" @@ -2903,11 +2898,11 @@ msgstr "RSS feed per lagjen %s , %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS feed i %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed i %s, brenda lagjes %s" @@ -2915,13 +2910,13 @@ msgstr "RSS feed i %s, brenda lagjes %s" msgid "RSS feed of nearby problems" msgstr "RSS feed i problemeve ne afersi" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS feed i problemeve brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS feed i problemeve brenda lagjes %s " @@ -2950,10 +2945,6 @@ msgstr "Pranuar nga momente më vonë" msgid "Recent local problems, %s" msgstr "Problemet lokale së fundmi" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Rregullimet <br> e fundit" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Problemet e raportuara së fundmi" @@ -2966,13 +2957,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Largo flamurin" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2982,7 +2973,7 @@ msgstr "Fshije nga lista e ngushtë" msgid "Remove from site" msgstr "Fshije nga website" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2996,13 +2987,13 @@ msgstr "Përgjigju përdoruesit:" msgid "Report" msgstr "Raporto" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "ID e raportit:" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Raporto nje problem" @@ -3084,10 +3075,6 @@ msgstr "Raportuar nepermjet %s ne kategorine %s ne menyre anonime ne %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Raportuar nepermjet %s ne kategorine %s ne %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Raportuar në katër javët e fundit" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3102,14 +3089,14 @@ msgstr "Raportuar:" msgid "Reporting a problem" msgstr "Raportimi i nje problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Raportimet" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Raportimet jane te kufizuara ne gjatesine %s karaktere. Ju lutem shkurtoje raportin tuaj" @@ -3134,11 +3121,11 @@ msgstr "Raporto nje problem" msgid "Reports waiting to be sent" msgstr "Raportet duke pritur për tu dërguar" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 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:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3177,7 +3164,7 @@ msgstr "Shabllone të përgjigjjeve për" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3200,16 +3187,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3229,14 +3216,14 @@ msgstr "Satelitore" msgid "Save + close as duplicate" msgstr "shenuar si raport i dyfishuar" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Ruaj ndryshimet" @@ -3245,7 +3232,6 @@ msgstr "Ruaj ndryshimet" msgid "Save with a public update" msgstr "Ruaje me një përditësim për publikun" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3284,7 +3270,7 @@ 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:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "Krijo raporte/përditësime si Kuvend Komunal" @@ -3294,10 +3280,6 @@ msgstr "Krijo raporte/përditësime si Kuvend Komunal" msgid "Select a body" msgstr "Zgjedh një drejtori" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Zgjedh një Komunë të caktuar për të parë raportet e dërguara atje." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3311,6 +3293,10 @@ msgstr "Zgjidhni llojin e njoftimit që ju dëshironi dhe klikoni në butonin p msgid "Select:" msgstr "Selekto:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3332,7 +3318,7 @@ msgstr "Dërgo:" msgid "Service:" msgstr "Shërbim:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Vendos tek lokacioni im i tanishëm" @@ -3341,20 +3327,25 @@ msgid "Share" msgstr "Shpërndajë" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Lista e ngushtë" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "Përzgjedhur nga %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "Përzgjedhur" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Përzgjedhur nga %s" @@ -3363,6 +3354,11 @@ msgstr "Përzgjedhur nga %s" msgid "Show Photo?" msgstr "Shfaq te vjetrat" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s përditësime ne kohë reale" + #: 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 @@ -3378,7 +3374,7 @@ msgstr "Publiko emrin tim" msgid "Show old" msgstr "Shfaq te vjetrat" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Shfaq te vjetrat" @@ -3391,6 +3387,11 @@ msgstr "Shfaq shenjat" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Shih raportimet sipas lagjës" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3446,7 +3447,7 @@ 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:230 +#: 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 @@ -3475,7 +3476,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "Na vjen keq, ju nuk keni leje për të bërë atë." @@ -3496,14 +3497,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Gjendje" @@ -3516,7 +3520,7 @@ msgstr "Gjendje" msgid "State:" msgstr "Gjendje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3547,7 +3551,7 @@ msgstr "Nenkategoria: %s" msgid "Subdivision/Body" msgstr "Nëndivizioni/Drejtoria" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Tema" @@ -3564,7 +3568,7 @@ msgstr "Tema:" msgid "Submit" msgstr "Dërgo" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3602,23 +3606,22 @@ msgstr "Më abono tek njoftimi me e-mail" msgid "Summarise the problem" msgstr "Përmbledhni problemin" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "Përmbledhni ndryshimet tuaja" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Permbledhje" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3641,7 +3644,7 @@ msgstr "Rezultatet e Studimit" msgid "Template «%s»" msgstr "Shabllon «%s» " -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3671,7 +3674,7 @@ msgstr "Ju faleminderit për raportimin e këtij problemi!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Faleminderit për përpjekjet tuaja për të konfirmuar përditësimin tuaj rreth problemit. Ne duket se kemi vetë një gabim,kështu që na <a href=\"%s\"> tregoni se qka ndodhi </a> dhe ne do të shikojmë atë problem." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Faleminderit për përditësimin e këtij problemi." @@ -3709,19 +3712,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 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:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Ai problem tash do të ri-dërgohet." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Raporti nuk mund te shihet ne %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Ai raport është fshirë nga FixMyStreet." @@ -3751,8 +3754,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3784,7 +3787,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Gabimi ishte: %s" @@ -3862,7 +3865,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Nuk ka raporte për të shfaqur" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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ë." @@ -3871,7 +3874,7 @@ msgstr "Ka problem në hapjën e faqes Të gjitha raportet. Ju lutem provoni pë 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:758 +#: 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 @@ -3882,7 +3885,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3890,7 +3893,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Ka pasur probleme me përditësimin tuaj. Ju lutemi shihni më poshtë." @@ -3958,9 +3961,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Ky informacion është i nevojshëm" @@ -3969,23 +3972,19 @@ msgstr "Ky informacion është i nevojshëm" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Kjo është web faqe e zhvilluesve; gjëra mund të thyhen në çdo kohë, dhe baza e të dhënave do të fshihet në mënyrë periodike." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Kjo është një përmbledhje e të gjitha raporteve në këtë faqe." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "Kjo gropë ka qenë këtu për dy muaj dhe ..." -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Ky problem ka qene i rregulluar" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Ky problem nuk ka qene i rregulluar" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Ky problem nuk ka qene i rregulluar" @@ -4000,15 +3999,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Ky raport është në pritje moderim." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Ky raport eshte shenuar si i mbyllur." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Ky raport eshte shenuar si i rregulluar." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Ky problem eshte i shenuar si i hapur." @@ -4027,7 +4026,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Kohëzgjatja" @@ -4060,6 +4059,15 @@ msgstr "Për të gjetur se çfarë njoftime lokale kemi për ju, ju lutem shkrua 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" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "E pa raportuar tek council" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4095,7 +4103,7 @@ msgstr "Menaxhimi i trafikut i nevojshëm?" msgid "Trusted by bodies:" msgstr "Të besuar nga Drejtoritë:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 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" @@ -4111,9 +4119,10 @@ msgstr "Provo përsëri" msgid "Try emailing us directly:" msgstr "Provoni për të na shkruar email direkt:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4134,14 +4143,14 @@ msgid "Unknown alert type" msgstr "Lloj i njoftimit i panjohur" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Gabim i panjohur" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID problemi i panjohur" @@ -4206,10 +4215,10 @@ msgstr "" msgid "Updated" msgstr "Perditesuar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4236,11 +4245,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 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:124 +#: templates/web/base/admin/contact-form.html:123 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 +4273,11 @@ msgstr "Harta të përdorura" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Flamuri i përdoruesit është hequr" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4271,8 +4291,8 @@ msgstr "shenuar si i rregulluar" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4282,9 +4302,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Vlerat e perditesuara" @@ -4398,7 +4418,7 @@ msgstr "Dëshirë" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4423,23 +4443,22 @@ msgstr "" msgid "Year" msgstr "Viti" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Po" @@ -4473,7 +4492,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4507,7 +4526,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Ju tanimë keni bashkangjitur fotografi në këtë raport. Keni parasysh që keni mundësi të bashkangjitni vetëm 3 në këtë raport (nëse dëshironi që të ngarkoni më shumë, të kaluarat do të largohen)." @@ -4568,7 +4587,7 @@ 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:81 +#: 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 @@ -4598,6 +4617,19 @@ msgstr "Informatat tuaja do të përdoren në përputhje me politikën tonë të msgid "Your name" msgstr "Emri juaj" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Fjalekalimi juaj eshte ndryshuar" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4614,6 +4646,7 @@ msgstr "Fjalekalimi juaj" msgid "Your password has been changed" msgstr "Fjalekalimi juaj eshte ndryshuar" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4654,7 +4687,7 @@ msgstr "Të gjitha" msgid "by %s" msgstr "nga %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "shenuar si raport i dyfishuar" @@ -4691,44 +4724,44 @@ msgstr "Perditesimi i fundit %s" msgid "less than a minute" msgstr "më pak se një minutë" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "shenuar si veprim i planifikuar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "shenuar si i mbyllur" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "shenuar si ne progres" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "shenuar si i shqyrtuar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "shenuar si i planifikuar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4770,8 +4803,8 @@ msgstr "E dhënë origjinale" msgid "other areas:" msgstr "zona tjera:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "rihapur" @@ -4779,7 +4812,7 @@ msgstr "rihapur" msgid "required" msgstr "Kërkuar" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "çkyqur" @@ -4787,7 +4820,7 @@ msgstr "çkyqur" msgid "the local council" msgstr "lokal council" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4883,6 +4916,41 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d ditë" +msgstr[1] "%d dit" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "shenuar si i rregulluar" +msgstr[1] "shenuar si i rregulluar" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Ose raportoni problemet n:" +msgstr[1] "Ose raportoni problemet n:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Raporto" +msgstr[1] "Raporto" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Merr perditesimet per %s problemet" +msgstr[1] "Merr perditesimet per %s problemet" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4946,6 +5014,62 @@ msgid_plural "reports" msgstr[0] "Raporto" msgstr[1] "Raporto" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Kontrollo<strong>konfirmuar</strong>për të treguar që ky kontakt është konfirmuar si korrekt.\n" +#~ "Nëse nuk jeni të sigurte në origjinen ose validitetin e kontaktit, mos e plotësoni këtë." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Kontrolloni <strong> delete</ strong> për të hequr kategorinë nga përdorimi.\n" +#~ "Kjo nuk do të shfaqet si një kategori në dispozicion në drop-down menu në faqen Raportet e problemeve." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Linjat gri janë këshillet që nuk ekzistojnë më." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Shëno si të rregulluar/mbyllyr në 8 javët e kaluara" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Shëno si të rregulluar/mbyllyr në më shumë se 8 javë" + +#~ msgid "New <br>problems" +#~ msgstr "Probleme<br> të reja" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Te vjetra/probleme <br> te panjohura" + +#~ msgid "Older <br>fixed" +#~ msgstr "E vjeter <br>e kryer" + +#~ msgid "Older <br>problems" +#~ msgstr "Probleme <br> te vjetra" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "E hapur për më shumë se 4 javë, me një përditësim në 8 javët e fundit" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "E hapur, por nuk ka pasur ndonjë përditësim në 8 javë" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Rregullimet <br> e fundit" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Raportuar në katër javët e fundit" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Zgjedh një Komunë të caktuar për të parë raportet e dërguara atje." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Kjo është një përmbledhje e të gjitha raporteve në këtë faqe." + +#~ msgid "Are you a developer?" +#~ msgstr "A jeni nje zhvillues?" + #~ msgid "Cancel" #~ msgstr "Anulo" diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index 3680eec04..7eb74f31b 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Granit Zhubi <granitzhubi@gmail.com>, 2017\n" "Language-Team: Serbian (https://www.transifex.com/mysociety/teams/12067/sr/)\n" @@ -113,11 +113,11 @@ msgstr "" "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:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, u sklopu %s naselja" @@ -131,7 +131,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "(Defect & lokacija defekta)" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Emejl u tabeli zloupotreba)" @@ -167,6 +167,10 @@ msgstr "(sređeno)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(kao što su grafiti, slomljene ploče ili ulična rasveta)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(nije poslato skupštini)" @@ -179,8 +183,8 @@ msgstr "(opcionalno)" msgid "(sent to both)" msgstr "(poslato oboma)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Izaberi kategoriju --" @@ -217,7 +221,6 @@ msgstr "" 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') #. ("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" @@ -259,12 +262,8 @@ msgstr "<strong>Napomena:</strong> Ovaj izveštaj još uvek nije podnet dalje za msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Da</strong> Imam lozinku" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Planirane radnje" @@ -296,7 +295,7 @@ msgstr "Dodaj novu kategoriju" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -308,15 +307,15 @@ msgstr "Dodaj u uži krug" msgid "Add user" msgstr "Dodaj korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Dodaj/izmeni problemske kategorije" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Dodaj/izmeni prioritete odgovora" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Dodaj/izmeni šablone odgovora" @@ -324,7 +323,7 @@ msgstr "Dodaj/izmeni šablone odgovora" msgid "Added %s" msgstr "Dodato %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Dodavanjem ove prijave u vaš uži krug uklonićete ga iz užeg kruga %s." @@ -354,7 +353,6 @@ msgstr "Upozori me na buduće ažurirane informacije" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Sve prijave" @@ -372,7 +370,7 @@ msgstr "Sve kategorije" #: 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:21 +#: 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 "Sve prijave" @@ -382,6 +380,15 @@ msgstr "Sve prijave" msgid "All reports between %s and %s" msgstr "Sve prijave između %s i %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Sve kategorije" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem obeležen kao rešen." @@ -391,7 +398,7 @@ msgstr "Ažuriranjem je ovaj problem obeležen kao rešen." msgid "Anonymous" msgstr "Anoniman" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anoniman" @@ -401,10 +408,6 @@ msgstr "Anoniman" msgid "Another user" msgstr "Drugi korisnik" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Da li si programer?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Da li si siguran da želiš da otkažeš ovo otpremanje?" @@ -447,7 +450,7 @@ msgstr "Dodeli spoljnoj direkciji:" msgid "Assign to subdivision:" msgstr "Dodeli korisnicima po područjima:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "Dodeljeno %s" @@ -472,11 +475,14 @@ msgstr "Ovlašćeni članovi osoblja mogu se povezivati sa kategorijama na kojim msgid "Auto-response:" msgstr "Automatski odgovor:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Dostupne kategorije" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -502,12 +508,12 @@ msgstr "Nazad" msgid "Back to all reports" msgstr "Nazad na sve prijave" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Blokiraj e-mejl adresu" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -538,7 +544,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorije" @@ -551,7 +557,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -603,27 +609,11 @@ msgstr "Promeni e-mejl adresu" msgid "Change password" msgstr "Promeni lozinku" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Proveri <strong>confirmed</strong> kako bi ovaj kontakt potvrdio kao tačan.\n" -"Ukoliko niste sigurni o poreklu ili važenju kontakta, nemojte štiklirati ovu opciju." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"Proveri <strong>deleted</strong> kako bi ovu kategoriju izbacio iz upotrebe.\n" -"Ona se više neće pojavljivati kao dostupna kategorija u opadajućem meniju na strani Prijavi problem." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 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:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -685,14 +675,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -735,7 +726,7 @@ msgstr "" msgid "Collapse map" msgstr "Upotrebljena mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -761,9 +752,8 @@ msgstr "Potvrdi e-mejlom, pružajući novu lozinku u toj fazi. Nakon potvrde, a msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Potvrđeno" @@ -798,8 +788,8 @@ msgstr "Kontaktiraj tim" msgid "Coordinates:" msgstr "Koordinate:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Korisnik se ne može naći" @@ -862,7 +852,7 @@ msgstr "Prebroji" msgid "Create a report" msgstr "Kreiraj izveštaj" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kreiraj kategoriju" @@ -871,11 +861,11 @@ msgstr "Kreiraj kategoriju" msgid "Create priority" msgstr "Kreiraj prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "Kreiraj izveštaje/najnovije informacije u ime korisnika" @@ -912,6 +902,8 @@ msgstr "Klijent nedostupan" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Panel" @@ -919,26 +911,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Izbrisano" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -965,7 +955,7 @@ msgstr "Pojedinosti" msgid "Details:" msgstr "Pojedinosti:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Prebačeno" @@ -978,8 +968,8 @@ msgstr "Nije koristio mapu" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Sačuvaj promene" @@ -997,11 +987,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Ne’t znam" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Ne dopada vam se oblik?" @@ -1013,12 +1007,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Udvostruči" @@ -1043,7 +1033,7 @@ 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:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Kretanje ka istoku/severu:" @@ -1063,23 +1053,23 @@ msgstr "Izmeni" msgid "Edit body details" msgstr "Izmeni podatke o opštini" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Izmeni podatke drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Izmeni ovlašćenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "Izmeni kategoriju prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "Izmeni prioritet prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Izmeni prijave" @@ -1102,7 +1092,7 @@ msgstr "Izmena ažuriranih informacija %d" msgid "Editing user %d" msgstr "Izmeni korisnika %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Urednik" @@ -1118,7 +1108,7 @@ msgstr "Urednik" msgid "Email" msgstr "Emejl" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Emejl dodat listi zloupotreba" @@ -1136,11 +1126,11 @@ msgstr "Kreirano E-mejl obaveštenja" msgid "Email alert deleted" msgstr "Izbrisano E-mejl obaveštenje" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-mejl već na listi zloupotreba" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1181,7 +1171,7 @@ msgstr "Završna tačka" msgid "Enter a Zürich street name" msgstr "Unesi Zürich naziv ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesi naziv obližnje ulice ili oblasti" @@ -1190,6 +1180,7 @@ msgstr "Unesi naziv obližnje ulice ili oblasti" msgid "Enter a nearby postcode, or street name and area" msgstr "Unesi naziv obližnje ulice i oblasti" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1229,8 +1220,7 @@ msgstr "Primer poštanskog broja %s" msgid "Examples:" msgstr "Primeri" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Postojeća kategorija" @@ -1238,7 +1228,7 @@ msgstr "Postojeća kategorija" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Objasni šta je pogrešno" @@ -1299,29 +1289,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Sređeno - Skupština" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Sređeno - Korisnik" @@ -1339,11 +1326,11 @@ msgstr "Sređeno:" msgid "Flag as deleted" msgstr "Obeleži kao izbrisano" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Obeleži korisnika " -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Obeleženo" @@ -1360,7 +1347,7 @@ msgstr "Obeleženi korisnici navedeni na <a href='%s'>strani</a> ." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Obeleženi korisnici nisu ograničeni ni na koji način. Ovo je samo lista korisnika koji su označeni za dalju pažnju." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Obeleženo" @@ -1397,6 +1384,11 @@ msgstr "Često postavljana pitanja" msgid "Frequently Asked Questions" msgstr "Preuzmite najnovije informacije" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Prebroji" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1427,6 +1419,7 @@ msgstr "Drago mi je što čujem da je sređeno!" #: 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 msgid "Go" msgstr "Nastavi" @@ -1435,7 +1428,7 @@ msgstr "Nastavi" msgid "Going to send questionnaire?" msgstr "Šaljete upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Dozvolite pristup administratoru" @@ -1443,10 +1436,6 @@ msgstr "Dozvolite pristup administratoru" msgid "Graph of problem creation by status over time" msgstr "Grafikon kreiranja problema po statusu duž vremena" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Sive linije označavaju opštine koje više ne postoje." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Da li je ovaj problem rešen?" @@ -1457,7 +1446,7 @@ msgstr "Da li ste ikada problem prijavili savetu ili je ovo prvi put?" #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Pomoć" @@ -1471,18 +1460,18 @@ msgstr "Pomozite nam <strong>%s</strong> da vaš problem rešimo brže, pružanj 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1490,11 +1479,31 @@ msgstr "Zdravo %s" msgid "Hidden" msgstr "Sakriveno" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Prioriteti odgovora" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Ažurirao {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Uredi ovu prijavu" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Prioriteti odgovora" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Sakrij stare" @@ -1507,6 +1516,11 @@ msgstr "Sakrij oznaku" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +msgid "Hide your name?" +msgstr "" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Istorija" @@ -1528,8 +1542,8 @@ msgstr "Kako poslati uspešne prijave" msgid "I just reported a problem on @fixmystreet" msgstr "Upravo sam prijavio problem na @fixmystreet" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Upravo sam prijavio problem na @fixmystreet" @@ -1639,8 +1653,6 @@ msgstr "Ilegalan izbor vesti" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "U toku" @@ -1654,16 +1666,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Inbox nula, stižemo!" @@ -1680,11 +1694,16 @@ msgstr "Uključi nepotvrđene prijave" msgid "Incorrect has_photo value \"%s\"" msgstr "Netačno_photo value \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Potrebna inspekcija" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "Potrebna inspekcija" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "Naložite ugovaračima da reše probleme" @@ -1692,10 +1711,8 @@ msgstr "Naložite ugovaračima da reše probleme" msgid "Internal notes" msgstr "Interna zabeleška" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Interna preporuka" @@ -1707,7 +1724,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Pogrešna agencija_odgovorna value %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Nevažeći datum završetka" @@ -1715,26 +1732,22 @@ 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:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 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:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1764,6 +1777,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Poslednje ažuriranje:" @@ -1773,6 +1787,11 @@ msgstr "Poslednje ažuriranje:" msgid "Last editor" msgstr "Poslednji urednik" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Poslednje ažuriranje:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Poslednje ažuriranje:" @@ -1781,7 +1800,7 @@ msgstr "Poslednje ažuriranje:" msgid "Last update:" msgstr "Poslednje ažuriranje:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1853,7 +1872,7 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "Upravljaj užim krugom" @@ -1873,19 +1892,11 @@ 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" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Označi kao uređen/zatvoren pre više od osam nedelja" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Označi kao uređen/zatvoren pre više od osam nedelja" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Poruka" @@ -1905,15 +1916,15 @@ msgstr "Direkcije koje nedostaju:" msgid "Missing jurisdiction_id" msgstr "Jurisdikcija koja nedostaje_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "Uredi" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "Uredi pojedinosti o prijavi" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "Uredi ovu prijavu" @@ -1922,8 +1933,8 @@ msgstr "Uredi ovu prijavu" msgid "Moderate this update" msgstr "Uredi ovu prijavu" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Prijavio %s u %s" @@ -1932,8 +1943,8 @@ msgstr "Prijavio %s u %s" msgid "Moderated by division within one working day" msgstr "Uređuje odsek u jednom radnom danu " -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "Uredi ovu prijavu" @@ -1959,14 +1970,13 @@ msgstr "Najčešće komentarisani" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Ime" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1978,7 +1988,7 @@ msgstr "Ime: %s" msgid "Name: %s" msgstr "Upravljaj ovim problemom" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "Upravljaj ovim problemom" @@ -1987,16 +1997,16 @@ msgstr "Upravljaj ovim problemom" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Najbliži imenovani put oznaci na mapi (automatski generisan korišćenjem OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 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" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2006,15 +2016,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Pri kraju! Sada proverite vaš e-mejl…" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Novi <br>problemi" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Dodata nova direkcija" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Dodata nova kontakt kategorija" @@ -2086,20 +2092,19 @@ msgstr "Najnovije" msgid "Next" msgstr "Sledeće" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Ne" @@ -2131,12 +2136,8 @@ msgstr "No flagged problems found." msgid "No flagged users found." msgstr "No flagged users found." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2145,11 +2146,11 @@ msgstr "Nemoguće rešiti" msgid "No further updates" msgstr "No further updates" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2199,12 +2200,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Nije odgovoran" @@ -2228,7 +2225,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Napomena" @@ -2238,7 +2235,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Napomena" @@ -2260,6 +2257,10 @@ msgstr "Now to submit your report…" msgid "Now to submit your update…" msgstr "Now to submit your update…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "U redu" @@ -2272,22 +2273,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Stari / nepoznati <br>problemi" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Stariji <br>sređeni" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Stariji <br>problemi" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "Najstariji" @@ -2295,28 +2284,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Otvoren" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Otvoren više od četiri nedelje, sa najnovijim informacijama u poslednjih osam nedelja " - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Otvorena, ali bez ikakvih informacija u osam nedelja " - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "Jurisdikcija Open311 " @@ -2345,9 +2325,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2357,6 +2337,15 @@ msgstr "Or you can subscribe to an alert based upon what ward or council you&rsq msgid "Other" msgstr "Drugi" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Sve kategorije" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Vlasnik" @@ -2371,8 +2360,8 @@ msgstr "Strana nije nađena" msgid "Parent" msgstr "Izvor" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Delimično" @@ -2406,7 +2395,7 @@ msgid "Phone number (optional)" msgstr "Broj telefona (opcionalno)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2415,9 +2404,9 @@ msgstr "Tel:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2435,12 +2424,12 @@ msgstr "Fotografija" msgid "Photo is required." msgstr "Fotografija potrebna." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Fotografija potrebna" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2450,6 +2439,12 @@ msgstr "Fotografije" msgid "Photos of recent nearby reports" msgstr "Fotografije nedavnih obližnjih prijava" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Nema skupštine" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2457,10 +2452,10 @@ msgstr "Stavi oznaku na mapi" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2485,9 +2480,9 @@ msgstr "Molimo vas proverite lozinke i probajte ponovo " 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:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2497,12 +2492,12 @@ msgstr "Molimo vas izaberite kategoriju" msgid "Please choose a property type" msgstr "Molimo vas izaberite kategoriju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2513,18 +2508,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Molimo vas unesite poruku" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Molimo vas unesite ime" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "Molimo vas unesite naziv ovog tela" @@ -2540,8 +2535,8 @@ msgstr "Molimo vas unesite lozinku" msgid "Please enter a subject" msgstr "Molimo vas unesite predmet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2581,7 +2576,7 @@ msgstr "Molimo vas unesite vašu e-mejl adresu" msgid "Please enter your first name" msgstr "Molimo vas unesite vaše ime" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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 " @@ -2651,7 +2646,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:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Molimo vas pružite javne informacije o ovoj prijavi." @@ -2699,30 +2694,29 @@ msgstr "Molimo vas napišite poruku" msgid "Please write your update here" msgstr "Molimo vas napišite vaše najnovije informacije ovde" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Postavi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Postavljeno anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postavio %s na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postavio <strong>%s</strong> (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postavio <strong>%s</strong> na %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Ndreqe.com Platform</a>" @@ -2730,7 +2724,7 @@ msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">N msgid "Previous" msgstr "Prethodni" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "Prioriteti" @@ -2749,9 +2743,9 @@ msgstr "Privatnost" msgid "Privacy and cookies" msgstr "Privatnost i kolačići" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privatan" @@ -2782,7 +2776,7 @@ msgstr "Problem %s poslat skupštini %s" msgid "Problem breakdown by state" msgstr "Pregled problema po stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -2790,7 +2784,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -2811,13 +2805,13 @@ msgstr "Nedavno prijavljeni problemi sređeni na Sredimojuulicu" msgid "Problems within %.1fkm of this location" msgstr "Problemi u okviru %.1fkm od ove lokacije" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problemi u okviru %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problemi u okviru %s naselja" @@ -2899,11 +2893,11 @@ msgstr "Upitnik popunio podnosilac problema " msgid "RSS feed" msgstr "RSS vesti" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS vesti za %s naselje, %s" @@ -2911,11 +2905,11 @@ msgstr "RSS vesti za %s naselje, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" @@ -2923,13 +2917,13 @@ msgstr "RSS vesti %s, u okviru %s naselja" msgid "RSS feed of nearby problems" msgstr "RSS vesti o obližnjim problemima" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS vesti %s, u okviru %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" @@ -2958,10 +2952,6 @@ msgstr "Primio %s par trenutaka kasnije" msgid "Recent local problems, %s" msgstr "Nedavni lokalni problemi, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Nedavno <br>sređeno" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Nedavno prijavljeno problema" @@ -2974,13 +2964,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Ukloni oznaku" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2990,7 +2980,7 @@ msgstr "Ukloni iz užeg kruga" msgid "Remove from site" msgstr "Ukloni sa internet stranice" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3004,13 +2994,13 @@ msgstr "Odgovori korisniku:" msgid "Report" msgstr "Prijavi" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "ID prijave:" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavi problem" @@ -3092,10 +3082,6 @@ msgstr "Prijavljeno putem %s u kategoriji %s anonimno u %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavljeno putem %s u kategoriji %s od strane %s u %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Prijavljeno u poslednje četiri nedelje " - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3110,14 +3096,14 @@ msgstr "Prijavio:" msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Prijave" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Prijave su ograničene na %s karaktera u dužini. Molimo vas skratite vašu prijavu" @@ -3142,11 +3128,11 @@ msgstr "Prijavi problem" msgid "Reports waiting to be sent" msgstr "Prijave koje čekaju da budu poslate" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 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:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "Ugled:" @@ -3185,7 +3171,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3208,16 +3194,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3237,14 +3223,14 @@ msgstr "Satelitski" msgid "Save + close as duplicate" msgstr "Sačuvaj javnim ažuriranjem" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Sačuvaj promene" @@ -3253,7 +3239,6 @@ msgstr "Sačuvaj promene" msgid "Save with a public update" msgstr "Sačuvaj javnim ažuriranjem" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3292,7 +3277,7 @@ msgstr "Pretragom nađeno nula korisnika." msgid "See our privacy policy" msgstr "Vidi našu politiku privatnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" @@ -3302,10 +3287,6 @@ msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" msgid "Select a body" msgstr "Odaberi telo" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Odaberi konkretnu skupštinu da vidiš da li su prijave poslate tamo." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3319,6 +3300,10 @@ msgstr "Odaberi vrstu obaveštenja koja bi hteo i klikni na dugme za RSS vesti, msgid "Select:" msgstr "Odaberi:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3340,7 +3325,7 @@ msgstr "Poslato:" msgid "Service:" msgstr "Usluga:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Postavi na moju aktuelnu lokaciju" @@ -3349,20 +3334,25 @@ msgid "Share" msgstr "Podeli" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Uži krug" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "Ubacio u uži krug %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "Ubačen u uži krug" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Ubacio u uži krug %s" @@ -3371,6 +3361,11 @@ msgstr "Ubacio u uži krug %s" msgid "Show Photo?" msgstr "Prikaži stare" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s ažuriranja uživo" + #: 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 @@ -3386,7 +3381,7 @@ msgstr "Prikaži moje ime javno" msgid "Show old" msgstr "Prikaži stare" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Prikaži stare" @@ -3399,6 +3394,11 @@ msgstr "Prikaži oznake" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Vidi prijave po naselju" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3456,7 +3456,7 @@ 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:230 +#: 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 @@ -3485,7 +3485,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "Izvinite, nemate dozvolu da to učinite." @@ -3506,14 +3506,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Država" @@ -3526,7 +3529,7 @@ msgstr "Država" msgid "State:" msgstr "Statistike" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3557,7 +3560,7 @@ msgstr "Pod-kategorija: %s" msgid "Subdivision/Body" msgstr "Odsek/direkcija" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Predmet" @@ -3574,7 +3577,7 @@ msgstr "Predmet" msgid "Submit" msgstr "Podnesi" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3612,23 +3615,22 @@ msgstr "Pretplati me na e-mejl obaveštenja" msgid "Summarise the problem" msgstr "Rezimiraj problem" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "Rezimiraj vaše promene" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Rezime" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3651,7 +3653,7 @@ msgstr "Rezultati ankete" msgid "Template «%s»" msgstr "Šablon «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3681,7 +3683,7 @@ msgstr "Hvala vam što ste pokušali da potvrdite vaše najnovije informacije il msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "" -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Hvala vam što ste ažurirali ovo pitanje!" @@ -3719,19 +3721,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Dati problem obeležen je kao poslat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Dati problem će sada biti ponovo poslat." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Data prijava ne može se pogledati na %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Data prijava uklonjena je sa Sredimojuulicu." @@ -3761,8 +3763,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3794,7 +3796,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Greška je: %s" @@ -3872,7 +3874,7 @@ msgstr "" msgid "There are no reports to show." msgstr "Nema prijava za prikazivanje." -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3881,7 +3883,7 @@ msgstr "Nastao je problem u prikazivanju strane Sve prijave. Molimo vas probajte 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:758 +#: 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 @@ -3892,7 +3894,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 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." @@ -3900,7 +3902,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." @@ -3972,9 +3974,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Ova informacija je tražena" @@ -3983,23 +3985,19 @@ msgstr "Ova informacija je tražena" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Ovo je veb stranica za programere; stvari se mogu pokvariti u svakom trenutku a baza podataka briše se periodično." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Ovo je rezime svih prijava na ovoj stranici." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "Ova rupa je tu već dva meseca i…" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Ovaj problem je sređen" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Ovaj problem nije sređen" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Ovaj problem nije sređen" @@ -4014,15 +4012,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Ova prijava čeka na moderatora." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Ova prijava trenutno je označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Ova prijava je trenutno označena kao sređena." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Ova prijava trenutno je obeležena kao otvorena." @@ -4041,7 +4039,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Vremenski okvir" @@ -4074,6 +4072,15 @@ msgstr "" msgid "To view a map of the precise location of this issue" msgstr "Da pogledate mapu sa preciznom lokacijom ovog pitanja" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Nije prijavljen skupštini" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4109,7 +4116,7 @@ msgstr "Potrebno upravljanje saobraćajem?" msgid "Trusted by bodies:" msgstr "Kojima veruju direkcije:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "Verodostojan da podnosi prijave koje ne moraju da se proveravaju " @@ -4125,9 +4132,10 @@ msgstr "Probajte ponovo" msgid "Try emailing us directly:" msgstr "Pokušajte da nam direktno pošaljete e-mejl:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4148,14 +4156,14 @@ msgid "Unknown alert type" msgstr "Nepoznata vrsta obaveštenja" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Nepoznata greška" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" @@ -4220,10 +4228,10 @@ msgstr "" msgid "Updated" msgstr "Ažuriran" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4250,11 +4258,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "Upotrebi Open311 kao liniju za slanje ažuriranih informacija" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4267,11 +4286,11 @@ msgstr "Upotrebljena mapa" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Uklonjena oznaka korisnika" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "" @@ -4285,8 +4304,8 @@ msgstr "Ažuriranjem problem označen kao rešen" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4296,9 +4315,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Ažurirane vrednosti" @@ -4412,7 +4431,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4437,23 +4456,22 @@ msgstr "" msgid "Year" msgstr "Godina" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Da" @@ -4487,7 +4505,7 @@ 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/contact/index.html:111 +#: templates/web/base/contact/index.html:115 msgid "You can contact technical support on <a href='mailto:%s'>%s</a>" msgstr "" @@ -4521,7 +4539,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4582,7 +4600,7 @@ 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:81 +#: 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 @@ -4612,6 +4630,18 @@ msgstr "" msgid "Your name" msgstr "" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +msgid "Your name has been hidden." +msgstr "" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4628,6 +4658,7 @@ msgstr "" msgid "Your password has been changed" msgstr "" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4668,7 +4699,7 @@ msgstr "" msgid "by %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "" @@ -4705,44 +4736,44 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4784,8 +4815,8 @@ msgstr "" msgid "other areas:" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "" @@ -4793,7 +4824,7 @@ msgstr "" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "" @@ -4801,7 +4832,7 @@ msgstr "" msgid "the local council" msgstr "" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" @@ -4905,6 +4936,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/web/base/reports/index.html:92 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Ažuriranjem problem označen kao rešen" +msgstr[1] "Ažuriranjem problem označen kao rešen" +msgstr[2] "Ažuriranjem problem označen kao rešen" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Ili problemi prijavljeni:" +msgstr[1] "Ili problemi prijavljeni:" +msgstr[2] "Ili problemi prijavljeni:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Prijavi" +msgstr[1] "Prijavi" +msgstr[2] "Prijavi" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Preuzmite najnovije informacije o %s problemima" +msgstr[1] "Preuzmite najnovije informacije o %s problemima" +msgstr[2] "Preuzmite najnovije informacije o %s problemima" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4977,6 +5048,62 @@ msgstr[0] "Prijavi" msgstr[1] "Prijavi" msgstr[2] "Prijavi" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Proveri <strong>confirmed</strong> kako bi ovaj kontakt potvrdio kao tačan.\n" +#~ "Ukoliko niste sigurni o poreklu ili važenju kontakta, nemojte štiklirati ovu opciju." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "Proveri <strong>deleted</strong> kako bi ovu kategoriju izbacio iz upotrebe.\n" +#~ "Ona se više neće pojavljivati kao dostupna kategorija u opadajućem meniju na strani Prijavi problem." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Sive linije označavaju opštine koje više ne postoje." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Označi kao uređen/zatvoren pre više od osam nedelja" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Označi kao uređen/zatvoren pre više od osam nedelja" + +#~ msgid "New <br>problems" +#~ msgstr "Novi <br>problemi" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Stari / nepoznati <br>problemi" + +#~ msgid "Older <br>fixed" +#~ msgstr "Stariji <br>sređeni" + +#~ msgid "Older <br>problems" +#~ msgstr "Stariji <br>problemi" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Otvoren više od četiri nedelje, sa najnovijim informacijama u poslednjih osam nedelja " + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Otvorena, ali bez ikakvih informacija u osam nedelja " + +#~ msgid "Recently <br>fixed" +#~ msgstr "Nedavno <br>sređeno" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Prijavljeno u poslednje četiri nedelje " + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Odaberi konkretnu skupštinu da vidiš da li su prijave poslate tamo." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Ovo je rezime svih prijava na ovoj stranici." + +#~ msgid "Are you a developer?" +#~ msgstr "Da li si programer?" + #~ msgid "Cancel" #~ msgstr "Otkaži" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index b9395200a..3af3db87c 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+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" @@ -102,11 +102,11 @@ msgid "" "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:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: 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" @@ -118,7 +118,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:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i missbrukstabellen)" @@ -154,6 +154,10 @@ msgstr "(fixad)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ex.v. graffiti, skräp, trasiga gatustenar eller belysning)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(ej skickat till kommunen)" @@ -166,8 +170,8 @@ msgstr "(valfritt)" msgid "(sent to both)" msgstr "(skickat till båda)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Välj en katagori --" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "<strong>Notera:</strong> Den här rapporten har vidarebefordrats. Ändri msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Ja</strong>, jag har ett lösenord" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Åtgärd är schemalagd" @@ -283,7 +282,7 @@ msgstr "Ny kategori" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -295,15 +294,15 @@ msgstr "Lägg till i slutlista" msgid "Add user" msgstr "Lägg till användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Lägg till eller ta bort problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Lägg till eller ta bort svarsprioriteringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Lägg till eller ta bort svarsmallar" @@ -311,7 +310,7 @@ msgstr "Lägg till eller ta bort svarsmallar" msgid "Added %s" msgstr "Lades till %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Att lägga till den här rapporten i din kortlista tar bort den från kortlistan för %s." @@ -341,7 +340,6 @@ msgstr "Varsko mig om framtida uppdateringar" msgid "All" msgstr "Alla" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alla rapporter" @@ -359,7 +357,7 @@ msgstr "Samtliga kategorier" #: 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:21 +#: 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 "Alla rapporter" @@ -369,6 +367,15 @@ msgstr "Alla rapporter" msgid "All reports between %s and %s" msgstr "Alla rapporter mellan %s och %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Samtliga kategorier" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "En uppdatering markerade det här problemet som löst." @@ -378,7 +385,7 @@ msgstr "En uppdatering markerade det här problemet som löst." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" @@ -388,10 +395,6 @@ msgstr "Anonym:" msgid "Another user" msgstr "Annan användare" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Är du en utvecklare?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Är du säker på att du vill avbryta den här uppladdningen?" @@ -434,7 +437,7 @@ msgstr "Tilldela extern förvaltning:" msgid "Assign to subdivision:" msgstr "Tilldela underavdelning:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "Tilldela användare till områden" @@ -459,11 +462,14 @@ msgstr "Bemyndigade kommunanvändare kan vara associerade med de kategorier som msgid "Auto-response:" msgstr "Autosvar:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Tillgängliga kategorier" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "Genomsnittlig tid för kommun att markera som löst (dagar)" @@ -489,12 +495,12 @@ msgstr "Tillbaka" msgid "Back to all reports" msgstr "Tillbaka till samtliga rapporter" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Förbjud epostadress" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -525,7 +531,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Kategorier" @@ -538,7 +544,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -590,25 +596,11 @@ msgstr "Ändra e-postadress" msgid "Change password" msgstr "Ändra lösenord" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Markera <strong>bekräftad</strong> för att visa att denna kontakt har verifierats.\n" -"Om du inte är säker på ursprung eller giltighet för denna kontakt, lämna detta omarkerat." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "Markera <strong>raderad</strong> för att ta bort denna kategori från att användas. Den kommer inte dyka upp som en valbar kategori i rullgardinslistan på sidan där användare rapporterar ett problem." - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "Bocka för <strong>inspektion krävs</strong> om rapporter i den här kategorin <strong>måste inspekteras</strong> innan de skickas." -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -661,14 +653,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -710,7 +703,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "Vik ihop karta" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -736,9 +729,8 @@ msgstr "Bekräfta via epost nedan genom att ange ett nytt lösenord. När du bek msgid "Confirmation" msgstr "Bekräftelse" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bekräftat" @@ -773,8 +765,8 @@ msgstr "Kontakta teamet" msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Kan inte hitta användaren" @@ -836,7 +828,7 @@ msgstr "Antal" msgid "Create a report" msgstr "Skapa en rapport" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Skapa en kategori" @@ -845,11 +837,11 @@ msgstr "Skapa en kategori" msgid "Create priority" msgstr "Skapa prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Skapa rapporter/uppdateringar som kommunen" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "Skapa rapporter/uppdateringar på en användares vägnar" @@ -886,6 +878,8 @@ msgstr "Kund ej kontaktbar" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Skrivbord" @@ -893,26 +887,24 @@ msgstr "Skrivbord" msgid "Dealt with by subdivision within 5 working days" msgstr "Hanterat av underavdelning inom 5 arbetsdagar" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "Defekttyp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Borttagen" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "Beskriv varför du modererar detta" @@ -939,7 +931,7 @@ msgstr "Detaljer" msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Delegerat" @@ -952,8 +944,8 @@ msgstr "Använde inte kartan" msgid "Diligency prize league table" msgstr "Flitighetstopplistan" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 msgid "Discard changes" msgstr "Ta bort ändringar" @@ -970,11 +962,15 @@ 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:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Vet ej" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Gillar du inte formulär?" @@ -986,12 +982,8 @@ 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Finns redan" @@ -1011,7 +1003,7 @@ msgid "" " " msgstr "Varje förvaltningskontakt har en kategori, och denna visas för allmänheten. Olika kategorier <strong>kan ha samma kontakt</strong> (e-postadress). Detta betyder att du kan lägga till flera kategorier även om du bara har en förvaltningskontakt." -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "Easting/Northing:" @@ -1031,23 +1023,23 @@ msgstr "Ändra" msgid "Edit body details" msgstr "Ändra förvaltningsdetaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Redigera andra användares uppgifter" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Redigera andra användares rättigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "Redigera rapportkategori" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "Redigera rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Redigera rapporter" @@ -1070,7 +1062,7 @@ msgstr "Ändrar uppdatering %d" msgid "Editing user %d" msgstr "Ändrar användare %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Redaktör" @@ -1086,7 +1078,7 @@ msgstr "Redaktör" msgid "Email" msgstr "Epost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Epostadressen tillagd till missbrukslistan" @@ -1104,11 +1096,11 @@ msgstr "E-postnotifikation skapad" msgid "Email alert deleted" msgstr "E-postnotifikation borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Epostadressen finns redan i missbrukslistan" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1152,7 +1144,7 @@ msgstr "Ändpunkt" msgid "Enter a Zürich street name" msgstr "Skriv in ett Zürich-gatunamn" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Ange ett postnummer eller gatunamn och ort" @@ -1161,6 +1153,7 @@ msgstr "Ange ett postnummer eller gatunamn och ort" msgid "Enter a nearby postcode, or street name and area" msgstr "Ange ett postnummer eller gatunamn och ort" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1200,8 +1193,7 @@ msgstr "Exempelpostnummer %s" msgid "Examples:" msgstr "Exempel:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Befintlig kategori" @@ -1209,7 +1201,7 @@ msgstr "Befintlig kategori" msgid "Expand map" msgstr "Expandera karta" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Förklara felet" @@ -1269,29 +1261,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod 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:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Löst - Kommun" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Löst - Användare" @@ -1309,11 +1298,11 @@ msgstr "Löst:" msgid "Flag as deleted" msgstr "Flagga som borttagen" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Flagga användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flaggat" @@ -1330,7 +1319,7 @@ msgstr "Flaggade användare är listade på <a href='%s'>flaggningssidan</a>." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flaggade användare är inte begränsade på något sätt. Detta är bara en lista på användare som har markerats för uppmärksamhet." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Flaggat:" @@ -1367,6 +1356,11 @@ msgstr "Vidarebefordrade önskan till extern förvaltning" msgid "Frequently Asked Questions" msgstr "Vanliga frågor" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Antal" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1397,6 +1391,7 @@ msgstr "Vi är glada att höra att det har blivit löst!" #: 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 msgid "Go" msgstr "Gå" @@ -1405,7 +1400,7 @@ msgstr "Gå" msgid "Going to send questionnaire?" msgstr "Skicka enkät?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Bevilja tillgång till administratörskontrollpanelen" @@ -1413,10 +1408,6 @@ msgstr "Bevilja tillgång till administratörskontrollpanelen" msgid "Graph of problem creation by status over time" msgstr "Visualisering av rapporter över tid" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Utgråade linjer är kommuner som inte längre existerar." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Har det här problemet blivit löst?" @@ -1427,7 +1418,7 @@ msgstr "Har du någonsin rapporterat ett problem till en kommun tidigare eller #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjälp" @@ -1441,18 +1432,18 @@ msgstr "Hjälp <strong>%s</strong> lösa ditt problem snabbare genom att tillhan 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1460,10 +1451,30 @@ msgstr "Hej %s" msgid "Hidden" msgstr "Gömd" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 msgid "Hide entire report" msgstr "Dölj hela rapporten" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Uppdatering av {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +#, fuzzy +msgid "Hide my name in this update" +msgstr "Moderera den här uppdateringen" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Dölj hela rapporten" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Göm äldre" @@ -1476,6 +1487,12 @@ msgstr "Göm kartnålar" 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 +#, fuzzy +msgid "Hide your name?" +msgstr "Ditt namn och efternamn" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historik" @@ -1497,8 +1514,8 @@ msgstr "Hur bra rapporter skickas" msgid "I just reported a problem on @fixmystreet" msgstr "Jag rapporterade precis ett problem på @fixamingata" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "Jag uppdaterade precis ett problem på @fixamingata" @@ -1599,8 +1616,6 @@ msgstr "Ogiltigt RSS-flöde" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Pågående" @@ -1614,16 +1629,18 @@ msgstr "I tillägg, följande attribut som inte är del av Open311 v2-specifikat #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Inbox zero, här kommer vi!" @@ -1640,11 +1657,16 @@ msgstr "Inkludera obekräftade rapporter" msgid "Incorrect has_photo value \"%s\"" msgstr "Inkorrekt värde för has_photo, \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Inspektion krävs" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "Inspektion krävs" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "Instruera entreprenörer att lösa problem" @@ -1652,10 +1674,8 @@ msgstr "Instruera entreprenörer att lösa problem" msgid "Internal notes" msgstr "Interna anteckningar" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Interna refereringar" @@ -1667,7 +1687,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:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Inkorrekt slutdatum" @@ -1675,26 +1695,22 @@ msgstr "Inkorrekt slutdatum" msgid "Invalid format %s specified." msgstr "Inkorrekt format %s angivet." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 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:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Inkorrekt startdatum" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1724,6 +1740,7 @@ msgid "Last 4 weeks" msgstr "De senaste fyra veckorna" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 msgid "Last 7 days" msgstr "De senaste sju dagarna" @@ -1732,6 +1749,11 @@ msgstr "De senaste sju dagarna" msgid "Last editor" msgstr "Senaste redaktör" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Senaste uppdatering:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Senaste uppdatering:" @@ -1740,7 +1762,7 @@ msgstr "Senaste uppdatering:" msgid "Last update:" msgstr "Senaste uppdatering:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "Latitud/Longitud:" @@ -1812,7 +1834,7 @@ msgstr "Slå upp" msgid "MAP" msgstr "KARTA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "Hantera slutlista" @@ -1832,19 +1854,11 @@ 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>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "Markerad som löst/stängd under de senaste åtta veckorna" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "Markerad som löst/stängd för mer än åtta veckor sedan" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "Lägg till problemdetaljer" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Meddelande" @@ -1864,15 +1878,15 @@ msgstr "Saknade förvaltningar:" msgid "Missing jurisdiction_id" msgstr "Saknat jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "Moderera" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "Moderera rapportdetaljer" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "Moderera den här rapporten" @@ -1880,8 +1894,8 @@ msgstr "Moderera den här rapporten" msgid "Moderate this update" msgstr "Moderera den här uppdateringen" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 msgid "Moderated by %s at %s" msgstr "Modererad av %s %s" @@ -1889,8 +1903,8 @@ msgstr "Modererad av %s %s" msgid "Moderated by division within one working day" msgstr "Granskat av underavdelningen inom en arbetsdag" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 msgid "Moderation reason:" msgstr "Anledning till moderering:" @@ -1915,14 +1929,13 @@ msgstr "Mest kommenterad" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Namn" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1934,7 +1947,7 @@ msgstr "Namn:" msgid "Name: %s" msgstr "Namn: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "Navigera till det här problemet" @@ -1943,16 +1956,16 @@ msgstr "Navigera till det här problemet" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Närmaste namngivna gata till placeringen på kartan (genereras automatiskt via OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 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:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Närmaste gata till placeringen på kartan (genereras automatiskt av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1964,15 +1977,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Nästan klart! Kolla nu din epost." -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Nya <br>problem" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Ny förvaltning tillagd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Nya kategorikontakter tillagda" @@ -2044,20 +2053,19 @@ msgstr "Senaste" msgid "Next" msgstr "Nästa" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Nej" @@ -2089,12 +2097,8 @@ msgstr "Inga flaggade problem kunde hittas." msgid "No flagged users found." msgstr "Inga flaggade användare kunde hittas." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2103,11 +2107,11 @@ msgstr "Kunde inte åtgärda" msgid "No further updates" msgstr "Inga fler uppdateringar" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 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:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "Inga inspektioner i det valda datumintervallet." @@ -2151,12 +2155,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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Ej ansvarig" @@ -2180,7 +2180,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:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Observera" @@ -2190,7 +2190,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Observera att när vi listar obegräftade rapporter använder vi datumet när rapporten skapades, vilket inte nödvändigtvis är samma månad som när rapporten bekräftades, så vissa avvikelser kan uppstå." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Observera:" @@ -2212,6 +2212,10 @@ msgstr "För att skicka din rapport…" msgid "Now to submit your update…" msgstr "För att skicka din uppdatering…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" @@ -2224,22 +2228,10 @@ msgstr "Offline-data rensad" msgid "Offline update data saved" msgstr "Offline-uppdateringsdata sparade" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Äldre/okända <br>problem" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Äldre status" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Äldre <br>fixat" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Äldre <br>problem" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "Äldst" @@ -2247,28 +2239,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Öppen" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Öppna i mer än fyra veckor, med en uppdatering under de senaste åtta veckorna" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Öppen, men utan uppdateringar under de senaste åtta veckorna" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "API-nyckel för Open311" @@ -2297,9 +2280,9 @@ 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:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2309,6 +2292,15 @@ msgstr "Du kan också prenumerera på bevakningar baserat på vilken kommun du b msgid "Other" msgstr "Övrig" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Samtliga kategorier" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Ägare" @@ -2323,8 +2315,8 @@ msgstr "Sidan hittas ej" msgid "Parent" msgstr "Förälder" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Partiell" @@ -2358,7 +2350,7 @@ msgid "Phone number (optional)" msgstr "Telefonnummer (valfritt)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2367,9 +2359,9 @@ msgstr "Telefonnummer:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2387,12 +2379,12 @@ msgstr "Foto" msgid "Photo is required." msgstr "Foto är ett krav." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Foto krävs" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2402,6 +2394,12 @@ msgstr "Foton" msgid "Photos of recent nearby reports" msgstr "Foton från närliggande rapporter" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Ingen kommun" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2409,10 +2407,10 @@ msgstr "Placera nålen på kartan" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2437,9 +2435,9 @@ msgstr "Vänligen kontrollera lösenordet och prova igen" msgid "Please check your email address is correct" msgstr "Vänligen kontrollera att din epostadress är korrekt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2449,12 +2447,12 @@ msgstr "Välj en kategori" msgid "Please choose a property type" msgstr "Välj en fastighetstyp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2465,18 +2463,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Skriv in ett meddelande" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Skriv in ett namn" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "Skriv in namnet på den här förvaltningen" @@ -2492,8 +2490,8 @@ msgstr "Skriv in ett lösenord" msgid "Please enter a subject" msgstr "Skriv in ett ärende" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2533,7 +2531,7 @@ msgstr "Skriv in din epostadress" msgid "Please enter your first name" msgstr "Skriv in ditt förnamn" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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" @@ -2603,7 +2601,7 @@ msgstr "Observera att din uppdatering <strong>inte har publicerats än</strong>. msgid "Please note:" msgstr "Observera:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Tillhandahåll en offentlig uppdatering för den här rapporten." @@ -2651,30 +2649,29 @@ msgstr "Skriv ett meddelande" msgid "Please write your update here" msgstr "Skriv din uppdatering här" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Skicka" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Postat anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postat av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Postat av <strong>%s</strong> (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Postat av <strong>%s</strong> %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Byggd på <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet-plattformen</a>" @@ -2682,7 +2679,7 @@ msgstr "Byggd på <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Fi msgid "Previous" msgstr "Föregående" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "Prioriteringar" @@ -2701,9 +2698,9 @@ msgstr "Personlig integritet" msgid "Privacy and cookies" msgstr "Integritetsskydd och kakor" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Privat" @@ -2733,7 +2730,7 @@ msgstr "Rapport %s skickad till %s" msgid "Problem breakdown by state" msgstr "Rapporter per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problemet markerat som öppet." @@ -2741,7 +2738,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" @@ -2762,13 +2759,13 @@ msgstr "Problem nyligen rapporterade som lösta på FixaMinGata" msgid "Problems within %.1fkm of this location" msgstr "Problem inom %.1f km från denna position" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Problem inom området %s" @@ -2849,11 +2846,11 @@ msgstr "Frågeformulär ifyllt av rapportören" msgid "RSS feed" msgstr "RSS-flöde" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS-flöde för område %s, %s" @@ -2861,11 +2858,11 @@ msgstr "RSS-flöde för område %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "RSS-flöde för %s, inom område %s" @@ -2873,13 +2870,13 @@ msgstr "RSS-flöde för %s, inom område %s" msgid "RSS feed of nearby problems" msgstr "RSS-flöde av närliggande problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "RSS-flöde för problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "RSS-flöde för problem inom område %s" @@ -2908,10 +2905,6 @@ msgstr "Mottagen av %s kort därefter" msgid "Recent local problems, %s" msgstr "Senaste lokala rapporterna, %s" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Nyligen <br>åtgärdat" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Senaste rapporterade problemen" @@ -2924,13 +2917,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Ta bort flagga" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2940,7 +2933,7 @@ msgstr "Ta bort från slutlista" msgid "Remove from site" msgstr "Ta bort från sajten" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2954,13 +2947,13 @@ msgstr "Besvara användare:" msgid "Report" msgstr "Rapportera" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "Rapport-ID:" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportera ett problem" @@ -3041,10 +3034,6 @@ msgstr "Rapporterat av %s i kategorin %s, anonymt %s" msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporterat av %s i kategorin %s av %s den %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Rapporterade under de senaste fyra veckorna" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3059,14 +3048,14 @@ msgstr "Rapporterad:" msgid "Reporting a problem" msgstr "Rapportera ett problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Rapporter" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Rapporter kan bara innehålla %s tecken. Var vänlig korta ned din rapport" @@ -3090,11 +3079,11 @@ msgstr "Rapporter sparade offline." msgid "Reports waiting to be sent" msgstr "Rapporter som väntar på att skickas" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "Rapporter kommer automatiskt att skickas utan att en inspektion krävs om användarens <strong>anseende</strong> är detta värde eller högre. Sätt till <strong>0</strong> om samtliga rapporter måste inspekteras, ovasett användares anseende." -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "Anseendesgräns" @@ -3133,7 +3122,7 @@ msgstr "Svarsmallar för %s" msgid "Revert to original" msgstr "Återgå till orginalrapporten" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "Återgå till orginalstexten" @@ -3156,16 +3145,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3184,14 +3173,14 @@ msgstr "Satellit" msgid "Save + close as duplicate" msgstr "Spara + stäng som dublett" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Spara ändringar" @@ -3200,7 +3189,6 @@ msgstr "Spara ändringar" msgid "Save with a public update" msgstr "Spara med en offentlig uppdatering" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3239,7 +3227,7 @@ msgstr "Inga användare hittades." msgid "See our privacy policy" msgstr "Se vår integritetsskyddspolicy" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "Se användarinformation för rapporter skapade som kommunen" @@ -3248,10 +3236,6 @@ msgstr "Se användarinformation för rapporter skapade som kommunen" msgid "Select a body" msgstr "Välj en förvaltning" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Du kan välja en enskild kommun för att se rapporterna skickade dit." - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3265,6 +3249,10 @@ msgstr "Välj vilken kategori av rapporter du vill få och klicka knappen för e msgid "Select:" msgstr "Välj:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "Skicka utökade Open311-statusar med Service Request-uppdateringar" @@ -3286,7 +3274,7 @@ msgstr "Skickades:" msgid "Service:" msgstr "Tjänst:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Sätt till min nuvarande position" @@ -3295,20 +3283,25 @@ msgid "Share" msgstr "Dela" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Slutlista" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "Satt på slutlistan av %s" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "Satt på slutlistan" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "Satt på slutlistan av %s" @@ -3316,6 +3309,11 @@ msgstr "Satt på slutlistan av %s" msgid "Show Photo?" msgstr "Visa foto?" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s uppdateringar" + #: 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 @@ -3330,7 +3328,7 @@ msgstr "Visa namn offentligt?" msgid "Show old" msgstr "Visa äldre" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 msgid "Show photo" msgstr "Visa foto" @@ -3342,6 +3340,11 @@ msgstr "Visa kartnålar" msgid "Show reporter’s name" msgstr "Visa rapportörens namn" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Visa rapportörens namn" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3399,7 +3402,7 @@ 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:230 +#: 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 @@ -3428,7 +3431,7 @@ 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:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 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." @@ -3449,14 +3452,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Status" @@ -3469,7 +3475,7 @@ msgstr "Status" msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3500,7 +3506,7 @@ msgstr "Underkategori: %s" msgid "Subdivision/Body" msgstr "Underavdelning/Förvaltning" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Ärende" @@ -3517,7 +3523,7 @@ msgstr "Ärende:" msgid "Submit" msgstr "Skicka" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3555,23 +3561,22 @@ msgstr "Prenumerera med epost" msgid "Summarise the problem" msgstr "Sammanfatta problemet" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "Sammanfatta dina ändringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Sammanfattning" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3594,7 +3599,7 @@ msgstr "Frågeresultat" msgid "Template «%s»" msgstr "Mall «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3624,7 +3629,7 @@ msgstr "Tack för att du rapporterade detta ärende!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Tack för att du försöker bekräfta din uppdatering eller rapport. Vi har tyvärr stött på ett fel och uppskattar om du kan <a href=\"%s\">rapporterar vad som hände</a> så att vi kan titta på det." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Tack för att du uppdaterade detta ärende!" @@ -3662,19 +3667,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Problemet har markerats som skickat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Rapportern kommer nu att skickas om." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Rapporten kan inte visas på %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Rapporten har tagits bort från FixaMinGata." @@ -3700,8 +3705,8 @@ msgstr "<strong>Jurisdiktion</strong> behövs bara om samma ändpunkt används a #: 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3729,7 +3734,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Flitighetstabellen visar redigerares aktiviteter (vem som har ändrat flest handlingar)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Felet var: %s" @@ -3805,7 +3810,7 @@ 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:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3814,7 +3819,7 @@ msgstr "Det uppstod ett problem med att visa sidan med alla rapporter. Försök msgid "There was a problem showing this page. Please try again later." msgstr "Det uppstod ett problem med att visa denna sida. Försök gärna igen senare." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3825,7 +3830,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Det uppstod ett problem med din uppdatering. Försök igen." @@ -3833,7 +3838,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "Det uppstod ett problem med din uppdatering. Se nedan." @@ -3896,9 +3901,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Den här informationen krävs" @@ -3907,23 +3912,19 @@ msgstr "Den här informationen krävs" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Det här är en utvecklingsplats: olika saker kan komma att gå sönder vid olika tidpunkter och databasen kommer att rutinmässigt raderas." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Det här är en sammanställning av alla rapporter." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "Detta hål i gatan har varit här i två månader och..." -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Det här problemet har lösts" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Det här problemet har inte lösts" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 msgid "This problem is still ongoing" msgstr "Detta problem är fortfarande aktuellt" @@ -3937,15 +3938,15 @@ msgstr "Den här rapporten är en dublett. Lämna uppdateringar på den ursprung msgid "This report is awaiting moderation." msgstr "Den här rapporten väntar på att granskas." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Den här rapporten är markerad som stängd" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Det här problemet är markerat som löst" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Den här rapportern är öppen" @@ -3964,7 +3965,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" @@ -3997,6 +3998,15 @@ msgstr "Skriv in postnummer eller gatunamn och ort för att se rapporter kring d msgid "To view a map of the precise location of this issue" msgstr "För att visa en karta med den exakta positionen för problemet" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Ej rapporterat till kommunen" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4031,7 +4041,7 @@ msgstr "Krävs trafikövervakning?" msgid "Trusted by bodies:" msgstr "Anförtrodd av kommunen:" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "Anförtrodd att skapa rapporter som inte behöver bli inspekterade" @@ -4047,9 +4057,10 @@ msgstr "Försök igen" msgid "Try emailing us directly:" msgstr "Prova att skicka ett e-brev till oss direkt:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4070,14 +4081,14 @@ msgid "Unknown alert type" msgstr "Okänd feltyp" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Okänt fel" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Okänt problemnummer" @@ -4141,10 +4152,10 @@ msgstr "Uppdaterad status" msgid "Updated" msgstr "Uppdaterad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4171,11 +4182,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "Använd Open311-update-sending-utökningen" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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." @@ -4188,11 +4210,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:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Användarflaggan borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Användaren flaggad" @@ -4205,8 +4227,8 @@ 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4216,9 +4238,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Värden uppdaterade" @@ -4332,7 +4354,7 @@ msgstr "Önskan" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "Vid sökningar är det också möjligt att söka efter agency_responsible för att begränsa svaren till de som skickats till en enstaka kommun. Söktermen för administrations-IDt erhålls av <a href=\"%s\">MapIt</a>." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Vill du bidra till FixaMinGata? Vår kod är öppen programvara och <a href=\"http://fixmystreet.org\">tillgänglig på fixmystreet.org</a>." @@ -4357,23 +4379,22 @@ msgstr "ÅTI" msgid "Year" msgstr "År" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Ja" @@ -4407,7 +4428,7 @@ 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/contact/index.html:111 +#: 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>." @@ -4441,7 +4462,7 @@ msgstr "Du har <a id=\"oFN\" href=\"\"><span>%s</span> sparad att skicka</a>." msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har redan svarat på det här frågeformuläret. Om du har en fråga, <a href=\"%s\">kontakta oss</a> eller <a href=\"%s\">visa problemet</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Du har redan bifogat bilder till den här rapporten. Notera att du kan bifoga som mest tre bilder (om du försöker ladda upp fler tas de tidigaste bort)." @@ -4502,7 +4523,7 @@ 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:81 +#: 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 @@ -4532,6 +4553,19 @@ msgstr "Din information kommer endast att användas i enlighet med vår <a href= msgid "Your name" msgstr "Ditt namn och efternamn" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Ditt lösenord har ändrats" + #: templates/web/base/js/translation_strings.html:62 msgid "Your offline reports" msgstr "Dina offline-rapporter" @@ -4547,6 +4581,7 @@ msgstr "Ditt lösenord" msgid "Your password has been changed" msgstr "Ditt lösenord har ändrats" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4587,7 +4622,7 @@ msgstr "samtliga" msgid "by %s" msgstr "av %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "markerad som dubblett av rapport" @@ -4624,44 +4659,44 @@ msgstr "senast uppdaterad %s" msgid "less than a minute" msgstr "mindre än en minut" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "markerad som åtgärd schemalagd" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "markerad som intern referering" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "markerad som stängd" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "markerad som pågående" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "markerad som under utredning" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "markerad som planerad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4703,8 +4738,8 @@ msgstr "ursprungligen inmatat: “%s”" msgid "other areas:" msgstr "andra områden:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "öppnat på nytt" @@ -4712,7 +4747,7 @@ msgstr "öppnat på nytt" msgid "required" msgstr "obligatoriska" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "logga ut" @@ -4720,7 +4755,7 @@ msgstr "logga ut" msgid "the local council" msgstr "kommunen" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "det finns ingen kartmarkering eftersom användaren inte använde kartan" @@ -4814,6 +4849,41 @@ msgid_plural "%d years" msgstr[0] "%d år" msgstr[1] "%d år" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d dag" +msgstr[1] "%d dagar" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Markerade som lösta, totalt" +msgstr[1] "Markerade som lösta, totalt" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Eller problem rapporterade til:" +msgstr[1] "Eller problem rapporterade til:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "rapport" +msgstr[1] "rapporter" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Få uppdateringar av %s problem" +msgstr[1] "Få uppdateringar av %s problem" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4876,3 +4946,57 @@ msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapporter" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Markera <strong>bekräftad</strong> för att visa att denna kontakt har verifierats.\n" +#~ "Om du inte är säker på ursprung eller giltighet för denna kontakt, lämna detta omarkerat." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "Markera <strong>raderad</strong> för att ta bort denna kategori från att användas. Den kommer inte dyka upp som en valbar kategori i rullgardinslistan på sidan där användare rapporterar ett problem." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Utgråade linjer är kommuner som inte längre existerar." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "Markerad som löst/stängd under de senaste åtta veckorna" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "Markerad som löst/stängd för mer än åtta veckor sedan" + +#~ msgid "New <br>problems" +#~ msgstr "Nya <br>problem" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Äldre/okända <br>problem" + +#~ msgid "Older <br>fixed" +#~ msgstr "Äldre <br>fixat" + +#~ msgid "Older <br>problems" +#~ msgstr "Äldre <br>problem" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Öppna i mer än fyra veckor, med en uppdatering under de senaste åtta veckorna" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Öppen, men utan uppdateringar under de senaste åtta veckorna" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Nyligen <br>åtgärdat" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Rapporterade under de senaste fyra veckorna" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Du kan välja en enskild kommun för att se rapporterna skickade dit." + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Det här är en sammanställning av alla rapporter." + +#~ msgid "Are you a developer?" +#~ msgstr "Är du en utvecklare?" diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index e6c46b380..73d0ae675 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/mysociety/teams/12067/tr_TR/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: 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:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: 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" @@ -118,7 +118,7 @@ msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-posta kara listede)" @@ -154,6 +154,10 @@ msgstr "(onarıldı)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(duvar yazısı (grafiti), moloz atma, kırık kaldırım döşeme, ya da sokak aydınlatma gibi)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(kurula gönderilmemiş)" @@ -166,8 +170,8 @@ msgstr "(isteğe bağlı)" msgid "(sent to both)" msgstr "(her ikisine de gönderildi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Kategori seçiniz--" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Evet</strong> şifrem var" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Planlı Eylem" @@ -287,7 +286,7 @@ msgstr "Yeni kategori ekle" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -299,15 +298,15 @@ msgstr "" msgid "Add user" msgstr "Kullanıcı ekle" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -315,7 +314,7 @@ msgstr "" msgid "Added %s" msgstr "Eklenmiş %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -345,7 +344,6 @@ msgstr "Güncellemeleri bildir" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tüm Bildirimler" @@ -363,7 +361,7 @@ msgstr "" #: 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:21 +#: 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 "Tüm bildirimler" @@ -373,6 +371,14 @@ msgstr "Tüm bildirimler" msgid "All reports between %s and %s" msgstr "%s ve %s arasındaki tüm bildirimler" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " @@ -382,7 +388,7 @@ msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " msgid "Anonymous" msgstr "Anonim" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonim:" @@ -392,10 +398,6 @@ msgstr "Anonim:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Geliştirici misiniz?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -438,7 +440,7 @@ msgstr "Dışarıdan bir organ atamak:" msgid "Assign to subdivision:" msgstr "Alt bölüm atamak:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -463,11 +465,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -493,12 +498,12 @@ msgstr "Geri" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Email adresini engelle" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -529,7 +534,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:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -542,7 +547,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -594,27 +599,11 @@ msgstr "" msgid "Change password" msgstr "Şifreyi değiştir" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Bu kişinin doğru olarak teyit edildiğini belirtmek için<strong>doğrulandı</strong> kontrol edin.\n" -"Eğer kişinin kaynağından veya doğruluğundan emin değilseniz, onu kontrol edilmemiş olarak bırakın." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -" Kullanım kategorisinden kaldırmak için <strong>silindi</strong> kontrol edin.\n" -"Problem bildirim sayfasındaki açılır menüden mevcut bir kategori olarak görünmez. " - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -675,14 +664,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -725,7 +715,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "kullanılan harita" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Yapılandırma" @@ -751,9 +741,8 @@ msgstr "" msgid "Confirmation" msgstr "Onay" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Onaylandı" @@ -788,8 +777,8 @@ msgstr "Grupla bağlantı kur" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Kullanıcı bulunamadı" @@ -856,7 +845,7 @@ msgstr "Sayma" msgid "Create a report" msgstr "Bildiri oluştur" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategori oluştur" @@ -865,11 +854,11 @@ msgstr "Kategori oluştur" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -906,6 +895,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Kontrol Paneli " @@ -913,26 +904,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Silindi" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -959,7 +948,7 @@ msgstr "Detaylar" msgid "Details:" msgstr "Detaylar:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Devredildi" @@ -972,8 +961,8 @@ msgstr "" msgid "Diligency prize league table" msgstr "Özenle hazırlanmış işbirliği tablosu" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Değişiklikleri kaydet" @@ -991,11 +980,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Don’t know" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Şekilleri beğenmediniz mi?" @@ -1007,12 +1000,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Çoğaltmak" @@ -1034,7 +1023,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1054,23 +1043,23 @@ msgstr "Ekle" msgid "Edit body details" msgstr "Bölümün detaylarını düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1093,7 +1082,7 @@ msgstr "Güncellemeleri düzenleme %d" msgid "Editing user %d" msgstr "Eklenen kullanıcı %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Editör" @@ -1109,7 +1098,7 @@ msgstr "Editör" msgid "Email" msgstr "E-posta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "E-posta kara listeye eklendi" @@ -1127,11 +1116,11 @@ msgstr "E-posta uyarısı oluşturuldu" msgid "Email alert deleted" msgstr "E-posta uyarısı silindi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "E-posta kara listede" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1176,7 +1165,7 @@ msgstr "Varılan nokta" msgid "Enter a Zürich street name" msgstr "Bir Zürich sokak ismi giriniz" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" @@ -1185,6 +1174,7 @@ msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" msgid "Enter a nearby postcode, or street name and area" msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1224,8 +1214,7 @@ msgstr "Örnek postakodu " msgid "Examples:" msgstr "Örnekler:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1233,7 +1222,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1294,29 +1283,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Sorun çözüldü- Kurul" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Sorun çözüldü- Kullanıcı" @@ -1334,11 +1320,11 @@ msgstr "Sorun çözüldü:" msgid "Flag as deleted" msgstr "Silindi olarak seçildi" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Kullanıcıyı seç" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Seçildi" @@ -1355,7 +1341,7 @@ msgstr "Seçilen kullanıcılar <a href='%s'>etiketliler</a>sayfasında listelen msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Seçilen kullanıcılar hiç bir şekilde kısıtlanmamıştır. Bu sadece dikkate alınmak üzere işaretlenen kullanıcıların listesidir." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Seçilenler:" @@ -1392,6 +1378,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Sıkça Sorulan Sorular" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Sayma" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1422,6 +1413,7 @@ msgstr "Problemin çözüldüğünü duymak güzel" #: 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 msgid "Go" msgstr "Git" @@ -1430,7 +1422,7 @@ msgstr "Git" msgid "Going to send questionnaire?" msgstr "Anket gönderecek misiniz?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1438,10 +1430,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "Zamanla oluşan problemlerin duruma göre grafikleri" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Gri çizgiler artık var olmayan kurulları göstermektedir." - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Bu sorun giderildi mi? " @@ -1452,7 +1440,7 @@ msgstr "Daha önce bir problemi bir kurula bildirdiniz mi, yoksa bu ilk defa mı #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Yardım" @@ -1466,18 +1454,18 @@ msgstr "" 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:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1485,11 +1473,30 @@ msgstr "Merhaba %s" msgid "Hidden" msgstr "Gizli" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Bildiriyi tekrar gönder" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "{{name}} göre güncelleme" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Bildiriyi tekrar gönder" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Eskileri gizle" @@ -1502,6 +1509,12 @@ msgstr "İğneler gizle" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Adınız" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Tarihçe" @@ -1523,8 +1536,8 @@ msgstr "Başarılı bildirim nasıl gönderilir" msgid "I just reported a problem on @fixmystreet" msgstr "@fixmystreet'e bir problemi henüz bildirdim." -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "@fixmystreet'teki problemi yeni güncelledim" @@ -1625,8 +1638,6 @@ msgstr "Yasadışı bildirim seçimi" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Devam Etmekte" @@ -1640,16 +1651,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "Gelen kutusu boş " @@ -1666,11 +1679,16 @@ msgstr "Onaylanmamış bildirimleri dahil et" msgid "Incorrect has_photo value \"%s\"" msgstr "Hatalı sahip_fotoğraf değer \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Bildiriyi tekrar gönder" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1678,10 +1696,8 @@ msgstr "" msgid "Internal notes" msgstr "İç notlar" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "İç yönlendirme" @@ -1693,7 +1709,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Geçersiz ajans_sorumlu değer %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Geçersiz bitiş tarihi" @@ -1701,26 +1717,22 @@ msgstr "Geçersiz bitiş tarihi" msgid "Invalid format %s specified." msgstr "Geçersiz format %s belirlenmiş." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Geçersiz başlangıç tarihi" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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." @@ -1750,6 +1762,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Son güncelleme:" @@ -1759,6 +1772,11 @@ msgstr "Son güncelleme:" msgid "Last editor" msgstr "Son düzenleyen" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Son güncelleme:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Son güncelleme:" @@ -1767,7 +1785,7 @@ msgstr "Son güncelleme:" msgid "Last update:" msgstr "Son güncelleme:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1839,7 +1857,7 @@ msgstr "" msgid "MAP" msgstr "HARİTA" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1859,19 +1877,11 @@ msgstr "Gönderildi olarak işaretle" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "8 hafta önce halledilmiş/kapatılmış olarak işaretlendi" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "8 haftadan daha uzun bir süre önce halledilmiş/kapatılmış olarak işaretlendi" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "İleti" @@ -1891,15 +1901,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Eksik yetki_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1907,8 +1917,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "%s tarafından %s de bildirilmiştir" @@ -1917,8 +1927,8 @@ msgstr "%s tarafından %s de bildirilmiştir" 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:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "diğer bölgeler:" @@ -1944,14 +1954,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "İsim" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1963,7 +1972,7 @@ msgstr "İsim:" msgid "Name: %s" msgstr "İsim: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1972,16 +1981,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1991,15 +2000,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Yeni <br>sorunlar" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" @@ -2071,20 +2076,19 @@ msgstr "" msgid "Next" msgstr "Sonraki" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Hayır" @@ -2116,12 +2120,8 @@ msgstr "İşaretlenen problemler bulunamadı." msgid "No flagged users found." msgstr "İşaretlenen kullanıcılar bulunamadı." -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: 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" @@ -2130,11 +2130,11 @@ msgstr "Onarımı mümkün değil" msgid "No further updates" msgstr "Güncelleme yok" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2176,12 +2176,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Sorumlu değildir" @@ -2205,7 +2201,7 @@ msgid "Not reported to council" msgstr "Kurula bildirilmemiş" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Not" @@ -2215,7 +2211,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Not:" @@ -2237,6 +2233,10 @@ msgstr "Şimdi bildirimini&hellip kaydet;" msgid "Now to submit your update…" msgstr "" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Tamam" @@ -2249,22 +2249,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Eski/ bilinmeyen <br>problemler" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Eski durum" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Geçmişte <br>onarılmış" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Eski <br>sorunlar" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2272,28 +2260,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Aç" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "Geçmişte 8 haftanın güncellemesi dahil olmak üzere ek olarak 4 hafta daha ulaşılabilir" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "Açık, fakat son 8 hafta içinde herhangi bir güncelleme yapılmamıştır" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2322,9 +2301,9 @@ msgstr "Veya 'e bildirilen sorunlar:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2334,6 +2313,15 @@ msgstr "" msgid "Other" msgstr "Diğer" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Kategori oluştur" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Sahibi" @@ -2348,8 +2336,8 @@ msgstr "Sayfa bulunamadı" msgid "Parent" msgstr "Ebeveyn" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Kısmi" @@ -2383,7 +2371,7 @@ msgid "Phone number (optional)" msgstr "Telefon numarası (isteğe bağlı)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2392,9 +2380,9 @@ msgstr "Telefon:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2412,12 +2400,12 @@ msgstr "Fotoğraf" msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2427,6 +2415,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Son zamanlarda bildirilen çevredeki fotoğraflar " +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Kurul yok" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2434,10 +2428,10 @@ msgstr "Harita üzerine işaretleyin" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2462,9 +2456,9 @@ msgstr "Şifreyi kontrol ediniz ve tekrar deneyiniz" msgid "Please check your email address is correct" msgstr "E-posta adresinizin doğruluğunu kontrol ediniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2474,12 +2468,12 @@ msgstr "Kategori seçiniz" msgid "Please choose a property type" msgstr "Bir özellik seçin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: 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" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2490,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Mesaj giriniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2517,8 +2511,8 @@ msgstr "Şifre giriniz" msgid "Please enter a subject" msgstr "Konu giriniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2558,7 +2552,7 @@ msgstr "Lütfen mail adresinizi giriniz" msgid "Please enter your first name" msgstr "Ad giriniz" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "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." @@ -2628,7 +2622,7 @@ msgstr "" msgid "Please note:" msgstr "Lütfen dikkat:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2676,30 +2670,29 @@ msgstr "Mesaj gönderin" msgid "Please write your update here" msgstr "Güncellemeleri buraya yazınız" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Paylaş" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "%s Anonim olarak gönderildi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Tarafından paylaşıldı %s saat %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 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:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "<strong>%s</strong> tarafından %s 'te paylaşılmıştır" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2707,7 +2700,7 @@ msgstr "" msgid "Previous" msgstr "Önceki" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2726,9 +2719,9 @@ msgstr "Gizlilik" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Özel" @@ -2759,7 +2752,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:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -2767,7 +2760,7 @@ 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:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Sorunlar" @@ -2788,13 +2781,13 @@ msgstr "FixMyStreet'te kısa bir süre önce onarıldı olarak bildirilen proble msgid "Problems within %.1fkm of this location" msgstr "Konumun %.1fkm içerisinde yer alan sorunlar" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "%s deki problemler" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "%s semtindeki sorunlar" @@ -2876,11 +2869,11 @@ msgstr "Anket sorun bildirici tarafından dolduruldu" msgid "RSS feed" msgstr "RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "%s için RSS Besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "%s için %s gözetiminde RSS besleme" @@ -2888,11 +2881,11 @@ msgstr "%s için %s gözetiminde RSS besleme" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "%s için RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "%s içinde %s gözetimiyle RSS besleme" @@ -2900,13 +2893,13 @@ msgstr "%s içinde %s gözetimiyle RSS besleme" msgid "RSS feed of nearby problems" msgstr "Civardaki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "%s içerisindeki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "%s bölgesi içerisindeki problemlerle alakalı RSS besleme" @@ -2935,10 +2928,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Yakın zamanda <br>onarılmış" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Yakın zamanda bildirilen problemler" @@ -2951,13 +2940,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "İşareti kaldır" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2967,7 +2956,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2981,13 +2970,13 @@ msgstr "" msgid "Report" msgstr "Bildirim" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Bir problem bildir" @@ -3069,10 +3058,6 @@ msgstr "%s aracılığıyla %s kategorisine anonim olarak %s de bildirilmiştir" msgid "Reported via %s in the %s category by %s at %s" msgstr " %s tarafından %s kategorisinde %s aracılığıyla %s 'e bildirilen raporlar" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "Son dört haftada bildirilenler" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3087,14 +3072,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Bir problemin bildirilmesi" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Bildirimler" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Bildirimler %s karakter olarak sınırlıdır. Bildiriminizi kısaltınız lütfen" @@ -3119,11 +3104,11 @@ msgstr "Bir problem bildir" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3162,7 +3147,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3185,16 +3170,16 @@ 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:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3214,14 +3199,14 @@ msgstr "Uydu" msgid "Save + close as duplicate" msgstr "tekrarlanmış bildirim olarak işaretle" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Değişiklikleri kaydet" @@ -3230,7 +3215,6 @@ msgstr "Değişiklikleri kaydet" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3269,7 +3253,7 @@ msgstr "Arama sonucu kullanıcı bulunamadı" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3278,10 +3262,6 @@ msgstr "" msgid "Select a body" msgstr "Bir bölüm seç" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "Oraya gönderilmiş bildirimleri görmek için, belirli bir kurul seç " - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3295,6 +3275,10 @@ msgstr "" msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3316,7 +3300,7 @@ msgstr "gönderildi:" msgid "Service:" msgstr "Hizmet:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3325,20 +3309,24 @@ msgid "Share" msgstr "Paylaş" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3347,6 +3335,11 @@ msgstr "" msgid "Show Photo?" msgstr "Eskileri göster" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s güncellemeler" + #: 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 @@ -3362,7 +3355,7 @@ msgstr "İsmimi açıkça göster " msgid "Show old" msgstr "Eskileri göster" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Eskileri göster" @@ -3375,6 +3368,11 @@ msgstr "İşaretlemeleri göster" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +msgid "Show reports in your area" +msgstr "Semte göre bildirimleri görüntüle" + #: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 #: templates/web/base/auth/general.html:86 @@ -3430,7 +3428,7 @@ 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:230 +#: 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 @@ -3459,7 +3457,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3480,14 +3478,17 @@ 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/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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Devlet" @@ -3500,7 +3501,7 @@ msgstr "Devlet" msgid "State:" msgstr "Devlet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3531,7 +3532,7 @@ msgstr "Alt kategori: %s" msgid "Subdivision/Body" msgstr "Alt bölüm/Bölüm" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Konu" @@ -3548,7 +3549,7 @@ msgstr "Konu:" msgid "Submit" msgstr "Kaydet" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3586,23 +3587,22 @@ msgstr "E-posta uyarısını benim için onayla" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Özet" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3625,7 +3625,7 @@ msgstr "Anket Sonuçları" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3655,7 +3655,7 @@ msgstr "Bu konuyu bildirdiğiniz için teşekkür ederiz!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Güncelleme ya da sorunu teyit etmek için çabaladığınız için teşekkürler. bizim kendimizin bir hata yaptığını fark ettiğinizde <a href=\"%s\"> lütfen ne olduğunu bize bildirin</a> ve biz bunu araştıralım." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "Bu konuyu güncellediğiniz için teşekkür ederiz!" @@ -3693,19 +3693,19 @@ 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:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "Problem gönderildi olarak işaretlenmiştir." -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Bu bildirim %s 'te görüntülenemiyor" -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır." @@ -3731,8 +3731,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3760,7 +3760,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Başarı ödül tablosu editörün faaliyetlerini göstermektedir (kimin en fazla kayıt düzenlediği)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Hata buydu: %s" @@ -3836,7 +3836,7 @@ 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:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 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." @@ -3845,7 +3845,7 @@ msgstr "Tüm Bildirimlerin görüntülendiği sayfada bir sorun var. Lütfen dah msgid "There was a problem showing this page. Please try again later." msgstr "Bu sayfa görüntülenirken bir sorun oluştu. Lütfen daha sonra tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3856,7 +3856,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:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." @@ -3864,7 +3864,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:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 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." @@ -3927,9 +3927,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Bu bilgi gereklidir" @@ -3938,23 +3938,19 @@ msgstr "Bu bilgi gereklidir" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Burası gelişen bir sitedir, her an çökebilir ve veritabanı belli aralıklarla silinmektedir." -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Bu, bu sitedeki bütün raporların özetidir." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Bu problem çözüldü" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Bu problem giderilemedi" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Bu problem giderilemedi" @@ -3969,15 +3965,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Bu rapor işlenmeyi bekliyor." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Bu rapor şu an kapalı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Bu rapor şu an onarıldı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Bu rapor şu an açık olarak işaretlenmiş." @@ -3996,7 +3992,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:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Zaman çizelgesi" @@ -4029,6 +4025,15 @@ msgstr "senin için hazırladığımız yerel uyarıları bulmak için lütfen p msgid "To view a map of the precise location of this issue" msgstr "Bu konudaki kesin lokasyonu haritasını göstermek için" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Kurula bildirilmemiş" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4064,7 +4069,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4080,9 +4085,10 @@ msgstr "Tekrar dene" msgid "Try emailing us directly:" msgstr "Direkt olarak e-posta gönderin:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4103,14 +4109,14 @@ msgid "Unknown alert type" msgstr "Bilinmeyen uyarı tipi" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Bilinmeyen hata" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Bilinmeyen ID problemi" @@ -4174,10 +4180,10 @@ msgstr "Güncelleme durumu" msgid "Updated" msgstr "Güncellendi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4204,11 +4210,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4221,11 +4238,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Kullanıcı etiketi kaldırıldı" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Kullanıcı etiketlendi" @@ -4239,8 +4256,8 @@ msgstr "Onarıldı olarak işaretle" 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:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4250,9 +4267,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:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Değerler güncellendi" @@ -4366,7 +4383,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "kurum_sorumluluğunun birime gelen talepleri sınırlandırması mümkündür. Arama sözcüğü yönetim ID'si <a href=\"%s\">MaPit</a> tarafından sağlanmaktadır." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "FixMyStreet'e katkıda bulunmak ister misin? Şifremiz herkese açıktır ve <a href=\"http://fixmystreet.org\"> burdan ulaşılabilir fixmystreet.org</a>." @@ -4391,23 +4408,22 @@ msgstr "" msgid "Year" msgstr "Yıl" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Evet" @@ -4441,7 +4457,7 @@ 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/contact/index.html:111 +#: 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." @@ -4477,7 +4493,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Bu anketi doldurdunuz. Eğer bir sorunuz var ise, lütfen <a href='%s'>iletişime geçin</a>, veya <a href='%s'>problemini sun</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4538,7 +4554,7 @@ 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:81 +#: 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 @@ -4568,6 +4584,19 @@ msgstr "Bilgileriniz sadece bizim <a href=\"/privacy\">gizlilik politikası</a> msgid "Your name" msgstr "Adınız" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Şifren değiştirildi" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4584,6 +4613,7 @@ msgstr "Şifreniz" msgid "Your password has been changed" msgstr "Şifren değiştirildi" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4624,7 +4654,7 @@ msgstr "" msgid "by %s" msgstr "%s tarafından" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "tekrarlanmış bildirim olarak işaretle" @@ -4661,44 +4691,44 @@ msgstr "son güncelleme %s" msgid "less than a minute" msgstr "bir dakikadan az" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "planlanan eylem olarak işaretle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: 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:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "kapandı olarak işaretle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "Devam etmekte olarak işaretle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: 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:286 +#: 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:288 +#: 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:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "Planlandı olarak işaretle" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4740,8 +4770,8 @@ msgstr "özgün giriş: “%s”" msgid "other areas:" msgstr "diğer bölgeler:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "yeniden açıldı" @@ -4749,7 +4779,7 @@ msgstr "yeniden açıldı" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "çıkış yap" @@ -4757,7 +4787,7 @@ msgstr "çıkış yap" msgid "the local council" msgstr "ilgili yerel kurul " -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Kullanıcı haritayı kullanmadığından herhangi bir işaret görünmüyor" @@ -4845,6 +4875,36 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d gün" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "Onarıldı olarak işaretle" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Veya 'e bildirilen sorunlar:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Bildirim" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "%s Problemlerin güncellemelerini yap" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4898,3 +4958,59 @@ msgstr[0] "son güncelleme %s" msgid "report" msgid_plural "reports" msgstr[0] "Bildirim" + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Bu kişinin doğru olarak teyit edildiğini belirtmek için<strong>doğrulandı</strong> kontrol edin.\n" +#~ "Eğer kişinin kaynağından veya doğruluğundan emin değilseniz, onu kontrol edilmemiş olarak bırakın." + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ " Kullanım kategorisinden kaldırmak için <strong>silindi</strong> kontrol edin.\n" +#~ "Problem bildirim sayfasındaki açılır menüden mevcut bir kategori olarak görünmez. " + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Gri çizgiler artık var olmayan kurulları göstermektedir." + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "8 hafta önce halledilmiş/kapatılmış olarak işaretlendi" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "8 haftadan daha uzun bir süre önce halledilmiş/kapatılmış olarak işaretlendi" + +#~ msgid "New <br>problems" +#~ msgstr "Yeni <br>sorunlar" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Eski/ bilinmeyen <br>problemler" + +#~ msgid "Older <br>fixed" +#~ msgstr "Geçmişte <br>onarılmış" + +#~ msgid "Older <br>problems" +#~ msgstr "Eski <br>sorunlar" + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "Geçmişte 8 haftanın güncellemesi dahil olmak üzere ek olarak 4 hafta daha ulaşılabilir" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "Açık, fakat son 8 hafta içinde herhangi bir güncelleme yapılmamıştır" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Yakın zamanda <br>onarılmış" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "Son dört haftada bildirilenler" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "Oraya gönderilmiş bildirimleri görmek için, belirli bir kurul seç " + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Bu, bu sitedeki bütün raporların özetidir." + +#~ msgid "Are you a developer?" +#~ msgstr "Geliştirici misiniz?" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 7ce6cdc4a..030e09b6e 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Sergiy Yarygin <ysv@pp-ua.org>, 2016\n" "Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/mysociety/teams/12067/uk_UA/)\n" @@ -102,11 +102,11 @@ msgid "" "for the county council." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "%s район, %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, в межах %s району" @@ -118,7 +118,7 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(поштова скринька в чорному списку)" @@ -154,6 +154,10 @@ msgstr "(полагоджено)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(графіті, сміття, крива бруківка, проблеми з вуличним освітленням тощо)" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "(не відправлено муніципалітету)" @@ -166,8 +170,8 @@ msgstr "(вибірково)" msgid "(sent to both)" msgstr "(відправлено обидвом)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "-- Оберіть категорію --" @@ -207,7 +211,6 @@ msgstr "" 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') #. ("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" @@ -249,12 +252,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>Так</strong> В мене є пароль" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "Запланована дія" @@ -283,7 +282,7 @@ msgstr "Додати нову категорію" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -295,15 +294,15 @@ msgstr "Додати до переліку" msgid "Add user" msgstr "Додати користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "Додати/редагувати категорію" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "Додати/редагувати пріоритет відповіді" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "Додати/редагувати шаблон відповіді" @@ -311,7 +310,7 @@ msgstr "Додати/редагувати шаблон відповіді" msgid "Added %s" msgstr "Додано %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -342,7 +341,6 @@ msgstr "Повідомляти мене про оновлення" msgid "All" msgstr "всі" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Всі звіти" @@ -360,7 +358,7 @@ msgstr "Всі Категорії" #: 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:21 +#: 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 "Всі звіти" @@ -370,6 +368,15 @@ msgstr "Всі звіти" msgid "All reports between %s and %s" msgstr "Всі звіти в проміжку з %s по %s" +#: templates/web/base/reports/index.html:23 +#, fuzzy +msgid "All time" +msgstr "Всі Категорії" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Оновлення відмітило цю проблему як вирішену." @@ -379,7 +386,7 @@ msgstr "Оновлення відмітило цю проблему як вир msgid "Anonymous" msgstr "Анонім" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Анонім:" @@ -389,10 +396,6 @@ msgstr "Анонім:" msgid "Another user" msgstr "Інші користувачі" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "Ви розробник?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "Ви впевнені, що хочете скасувати завантаження?" @@ -435,7 +438,7 @@ msgstr "Назначити зовнішньому відділу:" msgid "Assign to subdivision:" msgstr "Назначити підрозділу:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -460,11 +463,14 @@ msgstr "" msgid "Auto-response:" msgstr "Автоматична відповідь:" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "Доступні категорії" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -490,12 +496,12 @@ msgstr "Назад" msgid "Back to all reports" msgstr "Повернутися до всіх звітів" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "Забанити адресу" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -526,7 +532,7 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Не бачите мапу? <em>Пропустіть цей крок</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "Категорії" @@ -539,7 +545,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -591,25 +597,11 @@ msgstr "Змінити адресу електронної пошти" msgid "Change password" msgstr "Змінити пароль" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"Позначте <strong>підтверджений</strong>, щоб вказати, що цей контакт був підтверджений як вірний.\n" -"Якщо ви не впевнені у походженні та достовірність контакта, залиште не позначеним." - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -662,14 +654,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -712,7 +705,7 @@ msgstr "Cobrand:" msgid "Collapse map" msgstr "викроистана мапа" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфігурація" @@ -738,9 +731,8 @@ msgstr "" msgid "Confirmation" msgstr "Підтвердження" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Підтверджено" @@ -775,8 +767,8 @@ msgstr "Звернутись до команди" msgid "Coordinates:" msgstr "Координати:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "Не вдалось знайти користувача" @@ -843,7 +835,7 @@ msgstr "Число" msgid "Create a report" msgstr "Створити сповіщення" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Створити категорію" @@ -852,11 +844,11 @@ msgstr "Створити категорію" msgid "Create priority" msgstr "Створити приоритет" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "Створити звіт/оновлення для ради" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -893,6 +885,8 @@ msgstr "" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "Дашборд" @@ -900,26 +894,24 @@ 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:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "Видалено" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -946,7 +938,7 @@ msgstr "Подробиці" msgid "Details:" msgstr "Подробиці:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "Передано" @@ -959,8 +951,8 @@ msgstr "Не використовувати карту" msgid "Diligency prize league table" msgstr "Таблиця найстаранніших призерів" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "Зберети зміни" @@ -978,11 +970,15 @@ msgstr "Не відправляти листи автору про нові ко msgid "Do you have a %s password?" msgstr "" +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Не знаю" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "Не любите форми?" @@ -994,12 +990,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Перетягніть фотографії сюди чи <u>натисніть для завантаження</u>" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "Дубль" @@ -1021,7 +1013,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1041,23 +1033,23 @@ msgstr "Редагувати" msgid "Edit body details" msgstr "Редагувати дані про орган" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "Редагувати інші подробиці про користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "Редагувати права користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "Редагувати звіт" @@ -1080,7 +1072,7 @@ msgstr "Редагуємо оновлення %d" msgid "Editing user %d" msgstr "Редагуємо користувача %d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "Редактор" @@ -1096,7 +1088,7 @@ msgstr "Редактор" msgid "Email" msgstr "Е-пошта" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "Пошта занесена в чорний список" @@ -1114,11 +1106,11 @@ msgstr "Email оповіщення створено" msgid "Email alert deleted" msgstr "Email Оповіщення видалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "Адреса вже в чорному списку" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1159,7 +1151,7 @@ msgstr "Кінцева точка" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Вкажіть поштовий код UK або назву вулиці та місця" @@ -1168,6 +1160,7 @@ msgstr "Вкажіть поштовий код UK або назву вулиці msgid "Enter a nearby postcode, or street name and area" msgstr "Введіть найближчу поштову адресу, або назву вулиці чи району" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1207,8 +1200,7 @@ msgstr "Зразок поштового коду %s" msgid "Examples:" msgstr "Приклади:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "Категорії існують" @@ -1216,7 +1208,7 @@ msgstr "Категорії існують" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "Поясніть чому неправильно" @@ -1277,29 +1269,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "Полагодіть це вибравши <strong>зону покриття</strong> в <em>формі редагування органу </em> нижче." #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "Вирішено - Рада" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "Вирішено - Користувач" @@ -1317,11 +1306,11 @@ msgstr "Вирішено:" msgid "Flag as deleted" msgstr "Відмітьте як видалене" -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "Відмітьте користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Відмічено" @@ -1338,7 +1327,7 @@ msgstr "Відмічені користувачі виписані на <a href= msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Відмічені користувачі не заборонені. Це просто список користувачів, які потребують уваги." -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Відмічено:" @@ -1375,6 +1364,11 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Часто задавані питання" +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "Число" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1405,6 +1399,7 @@ msgstr "" #: 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 msgid "Go" msgstr "Вперед" @@ -1413,7 +1408,7 @@ msgstr "Вперед" msgid "Going to send questionnaire?" msgstr "Збираєтесь відправити опитувальник?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "Надання адміністративного доступу" @@ -1421,10 +1416,6 @@ msgstr "Надання адміністративного доступу" msgid "Graph of problem creation by status over time" msgstr "Графік створення проблем з часом" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "Сірі лінії - органи, що більше не існують" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Проблему було вирішено?" @@ -1435,7 +1426,7 @@ msgstr "Ви вже сповіщали про проблеми раніше, ч #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Допомога" @@ -1449,18 +1440,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "От типи локальних сповіщень про проблеми для ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1468,11 +1459,30 @@ msgstr "Вітаємо, %s" msgid "Hidden" msgstr "Прихований" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "Перевідіслати сповіщення" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "Поновлення від {{name}}" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "Перевідіслати сповіщення" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Приховати застарілі" @@ -1485,6 +1495,12 @@ msgstr "Приховати привязки" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "Ваше ім'я" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Історія" @@ -1506,8 +1522,8 @@ msgstr "Як надіслати якісне сповіщення" msgid "I just reported a problem on @fixmystreet" msgstr "" -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "" @@ -1612,8 +1628,6 @@ msgstr "Невірний вибір завантаження" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "В процесі" @@ -1627,16 +1641,18 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "" @@ -1653,11 +1669,16 @@ msgstr "Включити непідтверджені сповіщення" msgid "Incorrect has_photo value \"%s\"" msgstr "Невірне значення has_photo \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "Перевідіслати сповіщення" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1665,10 +1686,8 @@ msgstr "" msgid "Internal notes" msgstr "Внутрішні нотатки" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "Внутрішнє посилання" @@ -1680,7 +1699,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "Невірне значення agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "Невірна кінцева дата" @@ -1688,26 +1707,22 @@ msgstr "Невірна кінцева дата" msgid "Invalid format %s specified." msgstr "Невірний формат %s ." -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "Невірна початкова дата" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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 "" @@ -1737,6 +1752,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "Останнє поновлення:" @@ -1746,6 +1762,11 @@ msgstr "Останнє поновлення:" msgid "Last editor" msgstr "Остання правка" +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "Останнє поновлення:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Останнє поновлення:" @@ -1754,7 +1775,7 @@ msgstr "Останнє поновлення:" msgid "Last update:" msgstr "Останнє поновлення:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1826,7 +1847,7 @@ msgstr "" msgid "MAP" msgstr "Мапа" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1846,19 +1867,11 @@ msgstr "" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Позначте користувачів, чию поведінку ви хочете відстежувати <strong>прапорцем</strong>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "Повідомлення" @@ -1878,15 +1891,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Бракує jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1894,8 +1907,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "Перевідкрито %s о %s" @@ -1904,8 +1917,8 @@ msgstr "Перевідкрито %s о %s" msgid "Moderated by division within one working day" msgstr "Модерується підрозділом на протязі робочого дня" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "інші зони:" @@ -1931,14 +1944,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Ім'я" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1950,7 +1962,7 @@ msgstr "Ім'я:" msgid "Name: %s" msgstr "Ім'я: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -1959,16 +1971,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через OpenStreetMap): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Найближчий поштовий індекс до шпильки на карті (автоматично згенеровано): %s (відстань: %sм)" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через Bing карти): %s%s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1980,15 +1992,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "Нові <br>проблеми" - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "Новий орган додано" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "Новий контакт категорії додано" @@ -2060,20 +2068,19 @@ msgstr "" msgid "Next" msgstr "Далі" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "Ні" @@ -2105,12 +2112,8 @@ msgstr "Не знайдено маркованих проблем" msgid "No flagged users found." msgstr "Не знайдено маркованих користувачів" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "Неможливо виправити" @@ -2119,11 +2122,11 @@ msgstr "Неможливо виправити" msgid "No further updates" msgstr "Подальші оновлення відсутні" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2165,12 +2168,8 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "Не відповідальний" @@ -2194,7 +2193,7 @@ msgid "Not reported to council" msgstr "Не прозвітовано департаменту" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Нотатка" @@ -2204,7 +2203,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "Зауважте, коли включаєм непідтвердженне сповіщення ми використовуєм дату створення сповіщення. Вона може відрізнятись від дати підтвердження сповіщення, тому цифри в датах можуть трошки стрибати." #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "Нотатка:" @@ -2226,6 +2225,10 @@ msgstr "Тепер відправити ваше сповіщення …" msgid "Now to submit your update…" msgstr "Тепер щоб відправити ваше поновлення…" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Гаразд" @@ -2238,22 +2241,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "Застарілі / невизначені <br>проблеми" - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "Застарілий стан" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "Раніше <br>виправлено" - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "Старіші <br>проблеми" - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2261,28 +2252,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "Відкрити" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2311,9 +2293,9 @@ msgstr "Або проблеми прозвітовані до:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2323,6 +2305,15 @@ msgstr "Або ви можете підписатись на алярми від msgid "Other" msgstr "Інше" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "Всі Категорії" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "Власник" @@ -2337,8 +2328,8 @@ msgstr "Сторінку не знайдено" msgid "Parent" msgstr "Предок" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "Частково" @@ -2372,7 +2363,7 @@ msgid "Phone number (optional)" msgstr "Номер телефону (опціонально)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2381,9 +2372,9 @@ msgstr "Телефон:" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2401,12 +2392,12 @@ msgstr "Фото" msgid "Photo is required." msgstr "Фото обов'язкове." -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "Потрібне фото" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2416,6 +2407,12 @@ msgstr "Фотографія" msgid "Photos of recent nearby reports" msgstr "Фотографії найближчих сповіщень" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "Без департаменту" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2423,10 +2420,10 @@ msgstr "Розмістіть шпильку на карті" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2451,9 +2448,9 @@ msgstr "Будь ласка перевірте пароль і спробуйт msgid "Please check your email address is correct" msgstr "Будь ласка перевірте чи ваша адреса е-пошти вірна" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2463,12 +2460,12 @@ msgstr "Будь ласка оберіть категорію" msgid "Please choose a property type" msgstr "Будь ласка оберіть тип майна" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Будь ласка, виправте помилки" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2479,18 +2476,18 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будь ласка не використовуйте образи — ображаючи департамент ві підриваєте цінність сервісу для всіх користувачів" -#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Будь ласка введіть повідомлення" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "Будь ласка, введіть ім'я " -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2506,8 +2503,8 @@ msgstr "Будь ласка введіть пароль" msgid "Please enter a subject" msgstr "Будь ласка вкажіть тему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2547,7 +2544,7 @@ msgstr "Будь ласка вкажіть адресу е-пошти" msgid "Please enter your first name" msgstr "Будь ласка введіть ім'я" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "Будь ласка введіть ім'я та прізвище - департаментам потрібні ці дані. Якщо не хочете їх показувати - не ставте галочку внизу." @@ -2617,7 +2614,7 @@ msgstr "" msgid "Please note:" msgstr "Будь ласка зауважте:" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "Будь ласка, оприлюдніть оновлений звіт." @@ -2665,30 +2662,29 @@ msgstr "Будь ласка напишіть повідомлення" msgid "Please write your update here" msgstr "Будь ласка напишіть поновлення" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "Допис" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "Опубліковано анонімно в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Опубліковано %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "Опубліковано <strong>%s</strong> (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "Опубліковано <strong>%s</strong> в %s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" @@ -2696,7 +2692,7 @@ msgstr "" msgid "Previous" msgstr "Попередній" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2715,9 +2711,9 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "Приватний" @@ -2748,7 +2744,7 @@ msgstr "Проблему %s надіслано департаменту %s" msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -2756,7 +2752,7 @@ msgstr "Проблема маркована відкритою." msgid "Problem state change based on survey results" msgstr "Стан проблеми змінено базуючись на результатах опитувань" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблеми" @@ -2777,13 +2773,13 @@ msgstr "Нещодавно вирішені проблеми" msgid "Problems within %.1fkm of this location" msgstr "Проблеми в радіусі %.1fkm від цієї точки" -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "Проблеми в межах %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "Проблеми в межах %s району" @@ -2865,11 +2861,11 @@ msgstr "Анкета заповнена автором сповіщення" msgid "RSS feed" msgstr "RSS потік" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "RSS потік для %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "RSS потік для %s району, %s" @@ -2877,11 +2873,11 @@ msgstr "RSS потік для %s району, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "RSS потік з %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2889,13 +2885,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2924,10 +2920,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "Нещодавно <br>вирішені" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "Нещодавно перевідкриті проблеми" @@ -2940,13 +2932,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "Зняти прапорець" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -2956,7 +2948,7 @@ msgstr "Видалити з переліку" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -2970,13 +2962,13 @@ msgstr "Відповісти " msgid "Report" msgstr "Звіт" -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сповістити про проблему" @@ -3058,10 +3050,6 @@ msgstr "Сповіщено через %s в категорію %s анонімн msgid "Reported via %s in the %s category by %s at %s" msgstr "Сповіщено через %s в категорію %s %s о %s" -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3076,14 +3064,14 @@ msgstr "" msgid "Reporting a problem" msgstr "Сповістити про проблему" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "Сповіщення" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Сповіщення обмежені %s символами. Буль ласка скоротіть сповіщення." @@ -3108,11 +3096,11 @@ msgstr "Сповістити про проблему" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3151,7 +3139,7 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3174,16 +3162,16 @@ msgstr "Обслуговувач цієї дороги (отримано з до msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3203,14 +3191,14 @@ msgstr "" msgid "Save + close as duplicate" msgstr "позначено як дублююче сповіщення" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Зберети зміни" @@ -3219,7 +3207,6 @@ msgstr "Зберети зміни" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3258,7 +3245,7 @@ msgstr "Пошук не знайшов користувачів." msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 #, fuzzy msgid "See user detail for reports created as the council" msgstr "Створити звіт/оновлення для ради" @@ -3268,10 +3255,6 @@ msgstr "Створити звіт/оновлення для ради" msgid "Select a body" msgstr "Оберіть орган" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3285,6 +3268,10 @@ msgstr "" msgid "Select:" msgstr "Оберіть:" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3306,7 +3293,7 @@ msgstr "Надіслано:" msgid "Service:" msgstr "Сервіс:" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "Визначити поточні координати" @@ -3315,20 +3302,25 @@ msgid "Share" msgstr "Поширити" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "Перелік" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +#, fuzzy +msgid "Shortlist all visible" +msgstr "Перелік" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3337,6 +3329,11 @@ msgstr "" msgid "Show Photo?" msgstr "Показувати старі" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s оперативних сповіщень" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3352,7 +3349,7 @@ msgstr "Показувати моє ім'я публічно" msgid "Show old" msgstr "Показувати старі" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "Показувати старі" @@ -3365,6 +3362,11 @@ msgstr "Показувати шпильки" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +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 @@ -3420,7 +3422,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Вибачте, сталася помилка" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3449,7 +3451,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3470,14 +3472,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "Стан" @@ -3490,7 +3495,7 @@ msgstr "Стан" msgid "State:" msgstr "Стан:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3521,7 +3526,7 @@ msgstr "Підкатегорія: %s" msgid "Subdivision/Body" msgstr "Підрозділ/Орган" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "Тема" @@ -3538,7 +3543,7 @@ msgstr "Тема:" msgid "Submit" msgstr "Підтвердити" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3576,23 +3581,22 @@ msgstr "Підпишіть мене на поштові алярми" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Резюме" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3615,7 +3619,7 @@ msgstr "Результати опитування" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3645,7 +3649,7 @@ msgstr "Дякуємо, що розповіли про це!" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "Дякуємо за спробу підтвердити доповнення проблеми. У нас тут помилка, тому <a href=\"%s\">будь ласка розкажіть що сталось</a> і ми до того подивимось." -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "" @@ -3683,19 +3687,19 @@ msgstr "" msgid "That postcode was not recognised, sorry." msgstr "Поштовий код не розпізнано, вибачте." -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "Цей сповіщення неможливо показати на %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "Це сповіщення було видалено." @@ -3725,8 +3729,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3754,7 +3758,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "Трапилась помилка: %s" @@ -3832,7 +3836,7 @@ msgstr "" msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Сталась проблема з відображенням сторінки всіх сповіщень. Спробуйте пізніше." @@ -3841,7 +3845,7 @@ msgstr "Сталась проблема з відображенням сторі msgid "There was a problem showing this page. Please try again later." msgstr "Сталась помилка при спробі показати сторінку. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3852,7 +3856,7 @@ msgstr "З комбінацією поштової адреси і паролю msgid "There was a problem with your email/password combination. Please try again." msgstr "Сталась проблема з вашою комбінацією адреси пошти і паролю. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз." @@ -3860,7 +3864,7 @@ msgstr "Сталась проблема з поновленням. Будь ла msgid "There were problems with your report. Please see below." msgstr "Зі сповіщенням є негаразди. Гляньте нижче." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "З поновленням щось негаразд. Гляньте нижче." @@ -3923,9 +3927,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "Ця інформація обов'язкова" @@ -3934,23 +3938,19 @@ msgstr "Ця інформація обов'язкова" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "Це загальний звіт по всьому сайту." - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "Цю проблему вирішено" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "Цю проблему не вирішено" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "Цю проблему не вирішено" @@ -3965,15 +3965,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "Це сповіщення очікує модерації." -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "Це сповіщення наразі відмічено закритим." -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "Це сповіщення наразі відмічено вирішеним." -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "Це сповіщення відмічено відкритим." @@ -3992,7 +3992,7 @@ msgstr "Ця веб-сторінка також містить фото проб msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Хронологія" @@ -4025,6 +4025,15 @@ msgstr "Щоб дізнатись які локальні алярми ми ма msgid "To view a map of the precise location of this issue" msgstr "До перегляду точного місцезнаходження проблеми на карті" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "Не прозвітовано департаменту" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4060,7 +4069,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4076,9 +4085,10 @@ msgstr "Спробуйте ще раз" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4099,14 +4109,14 @@ msgid "Unknown alert type" msgstr "Невідомий тип алярму" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Невідома помилка" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Невідомий ідентифікатор проблеми" @@ -4171,10 +4181,10 @@ msgstr "Поновити статуси" msgid "Updated" msgstr "Поновлено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4201,11 +4211,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4218,11 +4239,11 @@ msgstr "" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "Користувацький прапорець видалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "Користувач відмічений" @@ -4236,8 +4257,8 @@ msgstr "позначено полагодженим" msgid "User search finds matches in users' names and email addresses." msgstr "Пошук користувачів знайшов співпадіння в іменах та поштових адресах" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4247,9 +4268,9 @@ msgstr "Користувачі" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "Значення оновлено" @@ -4363,7 +4384,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "" -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" @@ -4388,23 +4409,22 @@ msgstr "" msgid "Year" msgstr "Рік" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "Так" @@ -4438,7 +4458,7 @@ 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/contact/index.html:111 +#: 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>" @@ -4472,7 +4492,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" @@ -4536,7 +4556,7 @@ 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:81 +#: 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 @@ -4566,6 +4586,19 @@ msgstr "Ваша інформація буде використана згідн msgid "Your name" msgstr "Ваше ім'я" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "Ваш пароль було змінено" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4582,6 +4615,7 @@ msgstr "Ваш пароль" msgid "Your password has been changed" msgstr "Ваш пароль було змінено" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4622,7 +4656,7 @@ msgstr "всі" msgid "by %s" msgstr "від %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "позначено як дублююче сповіщення" @@ -4659,44 +4693,44 @@ msgstr "останнє поновлення %s" msgid "less than a minute" msgstr "менше хвилини" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "позначено дію як заплановану" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "позначено як внутрішній напрямок" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "позначено закритим" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "позначено в процесі" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "позначено у вивченні" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "позначено як неможливо полагодити" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "позначено як не відповідальність ради" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "позначено запланованим" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4738,8 +4772,8 @@ msgstr "в оригіналі вказано: “%s”" msgid "other areas:" msgstr "інші зони:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "перевідкрито" @@ -4747,7 +4781,7 @@ msgstr "перевідкрито" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "вийти" @@ -4755,7 +4789,7 @@ msgstr "вийти" msgid "the local council" msgstr "місцевий орган" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "шпильки немає так як користувач не використав мапу" @@ -4859,6 +4893,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d день" +msgstr[1] "%d днів" +msgstr[2] "%d днів" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "позначено полагодженим" +msgstr[1] "позначено полагодженим" +msgstr[2] "позначено полагодженим" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "Або проблеми прозвітовані до:" +msgstr[1] "Або проблеми прозвітовані до:" +msgstr[2] "Або проблеми прозвітовані до:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "Звіт" +msgstr[1] "Звіт" +msgstr[2] "Звіт" + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "Отримувати оновлення по %s проблем" +msgstr[1] "Отримувати оновлення по %s проблем" +msgstr[2] "Отримувати оновлення по %s проблем" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4931,5 +5005,36 @@ msgstr[0] "Звіт" msgstr[1] "Звіт" msgstr[2] "Звіт" +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "Позначте <strong>підтверджений</strong>, щоб вказати, що цей контакт був підтверджений як вірний.\n" +#~ "Якщо ви не впевнені у походженні та достовірність контакта, залиште не позначеним." + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "Сірі лінії - органи, що більше не існують" + +#~ msgid "New <br>problems" +#~ msgstr "Нові <br>проблеми" + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "Застарілі / невизначені <br>проблеми" + +#~ msgid "Older <br>fixed" +#~ msgstr "Раніше <br>виправлено" + +#~ msgid "Older <br>problems" +#~ msgstr "Старіші <br>проблеми" + +#~ msgid "Recently <br>fixed" +#~ msgstr "Нещодавно <br>вирішені" + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "Це загальний звіт по всьому сайту." + +#~ msgid "Are you a developer?" +#~ msgstr "Ви розробник?" + #~ msgid "Cancel" #~ msgstr "Відмовитись" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index c3e55f2e2..b9cc44818 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-03-30 17:33+0100\n" +"POT-Creation-Date: 2017-07-14 16:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2016\n" "Language-Team: Chinese (https://www.transifex.com/mysociety/teams/12067/zh/)\n" @@ -113,11 +113,11 @@ msgstr "" "申報給里/區機構,所以會在里/區機關的通告上\n" "而在地方政府的公告版上只會出現在轄內通知上" -#: perllib/FixMyStreet/Cobrand/UK.pm:257 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:263 perllib/FixMyStreet/Cobrand/UK.pm:275 msgid "%s ward, %s" msgstr "%s 里/區, %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 +#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:302 msgid "%s, within %s ward" msgstr "%s, 在%s 里/區" @@ -129,7 +129,7 @@ msgstr "版本; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap msgid "(Defect & location of defect)" msgstr "(缺陷 & 缺陷地點)" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "電郵為濫發信件" @@ -165,6 +165,10 @@ msgstr "(己處理)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(例如塗鴉, 文宣張貼, 人行道鋪板或街燈損壤, )" +#: templates/web/base/reports/index.html:69 +msgid "(no longer exists)" +msgstr "" + #: templates/web/base/report/_item.html:68 msgid "(not sent to council)" msgstr "不要向地方政府送出" @@ -177,8 +181,8 @@ msgstr "(任選)" msgid "(sent to both)" msgstr "兩個都送出" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:239 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 +#: 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 --" msgstr "選擇分類" @@ -220,7 +224,6 @@ msgstr "" 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') #. ("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" @@ -262,12 +265,8 @@ msgstr "" msgid "<strong>Yes</strong> I have a password" msgstr "<strong>是</strong> 我有密碼" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:10 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:6 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:7 msgid "Action Scheduled" msgstr "行動排程 " @@ -300,7 +299,7 @@ msgstr "新增種類" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:14 -#: templates/web/base/report/_main.html:136 +#: 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" @@ -312,15 +311,15 @@ msgstr "" msgid "Add user" msgstr "新增使用者" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 msgid "Add/edit response templates" msgstr "" @@ -328,7 +327,7 @@ msgstr "" msgid "Added %s" msgstr "新增 %s" -#: templates/web/base/report/_main.html:145 +#: templates/web/base/report/_main.html:149 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -358,7 +357,6 @@ msgstr "通知我此事後續" msgid "All" msgstr "" -#: templates/web/base/reports/index.html:6 #: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "所有事件申報" @@ -376,7 +374,7 @@ msgstr "" #: 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:21 +#: 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 "所有事件申報" @@ -386,6 +384,14 @@ msgstr "所有事件申報" msgid "All reports between %s and %s" msgstr "%s 與 %s 之間申報" +#: templates/web/base/reports/index.html:23 +msgid "All time" +msgstr "" + +#: templates/web/base/my/anonymize.html:20 +msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" +msgstr "" + #: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "本問題已解決之更新標註" @@ -395,7 +401,7 @@ msgstr "本問題已解決之更新標註" msgid "Anonymous" msgstr "匿名" -#: templates/web/base/admin/report_edit.html:134 +#: templates/web/base/admin/report_edit.html:122 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "匿名:" @@ -405,10 +411,6 @@ msgstr "匿名:" msgid "Another user" msgstr "" -#: templates/web/base/front/footer-marketing.html:16 -msgid "Are you a developer?" -msgstr "你是程式開發者嗎?" - #: templates/web/base/js/translation_strings.html:56 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -451,7 +453,7 @@ msgstr "分派給外部機:" msgid "Assign to subdivision:" msgstr "交派給下級單位:" -#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Assign users to areas" msgstr "" @@ -476,11 +478,14 @@ msgstr "" msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/report_edit.html:127 -#: templates/web/base/report/_inspect.html:47 +#: templates/web/base/admin/report-category.html:8 msgid "Available categories" msgstr "" +#: templates/web/base/reports/index.html:84 +msgid "Average time between a problem being reported and being fixed, last 100 reports." +msgstr "" + #: templates/web/base/dashboard/index.html:109 msgid "Average time to council marking fixed (days)" msgstr "" @@ -506,12 +511,12 @@ msgstr "回上層" msgid "Back to all reports" msgstr "" -#: templates/web/base/admin/report_blocks.html:43 +#: templates/web/base/admin/report_blocks.html:24 msgid "Ban email address" msgstr "禁止之電子郵件" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: 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 @@ -542,7 +547,7 @@ msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收 msgid "Can't see the map? <em>Skip this step</em>" msgstr "無法顯示地圖? <em>略過本步驟</em>" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:647 #: templates/web/base/admin/responsepriorities/list.html:8 msgid "Categories" msgstr "" @@ -555,7 +560,7 @@ 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:38 +#: templates/web/base/report/_inspect.html:41 #: templates/web/base/report/_item.html:90 #: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 @@ -607,27 +612,11 @@ msgstr "" msgid "Change password" msgstr "更換密碼" -#: templates/web/base/admin/contact-form.html:41 -msgid "" -"Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" -" If you are not sure of the origin or validity of the contact, leave this unchecked." -msgstr "" -"看看<strong>已確認申報</strong> 此顯示承辦人員已確認申訴無誤。\n" -"如果你無法確定承辯人員來源與有效與否, 請保留空白。" - -#: templates/web/base/admin/contact-form.html:52 -msgid "" -"Check <strong>deleted</strong> to remove the category from use. \n" -" It will not appear as an available category in the drop-down menu on the report-a-problem page." -msgstr "" -"看看<strong>已刪除</strong> 以移除該類別。\n" -"此遭刪除類別將不會顯示在申報問題頁的下拉式選項上。" - -#: templates/web/base/admin/contact-form.html:79 +#: templates/web/base/admin/contact-form.html:78 msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." msgstr "" -#: templates/web/base/admin/contact-form.html:63 +#: templates/web/base/admin/contact-form.html:62 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -686,14 +675,15 @@ 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:17 -#: templates/web/base/admin/report_blocks.html:27 +#: 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:18 +#: 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 @@ -736,7 +726,7 @@ msgstr "聯合品牌:" msgid "Collapse map" msgstr "已用過之地圖" -#: perllib/FixMyStreet/Cobrand/Default.pm:646 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "設定" @@ -762,9 +752,8 @@ msgstr "" msgid "Confirmation" msgstr "確認" -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:54 -#: templates/web/base/admin/contact-form.html:47 +#: templates/web/base/admin/contact-form.html:54 +#: templates/web/zurich/admin/contact-form.html:12 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "已確認" @@ -799,8 +788,8 @@ msgstr "連結本團隊" msgid "Coordinates:" msgstr "協同單位:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1668 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1696 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1669 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1697 msgid "Could not find user" msgstr "找不到該戶用" @@ -867,7 +856,7 @@ msgstr "數量" msgid "Create a report" msgstr "創建申報" -#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/contact-form.html:136 #: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "創建類別" @@ -876,11 +865,11 @@ msgstr "創建類別" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:711 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:710 msgid "Create reports/updates on a user's behalf" msgstr "" @@ -917,6 +906,8 @@ msgstr "無法聨絡上的客戶" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 +#: templates/web/base/reports/index.html:15 +#: templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "控制台" @@ -924,26 +915,24 @@ msgstr "控制台" msgid "Dealt with by subdivision within 5 working days" msgstr "下屬單位5個工作天內處理。" -#: templates/web/base/report/_inspect.html:73 +#: templates/web/base/report/_inspect.html:62 msgid "Defect type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 +#: perllib/FixMyStreet/App/Controller/Admin.pm:974 #: 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/body.html:87 -#: templates/web/base/admin/category_edit.html:55 -#: templates/web/base/admin/contact-form.html:58 -#: templates/web/zurich/admin/contact-form.html:12 +#: templates/web/base/admin/contact-form.html:56 +#: templates/web/zurich/admin/contact-form.html:13 msgid "Deleted" msgstr "刪除" -#: templates/web/base/report/_main.html:110 -#: templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:114 +#: templates/web/base/report/update.html:62 msgid "Describe why you are moderating this" msgstr "" @@ -970,7 +959,7 @@ msgstr "細節" msgid "Details:" msgstr "細節:" -#: templates/web/base/admin/body.html:93 +#: templates/web/base/admin/body.html:92 msgid "Devolved" msgstr "下放" @@ -983,8 +972,8 @@ msgstr "不使用地圖" msgid "Diligency prize league table" msgstr "勤奮表現名單" -#: templates/web/base/report/_main.html:114 -#: templates/web/base/report/update.html:61 +#: templates/web/base/report/_main.html:118 +#: templates/web/base/report/update.html:64 #, fuzzy msgid "Discard changes" msgstr "儲存變動" @@ -1002,11 +991,15 @@ msgstr "" msgid "Do you have a %s password?" msgstr "您是否有 %s密碼? " +#: templates/web/base/report/_inspect.html:77 +msgid "Do you want to automatically raise a defect?" +msgstr "" + #: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "不知道" -#: templates/web/base/contact/index.html:108 +#: templates/web/base/contact/index.html:112 msgid "Don't like forms?" msgstr "不喜歡此表單?" @@ -1018,12 +1011,8 @@ msgstr "" msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:16 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:10 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:13 msgid "Duplicate" msgstr "複製 " @@ -1048,7 +1037,7 @@ msgstr "" "不同類別 <strong>能夠同一位承辦人</strong> (電子郵件)\n" "這表示你可以多加一些類別,即使你只聯絡一位承辦人員。" -#: templates/web/base/report/_inspect.html:16 +#: templates/web/base/report/_inspect.html:19 #: templates/web/base/report/_item.html:81 msgid "Easting/Northing:" msgstr "" @@ -1068,23 +1057,23 @@ msgstr "編輯" msgid "Edit body details" msgstr "編輯有關單位細節" -#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#: perllib/FixMyStreet/Cobrand/Default.pm:721 msgid "Edit other users' details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:725 +#: perllib/FixMyStreet/Cobrand/Default.pm:722 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:705 msgid "Edit report category" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Edit reports" msgstr "" @@ -1107,7 +1096,7 @@ msgstr "編輯更新 %d" msgid "Editing user %d" msgstr "編輯用戶帳號 $d" -#: templates/web/base/admin/category_edit.html:56 +#: templates/web/base/admin/category_edit.html:55 msgid "Editor" msgstr "編輯器" @@ -1123,7 +1112,7 @@ msgstr "編輯器" msgid "Email" msgstr "電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1644 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1645 msgid "Email added to abuse list" msgstr "電子郵件列入濫發名單" @@ -1141,11 +1130,11 @@ msgstr "建立電郵通知" msgid "Email alert deleted" msgstr "取消電郵通知" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1641 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1642 msgid "Email already in abuse list" msgstr "電子郵件己在濫發名單" -#: templates/web/base/admin/report_edit.html:141 +#: templates/web/base/admin/report_edit.html:129 #: templates/web/base/admin/update_edit.html:35 #: templates/web/base/admin/user-form.html:19 #: templates/web/zurich/admin/body.html:48 @@ -1191,7 +1180,7 @@ msgstr "結束點" msgid "Enter a Zürich street name" msgstr "輸入街道名稱 " -#: perllib/FixMyStreet/Cobrand/UK.pm:15 +#: perllib/FixMyStreet/Cobrand/UK.pm:16 msgid "Enter a nearby UK postcode, or street name and area" msgstr "輸入本區的郵編,街名或區域。" @@ -1200,6 +1189,7 @@ msgstr "輸入本區的郵編,街名或區域。" msgid "Enter a nearby postcode, or street name and area" msgstr "輸入本區的郵編,街名或區域。" +#: perllib/FixMyStreet/Cobrand/DansMonQwat.pm:14 #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" @@ -1239,8 +1229,7 @@ msgstr "郵遞區號範例 %s" msgid "Examples:" msgstr "範例:" -#: templates/web/base/admin/report_edit.html:122 -#: templates/web/base/report/_inspect.html:42 +#: templates/web/base/admin/report-category.html:3 msgid "Existing category" msgstr "" @@ -1248,7 +1237,7 @@ msgstr "" msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:52 +#: templates/web/base/report/new/form_report.html:54 msgid "Explain what’s wrong" msgstr "" @@ -1309,29 +1298,26 @@ msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit bod msgstr "選擇<strong>涵蓋的區域</strong> <em>編輯有關單位</em> 表單。" #: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:11 -#: templates/web/base/admin/report_blocks.html:26 +#: 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:17 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:45 +#: 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/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:13 -#: 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:10 msgid "Fixed - Council" msgstr "已處理-地方政府" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:12 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:9 msgid "Fixed - User" msgstr "已處理-用戶" @@ -1349,11 +1335,11 @@ msgstr "已處理:" msgid "Flag as deleted" msgstr "標記警告為刪除 " -#: templates/web/base/admin/report_blocks.html:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Flag user" msgstr "標記警告用戶" -#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: perllib/FixMyStreet/Cobrand/Default.pm:642 #: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "標記警告" @@ -1370,7 +1356,7 @@ msgstr "標記警告用戶其已被列入 <a href='%s'>警告頁</a>" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "被標記警告的用戶其權限不受影響,只是列入特別關注名單" -#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/report_edit.html:135 #: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "警告:" @@ -1407,6 +1393,11 @@ msgstr "轉寄願望給外部機構" msgid "Frequently Asked Questions" msgstr "常見問題回覆 " +#: templates/web/base/admin/stats.html:102 +#, fuzzy +msgid "Get Count" +msgstr "數量" + #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:14 msgid "Get updates" @@ -1437,6 +1428,7 @@ msgstr "很高興聽到問題已處理了。" #: 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 msgid "Go" msgstr "走" @@ -1445,7 +1437,7 @@ msgstr "走" msgid "Going to send questionnaire?" msgstr "即將送出問卷?" -#: perllib/FixMyStreet/Cobrand/Default.pm:726 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 msgid "Grant access to the admin" msgstr "" @@ -1453,10 +1445,6 @@ msgstr "" msgid "Graph of problem creation by status over time" msgstr "隨時間産生的問題圖片" -#: templates/web/base/reports/index.html:15 -msgid "Greyed-out lines are councils that no longer exist." -msgstr "灰色的地方政府機關表示為已不再存在" - #: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "問題已處理了嗎?" @@ -1467,7 +1455,7 @@ msgstr "您之前是否曾向地方政府申報過問題?或者此為您的首 #: templates/web/base/main_nav_items.html:40 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:23 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "協助" @@ -1481,18 +1469,18 @@ msgstr "" msgid "Here are the types of local problem alerts for ‘%s’." msgstr "此為在地問題的種類 ‘%s’." -#: templates/web/zurich/footer.html:12 +#: 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:19 -#: templates/web/base/admin/report_blocks.html:28 +#: 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:12 -#: templates/web/base/report/inspect/state_groups_select.html:19 +#: 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 @@ -1500,11 +1488,30 @@ msgstr "您好 %s" msgid "Hidden" msgstr "隱藏" -#: templates/web/base/report/_main.html:105 +#: templates/web/base/report/_main.html:109 #, fuzzy msgid "Hide entire report" msgstr "重新送出申報" +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 +#, fuzzy +msgid "Hide my name" +msgstr "由{{name}}更新" + +#: templates/web/base/my/anonymize.html:21 +msgid "Hide my name everywhere" +msgstr "" + +#: templates/web/base/my/anonymize.html:10 +msgid "Hide my name in this update" +msgstr "" + +#: templates/web/base/my/anonymize.html:16 +#, fuzzy +msgid "Hide my name on this report" +msgstr "重新送出申報" + #: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "隱藏舊文" @@ -1517,6 +1524,12 @@ msgstr "隱藏地圖標示" msgid "Hide update completely?" msgstr "" +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/update.html:49 +#, fuzzy +msgid "Hide your name?" +msgstr "姓名" + #: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "歷程 " @@ -1538,8 +1551,8 @@ msgstr "如何成功地送出申報" msgid "I just reported a problem on @fixmystreet" msgstr "我剛才申報了一個問題 " -#: templates/web/base/tokens/confirm_update.html:19 -#: templates/web/base/tokens/confirm_update.html:23 +#: templates/web/base/tokens/confirm_update.html:20 +#: templates/web/base/tokens/confirm_update.html:24 msgid "I just updated a problem on @fixmystreet" msgstr "我利用@fixmystreet 申報了一個問題 " @@ -1658,8 +1671,6 @@ msgstr "無效的訂閱選項" #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "處理中" @@ -1673,16 +1684,18 @@ msgstr "此外,下列理由並非為Open311 v2更新特定部份回覆傳送: #: perllib/FixMyStreet/Cobrand/Zurich.pm:192 #: perllib/FixMyStreet/Cobrand/Zurich.pm:954 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:9 #: templates/web/base/report/banner.html:18 -#: 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:6 #: 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 +msgid "Inactive" +msgstr "" + #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" msgstr "信箱已閱畢!" @@ -1699,11 +1712,16 @@ msgstr "包括未確認的申報 " msgid "Incorrect has_photo value \"%s\"" msgstr "不正確的照片值數 \"%s\"" -#: templates/web/base/admin/contact-form.html:84 +#: templates/web/base/report/_inspect.html:5 +#, fuzzy +msgid "Inspect report" +msgstr "重新送出申報" + +#: templates/web/base/admin/contact-form.html:83 msgid "Inspection required" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Instruct contractors to fix problems" msgstr "" @@ -1711,10 +1729,8 @@ msgstr "" msgid "Internal notes" msgstr "內部筆記" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:11 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:15 msgid "Internal referral" msgstr "內部推薦" @@ -1726,7 +1742,7 @@ msgstr "" msgid "Invalid agency_responsible value %s" msgstr "無效的權責單位數值 %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1502 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1503 msgid "Invalid end date" msgstr "無效的結束日期" @@ -1734,26 +1750,22 @@ msgstr "無效的結束日期" msgid "Invalid format %s specified." msgstr "無效的%s 特定格式" -#: perllib/FixMyStreet/App/Controller/Report.pm:398 +#: perllib/FixMyStreet/App/Controller/Report.pm:393 msgid "Invalid location. New location must be covered by the same council." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1498 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1499 msgid "Invalid start date" msgstr "無效的開始日期" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/dashboard/index.html:139 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:4 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:42 +#: 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:8 +#: 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> ,看看答案是否在此" @@ -1783,6 +1795,7 @@ msgid "Last 4 weeks" msgstr "" #: templates/web/base/dashboard/index.html:49 +#: templates/web/base/reports/index.html:38 #, fuzzy msgid "Last 7 days" msgstr "上回更新:" @@ -1792,6 +1805,11 @@ msgstr "上回更新:" msgid "Last editor" msgstr "最後編輯 " +#: templates/web/base/questionnaire/index.html:25 +#, fuzzy +msgid "Last update" +msgstr "上回更新:" + #: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "上回更新:" @@ -1800,7 +1818,7 @@ msgstr "上回更新:" msgid "Last update:" msgstr "上一次更新:" -#: templates/web/base/report/_inspect.html:20 +#: templates/web/base/report/_inspect.html:23 #: templates/web/base/report/_item.html:86 msgid "Latitude/Longitude:" msgstr "" @@ -1872,7 +1890,7 @@ msgstr "" msgid "MAP" msgstr "地圖" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 msgid "Manage shortlist" msgstr "" @@ -1892,19 +1910,11 @@ msgstr "標註為關閉" msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "標註用戶哪些行為您將要給予<strong>警告標記</strong>." -#: templates/web/base/reports/index.html:27 -msgid "Marked fixed/closed in the past eight weeks" -msgstr "過去八週內標記為已修復/結案情況" - -#: templates/web/base/reports/index.html:28 -msgid "Marked fixed/closed more than eight weeks ago" -msgstr "八週前曾經標記為已修復/結案" - -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:707 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:96 +#: templates/web/base/contact/index.html:100 msgid "Message" msgstr "留言" @@ -1924,15 +1934,15 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "遺失 jurisdiction_id" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:706 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:134 msgid "Moderate this report" msgstr "" @@ -1940,8 +1950,8 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:69 -#: templates/web/base/report/update.html:49 +#: templates/web/base/report/_main.html:73 +#: templates/web/base/report/update.html:52 #, fuzzy msgid "Moderated by %s at %s" msgstr "由%s 的 %s 申報" @@ -1950,8 +1960,8 @@ msgstr "由%s 的 %s 申報" msgid "Moderated by division within one working day" msgstr "一個工作天內協調出部門" -#: templates/web/base/report/_main.html:109 -#: templates/web/base/report/update.html:57 +#: templates/web/base/report/_main.html:113 +#: templates/web/base/report/update.html:60 #, fuzzy msgid "Moderation reason:" msgstr "其它地區:" @@ -1977,14 +1987,13 @@ msgstr "" #: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 #: templates/web/base/report/update/form_name.html:23 -#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "名字" -#: templates/web/base/admin/report_edit.html:139 +#: templates/web/base/admin/report_edit.html:127 #: templates/web/base/admin/responsepriorities/edit.html:13 #: templates/web/base/admin/update_edit.html:34 #: templates/web/base/admin/user-form.html:16 @@ -1996,7 +2005,7 @@ msgstr "名字:" msgid "Name: %s" msgstr "名字: %s" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/_inspect.html:31 msgid "Navigate to this problem" msgstr "" @@ -2005,16 +2014,16 @@ msgstr "" msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "找出地圖標記上最近的街道名稱(利用 OpenStreetMap自動産生): %s%s" -#: perllib/FixMyStreet/Cobrand/UK.pm:129 +#: perllib/FixMyStreet/Cobrand/UK.pm:134 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "找出地圖標記上最近的郵遞區號(自動産生): %s(%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:527 -#: perllib/FixMyStreet/Cobrand/Default.pm:567 +#: perllib/FixMyStreet/Cobrand/Default.pm:536 +#: perllib/FixMyStreet/Cobrand/Default.pm:564 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "找出地圖標記上最近的街道(利用 Bing Maps自動産生): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:319 +#: perllib/FixMyStreet/Script/Alerts.pm:316 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2026,15 +2035,11 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "差不多快完成了,現在檢查您的電子信箱" -#: templates/web/base/reports/index.html:24 -msgid "New <br>problems" -msgstr "新 <br>問題 " - -#: perllib/FixMyStreet/App/Controller/Admin.pm:259 +#: perllib/FixMyStreet/App/Controller/Admin.pm:258 msgid "New body added" msgstr "新增內文" -#: perllib/FixMyStreet/App/Controller/Admin.pm:405 +#: perllib/FixMyStreet/App/Controller/Admin.pm:404 msgid "New category contact added" msgstr "新增類別承辦 人" @@ -2106,20 +2111,19 @@ msgstr "" msgid "Next" msgstr "下一步" -#: perllib/FixMyStreet/Cobrand/Default.pm:1203 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 +#: 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:137 +#: 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:82 msgid "No" msgstr "無" @@ -2151,12 +2155,8 @@ msgstr "未發現標記警告問題 " msgid "No flagged users found." msgstr "未發現標記警告用戶" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:8 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:11 msgid "No further action" msgstr "無法修復" @@ -2165,11 +2165,11 @@ msgstr "無法修復" msgid "No further updates" msgstr "尚無更新" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:84 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 msgid "No inspections by that inspector in the selected date range." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:86 +#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:74 msgid "No inspections in the selected date range." msgstr "" @@ -2217,12 +2217,8 @@ msgstr "" "這要看具體落實執行狀況,工作人員可能有權使用控制台(其關構下的\n" "所有活動總覧)。也有能力隱暪某些申報或更改某些申報的狀況。" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:15 -#: templates/web/base/report/inspect/state_groups_select.html:1 -#: templates/web/base/report/inspect/state_groups_select.html:9 -#: templates/web/base/report/update/form_update.html:41 -#: templates/web/base/report/update/form_update.html:44 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:12 msgid "Not Responsible" msgstr "無責任歸屬" @@ -2246,7 +2242,7 @@ msgid "Not reported to council" msgstr "未呈報給地方政府" #: templates/web/base/admin/body.html:75 -#: templates/web/base/admin/category_edit.html:57 +#: templates/web/base/admin/category_edit.html:56 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "註記" @@ -2256,7 +2252,7 @@ msgid "Note that when including unconfirmed reports we use the date the report w msgstr "請注意這裏包括了本月份總結撰寫前,尚未確認的申報,所以數目可能稍有降低。" #: templates/web/zurich/admin/body.html:55 -#: templates/web/zurich/admin/contact-form.html:17 +#: templates/web/zurich/admin/contact-form.html:19 msgid "Note:" msgstr "註記:" @@ -2278,6 +2274,10 @@ msgstr "現在送出您的申報 …" msgid "Now to submit your update…" msgstr "現在送出您更新的申報 … 您是否有本站帳密?" +#: templates/web/base/reports/index.html:98 +msgid "Number of problems reported in each category, in the last 7 days." +msgstr "" + #: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "好了" @@ -2290,22 +2290,10 @@ msgstr "" msgid "Offline update data saved" msgstr "" -#: templates/web/base/reports/index.html:26 -msgid "Old / unknown <br>problems" -msgstr "老/ 未知 <br>問題 " - #: templates/web/base/admin/questionnaire.html:24 msgid "Old state" msgstr "舊陳述" -#: templates/web/base/reports/index.html:28 -msgid "Older <br>fixed" -msgstr "己解決之舊問題 " - -#: templates/web/base/reports/index.html:25 -msgid "Older <br>problems" -msgstr "舊問題 " - #: templates/web/base/reports/_list-filters.html:48 msgid "Oldest" msgstr "" @@ -2313,28 +2301,19 @@ 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:25 #: 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:16 -#: templates/web/base/report/inspect/state_groups_select.html:3 -#: templates/web/base/report/update/form_update.html:41 +#: 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 msgid "Open" msgstr "開放" -#: templates/web/base/reports/index.html:25 -msgid "Open for more than four weeks, with an update within the past eight weeks" -msgstr "開放已超過四週,最近八週內有更新過。" - -#: templates/web/base/reports/index.html:26 -msgid "Open, but not had any update in eight weeks" -msgstr "開放,但過去八週內未有任何更新" - #: templates/web/base/admin/open311-form-fields.html:47 msgid "Open311 API Key" msgstr "" @@ -2363,9 +2342,9 @@ msgstr "或將此問題 申報給:" 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:1061 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 +#: 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 @@ -2375,6 +2354,15 @@ msgstr "您可以訂閱 里/區內的更新通知" msgid "Other" msgstr "其它" +#: templates/web/base/reports/index.html:107 +#, fuzzy +msgid "Other categories" +msgstr "創建類別" + +#: templates/web/base/reports/index.html:92 +msgid "Overall average" +msgstr "" + #: templates/web/base/admin/list_updates.html:8 msgid "Owner" msgstr "物主" @@ -2389,8 +2377,8 @@ msgstr "找無此頁" msgid "Parent" msgstr "上級 " -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:20 +#: templates/web/base/report/state-list.html:1 +#: templates/web/base/report/state-list.html:17 msgid "Partial" msgstr "部份" @@ -2424,7 +2412,7 @@ msgid "Phone number (optional)" msgstr "電話號碼(非必填)" #: perllib/FixMyStreet/Script/Reports.pm:87 -#: templates/web/base/admin/report_edit.html:146 +#: templates/web/base/admin/report_edit.html:134 #: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" @@ -2433,9 +2421,9 @@ msgstr "電話" #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/questionnaire/index.html:93 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:28 -#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/new/form_report.html:45 +#: templates/web/base/report/new/form_report.html:47 #: templates/web/base/report/update/form_update.html:22 #: templates/web/base/report/update/form_update.html:24 #: templates/web/base/report/update/form_update.html:7 @@ -2453,12 +2441,12 @@ msgstr "照片" msgid "Photo is required." msgstr "要求提供照片" -#: templates/web/zurich/admin/contact-form.html:14 +#: templates/web/zurich/admin/contact-form.html:16 msgid "Photo required" msgstr "要求提供照片" #: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:30 #: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" @@ -2468,6 +2456,12 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "最近申報之照片" +#: templates/web/base/reports/index.html:63 +#: templates/web/base/reports/index.html:66 +#, fuzzy +msgid "Pick your council" +msgstr "無地方政府" + #: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" @@ -2475,10 +2469,10 @@ msgstr "在地圖上作標記" #: perllib/FixMyStreet/Cobrand/Zurich.pm:940 #: perllib/FixMyStreet/Cobrand/Zurich.pm:946 -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:8 #: 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 @@ -2503,9 +2497,9 @@ msgstr "請再次確認您的密碼" msgid "Please check your email address is correct" msgstr "請確認您電郵地址無誤" -#: perllib/FixMyStreet/App/Controller/Admin.pm:350 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:844 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:867 +#: perllib/FixMyStreet/App/Controller/Admin.pm:349 +#: 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 msgid "Please choose a category" @@ -2515,12 +2509,12 @@ msgstr "請選擇類別" msgid "Please choose a property type" msgstr "選擇公物種類" -#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: perllib/FixMyStreet/App/Controller/Admin.pm:395 #: templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "請更正下方之錯誤" -#: templates/web/base/contact/blurb.html:12 +#: templates/web/base/contact/blurb.html:6 msgid "" "Please do <strong>not</strong> report problems through this form; messages go to\n" "the team behind this site, not a council. To report a problem,\n" @@ -2534,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:351 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 #: perllib/FixMyStreet/DB/Result/Comment.pm:127 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "請寫下您的留言" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1200 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1365 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#: perllib/FixMyStreet/App/Controller/Admin.pm:477 msgid "Please enter a name for this body" msgstr "" @@ -2561,8 +2555,8 @@ msgstr "請輸入密碼" msgid "Please enter a subject" msgstr "請填下主旨" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1197 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1361 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1362 #: perllib/FixMyStreet/App/Controller/Admin.pm:363 #: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 @@ -2602,7 +2596,7 @@ msgstr "請輸入您的電子郵件" msgid "Please enter your first name" msgstr "請輸入您的大名" -#: perllib/FixMyStreet/Cobrand/UK.pm:320 +#: perllib/FixMyStreet/Cobrand/UK.pm:326 #: templates/web/base/js/translation_strings.html:7 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 "請輸入您的全名,地方政府需要此資料 – 如果您不希望名字公開在網站上,請在下面方格中劃掉勾選。" @@ -2672,7 +2666,7 @@ msgstr "" msgid "Please note:" msgstr "請加註記" -#: perllib/FixMyStreet/App/Controller/Report.pm:358 +#: perllib/FixMyStreet/App/Controller/Report.pm:343 msgid "Please provide a public update for this report." msgstr "" @@ -2720,30 +2714,29 @@ msgstr "諘寫下您的留言" msgid "Please write your update here" msgstr "請寫下您的更新" -#: templates/web/base/contact/index.html:103 #: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "張貼" -#: perllib/FixMyStreet/DB/Result/Comment.pm:242 +#: perllib/FixMyStreet/DB/Result/Comment.pm:232 msgid "Posted anonymously at %s" msgstr "匿名張貼 %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "由 %s 在 %s 張貼" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:242 msgid "Posted by <strong>%s</strong> (%s) at %s" msgstr "由<strong>%s</strong> (%s) 在%s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:244 msgid "Posted by <strong>%s</strong> at %s" msgstr "由<strong>%s</strong> 在%s" -#: templates/web/base/front/footer-marketing.html:12 +#: templates/web/base/front/footer-marketing.html:6 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" @@ -2751,7 +2744,7 @@ msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">F msgid "Previous" msgstr "之前" -#: perllib/FixMyStreet/Cobrand/Default.pm:665 +#: perllib/FixMyStreet/Cobrand/Default.pm:662 msgid "Priorities" msgstr "" @@ -2770,9 +2763,9 @@ msgstr "隱私" msgid "Privacy and cookies" msgstr "隱私與cookies" -#: templates/web/base/admin/body.html:91 -#: templates/web/base/admin/contact-form.html:74 -#: templates/web/base/admin/report_edit.html:149 +#: templates/web/base/admin/body.html:88 +#: templates/web/base/admin/contact-form.html:73 +#: templates/web/base/admin/report_edit.html:137 msgid "Private" msgstr "私人" @@ -2803,7 +2796,7 @@ msgstr "%s 問題已送達到地方政府 %s " msgid "Problem breakdown by state" msgstr "本站出現故障問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1168 msgid "Problem marked as open." msgstr "問題標註為開放" @@ -2811,7 +2804,7 @@ msgstr "問題標註為開放" msgid "Problem state change based on survey results" msgstr "依調查結果呈現的問題改善" -#: perllib/FixMyStreet/Cobrand/Default.pm:705 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "問題" @@ -2832,13 +2825,13 @@ msgstr "FixMyStreet 最近回報的已修復問題 " msgid "Problems within %.1fkm of this location" msgstr "該地點 %.1f公里內的問題 " -#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/Default.pm:830 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 -#: perllib/FixMyStreet/Cobrand/UK.pm:209 +#: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "Problems within %s" msgstr "在 %s 內的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:223 +#: perllib/FixMyStreet/Cobrand/UK.pm:229 msgid "Problems within %s ward" msgstr "在 %s 里/區的問題" @@ -2920,11 +2913,11 @@ msgstr "由問題申報者所填之問卷" msgid "RSS feed" msgstr "RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:252 perllib/FixMyStreet/Cobrand/UK.pm:264 +#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 msgid "RSS feed for %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 msgid "RSS feed for %s ward, %s" msgstr "%s里/區 RSS訂閱" @@ -2932,11 +2925,11 @@ msgstr "%s里/區 RSS訂閱" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "RSS feed of %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:283 perllib/FixMyStreet/Cobrand/UK.pm:295 +#: perllib/FixMyStreet/Cobrand/UK.pm:289 perllib/FixMyStreet/Cobrand/UK.pm:301 msgid "RSS feed of %s, within %s ward" msgstr "%s, 在%s 里/區" @@ -2944,13 +2937,13 @@ msgstr "%s, 在%s 里/區" msgid "RSS feed of nearby problems" msgstr " RSS訂閱 %s區域問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/Default.pm:831 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 -#: perllib/FixMyStreet/Cobrand/UK.pm:216 +#: perllib/FixMyStreet/Cobrand/UK.pm:222 msgid "RSS feed of problems within %s" msgstr "在 %s 內之問題RSS 訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:222 +#: perllib/FixMyStreet/Cobrand/UK.pm:228 msgid "RSS feed of problems within %s ward" msgstr "在 %s 里/區問題的RSS 訂閱" @@ -2979,10 +2972,6 @@ msgstr "" msgid "Recent local problems, %s" msgstr "近期的當地問題%s " -#: templates/web/base/reports/index.html:27 -msgid "Recently <br>fixed" -msgstr "最新 <br>解決" - #: templates/web/base/front/recent.html:11 msgid "Recently reported problems" msgstr "近期申報之問題 " @@ -2995,13 +2984,13 @@ 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:48 +#: templates/web/base/admin/report_blocks.html:29 msgid "Remove flag" msgstr "移除標記" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:134 +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:18 #: templates/web/base/report/_main.html:26 msgid "Remove from shortlist" @@ -3011,7 +3000,7 @@ msgstr "" msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:166 +#: templates/web/base/admin/report_edit.html:154 #: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" @@ -3025,13 +3014,13 @@ msgstr "給用戶的回應" msgid "Report" msgstr "提報 " -#: templates/web/base/report/_inspect.html:10 +#: templates/web/base/report/_inspect.html:13 #: templates/web/base/report/_item.html:76 msgid "Report ID:" msgstr "" #: templates/web/base/header_logo.html:2 -#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:19 +#: templates/web/base/main_nav_items.html:1 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "申報問題" @@ -3113,10 +3102,6 @@ msgstr "透過 %s 在 %s類別的匿名申報" msgid "Reported via %s in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " -#: templates/web/base/reports/index.html:24 -msgid "Reported within the last four weeks" -msgstr "最近四週內的申報" - #: templates/web/zurich/admin/report_edit-sdm.html:38 #: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" @@ -3131,14 +3116,14 @@ msgstr "已申報 %s" msgid "Reporting a problem" msgstr "申報問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: 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 msgid "Reports" msgstr "申報" -#: perllib/FixMyStreet/Cobrand/UK.pm:329 perllib/FixMyStreet/Cobrand/UK.pm:333 +#: perllib/FixMyStreet/Cobrand/UK.pm:333 perllib/FixMyStreet/Cobrand/UK.pm:335 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "申請內容有 %s 字數限制,請簡化您的申報。" @@ -3163,11 +3148,11 @@ msgstr "申報問題" msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/contact-form.html:89 +#: templates/web/base/admin/contact-form.html:88 msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." msgstr "" -#: templates/web/base/admin/contact-form.html:94 +#: templates/web/base/admin/contact-form.html:93 msgid "Reputation threshold" msgstr "" @@ -3206,7 +3191,7 @@ msgstr "%s的回應模版" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:95 +#: templates/web/base/report/_main.html:99 msgid "Revert to original text" msgstr "" @@ -3229,16 +3214,16 @@ msgstr "此指定街道之道路營運者(取自道路參照碼與種類): %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1743 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1747 -#: templates/web/base/admin/report_edit.html:163 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1748 +#: 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:1743 -#: templates/web/base/admin/report_edit.html:164 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1744 +#: 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" @@ -3258,14 +3243,14 @@ msgstr "衛星" msgid "Save + close as duplicate" msgstr "標註為重覆之申報" -#: templates/web/base/admin/contact-form.html:137 +#: 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:168 -#: templates/web/base/report/_main.html:113 -#: templates/web/base/report/update.html:60 +#: 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:20 +#: templates/web/zurich/admin/contact-form.html:22 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "儲存變動" @@ -3274,7 +3259,6 @@ msgstr "儲存變動" msgid "Save with a public update" msgstr "" -#. ('This is followed by a progress count, e.g. 3/5') #. ("This is followed by a progress count, e.g. 3/5") #: templates/web/base/js/translation_strings.html:69 msgid "Saving reports offline" @@ -3313,7 +3297,7 @@ msgstr "查無此用戶" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:712 msgid "See user detail for reports created as the council" msgstr "" @@ -3322,10 +3306,6 @@ msgstr "" msgid "Select a body" msgstr "選擇單位" -#: templates/web/base/reports/index.html:12 -msgid "Select a particular council to see the reports sent there." -msgstr "選擇特定議會呈送申報" - #: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" @@ -3339,6 +3319,10 @@ msgstr "選擇您要想的通知方式或點選RSS訂閱按鈕,或者輸入您 msgid "Select:" msgstr "" +#: templates/web/base/contact/index.html:107 +msgid "Send" +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:109 msgid "Send extended Open311 statuses with service request updates" msgstr "" @@ -3360,7 +3344,7 @@ msgstr "送出" msgid "Service:" msgstr "服務" -#: templates/web/base/report/_inspect.html:31 +#: templates/web/base/report/_inspect.html:34 msgid "Set to my current location" msgstr "" @@ -3369,20 +3353,24 @@ msgid "Share" msgstr "分享" #: templates/web/base/main_nav_items.html:10 -#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:140 #: templates/web/base/report/_main.html:21 #: templates/web/base/report/_main.html:29 msgid "Shortlist" msgstr "" -#: templates/web/base/report/_main.html:134 +#: templates/web/base/reports/body.html:32 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:138 #: templates/web/base/report/_main.html:20 #: templates/web/base/report/_main.html:25 #: templates/web/base/reports/_list-filters.html:9 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_main.html:144 +#: templates/web/base/report/_main.html:148 msgid "Shortlisted by %s" msgstr "" @@ -3391,6 +3379,11 @@ msgstr "" msgid "Show Photo?" msgstr "顯示舊文" +#: templates/web/base/questionnaire/index.html:26 +#, fuzzy +msgid "Show all updates" +msgstr "%s 現場更新" + #: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 #: templates/web/base/report/update/form_name.html:33 @@ -3406,7 +3399,7 @@ msgstr "公開我的姓名" msgid "Show old" msgstr "顯示舊文" -#: templates/web/base/report/_main.html:79 +#: templates/web/base/report/_main.html:83 #, fuzzy msgid "Show photo" msgstr "顯示舊文" @@ -3419,6 +3412,11 @@ msgstr "顯示地圖標示" msgid "Show reporter’s name" msgstr "" +#: templates/web/base/reports/index.html:62 +#, fuzzy +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 @@ -3477,7 +3475,7 @@ msgstr "抱歉這個wasn’t 為有效的網址連結" msgid "Sorry, there has been an error confirming your problem." msgstr "抱歉無法確認你的問題" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:230 +#: 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 @@ -3506,7 +3504,7 @@ msgid "" "page wasn’t found or there was a server error. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Root.pm:107 +#: perllib/FixMyStreet/App/Controller/Root.pm:112 msgid "Sorry, you don't have permission to do that." msgstr "" @@ -3527,14 +3525,17 @@ 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:83 +#: templates/web/base/report/_inspect.html:72 #: templates/web/base/report/_item.html:94 #: templates/web/base/report/update/form_update.html:39 +#: templates/web/zurich/admin/contact-form.html:10 msgid "State" msgstr "陳述" @@ -3547,7 +3548,7 @@ msgstr "陳述" msgid "State:" msgstr "陳述:" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: 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 @@ -3578,7 +3579,7 @@ msgstr "子類別:%s" msgid "Subdivision/Body" msgstr "下屬單位/機關" -#: templates/web/base/contact/index.html:88 +#: templates/web/base/contact/index.html:92 msgid "Subject" msgstr "主旨" @@ -3595,7 +3596,7 @@ msgstr "主旨:" msgid "Submit" msgstr "送出" -#: templates/web/base/admin/report_edit.html:174 +#: templates/web/base/admin/report_edit.html:162 #: templates/web/base/admin/report_edit.html:24 #: templates/web/base/admin/update_edit.html:77 #: templates/web/base/admin/user-form.html:170 @@ -3633,23 +3634,22 @@ msgstr "加入通知信件" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/contact-form.html:129 +#: templates/web/base/admin/contact-form.html:128 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: 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:13 +#: templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 #: templates/web/zurich/header.html:49 msgid "Summary" msgstr "摘要" -#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" @@ -3672,7 +3672,7 @@ msgstr "調查結果" msgid "Template «%s»" msgstr "模版 «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Default.pm:658 #: perllib/FixMyStreet/Cobrand/Zurich.pm:393 #: templates/web/zurich/header.html:69 msgid "Templates" @@ -3702,7 +3702,7 @@ msgstr "感謝您申報此問題" msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it." msgstr "感謝您試著確 認本問題的更新。目前網站似乎遇上一點問題,<a href=\"%s\">請回報給我們</a> 以通知工程人員查看狀況。 " -#: templates/web/base/tokens/confirm_update.html:15 +#: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" msgstr "感謝您更新此狀況" @@ -3740,19 +3740,19 @@ msgstr "這地點似乎不在台灣; 請再試 一次。" msgid "That postcode was not recognised, sorry." msgstr "抱歉此郵遞區號無法辨識" -#: perllib/FixMyStreet/App/Controller/Admin.pm:762 +#: perllib/FixMyStreet/App/Controller/Admin.pm:761 msgid "That problem has been marked as sent." msgstr "問題被標註為送出" -#: perllib/FixMyStreet/App/Controller/Admin.pm:755 +#: perllib/FixMyStreet/App/Controller/Admin.pm:754 msgid "That problem will now be resent." msgstr "此問題將重新送出" -#: perllib/FixMyStreet/App/Controller/Report.pm:137 +#: perllib/FixMyStreet/App/Controller/Report.pm:134 msgid "That report cannot be viewed on %s." msgstr "此申報無法在 %s上檢視 " -#: perllib/FixMyStreet/App/Controller/Report.pm:131 +#: perllib/FixMyStreet/App/Controller/Report.pm:128 msgid "That report has been removed from FixMyStreet." msgstr "該申報已遭FixMyStreet 移除 " @@ -3784,8 +3784,8 @@ 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/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3817,7 +3817,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "這個勤奮表單顯示用戶的活動(誰做了做多的修改編輯活動)" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:82 +#: perllib/FixMyStreet/App/Controller/Reports.pm:97 msgid "The error was: %s" msgstr "顯示錯誤為: %s" @@ -3895,7 +3895,7 @@ msgstr "" msgid "There are no reports to show." msgstr "沒有申報可顯示" -#: perllib/FixMyStreet/App/Controller/Reports.pm:79 +#: perllib/FixMyStreet/App/Controller/Reports.pm:94 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。" @@ -3904,7 +3904,7 @@ msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。" msgid "There was a problem showing this page. Please try again later." msgstr "本頁出現錯誤,請再試一次" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:758 +#: 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 @@ -3915,7 +3915,7 @@ msgstr "您的電子郵件與密碼不相符,如果您遺忘密碼或尚未註 msgid "There was a problem with your email/password combination. Please try again." msgstr "您的電子郵件/密碼不符,請重試一次" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:353 msgid "There was a problem with your update. Please try again." msgstr "您的申報有問題,請重試一次" @@ -3923,7 +3923,7 @@ msgstr "您的申報有問題,請重試一次" msgid "There were problems with your report. Please see below." msgstr "您的申報有問題,請見下方說明" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:388 msgid "There were problems with your update. Please see below." msgstr "您的更新有問題,請見下方說明" @@ -3996,9 +3996,9 @@ 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:881 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:925 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:971 +#: 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 msgid "This information is required" msgstr "本項資訊必填" @@ -4007,23 +4007,19 @@ msgstr "本項資訊必填" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "本站為開發試用,可能隨時故障,資料庫也會定期刪除。" -#: templates/web/base/reports/index.html:10 -msgid "This is a summary of all reports on this site." -msgstr "本站所有申報總結" - -#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 msgid "This pothole has been here for two months and…" msgstr "" -#: templates/web/base/report/update/form_update.html:63 +#: templates/web/base/report/update/form_update.html:55 msgid "This problem has been fixed" msgstr "問題己處理完畢" -#: templates/web/base/report/update/form_update.html:56 +#: templates/web/base/report/update/form_update.html:48 msgid "This problem has not been fixed" msgstr "問題尚未解決" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/update/form_update.html:46 #, fuzzy msgid "This problem is still ongoing" msgstr "問題尚未解決" @@ -4038,15 +4034,15 @@ msgstr "" msgid "This report is awaiting moderation." msgstr "此問題尚待審核" -#: perllib/FixMyStreet/Script/Alerts.pm:101 +#: perllib/FixMyStreet/Script/Alerts.pm:98 msgid "This report is currently marked as closed." msgstr "該申報目前注記為結案狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:99 +#: perllib/FixMyStreet/Script/Alerts.pm:96 msgid "This report is currently marked as fixed." msgstr "該申報目前注記為解決狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:103 +#: perllib/FixMyStreet/Script/Alerts.pm:100 msgid "This report is currently marked as open." msgstr "該申報目前注記為開放狀態" @@ -4065,7 +4061,7 @@ msgstr "本頁包括由用戶提供反應問題的照片 " msgid "Time spent (in minutes):" msgstr "花費時間(以分鐘計):" -#: perllib/FixMyStreet/Cobrand/Default.pm:639 +#: perllib/FixMyStreet/Cobrand/Default.pm:636 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "時間軸" @@ -4098,6 +4094,15 @@ msgstr "找出適合您的在地通知,請輸入您的郵編或街名區域" msgid "To view a map of the precise location of this issue" msgstr "檢視地圖上問題之確切位置" +#: templates/web/base/reports/index.html:97 +msgid "Top 5 most used categories" +msgstr "" + +#: templates/web/base/reports/index.html:83 +#, fuzzy +msgid "Top 5 responsive councils" +msgstr "未呈報給地方政府" + #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 @@ -4133,7 +4138,7 @@ msgstr "" msgid "Trusted by bodies:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 msgid "Trusted to make reports that don't need to be inspected" msgstr "" @@ -4149,9 +4154,10 @@ msgstr "再試一次" msgid "Try emailing us directly:" msgstr "何不直接發信給我們:" -#: templates/web/base/admin/report_blocks.html:1 -#: templates/web/base/admin/report_blocks.html:21 +#: 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 @@ -4172,14 +4178,14 @@ msgid "Unknown alert type" msgstr "未知的通知類別" #: perllib/FixMyStreet/App/Controller/Photo.pm:109 -#: perllib/FixMyStreet/App/Controller/Root.pm:124 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 #: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "未知的錯誤" -#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:112 +#: perllib/FixMyStreet/App/Controller/Report.pm:118 #: perllib/FixMyStreet/App/Controller/Report.pm:121 -#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "未知的問題編號 " @@ -4243,10 +4249,10 @@ msgstr "更新之狀態" msgid "Updated" msgstr "已更新" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1157 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1221 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1384 -#: perllib/FixMyStreet/App/Controller/Admin.pm:822 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1158 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1222 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:821 #: perllib/FixMyStreet/Cobrand/Zurich.pm:762 #: perllib/FixMyStreet/Cobrand/Zurich.pm:787 #: perllib/FixMyStreet/Cobrand/Zurich.pm:857 @@ -4273,11 +4279,22 @@ 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 +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" +"contact, use <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" +"remove the category from use when reporting problems, but keep it available in\n" +"map filters, and <strong>deleted</strong> will remove the category from there\n" +"as well." +msgstr "" + #: templates/web/base/admin/open311-form-fields.html:65 msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/contact-form.html:124 +#: templates/web/base/admin/contact-form.html:123 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 "" @@ -4290,11 +4307,11 @@ msgstr "已用過之地圖" msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1700 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1701 msgid "User flag removed" msgstr "移除用戶的標記警告" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1672 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1673 msgid "User flagged" msgstr "給用戶標記警告" @@ -4308,8 +4325,8 @@ msgstr "標註為解決" msgid "User search finds matches in users' names and email addresses." msgstr "用戶找到相符的名稱與電子郵件" -#: perllib/FixMyStreet/Cobrand/Default.pm:669 -#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: 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 msgid "Users" @@ -4319,9 +4336,9 @@ msgstr "使用者" msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:400 -#: perllib/FixMyStreet/App/Controller/Admin.pm:430 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:399 +#: perllib/FixMyStreet/App/Controller/Admin.pm:429 +#: perllib/FixMyStreet/App/Controller/Admin.pm:447 msgid "Values updated" msgstr "數值更新" @@ -4435,7 +4452,7 @@ msgstr "願望" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." msgstr "搜尋要求,也可能限制單一機構中搜尋相關權責單位。其搜尋字眼為 <a href=\"%s\">MaPit</a>提供的主管ID." -#: templates/web/base/front/footer-marketing.html:17 +#: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "您願為FixMyStreet貢獻嗎?這個一個開放原始碼,可從 <a href=\"http://fixmystreet.org\">fixmystreet.org</a>官網進一步了解 " @@ -4460,23 +4477,22 @@ msgstr "" msgid "Year" msgstr "年份" -#: perllib/FixMyStreet/Cobrand/Default.pm:1202 +#: perllib/FixMyStreet/Cobrand/Default.pm:1206 #: templates/web/base/admin/bodies.html:70 -#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 -#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:136 +#: 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:80 msgid "Yes" msgstr "是" @@ -4510,7 +4526,7 @@ 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/contact/index.html:111 +#: 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>詢求技術支援。" @@ -4547,7 +4563,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "您已回覆過本問卷。如果您有問題,請<href='%s'>保持聯絡</a>, 或是<a href='%s'>檢視 您作的申報</a>\n" -#: templates/web/base/report/new/form_report.html:37 +#: templates/web/base/report/new/form_report.html:39 #: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "在此申報中你已經附加了照片(注意你最多可附3張照片,如果你還想上傳更多張,原先的照片會被移除)" @@ -4611,7 +4627,7 @@ 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:81 +#: 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 @@ -4641,6 +4657,19 @@ msgstr "您的個人資料,將會依照<a href=\"/privacy\">本站隱私權政 msgid "Your name" msgstr "姓名" +#: templates/web/base/my/anonymize.html:13 +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 +msgid "Your name has been hidden from all your reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/My.pm:259 +#, fuzzy +msgid "Your name has been hidden." +msgstr "密碼已更新" + #: templates/web/base/js/translation_strings.html:62 #, fuzzy msgid "Your offline reports" @@ -4657,6 +4686,7 @@ msgstr "密碼" msgid "Your password has been changed" msgstr "密碼已更新" +#: templates/web/base/contact/index.html:87 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 #: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" @@ -4697,7 +4727,7 @@ msgstr "" msgid "by %s" msgstr "由 %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:290 +#: perllib/FixMyStreet/DB/Result/Comment.pm:280 msgid "closed as a duplicate report" msgstr "標註為重覆之申報" @@ -4734,44 +4764,44 @@ msgstr "%s上回更新:" msgid "less than a minute" msgstr "少於一分鐘" -#: perllib/FixMyStreet/DB/Result/Comment.pm:280 +#: perllib/FixMyStreet/DB/Result/Comment.pm:270 msgid "marked as action scheduled" msgstr "標註為排程行動" -#: perllib/FixMyStreet/DB/Result/Comment.pm:292 +#: perllib/FixMyStreet/DB/Result/Comment.pm:282 msgid "marked as an internal referral" msgstr "標註為內部推薦" -#: perllib/FixMyStreet/DB/Result/Comment.pm:282 +#: perllib/FixMyStreet/DB/Result/Comment.pm:272 msgid "marked as closed" msgstr "標註為關閉" -#: perllib/FixMyStreet/DB/Result/Comment.pm:263 -#: perllib/FixMyStreet/DB/Result/Comment.pm:284 +#: 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:278 +#: perllib/FixMyStreet/DB/Result/Comment.pm:268 msgid "marked as in progress" msgstr "標註為處理中" -#: perllib/FixMyStreet/DB/Result/Comment.pm:274 +#: perllib/FixMyStreet/DB/Result/Comment.pm:264 msgid "marked as investigating" msgstr "標註為調查中" -#: perllib/FixMyStreet/DB/Result/Comment.pm:286 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "marked as no further action" msgstr "標註為無法解決" -#: perllib/FixMyStreet/DB/Result/Comment.pm:288 +#: perllib/FixMyStreet/DB/Result/Comment.pm:278 msgid "marked as not the council's responsibility" msgstr "標註為非本區政府職責範圍" -#: perllib/FixMyStreet/DB/Result/Comment.pm:276 +#: perllib/FixMyStreet/DB/Result/Comment.pm:266 msgid "marked as planned" msgstr "標註為己規畫" -#: perllib/FixMyStreet/App/Controller/Admin.pm:122 +#: perllib/FixMyStreet/App/Controller/Admin.pm:121 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" @@ -4813,8 +4843,8 @@ msgstr "原始輸入者" msgid "other areas:" msgstr "其它地區:" -#: perllib/FixMyStreet/DB/Result/Comment.pm:265 -#: perllib/FixMyStreet/DB/Result/Comment.pm:271 +#: perllib/FixMyStreet/DB/Result/Comment.pm:255 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "reopened" msgstr "重啟申報" @@ -4822,7 +4852,7 @@ msgstr "重啟申報" msgid "required" msgstr "" -#: templates/web/zurich/footer.html:13 +#: templates/web/zurich/footer.html:12 msgid "sign out" msgstr "登出" @@ -4830,7 +4860,7 @@ msgstr "登出" msgid "the local council" msgstr "當地地府" -#: templates/web/base/report/_report_meta_info.html:2 +#: templates/web/base/report/_report_meta_info.html:5 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "地圖上無標記,用戶未使用地圖" @@ -4918,6 +4948,36 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" +#: templates/web/base/reports/index.html:92 +#, fuzzy, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "%d 日期" + +#: templates/web/base/reports/index.html:55 +#, fuzzy, perl-format +msgid "%s problem marked as fixed" +msgid_plural "%s problems marked as fixed" +msgstr[0] "標註為解決" + +#: templates/web/base/reports/index.html:43 +#, fuzzy, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "或將此問題 申報給:" + +#: templates/web/base/reports/index.html:107 +#, fuzzy, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "提報 " + +#: templates/web/base/reports/index.html:49 +#, fuzzy, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "取得 %s問題之更新" + #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" @@ -4971,3 +5031,59 @@ msgstr[0] "%s上回更新:" msgid "report" msgid_plural "reports" msgstr[0] "提報 " + +#~ msgid "" +#~ "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" +#~ " If you are not sure of the origin or validity of the contact, leave this unchecked." +#~ msgstr "" +#~ "看看<strong>已確認申報</strong> 此顯示承辦人員已確認申訴無誤。\n" +#~ "如果你無法確定承辯人員來源與有效與否, 請保留空白。" + +#~ msgid "" +#~ "Check <strong>deleted</strong> to remove the category from use. \n" +#~ " It will not appear as an available category in the drop-down menu on the report-a-problem page." +#~ msgstr "" +#~ "看看<strong>已刪除</strong> 以移除該類別。\n" +#~ "此遭刪除類別將不會顯示在申報問題頁的下拉式選項上。" + +#~ msgid "Greyed-out lines are councils that no longer exist." +#~ msgstr "灰色的地方政府機關表示為已不再存在" + +#~ msgid "Marked fixed/closed in the past eight weeks" +#~ msgstr "過去八週內標記為已修復/結案情況" + +#~ msgid "Marked fixed/closed more than eight weeks ago" +#~ msgstr "八週前曾經標記為已修復/結案" + +#~ msgid "New <br>problems" +#~ msgstr "新 <br>問題 " + +#~ msgid "Old / unknown <br>problems" +#~ msgstr "老/ 未知 <br>問題 " + +#~ msgid "Older <br>fixed" +#~ msgstr "己解決之舊問題 " + +#~ msgid "Older <br>problems" +#~ msgstr "舊問題 " + +#~ msgid "Open for more than four weeks, with an update within the past eight weeks" +#~ msgstr "開放已超過四週,最近八週內有更新過。" + +#~ msgid "Open, but not had any update in eight weeks" +#~ msgstr "開放,但過去八週內未有任何更新" + +#~ msgid "Recently <br>fixed" +#~ msgstr "最新 <br>解決" + +#~ msgid "Reported within the last four weeks" +#~ msgstr "最近四週內的申報" + +#~ msgid "Select a particular council to see the reports sent there." +#~ msgstr "選擇特定議會呈送申報" + +#~ msgid "This is a summary of all reports on this site." +#~ msgstr "本站所有申報總結" + +#~ msgid "Are you a developer?" +#~ msgstr "你是程式開發者嗎?" diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index b90a4d576..428a250a3 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -66,7 +66,7 @@ are_you_sure: '[% loc('Are you sure?') | replace("'", "\\'") %]', data_cleared: '[% loc('Offline data cleared') | replace("'", "\\'") %]', reports_saved: '[% loc('Reports saved offline.') | replace("'", "\\'") %]', - saving_reports: '[% loc('Saving reports offline', 'This is followed by a progress count, e.g. 3/5') | replace("'", "\\'") %]', + saving_reports: '[% loc('Saving reports offline', "This is followed by a progress count, e.g. 3/5") | replace("'", "\\'") %]', you_are_offline: '[% loc('You are offline') | replace("'", "\\'") %]', N_saved: '[% loc('<span>%s</span> saved.') | replace("'", "\\'") %]', saved_to_submit: '[% loc('You have <a id="oFN" href=""><span>%s</span> saved to submit</a>.') | replace("'", "\\'") %]', diff --git a/templates/web/base/reports/_list-filters.html b/templates/web/base/reports/_list-filters.html index e657e0375..efb917c16 100644 --- a/templates/web/base/reports/_list-filters.html +++ b/templates/web/base/reports/_list-filters.html @@ -34,7 +34,7 @@ [% END %] <p class="report-list-filters"> - [% tprintf(loc('<label for="statuses">Show</label> %s <label for="filter_categories">about</label> %s', 'The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories'), select_status, select_category) %] + [% tprintf(loc('<label for="statuses">Show</label> %s <label for="filter_categories">about</label> %s', "The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories"), select_status, select_category) %] <input type="submit" name="filter_update" value="[% loc('Go') %]"> </p> diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index f1dda5f91..9368d8cc9 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -991,8 +991,8 @@ fixmystreet.display = { translation_strings.ok + '</a>' + '</p>') + .addClass('above-form') // Stop map being absolute, so reporting form doesn't get hidden .css({ - position: 'relative', // Stop map being absolute, so reporting form doesn't get hidden width: width, height: height }); diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 87e474136..65abd8421 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1741,14 +1741,11 @@ a:hover.rap-notes-trigger { height: auto; // override `.mobile #map_box` height:10em margin: 0; z-index: 1; // stack above positioned elements later on the page (eg: .report-list-filters) - } - - .container { - padding: 0; // map_box needs to be full width, so remove page gutter - } - #map_sidebar { - padding: 1em; // reinstate page gutter, but on sidebar, so map_box is unaffected + &.above-form { + position: relative; + margin: 0 -1em; + } } } diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index f3ce64f37..e251a6208 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -162,7 +162,7 @@ body.mappage { #site-header { // With the exception of the #site-logo child, the rest of - // #site-header gets entirely hidden behind .nav-wrapper-2 + // #site-header gets entirely hidden behind the navigation position: absolute; z-index: auto; top: 0; |