aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-07 11:21:36 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-07 11:21:36 -0800
commit3909dfd244feb55f40b254a8b7c99b3a634ad42a (patch)
treec4c67dd313fd4e54613863461253f0d67d8d8963
parent015aa373a2c878b4ffac9f7e4d4acd9192a3a90b (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-3909dfd244feb55f40b254a8b7c99b3a634ad42a.tar.gz
android_packages_apps_WundergroundWeatherProvider-3909dfd244feb55f40b254a8b7c99b3a634ad42a.tar.bz2
android_packages_apps_WundergroundWeatherProvider-3909dfd244feb55f40b254a8b7c99b3a634ad42a.zip
Automatic translation import
Change-Id: I42082ceed0616074bfe06b2e59dd542905533b4c
-rw-r--r--app/src/main/res/values-in/strings.xml10
-rw-r--r--app/src/main/res/values-nl/strings.xml2
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml6
-rw-r--r--app/src/main/res/values-vi/strings.xml14
4 files changed, 31 insertions, 1 deletions
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index bcf46c5..bbc6b20 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -13,5 +13,15 @@
limitations under the License.
-->
<resources>
+ <string name="action_settings">Pengaturan</string>
+ <string name="authentication_preference_category_title">Autentikasi</string>
+ <string name="authentication_preference_api_key">Kunci API</string>
+ <string name="authentication_preference_api_key_summary">Kunci API yang digunakan untuk autentikasi Weather Underground</string>
+ <string name="authentication_preference_api_key_verified">Terautentikasi</string>
+ <string name="authentication_preference_api_key_not_verified">Tidak dapat mengautentikasi</string>
<string name="authentication_preference_account_create">Buat akun</string>
+ <string name="authentication_preference_account_create_summary">Buat akun guna mendapatkan kunci API untuk penggunaan data cuaca</string>
+ <string name="about_preference_category_title">Tentang</string>
+ <string name="about_preference">Hak Cipta</string>
+ <string name="about_preference_summary">Weather Underground adalah merek dagang terdaftar dari The Weather Channel, LLC. baik di Amerika Serikat maupun secara internasional. Logo Weather Underground adalah merek dagang dari Weather Underground, LLC.</string>
</resources>
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 293abae..bc8dfb9 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -19,6 +19,8 @@
<string name="authentication_preference_api_key_verified">Geverifieerd</string>
<string name="authentication_preference_api_key_not_verified">Kan niet verifiëren</string>
<string name="authentication_preference_account_create">Account aanmaken</string>
+ <string name="authentication_preference_account_create_summary">Maak een account aan om een API-sleutel te verkrijgen voor gebruik van weergegevens</string>
<string name="about_preference_category_title">Over</string>
<string name="about_preference">Copyright</string>
+ <string name="about_preference_summary">Weather Underground is een gedeponeerd handelsmerk van The Weather Channel, LLC. zowel in de Verenigde Staten en internationaal. Het Weather Underground-logo is een handelsmerk van Weather Underground, LLC.</string>
</resources>
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 7e38d2b..260d1c3 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -14,8 +14,14 @@
-->
<resources>
<string name="action_settings">Configurações</string>
+ <string name="authentication_preference_category_title">Autenticação</string>
<string name="authentication_preference_api_key">Chave da API</string>
+ <string name="authentication_preference_api_key_summary">Chave da API a ser utilizada para autenticação no Weather Underground</string>
<string name="authentication_preference_api_key_verified">Autenticado</string>
+ <string name="authentication_preference_api_key_not_verified">Não foi possível autenticar</string>
<string name="authentication_preference_account_create">Criar conta</string>
+ <string name="authentication_preference_account_create_summary">Criar uma conta para obter uma chave de API para ter acesso a informações meteorológicas</string>
<string name="about_preference_category_title">Sobre</string>
+ <string name="about_preference">Direitos Autorais</string>
+ <string name="about_preference_summary">Weather Underground é uma marca registada de The Weather Channel, LLC. tanto nos Estados Unidos como internacionalmente. O logotipo do Weather Underground é uma marca registrada de Weather Underground, LLC.</string>
</resources>
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
index e728374..3e54d23 100644
--- a/app/src/main/res/values-vi/strings.xml
+++ b/app/src/main/res/values-vi/strings.xml
@@ -12,4 +12,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="action_settings">Cài đặt</string>
+ <string name="authentication_preference_category_title">Xác thực</string>
+ <string name="authentication_preference_api_key">Khóa API</string>
+ <string name="authentication_preference_api_key_summary">Khóa API để được sử dụng để xác thực Weather Underground</string>
+ <string name="authentication_preference_api_key_verified">Đã xác thực</string>
+ <string name="authentication_preference_api_key_not_verified">Không thể xác thực</string>
+ <string name="authentication_preference_account_create">Tạo tài khoản</string>
+ <string name="authentication_preference_account_create_summary">Tạo một tài khoản để có được một khóa API để sử dụng dữ liệu thời tiết</string>
+ <string name="about_preference_category_title">Về</string>
+ <string name="about_preference">Bản quyền</string>
+ <string name="about_preference_summary">Weather Underground là một nhãn hiệu đăng ký của The Weather Channel, LLC. cả Hoa Kỳ và quốc tế. Weather Underground Logo là một thương hiệu của sân bay Weather Underground, LLC.</string>
+</resources>