diff options
author | Jaroslav Lichtblau <svetlemodry@lichtblau.cz> | 2014-11-28 19:51:34 +0100 |
---|---|---|
committer | Jaroslav Lichtblau <svetlemodry@lichtblau.cz> | 2014-11-28 19:51:34 +0100 |
commit | 6c982c570b838a4eb5d235159cf93453d57e515b (patch) | |
tree | 34bb6c9639d704a92a23fc08a261430f358e3595 | |
parent | f5d04318f7abbdf1dff269f79af07b9287c4091a (diff) |
Update of Czech translation - git commit messages
-rw-r--r-- | app/src/main/res/values-cs/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 95bbbb73..583f4fc6 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -22,10 +22,10 @@ <string name="delete_dialog_text">Opravdu chcete smazat heslo /"</string> <!-- git commits --> - <string name="initialization_commit_text">[ANDROID PwdStore] Úložiště vytvořeno s keyID: </string> - <string name="add_commit_text">[ANDROID PwdStore] Přidat </string> - <string name="remove_commit_text">[ANDROID PwdStore] Odstranit </string> - <string name="from_store"> z úložiště.</string> + <string name="initialization_commit_text">[ANDROID PwdStore] Initialized store with keyID: </string> + <string name="add_commit_text">[ANDROID PwdStore] Add </string> + <string name="remove_commit_text">[ANDROID PwdStore] Remove </string> + <string name="from_store"> from store.</string> <!-- PGPHandler --> <string name="provider_toast_text">Nebyl vybrán poskytovatel OpenPGP!</string> |