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

plurals.xml « values-de « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2762afcf10287160bda7aca81c66a8681b190ae0 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals
        name="ab_selected">
        <item quantity="one">%d ausgewählt</item>
        <item quantity="other">%d ausgewählt</item>
    </plurals>
</resources>