Welcome to mirror list, hosted at ThFree Co, Russian Federation.

plurals.xml « values-ru « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32f3b27f79ca2e61d6f8e277f3ab523ea1fde4b2 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals
        name="ab_selected">
        <item quantity="one">%d выбрано</item>
        <item quantity="few">%d выбрано</item>
        <item quantity="many">%d выбрано</item>
        <item quantity="other">%d выбрано</item>
    </plurals>
</resources>