diff options
author | zeapo <mohamed@zenadi.com> | 2017-06-05 14:30:19 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-06-05 14:30:19 +0200 |
commit | bbd7f661918fa2a96c7c2f2d954c0a10dc24ce9b (patch) | |
tree | dde5a4a11e76893a2675c6e95c41724504bb51e2 /app/src/main/res/values | |
parent | 3a5a322bfa54d2b520cfb2ff9dfc03bdea55c23b (diff) |
add autoSync on startup
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5823c016..175a20c6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -197,4 +197,6 @@ <string name="no_repo_selected2">No external repository selected</string> <string name="send_plaintext_password_to">Send password as plaintext using…</string> <string name="show_password">Show password</string> + <string name="git_auto_sync_title">Auto Sync on start</string> + <string name="git_auto_sync_summary">Synchronize the repository when starting the application or when resuming.</string> </resources> |