diff options
Diffstat (limited to 'apps/updatenotification/l10n/lt_LT.json')
-rw-r--r-- | apps/updatenotification/l10n/lt_LT.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/lt_LT.json b/apps/updatenotification/l10n/lt_LT.json index 1ab530e1093..7c43922b62e 100644 --- a/apps/updatenotification/l10n/lt_LT.json +++ b/apps/updatenotification/l10n/lt_LT.json @@ -21,5 +21,5 @@ "Download now" : "Atsisiųsti dabar", "Checked on %s" : "Tikrinta %s", "The update check is not yet finished. Please refresh the page." : "Atnaujinimų patikrinimas dar neužbaigtas. Prašome įkelti puslapį iš naujo." -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);" }
\ No newline at end of file |