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.xml6
-rw-r--r--res/values-tr/cm_strings.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/res/values-tr/cm_plurals.xml b/res/values-tr/cm_plurals.xml
index 1d16c688d..e93a90b80 100644
--- a/res/values-tr/cm_plurals.xml
+++ b/res/values-tr/cm_plurals.xml
@@ -17,15 +17,19 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="hour">
+ <item quantity="one">%d sa</item>
<item quantity="other">%d sa</item>
</plurals>
<plurals name="minute">
- <item quantity="other">%d dk</item>
+ <item quantity="one">%d dk</item>
+ <item quantity="other">%d dak</item>
</plurals>
<plurals name="second">
+ <item quantity="one">%d sn</item>
<item quantity="other">%d sn</item>
</plurals>
<plurals name="call">
+ <item quantity="one">%d çağrı</item>
<item quantity="other">%d çağrı</item>
</plurals>
</resources>
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
index 9a6aa71e6..b3d1e6496 100644
--- a/res/values-tr/cm_strings.xml
+++ b/res/values-tr/cm_strings.xml
@@ -45,6 +45,8 @@
<string name="call_stats_sort_by_count">Arama sayısına göre sırala</string>
<string name="menu_add_to_blacklist">Karalisteye ekle</string>
<string name="toast_added_to_blacklist"><xliff:g id="number">%s</xliff:g> kara listeye eklendi</string>
+ <string name="menu_delete_from_blacklist">Kara listeden sil</string>
+ <string name="toast_deleted_from_blacklist"><xliff:g id="number">%s</xliff:g> kara listeden silindi</string>
<string name="nearby_places">Yakın yerler</string>
<string name="people">Kişiler</string>
<string name="start_call_playback">Kaydı oynat</string>