16 lines
464 B
XML
16 lines
464 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>
|