aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-02 23:01:38 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-02 23:01:38 -0800
commit015aa373a2c878b4ffac9f7e4d4acd9192a3a90b (patch)
tree683808dec7227bacad9d3cc15bdb8579a762abe5
parent3ab84661819a53ccbb8a9dfe3119a2f5cdd244b6 (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-015aa373a2c878b4ffac9f7e4d4acd9192a3a90b.tar.gz
android_packages_apps_WundergroundWeatherProvider-015aa373a2c878b4ffac9f7e4d4acd9192a3a90b.tar.bz2
android_packages_apps_WundergroundWeatherProvider-015aa373a2c878b4ffac9f7e4d4acd9192a3a90b.zip
Automatic translation import
Change-Id: I3f75c25245b2ffb9e8c1dbd35884c60ea2e9a6f4
-rw-r--r--app/src/main/res/values-in/strings.xml4
-rw-r--r--app/src/main/res/values-ja/strings.xml4
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml8
3 files changed, 13 insertions, 3 deletions
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index e728374..bcf46c5 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -12,4 +12,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="authentication_preference_account_create">Buat akun</string>
+</resources>
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index e728374..b8a9c4a 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -12,4 +12,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="action_settings">設定</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 e728374..7e38d2b 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -12,4 +12,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string name="action_settings">Configurações</string>
+ <string name="authentication_preference_api_key">Chave da API</string>
+ <string name="authentication_preference_api_key_verified">Autenticado</string>
+ <string name="authentication_preference_account_create">Criar conta</string>
+ <string name="about_preference_category_title">Sobre</string>
+</resources>