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

sl.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de2f14602eb34fc96765e67344f266e3336dd021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "firstrunwizard",
    {
    "First run wizard" : "Čarovnik prvega zagona",
    "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek",
    "Desktop client" : "Namizni odjemalec",
    "Android app" : "Program za Android",
    "iOS app" : "Program za iOS",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Dostop in souporaba datotek, koledarja, stikov, elektronske pošte in drugih virov na napravi, pod vašimi pogoji!",
    "Connect your desktop apps to %s" : "Povežite namizne programe z %s",
    "Access files via WebDAV" : "Dostop do datotek preko WebDAV",
    "Connect your Calendar" : "Poveži koledar",
    "Connect your Contacts" : "Poveži stike"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");