mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 23:16:43 +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 "
|
||||
DurationMinute: "{minutes} min "
|
||||
DurationMonth: |-
|
||||
{months, plural,
|
||||
one{{months} mo }
|
||||
other{{months} mos }
|
||||
{miesięcy, plural,
|
||||
one{{months} miesiąc }
|
||||
other{{months} miesięcy }
|
||||
}
|
||||
DurationSecond: "{seconds} s "
|
||||
DurationYear: |-
|
||||
{years, plural,
|
||||
one{{years} yr }
|
||||
other{{years} yrs }
|
||||
{lat, plural,
|
||||
one{{years} rok }
|
||||
other{{years} lat }
|
||||
}
|
||||
No: "Nie"
|
||||
NotAvailableShort: "N/A"
|
||||
|
|
Loading…
Reference in a new issue