Currently translated at 100.0% (9 of 9 strings) Translated using Weblate (French) Currently translated at 93.4% (552 of 591 strings) Co-authored-by: Jordan \"Tes\" Michel <jordan.michel13@yahoo.fr> 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/plurals
48 lines
1.8 KiB
XML
48 lines
1.8 KiB
XML
<?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>
|
|
<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>
|
|
<plurals name="hours">
|
|
<item quantity="one">heure</item>
|
|
<item quantity="many">heures</item>
|
|
<item quantity="other">heures</item>
|
|
</plurals>
|
|
<plurals name="minutes">
|
|
<item quantity="one">minute</item>
|
|
<item quantity="many">minutes</item>
|
|
<item quantity="other">minutes</item>
|
|
</plurals>
|
|
</resources> |