diff options
author | Zeapo <mohamed@zenadi.com> | 2014-07-27 18:58:42 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-07-27 18:58:42 +0100 |
commit | a0b8301a4976aaa2ed170542bbfcedca84cd57fc (patch) | |
tree | aabf35451085ec5ec5b0570aa26b5e8d72b5ab74 /app/src/main/res/values/strings.xml | |
parent | c75fd77fdf39328e41a2e23c26583ab745df44a3 (diff) |
Some refactoring and organisation for listview.. sooooon
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c348f3aa..d3e70a68 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,7 +2,7 @@ <resources> <string name="app_name">PwdStore</string> - <string name="clone">Clone!</string> + <string name="clone_settings">Clone</string> <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> @@ -21,6 +21,11 @@ <item>http://</item> </string-array> + <!-- Clone fragment --> + <string name="clone_fragment_text">Password store empty</string> + <string name="clone">Clone a git repository</string> + <string name="initialize">Initialize a git repository</string> + <string name="hello_blank_fragment">Hello blank fragment</string> </resources> |