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

lv.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb4277c9320f5f3f35094f1cff030613cba7ddf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "firstrunwizard",
    {
    "First run wizard" : "Pirmās palaišanas vednis",
    "Add your profile information! For example your email is needed to reset your password." : "Pievienot savu profila informāciju! Piemēram jūsu e-pasts ir nepieciešams, lai atjaunotu paroli.",
    "Get the apps to sync your files" : "Saņem programmas, lai sinhronizētu savas datnes",
    "Desktop client" : "Darbvirsmas klients",
    "Android app" : "Android programma",
    "iOS app" : "iOS programma",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Piekļūt un koplietot datnes, kalendārus, kontaktpersonas, pasta u.c. no jebkuras ierīces, pēc jūsu nosacījumiem",
    "Access files via WebDAV" : "Piekļūt datnēm caur WebDAV",
    "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." : "Vairāk informācijas skatīt <a target=\"_blank\" href=\"%s\">dokumentācijā</a> un mūsu <a target=\"_blank\" href=\"%s\">mājas lapā</a>.",
    "If you like Nextcloud, <a href=\"mailto:?subject=Nextcloud &body=Nextcloud is a great open software to sync and share your files. You can freely get it from https://nextcloud.com\"> recommend it to your friends</a> and <a href=\"https://nextcloud.com/contribute/\" target=\"_blank\">contribute back</a>!" : "Ja jums patīk Nextcloud, <a href=\"mailto:?subject=Nextcloud &body=Nextcloud is a great open software to sync and share your files. You can freely get it from https://nextcloud.com\"> iesakiet to saviem draugiem</a> un <a href=\"https://nextcloud.com/contribute/\" target=\"_blank\">dotiet ieguldījumu</a>!",
    "Connect your Calendar" : "Savienojiet savu kalendāru",
    "Connect your Contacts" : "Savienojiet savus kontaktus"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");