mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 19:29:18 +01:00
23 lines
949 B
XML
23 lines
949 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<plurals name="num_categories">
|
||
|
<item quantity="one">%d Kategoriya</item>
|
||
|
<item quantity="other">%d Mga kategoriya</item>
|
||
|
</plurals>
|
||
|
<plurals name="lock_after_mins">
|
||
|
<item quantity="one">Human sa %1$s ka minuto</item>
|
||
|
<item quantity="other">Human sa %1$s ka minuto</item>
|
||
|
</plurals>
|
||
|
<plurals name="relative_time">
|
||
|
<item quantity="one">Kagahapon</item>
|
||
|
<item quantity="other">%1$d ka adlaw ang milabay</item>
|
||
|
</plurals>
|
||
|
<plurals name="restore_completed_message">
|
||
|
<item quantity="one">Nabuhat sa %1$s nga adunay %2$s nga sayup</item>
|
||
|
<item quantity="other">Nabuhat sa %1$s nga adunay %2$s nga mga sayop</item>
|
||
|
</plurals>
|
||
|
<plurals name="download_queue_summary">
|
||
|
<item quantity="one">%1$s ang nahibilin</item>
|
||
|
<item quantity="other">%1$s ang nahibilin</item>
|
||
|
</plurals>
|
||
|
</resources>
|