diff options
author | Baligh Uddin <baligh@google.com> | 2015-09-18 13:53:19 -0700 |
---|---|---|
committer | Baligh Uddin <baligh@google.com> | 2015-09-18 13:53:19 -0700 |
commit | 23b4cd339ed1e9a898132da481018164bf84958e (patch) | |
tree | a43d9aa99f6efb1ed0869e5d22229a2793132400 /packages/ExternalStorageProvider/res | |
parent | 1b67a6b84d133e1fdac352d0821034ceca739a71 (diff) | |
download | frameworks_base-23b4cd339ed1e9a898132da481018164bf84958e.zip frameworks_base-23b4cd339ed1e9a898132da481018164bf84958e.tar.gz frameworks_base-23b4cd339ed1e9a898132da481018164bf84958e.tar.bz2 |
Import translations. DO NOT MERGE
Change-Id: Iccdea720e2b636f99e014f195772bff4a0afc149
Auto-generated-cl: translation import
Diffstat (limited to 'packages/ExternalStorageProvider/res')
-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> |