diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-06 01:19:56 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-06 01:19:56 +0100 |
commit | 112d71588c929509c8cb683548ee538466b99f9a (patch) | |
tree | be2b241e6fcb625220720be9057c8800947a2b43 /app/src/main/res | |
parent | 1b520cff549db8bac3f2904e45dfb2f4961994ae (diff) |
enable the users to delete the repositoryv1.2.0.8
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/preference.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5f0db2a8..2f812e91 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -95,6 +95,9 @@ <string name="pref_git_username_hint">username</string> <string name="pref_edit_server_info">Edit git server settings</string> <string name="pref_ssh_title">Import ssh-key</string> + <string name="pref_git_delete_repo">Delete repository</string> + <string name="pref_dialog_delete_title">Clear repository</string> + <string name="pref_dialog_delete_msg">Do you want to delete the current password store directory? This will not clear your configuration.</string> <string name="pref_crypto_title">Crypto</string> <string name="pref_provider_title">Select OpenPGP Provider!</string> <string name="pref_provider_account_title">Set your OpenPGP account</string> diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 848a10ad..1ad898a8 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -3,6 +3,7 @@ <PreferenceCategory android:title="@string/pref_git_title"> <Preference android:title="@string/pref_edit_server_info" android:key="git_server_info"/> <Preference android:title="@string/pref_ssh_title" android:key="ssh_key" /> + <Preference android:title="@string/pref_git_delete_repo" android:key="git_delete_repo"/> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_crypto_title"> |