mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 03:39:14 +00:00
28 lines
465 B
YAML
28 lines
465 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"
|
|
|
|
# To be translated:
|
|
|
|
#Cancel: "Cancel"
|
|
#Close: "Close"
|
|
#None: "None"
|
|
#OK: "OK"
|
|
#Off: "Off"
|
|
#On: "On"
|