mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-20 09:43:58 +00:00
11 lines
369 B
XML
11 lines
369 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>
|
|
</resources> |