diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-02 17:11:24 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-02 17:11:24 +0100 |
commit | f7bc98fb391dbe7fceee1cdb7872a4d4c225c484 (patch) | |
tree | c4bf10a25e75c08b53ed238be5f5748673a6980a | |
parent | f36222aaab3693aaa30b7ba3bcfe6178cc850ed9 (diff) |
Make message strings a bit more consistent
Add full stop at the end of all messages
try again -> try again later
-rw-r--r-- | locale/FixMyStreetMobileApp.po | 24 | ||||
-rw-r--r-- | locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po | 24 | ||||
-rw-r--r-- | src/js/strings.js | 16 | ||||
-rw-r--r-- | templates/strings.js | 16 |
4 files changed, 40 insertions, 40 deletions
diff --git a/locale/FixMyStreetMobileApp.po b/locale/FixMyStreetMobileApp.po index 4ddf6f8..f47dc87 100644 --- a/locale/FixMyStreetMobileApp.po +++ b/locale/FixMyStreetMobileApp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: struan@mysociety.org\n" -"POT-Creation-Date: 2013-07-30 16:37+0100\n" +"POT-Creation-Date: 2013-08-02 16:36+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" @@ -166,7 +166,7 @@ msgid "Next" msgstr "" #: templates/strings.js:44 -msgid "No network connection available for submitting your report. Please try again later" +msgid "No network connection available for submitting your report. Please try again later." msgstr "" #: templates/submit_name.html:9 @@ -326,7 +326,7 @@ msgid "There isn't an internet connection, do you want to save the current repor msgstr "" #: templates/strings.js:35 -msgid "There was a problem checking if we have all the details we need. Please try again later" +msgid "There was a problem checking if we have all the details we need. Please try again later." msgstr "" #: templates/strings.js:34 @@ -338,31 +338,31 @@ msgid "There was a problem logging you in. Please check your email and password" msgstr "" #: templates/strings.js:23 -msgid "There was a problem logging you in. Please try later" +msgid "There was a problem logging you in. Please try again later." msgstr "" #: templates/strings.js:24 -msgid "There was a problem logging you out. Please try later" +msgid "There was a problem logging you out. Please try again later." msgstr "" #: templates/strings.js:28 -msgid "There was a problem looking up your location" -msgstr "" - -#: templates/strings.js:32 -msgid "There was a problem submitting your report. Please try again" +msgid "There was a problem looking up your location." msgstr "" #: templates/strings.js:31 msgid "There was a problem submitting your report. Please try again later." msgstr "" +#: templates/strings.js:32 +msgid "There was a problem submitting your report. Please try again." +msgstr "" + #: templates/strings.js:43 -msgid "There was a problem taking your photo" +msgid "There was a problem taking your photo." msgstr "" #: templates/strings.js:26 -msgid "There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option" +msgid "There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option." msgstr "" #: templates/submit_email.html:13 diff --git a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po index ebccd0b..1da2d3f 100644 --- a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po +++ b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: struan@mysociety.org\n" -"POT-Creation-Date: 2013-07-30 16:37+0100\n" +"POT-Creation-Date: 2013-08-02 16:36+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" @@ -176,7 +176,7 @@ msgstr "" #: templates/strings.js:44 msgid "" "No network connection available for submitting your report. Please try again " -"later" +"later." msgstr "" #: templates/submit_name.html:9 @@ -351,7 +351,7 @@ msgstr "" #: templates/strings.js:35 msgid "" "There was a problem checking if we have all the details we need. Please try " -"again later" +"again later." msgstr "" #: templates/strings.js:34 @@ -365,34 +365,34 @@ msgid "" msgstr "" #: templates/strings.js:23 -msgid "There was a problem logging you in. Please try later" +msgid "There was a problem logging you in. Please try again later." msgstr "" #: templates/strings.js:24 -msgid "There was a problem logging you out. Please try later" +msgid "There was a problem logging you out. Please try again later." msgstr "" #: templates/strings.js:28 -msgid "There was a problem looking up your location" -msgstr "" - -#: templates/strings.js:32 -msgid "There was a problem submitting your report. Please try again" +msgid "There was a problem looking up your location." msgstr "" #: templates/strings.js:31 msgid "There was a problem submitting your report. Please try again later." msgstr "" +#: templates/strings.js:32 +msgid "There was a problem submitting your report. Please try again." +msgstr "" + #: templates/strings.js:43 -msgid "There was a problem taking your photo" +msgid "There was a problem taking your photo." msgstr "" #: templates/strings.js:26 msgid "" "There was a problem with your email/password combination. If you have " "forgotten your password, or do not have one, you can set one by returning to " -"the email screen and selecting the set password option" +"the email screen and selecting the set password option." msgstr "" #: templates/submit_email.html:13 diff --git a/src/js/strings.js b/src/js/strings.js index 9f2f1aa..e0a7114 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -20,19 +20,19 @@ password: 'Please enter a password' }, strings: { - login_error: 'There was a problem logging you in. Please try later', - logout_error: 'There was a problem logging you out. Please try later', + login_error: 'There was a problem logging you in. Please try again later.', + logout_error: 'There was a problem logging you out. Please try again later.', login_details_error: 'There was a problem logging you in. Please check your email and password', - password_problem: 'There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option', + password_problem: 'There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option.', location_error: 'Location error', - location_problem: 'There was a problem looking up your location', + location_problem: 'There was a problem looking up your location.', multiple_locations: 'More than one location matched that name. Select one below or try entering street name and area, or a postcode.', sync_error: 'An error was encountered when submitting your report: ', unknown_sync_error: 'There was a problem submitting your report. Please try again later.', - report_send_error: 'There was a problem submitting your report. Please try again', + report_send_error: 'There was a problem submitting your report. Please try again.', missing_location: 'Please enter a location', location_check_failed: 'There was a problem checking we cover this location. Please try again later.', - category_extra_check_error: 'There was a problem checking if we have all the details we need. Please try again later', + category_extra_check_error: 'There was a problem checking if we have all the details we need. Please try again later.', locate_dismissed: 'Please search for a street name and area, or postcode.', geolocation_failed: 'Could not determine your location, please search for a street name and area, or postcode instead.', geolocation_denied: 'Could not access location services. Please check permissions.', @@ -40,8 +40,8 @@ required: 'required', invalid_email: 'Invalid email', invalid_report: 'Invalid report', - photo_failed: 'There was a problem taking your photo', - no_connection: 'No network connection available for submitting your report. Please try again later', + photo_failed: 'There was a problem taking your photo.', + no_connection: 'No network connection available for submitting your report. Please try again later.', more_details: 'More details' } }); diff --git a/templates/strings.js b/templates/strings.js index 85af084..ad0b631 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -20,19 +20,19 @@ password: '[% loc('Please enter a password') %]' }, strings: { - login_error: '[% loc('There was a problem logging you in. Please try later') %]', - logout_error: '[% loc('There was a problem logging you out. Please try later') %]', + login_error: '[% loc('There was a problem logging you in. Please try again later.') %]', + logout_error: '[% loc('There was a problem logging you out. Please try again later.') %]', login_details_error: '[% loc('There was a problem logging you in. Please check your email and password') %]', - password_problem: '[% loc('There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option') %]', + password_problem: '[% loc('There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option.') %]', location_error: '[% loc('Location error') %]', - location_problem: '[% loc('There was a problem looking up your location') %]', + location_problem: '[% loc('There was a problem looking up your location.') %]', multiple_locations: '[% loc('More than one location matched that name. Select one below or try entering street name and area, or a postcode.') %]', sync_error: '[% loc('An error was encountered when submitting your report: ') %]', unknown_sync_error: '[% loc('There was a problem submitting your report. Please try again later.') %]', - report_send_error: '[% loc('There was a problem submitting your report. Please try again') %]', + report_send_error: '[% loc('There was a problem submitting your report. Please try again.') %]', missing_location: '[% loc('Please enter a location') %]', location_check_failed: '[% loc('There was a problem checking we cover this location. Please try again later.') %]', - category_extra_check_error: '[% loc('There was a problem checking if we have all the details we need. Please try again later') %]', + category_extra_check_error: '[% loc('There was a problem checking if we have all the details we need. Please try again later.') %]', locate_dismissed: '[% loc('Please search for a street name and area, or postcode.') %]', geolocation_failed: '[% loc('Could not determine your location, please search for a street name and area, or postcode instead.') %]', geolocation_denied: '[% loc('Could not access location services. Please check permissions.') %]', @@ -40,8 +40,8 @@ required: '[% loc('required') %]', invalid_email: '[% loc('Invalid email') %]', invalid_report: '[% loc('Invalid report') %]', - photo_failed: '[% loc('There was a problem taking your photo') %]', - no_connection: '[% loc('No network connection available for submitting your report. Please try again later') %]', + photo_failed: '[% loc('There was a problem taking your photo.') %]', + no_connection: '[% loc('No network connection available for submitting your report. Please try again later.') %]', more_details: '[% loc('More details') %]' } }); |