diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-13 09:36:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-13 09:36:22 +0100 |
commit | 80c0d00332edf4d30c80e07d877d9d872cf733f7 (patch) | |
tree | 2d8a9cd32eed49914afb46bd16315f7f2312cf35 /templates/strings.js | |
parent | aa694e3ca96cccebfe6c594a0ea15b997964fb64 (diff) | |
parent | aa1d6f8a74e44f82ad874dd5b2b24c2772deec9a (diff) |
Merge branch 'translation-fixes'master
Diffstat (limited to 'templates/strings.js')
-rw-r--r-- | templates/strings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/strings.js b/templates/strings.js index f7866ad..63e3bed 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -20,6 +20,8 @@ password: '[% loc('Please enter a password') %]' }, strings: { + next: '[% loc('Next') %]', + untitled_draft: '[% loc('Untitled draft') %]', 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 and that you have confirmed your password.') %]', |