aboutsummaryrefslogtreecommitdiffstats
path: root/locale
Commit message (Collapse)AuthorAgeLines
* Merge branch 'clean'Struan Donald2018-06-19-67/+79
|\
| * Consolidate FixaMinGata with upstream, and apply some minor changesJon Kristensen2018-02-15-72/+84
| |
* | Update translations files & Spanish templatesDave Arter2018-04-30-26/+41
|/
* [CuidoMiCiudad] Update translationsDave Arter2017-07-06-31/+22
|
* [CuidoMiCiudad] Add cobrandDave Arter2017-06-22-135/+916
| | | | | | | | | | | | | | | | | This is the companion cobrand for www.cuidomiciudad.do. Whilst primarily providing the templates and styling for the cobrand, this commit also: - gettext-merge to call msgmerge with --no-wrap, matching the fixmystreet code - Allows localisation of several templates and UI components e.g. back buttons: - The back buttons were automatically being generated by jQuery Mobile, which wasn’t using the correct localisation of ‘Back’. Adding them to the DOM explicitly with the correct translation ensures they appear as they should. - Adds a plugin for overriding the iOS display name - Add a plugin for changing the app’s language easily - Makes it easier for cobrands to customise pin icons on the map (CONFIG.PINS)
* Translated "Untitled draft".translation-fixesMatthew Somerville2016-09-05-80/+90
|
* Fix path typo in translating documentation.Matthew Somerville2016-05-18-4/+3
|
* Change initial map page if locating draft with no locationStruan Donald2013-09-18-14/+22
| | | | | | | | Only display the cancel button in the toolbar, use a different button with different text to indicate you are adding a location to an existing report Fixes #138
* Save last show name publicly statusStruan Donald2013-09-17-10/+10
| | | | | | | Stops people who never want to show their name having to click the option every time. Fixes #134
* Location instead of positionStruan Donald2013-09-16-6/+6
| | | | For consistency
* Remove hardcoded position result strings from offline pageStruan Donald2013-09-16-24/+40
|
* Add explanation text to offline locating screenStruan Donald2013-09-16-28/+28
| | | | Fixes #132
* Indicate locating is optional on offline screenStruan Donald2013-09-16-4/+4
| | | | | | Just add extra text to the button. Fixes #131
* Change photo page title if report has a photoStruan Donald2013-09-16-22/+38
| | | | | | | | Also update it when adding a photo to give an indication that adding the photo was succesful. This is to remove any confusion about whether the photo on the page has been added. Fixes #130
* Add note about confirmation to login errorsStruan Donald2013-09-12-6/+8
| | | | | | | Just to make it obvious you need to click the confirmation link to set activate the password Fixes #124
* Add hint text to set password pageStruan Donald2013-09-12-12/+22
| | | | | | | Mostly to make the user realise that they need to click the link in the confirmation email to activate the password. Fixes #125
* Add text to clarify how to send draft reportsStruan Donald2013-08-20-4/+14
| | | | Fixes #104
* Add a start new report button to final screenStruan Donald2013-08-20-19/+27
| | | | For clarity
* Improve geolocation failed error messageStruan Donald2013-08-15-12/+12
| | | | Fixes #96
* Add in test version warning to initial map pageStruan Donald2013-08-15-8/+16
| | | | | | | Warning to say that reports will not be sent to the council to avoid confusion in advance of beta testing Fixes #94
* Remove hardcoded location search placeholder textStruan Donald2013-08-09-48/+56
|
* Remove hardcoded submission error dialog button stringsStruan Donald2013-08-09-8/+16
|
* Put in place timeout for file uploadStruan Donald2013-08-09-6/+14
| | | | | | | A timeout mechanism that checks that the file is uploading and if not then bails out, and even if it is bails out after 2 minutes Fixes #87
* Do not hard code image uploading messageStruan Donald2013-08-09-6/+14
|
* remove translation of substitution stringStruan Donald2013-08-02-8/+2
|
* Make message strings a bit more consistentStruan Donald2013-08-02-24/+24
| | | | | Add full stop at the end of all messages try again -> try again later
* Change offline page into text if we are viewing a draftStruan Donald2013-08-02-26/+30
|
* Basic translation documentationStruan Donald2013-07-31-0/+3
|
* Add in translation framework and templatesStruan Donald2013-07-30-0/+892
For #12