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

ro.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e097cbb5c15f1d44fdf15864c6bd4d11f577f012 (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
30
31
32
33
34
35
36
37
OC.L10N.register(
    "files_external",
    {
    "External storage" : "Stocare externă",
    "Personal" : "Personal",
    "Grant access" : "Permite accesul",
    "Access granted" : "Acces permis",
    "Saved" : "Salvat",
    "Username" : "Nume utilizator",
    "Password" : "Parolă",
    "Save" : "Salvează",
    "None" : "Niciuna",
    "API key" : "Cheie API",
    "Public key" : "Cheie publică",
    "Amazon S3" : "Amazon S3",
    "Hostname" : "Hostname",
    "Port" : "Portul",
    "Region" : "Regiune",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Dropbox" : "Dropbox",
    "Host" : "Gazdă",
    "Local" : "Local",
    "Location" : "Locație",
    "ownCloud" : "ownCloud",
    "Root" : "Root",
    "Share" : "Partajează",
    "Name" : "Nume",
    "Storage type" : "Tip stocare",
    "External Storage" : "Stocare externă",
    "Folder name" : "Denumire director",
    "Configuration" : "Configurație",
    "Add storage" : "Adauga stocare",
    "Delete" : "Șterge",
    "Allow users to mount the following external storage" : "Permite utilizatorilor să monteze următoarea unitate de stocare"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");