We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7be4c7 commit 0254544Copy full SHA for 0254544
app/src/main/res/values-fr/strings.xml
@@ -67,9 +67,9 @@
67
<string name="delete_checked_items">Supprimer les éléments cochés</string>
68
<string name="add_to_the_top">Ajouter en haut de la liste</string>
69
<plurals name="num_checked_items">
70
- <item quantity="one">%d item coché</item>
71
- <item quantity="many">%d items cochés</item>
72
- <item quantity="other">%d items cochés</item>
+ <item quantity="one">%d élément coché</item>
+ <item quantity="many">%d éléments cochés</item>
+ <item quantity="other">%d éléments cochés</item>
73
</plurals>
74
<string name="import_folder">Importer depuis un dossier</string>
75
<string name="export_notes">Exporter les notes</string>
0 commit comments