Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs_CZ.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7e261412ff76515a721c45a607dfa32865cb77f (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
    "Updater" : "Automatické aktualizace",
    "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Z bezpečnostních důvodů používá zabudovaný program aktualizací ownCloud dodatečné přihlašovací údaje. Pro otevření stránky s aktualizacemi klikněte na následující tlačtko.",
    "Open updater" : "Otevřít program aktualizací"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");