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

lv.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3ae3cb2fce8f84ca1a6cbe6cba4334bd2de90b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "files_external",
    {
    "External storage" : "Ārējā krātuve",
    "Personal" : "Personīgi",
    "Grant access" : "Piešķirt pieeju",
    "Access granted" : "Piešķirta pieeja",
    "Enable encryption" : "Ieslēgt šifrēšanu",
    "Saved" : "Saglabāts",
    "Saving..." : "Saglabā...",
    "Save" : "Saglabāt",
    "Username" : "Lietotājvārds",
    "Password" : "Parole",
    "None" : "Nav",
    "Port" : "Ports",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Host" : "Resursdators",
    "Location" : "Vieta",
    "ownCloud" : "ownCloud",
    "Share" : "Dalīties",
    "Name" : "Nosaukums",
    "External Storage" : "Ārējā krātuve",
    "Folder name" : "Mapes nosaukums",
    "Configuration" : "Konfigurācija",
    "Add storage" : "Pievienot krātuvi",
    "Delete" : "Dzēst"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");