Translated using Weblate (French)
Currently translated at 100.0% (7 of 7 strings) Translated using Weblate (French) Currently translated at 100.0% (430 of 430 strings) Co-authored-by: frablock <franon1.frablock29@gmail.com> Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/fr/ Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/fr/ Translation: Kotatsu/Strings Translation: Kotatsu/pluralspull/385/head
parent
61a98f54b9
commit
f11e964f0b
@ -1,31 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="minutes_ago">
|
||||
<item quantity="one">Il y a %1$d minute</item>
|
||||
<item quantity="other">Il y a %1$d minutes</item>
|
||||
</plurals>
|
||||
<plurals name="pages">
|
||||
<item quantity="one">%1$d page au total</item>
|
||||
<item quantity="other">%1$d pages au total</item>
|
||||
</plurals>
|
||||
<plurals name="items">
|
||||
<item quantity="one">%1$d élément</item>
|
||||
<item quantity="other">%1$d éléments</item>
|
||||
</plurals>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="one">%1$d nouveau chapitre</item>
|
||||
<item quantity="other">%1$d nouveaux chapitres</item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="one">%1$d chapitre</item>
|
||||
<item quantity="other">%1$d chapitres</item>
|
||||
</plurals>
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="one">Il y a %1$d heure</item>
|
||||
<item quantity="other">Il y a %1$d heures</item>
|
||||
</plurals>
|
||||
<plurals name="days_ago">
|
||||
<item quantity="one">Il y a %1$d jour</item>
|
||||
<item quantity="other">Il y a %1$d jours</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
<plurals name="minutes_ago">
|
||||
<item quantity="one">Il y a %1$d minute</item>
|
||||
<item quantity="many">Il y a %1$d minutes</item>
|
||||
<item quantity="other">Il y a %1$d minutes</item>
|
||||
</plurals>
|
||||
<plurals name="pages">
|
||||
<item quantity="one">%1$d page au total</item>
|
||||
<item quantity="many">%1$d pages au total</item>
|
||||
<item quantity="other">%1$d pages au total</item>
|
||||
</plurals>
|
||||
<plurals name="items">
|
||||
<item quantity="one">%1$d élément</item>
|
||||
<item quantity="many">%1$d éléments</item>
|
||||
<item quantity="other">%1$d éléments</item>
|
||||
</plurals>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="one">%1$d nouveau chapitre</item>
|
||||
<item quantity="many">%1$d nouveaux chapitres</item>
|
||||
<item quantity="other">%1$d nouveaux chapitres</item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="one">%1$d chapitre</item>
|
||||
<item quantity="many">%1$d chapitres</item>
|
||||
<item quantity="other">%1$d chapitres</item>
|
||||
</plurals>
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="one">Il y a %1$d heure</item>
|
||||
<item quantity="many">Il y a %1$d heures</item>
|
||||
<item quantity="other">Il y a %1$d heures</item>
|
||||
</plurals>
|
||||
<plurals name="days_ago">
|
||||
<item quantity="one">Il y a %1$d jour</item>
|
||||
<item quantity="many">Il y a %1$d jours</item>
|
||||
<item quantity="other">Il y a %1$d jours</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
Loading…
Reference in New Issue