16 lines
503 B
XML
16 lines
503 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="tw__time_hours">
|
|
<item quantity="one">1 گھنٹہ</item>
|
|
<item quantity="other">%d گھنٹے</item>
|
|
</plurals>
|
|
<plurals name="tw__time_mins">
|
|
<item quantity="one">1منٹ</item>
|
|
<item quantity="other">%dمنٹ</item>
|
|
</plurals>
|
|
<plurals name="tw__time_secs">
|
|
<item quantity="one">پہلا</item>
|
|
<item quantity="other">%dسیکنڈ</item>
|
|
</plurals>
|
|
</resources>
|