mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-26 12:31:02 +00:00
14 lines
469 B
XML
14 lines
469 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">Execute %d patch</item>
|
|
<item quantity="other">Execute %d patches</item>
|
|
</plurals>
|
|
<plurals name="selected_count">
|
|
<item quantity="other">%d selected</item>
|
|
</plurals>
|
|
</resources> |