You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
991 B
XML
32 lines
991 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="pages">
|
|
<item quantity="one">Toplam %1$d sayfa</item>
|
|
<item quantity="other">Toplam %1$d sayfa</item>
|
|
</plurals>
|
|
<plurals name="items">
|
|
<item quantity="one">%1$d öge</item>
|
|
<item quantity="other">%1$d öge</item>
|
|
</plurals>
|
|
<plurals name="chapters">
|
|
<item quantity="one">%1$d bölüm</item>
|
|
<item quantity="other">%1$d bölüm</item>
|
|
</plurals>
|
|
<plurals name="hours_ago">
|
|
<item quantity="one">%1$d saat önce</item>
|
|
<item quantity="other">%1$d saat önce</item>
|
|
</plurals>
|
|
<plurals name="new_chapters">
|
|
<item quantity="one">%1$d yeni bölüm</item>
|
|
<item quantity="other">%1$d yeni bölüm</item>
|
|
</plurals>
|
|
<plurals name="days_ago">
|
|
<item quantity="one">%1$d gün önce</item>
|
|
<item quantity="other">%1$d gün önce</item>
|
|
</plurals>
|
|
<plurals name="minutes_ago">
|
|
<item quantity="one">%1$d dakika önce</item>
|
|
<item quantity="other">%1$d dakika önce</item>
|
|
</plurals>
|
|
</resources>
|