mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-04 12:49:46 +00:00
18 lines
348 B
YAML
18 lines
348 B
YAML
DurationDay: "{days} d "
|
|
DurationHour: "{hours} h "
|
|
DurationMinute: "{minutes} min "
|
|
DurationMonth: |-
|
|
{months, plural,
|
|
one{{months} mo }
|
|
other{{months} mos }
|
|
}
|
|
DurationSecond: "{seconds} s "
|
|
DurationYear: |-
|
|
{years, plural,
|
|
one{{years} yr }
|
|
other{{years} yrs }
|
|
}
|
|
No: "No"
|
|
NotAvailableShort: "N/A"
|
|
Reset: "Reset"
|
|
Yes: "Yes"
|