mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 12:20:41 +00:00
25 lines
445 B
YAML
25 lines
445 B
YAML
DurationDay: "{days} d "
|
|
DurationHour: "{hours} tim "
|
|
DurationMinute: "{minutes} min "
|
|
DurationMonth: |-
|
|
{months, plural,
|
|
one{{months} må }
|
|
other{{months} må }
|
|
}
|
|
DurationSecond: "{seconds} sek "
|
|
DurationYear: |-
|
|
{years, plural,
|
|
one{{years} år }
|
|
other{{years} år }
|
|
}
|
|
No: "Nej"
|
|
NotAvailableShort: "N/A"
|
|
Reset: "Reset"
|
|
Yes: "Ja"
|
|
On: "På"
|
|
Off: "Av"
|
|
None: "Inget"
|
|
OK: "Ok"
|
|
Cancel: "Avbryt"
|
|
Close: "Stäng"
|
|
Copy: "Kopiera" |