summaryrefslogtreecommitdiffstats
path: root/res/values-tr
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-tr')
-rw-r--r--res/values-tr/cm_plurals.xml3
-rw-r--r--res/values-tr/cm_strings.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values-tr/cm_plurals.xml b/res/values-tr/cm_plurals.xml
index 36c302e9..81f81655 100644
--- a/res/values-tr/cm_plurals.xml
+++ b/res/values-tr/cm_plurals.xml
@@ -16,14 +16,17 @@
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> sn</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> sn</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> dk</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> dk</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> sa</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> sa</item>
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
index d98191fe..a4a03b3d 100644
--- a/res/values-tr/cm_strings.xml
+++ b/res/values-tr/cm_strings.xml
@@ -17,4 +17,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/sn</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] -->
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
</resources>