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

sk.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36cffdb8fe8cb1b282f4fd20b284f12ebf9415db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "Informačný panel",
    "Customize" : "Prispôsobiť",
    "Change background image" : "Zmeniť obrázok pozadia",
    "Weather" : "Počasie",
    "Status" : "Stav",
    "Good morning" : "Dobré ráno",
    "Good morning, {name}" : "Dobré ráno, {name}",
    "Good evening" : "Dobrý večer",
    "Good evening, {name}" : "Dobrý večer, {name}",
    "Hello" : "Ahoj",
    "Hello, {name}" : "Ahoj, {name}",
    "Default images" : "Predvolené obrázky",
    "Insert from {productName}" : "Vložiť z {productName}",
    "Good night, {name}" : "Dobrý večer, {name}",
    "Good night" : "Dobrý večer",
    "Pick from files" : "Vybrať zo súborov"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");