summaryrefslogtreecommitdiffstats
path: root/res/values-hr
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-01-12 20:05:01 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-01-12 20:05:01 +0200
commitf41cba9232db0db3106a62f8da74e563462092fc (patch)
treee9aa446cc7fe03c43265f8ea5b92d28ef756c57d /res/values-hr
parent907a2ddd90b56bb11d78a63840ad693ca2191b8b (diff)
downloadandroid_packages_providers_DownloadProvider-f41cba9232db0db3106a62f8da74e563462092fc.tar.gz
android_packages_providers_DownloadProvider-f41cba9232db0db3106a62f8da74e563462092fc.tar.bz2
android_packages_providers_DownloadProvider-f41cba9232db0db3106a62f8da74e563462092fc.zip
Automatic translation import
Change-Id: I49173cb1cdfbb4e3301c0cf66f4213997e0af420
Diffstat (limited to 'res/values-hr')
-rw-r--r--res/values-hr/cm_plurals.xml37
-rw-r--r--res/values-hr/cm_strings.xml31
2 files changed, 68 insertions, 0 deletions
diff --git a/res/values-hr/cm_plurals.xml b/res/values-hr/cm_plurals.xml
new file mode 100644
index 00000000..62d8587e
--- /dev/null
+++ b/res/values-hr/cm_plurals.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2014 The CyanogenMod 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: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="one"><xliff:g id="count">%d</xliff:g> sekunda</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> sekunde</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sekundi</item>
+ </plurals>
+ <!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> minuta</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> minute</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> minuta</item>
+ </plurals>
+ <!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> sat</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> sata</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sati</item>
+ </plurals>
+</resources>
diff --git a/res/values-hr/cm_strings.xml b/res/values-hr/cm_strings.xml
new file mode 100644
index 00000000..bda99d81
--- /dev/null
+++ b/res/values-hr/cm_strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-2016 The CyanogenMod 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Notification text containing download duration left and download speed -->
+ <string name="text_download_speed"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
+ <!-- Status indicating that the download has been paused to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_paused">Pauzirano</string>
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Pauzirano, %d%%</string>
+ <!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Nastavi</string>
+ <!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d pauziran</string>
+</resources>