mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-22 10:43:56 +00:00
18 lines
646 B
XML
18 lines
646 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="patch_count">
|
|
<item quantity="one">%d patch</item>
|
|
<item quantity="other">%d patches</item>
|
|
</plurals>
|
|
<plurals name="patches_executed">
|
|
<item quantity="one">Executed %d patch</item>
|
|
<item quantity="other">Executed %d patches</item>
|
|
</plurals>
|
|
<plurals name="selected_count">
|
|
<item quantity="other">%d selected</item>
|
|
</plurals>
|
|
<plurals name="bundle_patches_available">
|
|
<item quantity="one">%d patch available</item>
|
|
<item quantity="other">%d patches available</item>
|
|
</plurals>
|
|
</resources> |