aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorArmin Novak <armin.novak@gmail.com>2015-10-11 13:11:50 +0200
committerArmin Novak <armin.novak@gmail.com>2015-10-11 13:11:50 +0200
commit6a6cb43b17df1557033c217d199706bd4e09673e (patch)
treeed798114dd8efba872156e61914e3771282c0d0c /src/main/res
parentca1fe61f09107d19d0fee07c9234739cfd8e4344 (diff)
Captcha support.
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml3
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>