aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorknuthy <knuthy@gmail.com>2014-09-30 00:46:58 +0200
committerknuthy <knuthy@gmail.com>2014-09-30 00:46:58 +0200
commitcc2883fe1b99c12f9e40295131c5d8e3ecaf16f9 (patch)
treea251de6d16c476f20af8e4620510a5106a505991 /app/src/main/res/values
parent499480f80b26668f1a8c3786ff9cb33bc4c1c55b (diff)
a first draft, not complete yet
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 78e25d2b..7e7e120b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -18,7 +18,18 @@
<string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string>
<string name="clone">Clone existing</string>
<string name="initialize">Create new</string>
- <string name="hello_blank_fragment">Hello blank fragment</string>
+
+ <string name="server_name">Server</string>
+ <string name="server_protocol">Protocol</string>
+ <string name="server_url">Server URL</string>
+ <string name="server_url_hint">server.com</string>
+ <string name="server_port_hint">22</string>
+ <string name="server_path">Repo path</string>
+ <string name="server_path_hint">/path/to/pass</string>
+ <string name="server_user">Username</string>
+ <string name="server_user_hint">git_username</string>
+
+ <string name="server_resulting_url">Resulting URL</string>
<!-- PGP Handler -->
<string name="title_activity_pgp_handler">PgpHandler</string>