diff options
author | Baligh Uddin <baligh@google.com> | 2012-12-05 10:21:54 -0800 |
---|---|---|
committer | Baligh Uddin <baligh@google.com> | 2012-12-05 10:21:54 -0800 |
commit | 5f956afb7c75a2184bbada95eb4d91c35d1736ae (patch) | |
tree | 413e7f0125683b1de9eac6771680c402df237fe0 | |
parent | 0daff11c040114ecee4ff8f06b982eedde85f020 (diff) | |
download | android_packages_providers_DownloadProvider-5f956afb7c75a2184bbada95eb4d91c35d1736ae.tar.gz android_packages_providers_DownloadProvider-5f956afb7c75a2184bbada95eb4d91c35d1736ae.tar.bz2 android_packages_providers_DownloadProvider-5f956afb7c75a2184bbada95eb4d91c35d1736ae.zip |
Import translations. DO NOT MERGE
Change-Id: Ia4dc102097a8c6085e20d7fc7e2e10adc475f872
Auto-generated-cl: translation import
-rw-r--r-- | res/values-es/strings.xml | 2 | ||||
-rw-r--r-- | res/values-pl/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 9295a405..3bdbfe06 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -53,6 +53,6 @@ <item quantity="one" msgid="5537481763963544278">"1 archivo en espera"</item> <item quantity="other" msgid="549229034166062887">"<xliff:g id="NUMBER">%d</xliff:g> archivos en espera"</item> </plurals> - <string name="download_remaining" msgid="3139295890887972718">"<xliff:g id="DURATION">%s</xliff:g> restantes"</string> + <string name="download_remaining" msgid="3139295890887972718">"Tiempo restante: <xliff:g id="DURATION">%s</xliff:g>"</string> <string name="download_no_application_title" msgid="7935659741162801699">"Error al abrir el archivo"</string> </resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index b21d423f..a02ef5c5 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -53,6 +53,6 @@ <item quantity="one" msgid="5537481763963544278">"Czeka 1 plik"</item> <item quantity="other" msgid="549229034166062887">"Oczekujące pliki: <xliff:g id="NUMBER">%d</xliff:g>"</item> </plurals> - <string name="download_remaining" msgid="3139295890887972718">"Pozostało <xliff:g id="DURATION">%s</xliff:g>"</string> + <string name="download_remaining" msgid="3139295890887972718">"Pozostało: <xliff:g id="DURATION">%s</xliff:g>"</string> <string name="download_no_application_title" msgid="7935659741162801699">"Nie można otworzyć pliku"</string> </resources> |