mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
26 lines
467 B
YAML
26 lines
467 B
YAML
DurationDay: |-
|
|
{days, plural,
|
|
one{{days} jour }
|
|
other{{days} jours }
|
|
}
|
|
DurationHour: "{hours} h "
|
|
DurationMinute: "{minutes} min "
|
|
DurationMonth: "{months} mois "
|
|
DurationSecond: "{seconds} sec "
|
|
DurationYear: |-
|
|
{years, plural,
|
|
one{{years} an }
|
|
other{{years} ans }
|
|
}
|
|
No: "Non"
|
|
NotAvailableShort: "N/A"
|
|
Reset: "Réinitialiser"
|
|
Yes: "Oui"
|
|
On: "Actif"
|
|
Off: "Inactif"
|
|
None: "Aucun"
|
|
OK: "Valider"
|
|
Cancel: "Annuler"
|
|
Close: "Fermer"
|
|
Copy: "Copier"
|