aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-11-15 20:00:52 +0100
committerDaniel Gultsch <daniel@gultsch.de>2016-11-15 20:00:52 +0100
commit48afeb571bcc2ae1d123ef549426c06e52dc1cc9 (patch)
tree260cbc35a32346e9a34227fddc019c0fd781bdd9 /src/main/res/values
parente84af512729cafa43ed831540d4406e1bb913689 (diff)
refactor omemo fingerprint UI code
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/ids.xml5
-rw-r--r--src/main/res/values/strings.xml3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/values/ids.xml b/src/main/res/values/ids.xml
new file mode 100644
index 00000000..7daad46d
--- /dev/null
+++ b/src/main/res/values/ids.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <item type="id" name="TAG_ACCOUNT"/>
+ <item type="id" name="TAG_FINGERPRINT"/>
+</resources> \ No newline at end of file
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d52d7b88..f4d4262d 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -699,4 +699,7 @@
<string name="data_saver_enabled">Data saver enabled</string>
<string name="data_saver_enabled_explained">Your operating system is restricting Conversations from accessing the Internet when in background. To receive notifications of new messages you should allow Conversations unrestricted access when Data saver is on.\nConversations will still make an effort to save data when possible.</string>
<string name="device_does_not_support_data_saver">Your device does not support disabling Data saver for Conversations.</string>
+ <string name="error_unable_to_create_temporary_file">Unable to create temporary file</string>
+ <string name="this_device_has_been_verified">This device has been verified</string>
+ <string name="copy_fingerprint">Copy fingerprint</string>
</resources>