summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2019-01-05 16:02:52 +0100
committerMichael W <baddaemon87@gmail.com>2019-01-05 16:02:52 +0100
commit43d8fb144fb06642fbe0f44ed19458e8ae73c506 (patch)
tree9c4a4f79862b14b6ff09ab6eb4a81479ee444030
parent5b07c34f8d9a40c0f092a7daa1222b8297ad6f44 (diff)
downloadandroid_packages_providers_DownloadProvider-43d8fb144fb06642fbe0f44ed19458e8ae73c506.tar.gz
android_packages_providers_DownloadProvider-43d8fb144fb06642fbe0f44ed19458e8ae73c506.tar.bz2
android_packages_providers_DownloadProvider-43d8fb144fb06642fbe0f44ed19458e8ae73c506.zip
Automatic translation import
Change-Id: I147e61f2fe66c9118f54a9e2a9febee07d945207
-rw-r--r--res/values-ar/cm_strings.xml4
-rw-r--r--res/values-cy/cm_plurals.xml24
-rw-r--r--res/values-cy/strings.xml12
3 files changed, 40 insertions, 0 deletions
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml
index fe471dea..59d9b5d4 100644
--- a/res/values-ar/cm_strings.xml
+++ b/res/values-ar/cm_strings.xml
@@ -22,7 +22,11 @@
individual item in the download list. [CHAR LIMIT=24] -->
<string name="download_paused">موقف مؤقتاً</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">متوقف مؤقتاً, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">استئناف</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">إيقاف مؤقت</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d متوقف مؤقتاً</string>
</resources>
diff --git a/res/values-cy/cm_plurals.xml b/res/values-cy/cm_plurals.xml
index 61d12536..4298230e 100644
--- a/res/values-cy/cm_plurals.xml
+++ b/res/values-cy/cm_plurals.xml
@@ -17,6 +17,30 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> eil</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> eil</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> eil</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> eil</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> eil</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> eil</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> mun</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> mun</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> fun</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> mun</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> mun</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> mun</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> awr</item>
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> awr</item>
+ <item quantity="two"><xliff:g id="count">%d</xliff:g> awr</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> awr</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> awr</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> awr</item>
+ </plurals>
</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
index 117f791b..39f5d25e 100644
--- a/res/values-cy/strings.xml
+++ b/res/values-cy/strings.xml
@@ -24,6 +24,7 @@
of any application that was granted that permission.
This specific permission controls access to the Download Manager by
applications that initiate downloads. -->
+ <string name="permlab_downloadManager">Mynediad at y rheolwr lawrlwytho.</string>
<!-- This is the long description of a permission associated with the
Android Download Manager. It is displayed as part of the description
of any application that was granted that permission.
@@ -37,6 +38,8 @@
dangerous) features from the Download Manager that are needed by
system applications but aren't necessary for regular applications
that just initiate plain downloads. -->
+ <string name="permlab_downloadManagerAdvanced">Swyddogaethau uwch y
+ rheolwr lawrlwytho.</string>
<!-- This is the long description of a permission associated with the
Android Download Manager. It is displayed as part of the description
of any application that was granted that permission.
@@ -61,6 +64,8 @@
<!-- The label for the permission to download files to the download cache
that can't be automatically deleted by the download manager to free up
space [CHAR LIMIT=50] -->
+ <string name="permlab_downloadCacheNonPurgeable">Cadw lle yn y
+storfa lawrlwytho</string>
<!-- The full sentence description for the permission to download files to
the download cache that can't be automatically deleted by the download
manager to free up space [CHAR LIMIT=160] -->
@@ -74,22 +79,27 @@
<string name="permdesc_downloadWithoutNotification">Mae\'n caniatáu i\'r ap lawrlwytho ffeiliau trwy\'r rheolwr lawrlwytho heb ddangos unrhyw hysbysiad i\'r defnyddiwr.</string>
<!-- The label for the permission to access all downloads in the download
manager, not just those owned by the calling user [CHAR LIMIT=50] -->
+ <string name="permlab_accessAllDownloads">Mynediad at holl
+ lwythi system</string>
<!-- The full sentence description for the permission to access all
downloads in the download manager, not just those owned by the calling user
[CHAR LIMIT=160] -->
<string name="permdesc_accessAllDownloads">Mae\'n caniatáu i\'r ap weld ac addasu unrhyw lawrlwythi gan unrhyw ap ar y system.</string>
<!-- This is the title that is used when displaying the notification
for a download that doesn't have a title associated with it. -->
+ <string name="download_unknown_title">&lt;Di-deitl&gt;</string>
<!-- When a download completes, a notification is displayed, and this
string is used to indicate that the download successfully completed.
Note that such a download could have been initiated by a variety of
applications, including (but not limited to) the browser, an email
application, a content marketplace. -->
+ <string name="notification_download_complete">Lawrlwytho wedi\'i gwblhau.</string>
<!-- When a download completes, a notification is displayed, and this
string is used to indicate that the download failed.
Note that such a download could have been initiated by a variety of
applications, including (but not limited to) the browser, an email
application, a content marketplace. -->
+ <string name="notification_download_failed">Lawrlwytho aflwyddiannus.</string>
<!-- When a download is paused because it's too large to download over a
mobile connection, and Wi-Fi is unavailable, this string is displayed in
the system notification for the running download, beneath the download
@@ -100,10 +110,12 @@
<string name="notification_need_wifi_for_size">Mae angen gysylltiad Wi-Fi oherwydd maint y llwyth.</string>
<!-- Notification shown when a download has been paused because a user policy
has blocked network access to applications running in background. [CHAR LIMIT=24] -->
+ <string name="notification_paused_in_background">Wedi oedi yn y cefndir.</string>
<!-- Title for dialog when a download exceeds the carrier-specified maximum size of downloads
over the mobile network and Wi-Fi is required. The user has the choice to either queue the
download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
LIMIT=50] -->
+ <string name="wifi_required_title">Maint i\'w lawrlwytho yn ormod i\'r darparwr rhwydwaith</string>
<!-- Text for dialog when a download exceeds the carrier-specified maximum size of downloads
over the mobile network and Wi-Fi is required. The user has the choice to either queue the
download to start next time Wi-Fi is available or cancel the download altogether. [CHAR