Translated using Weblate (French)
Currently translated at 100.0% (7 of 7 strings) Translated using Weblate (French) Currently translated at 96.2% (535 of 556 strings) Co-authored-by: Quentin VERDIER <quent1.verdier@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/pluralsmaster
parent
c64c4643bf
commit
4760f1ea35
@ -1,33 +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="many">Il y a %1$d minutes</item>
|
||||
<item quantity="other">Il y a %1$d minutes</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>
|
||||
<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="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>
|
||||
<plurals name="months_ago">
|
||||
<item quantity="one">Il y a %1$d mois</item>
|
||||
<item quantity="many">Il y a %1$d mois</item>
|
||||
<item quantity="other">Il y a %1$d mois</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
Loading…
Reference in New Issue