aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-10-09 13:37:08 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-10-09 13:37:08 +0200
commitb23cb5a9e43d804551dc18f399ffbec991479ee6 (patch)
treee54e041a2487ba4bb899a313e2090cdda47e5696 /src/main/res/values/strings.xml
parentef605e4cbd162d48e40d13d91b188b9838de308d (diff)
initial UI work to allow setting up accounts from certifcates
Diffstat (limited to '')
-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 29b53155..37263ed4 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -524,4 +524,7 @@
<string name="pref_away_when_screen_off_summary">Marks your resource as away when the screen is turned off</string>
<string name="pref_xa_on_silent_mode">Not available in silent mode</string>
<string name="pref_xa_on_silent_mode_summary">Marks your resource as not available when phone is in silent mode</string>
+ <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>
</resources>