diff options
author | Armin Novak <armin.novak@gmail.com> | 2015-10-11 13:11:50 +0200 |
---|---|---|
committer | Armin Novak <armin.novak@gmail.com> | 2015-10-11 13:11:50 +0200 |
commit | 6a6cb43b17df1557033c217d199706bd4e09673e (patch) | |
tree | ed798114dd8efba872156e61914e3771282c0d0c /src/main/res/values/strings.xml | |
parent | ca1fe61f09107d19d0fee07c9234739cfd8e4344 (diff) |
Captcha support.
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 5be80088..3307b973 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -527,4 +527,7 @@ <string name="action_add_account_from_key">Add account from key</string> <string name="unable_to_parse_certificate">Unable to parse certificate</string> <string name="authenticate_with_certificate">Leave empty to authenticate w/ certificate</string> + <string name="captcha_ocr">Captcha text</string> + <string name="captcha_required">Captcha required</string> + <string name="captcha_hint">enter the text from the image</string> </resources> |