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

is.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f60a1e3af39a66797cf55131c7c9ee79994892d (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
OC.L10N.register(
    "files_external",
    {
    "Personal" : "Um mig",
    "Grant access" : "Veita aðgengi",
    "Access granted" : "Aðgengi veitt",
    "Saved" : "Vistað",
    "Saving..." : "Er að vista ...",
    "Save" : "Vista",
    "Username" : "Notendanafn",
    "Password" : "Lykilorð",
    "None" : "Ekkert",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Host" : "Netþjónn",
    "Location" : "Staðsetning",
    "Share" : "Deila",
    "Name" : "Nafn",
    "External Storage" : "Ytri gagnageymsla",
    "Folder name" : "Nafn möppu",
    "Configuration" : "Uppsetning",
    "Delete" : "Eyða"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");