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-ca/strings.xml | |
parent | 0b2cab2395d57582a0b9ebc7c7e818b755567105 (diff) |
add current translations
Diffstat (limited to 'app/src/main/res/values-ca/strings.xml')
-rw-r--r-- | app/src/main/res/values-ca/strings.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 56772b16..d575d53b 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -1,10 +1,15 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version='1.0' encoding='UTF-8'?> <resources> + <string name="retry">Reintenta</string> <string name="info">info</string> <string name="show_connection_details">Mostra els detalls de conexió</string> - <string name="dns_server_info">Servidor DNS: %s</string> <string name="routes_info">Rutes: %s</string> - <string name="routes_info6">Rutes IPv6: %s</string> - <string name="bitmask_log">Registre Bitmask</string> - + <string name="error_empty_username">El nom d\'usuari no pot estar buit</string> + <string name="introduce_new_provider">Afegeix un nou proveïdor de serveis</string> + <string name="save">Guardar</string> + <string name="username_hint">nom d\'usuari</string> + <string name="password_hint">contrasenya</string> + <string name="error_bad_user_password_user_message">Nom d\'usuari o contrasenya incorrecte</string> + <string name="setup_error_configure_button">Configurar</string> + <string name="setup_error_close_button">Surt</string> </resources> |