Update strings.xml

fix
This commit is contained in:
spkprs 2018-11-20 22:07:04 +02:00 committed by GitHub
parent cc17331cbc
commit 18975edf80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,18 +117,18 @@
<string name="confirm_selection">Επιβεβαιώστε την επιλογή</string>
<plurals name="items">
<item quantity="one">%d στοιχείου</item>
<item quantity="one">%d στοιχείο</item>
<item quantity="other">%d στοιχεία</item>
</plurals>
<!-- Are you sure you want to delete 5 items? -->
<plurals name="delete_items">
<item quantity="one">%d στοιχείου</item>
<item quantity="one">%d στοιχείο</item>
<item quantity="other">%d στοιχεία</item>
</plurals>
<plurals name="deleting_items">
<item quantity="one">Διαγραφή %d στοιχείου</item>
<item quantity="one">Διαγραφή %d στοιχείο</item>
<item quantity="other">Διαγραφή %d στοιχεία</item>
</plurals>