owncloud/core

View on GitHub
apps/updatenotification/l10n/sk_SK.js

Summary

Maintainability
A
0 mins
Test Coverage
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.",
    "Updater" : "Aktualizátor",
    "A new version is available: %s" : "Je dostupná nová verzia: %s",
    "Update channel:" : "Aktualizačný kanál:"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");