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
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="items">
|
|
<item quantity="one">%1$d आइटम</item>
|
|
<item quantity="other">%1$d आइटम्स</item>
|
|
</plurals>
|
|
<plurals name="minutes_ago">
|
|
<item quantity="one">%1$d कुछ_मिनट_पहले</item>
|
|
<item quantity="other">%1$d कुछ_मिनेटो_पहले</item>
|
|
</plurals>
|
|
<plurals name="hours_ago">
|
|
<item quantity="one">%1$d घंटेभर_पहले</item>
|
|
<item quantity="other">%1$d घंटोंभर_पहले</item>
|
|
</plurals>
|
|
<plurals name="pages">
|
|
<item quantity="one">कुल %1$d पेज</item>
|
|
<item quantity="other">कुल %1$d पेजेस</item>
|
|
</plurals>
|
|
<plurals name="new_chapters">
|
|
<item quantity="one">%1$d नया चैप्टर</item>
|
|
<item quantity="other">%1$d नए चैप्टर</item>
|
|
</plurals>
|
|
<plurals name="chapters">
|
|
<item quantity="one">%1$d चैप्टर</item>
|
|
<item quantity="other">%1$d चैप्टर्स</item>
|
|
</plurals>
|
|
<plurals name="days_ago">
|
|
<item quantity="one">%1$d कुछ_दिन_पहले</item>
|
|
<item quantity="other">%1$d कुछ_दिनों_पहले</item>
|
|
</plurals>
|
|
</resources>
|