You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
XML
34 lines
1.2 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>
|
|
</resources>
|