mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-10 00:58:52 +01:00
11 lines
436 B
XML
11 lines
436 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<plurals name="num_categories">
|
||
|
<item quantity="one">%d श्रेणी</item>
|
||
|
<item quantity="other">%d श्रेण्या</item>
|
||
|
</plurals>
|
||
|
<plurals name="lock_after_mins">
|
||
|
<item quantity="one">1 मिनीटानंतर</item>
|
||
|
<item quantity="other">%1$s मिनीटांनंतर</item>
|
||
|
</plurals>
|
||
|
</resources>
|