mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-22 18:53:57 +00:00
14 lines
471 B
XML
14 lines
471 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>
|
|
</resources> |