diff options
author | Baligh Uddin <baligh@google.com> | 2015-09-19 02:45:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-09-19 02:45:16 +0000 |
commit | 462c76f129bd2633ddb01db3ed9d45d2ea2f84d9 (patch) | |
tree | 7d7313443ddd6dc4ac2922182a2fe7273ae89035 /packages | |
parent | 78ef803faf8cf780d9c2f232c73f24f0990fe6d1 (diff) | |
parent | 23b4cd339ed1e9a898132da481018164bf84958e (diff) | |
download | frameworks_base-462c76f129bd2633ddb01db3ed9d45d2ea2f84d9.zip frameworks_base-462c76f129bd2633ddb01db3ed9d45d2ea2f84d9.tar.gz frameworks_base-462c76f129bd2633ddb01db3ed9d45d2ea2f84d9.tar.bz2 |
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ExternalStorageProvider/res/values-fa/strings.xml | 2 | ||||
-rw-r--r-- | packages/ExternalStorageProvider/res/values-pt-rBR/strings.xml | 22 |
2 files changed, 23 insertions, 1 deletions
diff --git a/packages/ExternalStorageProvider/res/values-fa/strings.xml b/packages/ExternalStorageProvider/res/values-fa/strings.xml index 8471fc7..9ae8a47 100644 --- a/packages/ExternalStorageProvider/res/values-fa/strings.xml +++ b/packages/ExternalStorageProvider/res/values-fa/strings.xml @@ -16,7 +16,7 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_label" msgid="7123375275748530234">"فضای ذخیره خارجی"</string> + <string name="app_label" msgid="7123375275748530234">"حافظه خارجی"</string> <string name="root_internal_storage" msgid="827844243068584127">"حافظهٔ داخلی"</string> <string name="root_documents" msgid="4051252304075469250">"اسناد"</string> </resources> diff --git a/packages/ExternalStorageProvider/res/values-pt-rBR/strings.xml b/packages/ExternalStorageProvider/res/values-pt-rBR/strings.xml new file mode 100644 index 0000000..77c89b8 --- /dev/null +++ b/packages/ExternalStorageProvider/res/values-pt-rBR/strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_label" msgid="7123375275748530234">"Armazenamento externo"</string> + <string name="root_internal_storage" msgid="827844243068584127">"Armazenamento interno"</string> + <string name="root_documents" msgid="4051252304075469250">"Documentos"</string> +</resources> |