diff options
author | cyBerta <cyberta@riseup.net> | 2018-02-19 01:47:59 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-02-19 01:58:39 +0100 |
commit | fd0ea99e4483ae921485f20e1023df55d337f2e9 (patch) | |
tree | fab343c18371171171f6eb582ad094d8034caba8 /app/src/main/res/values-hr/strings.xml | |
parent | 0b2cab2395d57582a0b9ebc7c7e818b755567105 (diff) |
add current translations
Diffstat (limited to 'app/src/main/res/values-hr/strings.xml')
-rw-r--r-- | app/src/main/res/values-hr/strings.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml new file mode 100644 index 00000000..8b949914 --- /dev/null +++ b/app/src/main/res/values-hr/strings.xml @@ -0,0 +1,38 @@ +<?xml version='1.0' encoding='UTF-8'?> +<resources> + <string name="retry">Pokušaj ponovo</string> + <string name="switch_provider_menu_option">Switch provider</string> + <string name="info">Info</string> + <string name="show_connection_details">Pokaži detalje veze</string> + <string name="routes_info">Rute: %s</string> + <string name="error_empty_username">Korisničko ime ne smije biti prazno!</string> + <string name="provider_label">Pružatelj:</string> + <string name="provider_label_none">Nema konfiguriranog pružatelja</string> + <string name="status_unknown">Status nepoznat.</string> + <string name="introduce_new_provider">Dodaj novog pružatelja usluga</string> + <string name="save">Spremi</string> + <string name="new_provider_uri">Ime domene</string> + <string name="use_anonymously_button">Koristi anonimno</string> + <string name="username_hint">Korisničko ime</string> + <string name="username_ask">Unesite Vaše korisničko ime</string> + <string name="password_hint">Lozinka</string> + <string name="user_message">Poruka korisnika</string> + <string name="error_bad_user_password_user_message">Netočno korisničko ime ili lozinka</string> + <string name="error_client_http_user_message">Pokušajte ponovo: Client HTTP error</string> + <string name="error_io_exception_user_message">Pokušajte ponovo: I/O error</string> + <string name="error_json_exception_user_message">Pokušajte ponovo: Bad response from the server</string> + <string name="login_button">Prijavite se</string> + <string name="logout_button">Odjavite se</string> + <string name="setup_error_title">Greška u konfiguraciji</string> + <string name="setup_error_configure_button">Konfiguriraj</string> + <string name="setup_error_close_button">Izađi</string> + <string name="malformed_url">Čini se da to nije Bitmask pružatelj</string> + <string name="certificate_error">Bitmask nema povjerenja u ovog pružatelja.</string> + <string name="configuring_provider">Konfiguriram pružatelja</string> + <string name="incorrectly_downloaded_certificate_message">Vaš anonimni certifikat nije preuzet</string> + <string name="authentication_failed_message">Autentifikacija neuspješna.</string> + <string name="eip_status_start_pending">Pokrećem vezu</string> + <string name="eip_cancel_connect_title">Prekinuti vezu?</string> + <string name="eip_cancel_connect_text">U tijeku je pokušaj povezivanja. Želite li ga prekinuti?</string> + <string name="eip_state_connected">Veza osigurana.</string> +</resources> |