mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-18 23:16:38 +00:00
small language patch
This commit is contained in:
parent
b9ec633bfc
commit
26b0795c52
1 changed files with 6 additions and 6 deletions
|
@ -2,15 +2,15 @@ DurationDay: "{days} d "
|
||||||
DurationHour: "{hours} h "
|
DurationHour: "{hours} h "
|
||||||
DurationMinute: "{minutes} min "
|
DurationMinute: "{minutes} min "
|
||||||
DurationMonth: |-
|
DurationMonth: |-
|
||||||
{months, plural,
|
{miesięcy, plural,
|
||||||
one{{months} mo }
|
one{{months} miesiąc }
|
||||||
other{{months} mos }
|
other{{months} miesięcy }
|
||||||
}
|
}
|
||||||
DurationSecond: "{seconds} s "
|
DurationSecond: "{seconds} s "
|
||||||
DurationYear: |-
|
DurationYear: |-
|
||||||
{years, plural,
|
{lat, plural,
|
||||||
one{{years} yr }
|
one{{years} rok }
|
||||||
other{{years} yrs }
|
other{{years} lat }
|
||||||
}
|
}
|
||||||
No: "Nie"
|
No: "Nie"
|
||||||
NotAvailableShort: "N/A"
|
NotAvailableShort: "N/A"
|
||||||
|
|
Loading…
Reference in a new issue