diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-07-19 14:16:03 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-07-19 14:16:03 +0200 |
commit | 83f1d18fc1a509aee24b115527aaeb62e6b95838 (patch) | |
tree | 449a97d36b0a585249c0c4e8744a1b0e6d4584c8 | |
parent | 38c57cec6d9e46bcb897b85e15cf6852fa40f6c7 (diff) |
addd missing strings into the cs lang (no translation yet)
-rw-r--r-- | app/src/main/res/values-cs/strings.xml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index e41cda98..9180500a 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -52,7 +52,9 @@ <string name="passphrase_dialog_title">Ověření</string> <string name="passphrase_dialog_text">Zadejte prosím heslo pro svůj SSH klíč. Nechte prázdné pokud je bez hesla.</string> <string name="password_dialog_text">Zadejte prosím heslo k tomuto repozitáři</string> - + <string name="ssh_preferences_dialog_import">Import</string> + <string name="ssh_preferences_dialog_generate">Generate</string> + <!-- Clone fragment --> <string name="clone_fragment_text">Vítejte v aplikaci Password Store\n\n Na této obrazovce můžete buď vytvořit nový repozitář nebo klonovat dostupný repozitář na svůj přístroj.</string> <string name="clone">Klon existuje</string> @@ -95,6 +97,8 @@ <string name="pref_git_username_hint">username</string> <string name="pref_edit_server_info">Upravit nastavení GIT serveru</string> <string name="pref_ssh_title">Importovat SSH klíč</string> + <string name="pref_ssh_keygen_title">Generate SSH key pair</string> + <string name="pref_ssh_see_key_title">View generated public SSH key</string> <string name="pref_git_delete_repo">Smazat repozitář</string> <string name="pref_dialog_delete_title">Vyčistit repozitář</string> <string name="pref_dialog_delete_msg">Opravdu smazat aktuální adresář úložiště hesel? Toto neodstraní vaši konfiguraci.</string> @@ -113,6 +117,23 @@ <string name="pref_recursive_filter">Rekurzivní filtrování</string> <string name="pref_recursive_filter_hint">Rekurzivní hledání hesel v aktuálním adresáři.</string> + <!-- pwgen fragment --> + <string name="pwgen_generate">Generate</string> + <string name="pwgen_include">Include</string> + <string name="pwgen_numerals">Numerals</string> + <string name="pwgen_symbols">Symbols</string> + <string name="pwgen_uppercase">Uppercase</string> + <string name="pwgen_ambiguous">Ambiguous</string> + + <!-- ssh keygen fragment --> + <string name="ssh_keygen_length">Length</string> + <string name="ssh_keygen_passphrase">Passphrase</string> + <string name="ssh_keygen_comment">Comment</string> + <string name="ssh_keygen_generate">Generate</string> + <string name="ssh_keygen_copy">Copy</string> + <string name="ssh_keygen_tip">Provide this public key to your Git server.</string> + <string name="ssh_keygen_show_passphrase">Show passphrase</string> + <!-- Misc --> <string name="dialog_ok">OK</string> <string name="dialog_yes">Ano</string> @@ -127,5 +148,5 @@ <string name="show_password_pref_title">Show the password</string> <string name="show_password_pref_summary">Control the visibility of the passwords once decrypted, this does not disable the password copy</string> <string name="toast_password_copied">Password copied into the clipboard</string> - + <string name="pwd_generate_button">Generate</string> </resources> |