aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-cs/strings.xml
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-04-19 20:27:30 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-04-19 20:27:30 +0200
commit771d8a9415831b5d6fe9cebf574fbf7e5eacd373 (patch)
tree3c74a84dce73e1e19b93839b803f509feabe36df /app/src/main/res/values-cs/strings.xml
parent6983ef4f82a85cae1e7f83638ce2f5ec37e96ef0 (diff)
Add a Sync command that calls Pull then Push
Fixes #78
Diffstat (limited to 'app/src/main/res/values-cs/strings.xml')
-rw-r--r--app/src/main/res/values-cs/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index c1dc6ae0..f789b8a9 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -121,5 +121,8 @@
<string name="dialog_negative">Ne... později</string>
<string name="dialog_oops">Ajaj...</string>
<string name="dialog_cancel">Zrušit</string>
+ <string name="git_sync">Syncronize repository</string>
+ <string name="git_pull">Pull from remote</string>
+ <string name="git_push">Push to remote</string>
</resources>