diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-24 02:04:05 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-24 02:04:05 +0100 |
commit | 35f8ab58f4b6f97f02031b056d2a5f6f993672cf (patch) | |
tree | f3b9cda64e6e08337a44588a564d5194fe8b3225 /res/values/strings.xml |
inital commit
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 00000000..053dfa5c --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="app_name">Secure Conversations</string> + <string name="action_settings">Settings</string> + <string name="action_add">New conversation</string> + <string name="action_accounts">Manage accounts</string> + <string name="action_archive">Archive</string> + <string name="action_details">Show details</string> + <string name="action_secure">Secure conversation</string> + <string name="title_activity_new_conversation">New Conversation</string> + <string name="hello_world">Hello world!</string> + +</resources> |