aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian S <kriztan@users.noreply.github.com>2015-01-18 11:12:38 +0100
committerChristian S <christian@pix-art.de>2015-01-18 11:17:27 +0100
commitae16439bd6f0fb87848ee56795af75d3cce6a693 (patch)
tree8f64f6b7d6aadef616adb68a0b4c927e630b9f4e /src/main/res
parentc17005218f454397535bcbddf09ecf75553fb2b8 (diff)
Added new file type names for file transfers
- apk - vcard
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index fb6878ce..fedbe73a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -440,6 +440,8 @@
<string name="video">video file</string>
<string name="image">image file</string>
<string name="pdf_document">PDF document</string>
+ <string name="apk">Android App</string>
+ <string name="vcard">Contact</string>
<string name="received_x_file">Received %s</string>
<string name="disable_foreground_service">Disable foreground service</string>
<string name="touch_to_open_conversations">Touch to open Conversations</string>