16 lines
494 B
XML
16 lines
494 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">1ಗಳು</item>
|
||
<item quantity="other">%dಗಳು</item>
|
||
</plurals>
|
||
</resources>
|