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-ta | |
parent | 0b2cab2395d57582a0b9ebc7c7e818b755567105 (diff) |
add current translations
Diffstat (limited to 'app/src/main/res/values-ta')
-rw-r--r-- | app/src/main/res/values-ta/strings.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml new file mode 100644 index 00000000..e2c1a112 --- /dev/null +++ b/app/src/main/res/values-ta/strings.xml @@ -0,0 +1,21 @@ +<?xml version='1.0' encoding='UTF-8'?> +<resources> + <string name="retry">மீண்டும் முயற்சிக்கவும்</string> + <string name="switch_provider_menu_option">சேவை வழங்குநரை மாற்று </string> + <string name="info">தகவல்</string> + <string name="show_connection_details">இணைப்பு விவரங்களை காட்டு</string> + <string name="routes_info">வழிகள்: %s</string> + <string name="provider_label">சேவை வழங்குநர்:</string> + <string name="provider_label_none">சேவை வழங்குநர் கட்டமைக்கப்படவில்லை</string> + <string name="introduce_new_provider">புதிய சேவை வழங்குநரை சேர்க்க</string> + <string name="save">சேமி</string> + <string name="username_hint">பயனர் பெயர்</string> + <string name="username_ask">உங்கள் பயனர் பெயரை உள்ளிடுக</string> + <string name="password_hint">கடவுச்சொல்</string> + <string name="login_button">உள்நுழை</string> + <string name="logout_button">வெளியேறு</string> + <string name="setup_error_configure_button">கட்டமைக்க</string> + <string name="setup_error_close_button">வெளியேறுதல்</string> + <string name="authentication_failed_message">அங்கீகரிக்கப்படுதல் தோல்வியுற்றது.</string> + <string name="eip_state_connected">பாதுகாப்பான இணைப்பு.</string> +</resources> |