mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 09:13:57 +00:00
15 lines
531 B
XML
15 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="patches_count">
|
|
<item quantity="one">%d patch</item>
|
|
<item quantity="other">%d patches</item>
|
|
</plurals>
|
|
<plurals name="applied_patches">
|
|
<item quantity="one">%d applied patch</item>
|
|
<item quantity="other">%d applied patches</item>
|
|
</plurals>
|
|
<plurals name="patches_applied">
|
|
<item quantity="one">Applied %d patch</item>
|
|
<item quantity="other">Applied %d patches</item>
|
|
</plurals>
|
|
</resources> |