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

eu.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 762100c3aaa9ba0909147fd2fc26081d017f0b2b (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
OC.L10N.register(
    "files_external",
    {
    "Personal" : "Pertsonala",
    "System" : "Sistema",
    "Grant access" : "Baimendu sarrera",
    "Generate keys" : "Sortu gakoak",
    "All users. Type to select user or group." : "Erabiltzaile guztiak. Idatzi erabiltzaile edo taldea hautatzeko.",
    "(group)" : "(taldea)",
    "Enable encryption" : "Gaitu zifratzea",
    "Enable previews" : "Gaitu aurrebistak",
    "Never" : "inoiz ez",
    "Delete" : "Ezabatu",
    "Saved" : "Gordeta",
    "Saving..." : "Gordetzen...",
    "Save" : "Gorde",
    "Username" : "Erabiltzaile izena",
    "Password" : "Pasahitza",
    "Credentials saved" : "Kredentzialak gordeta",
    "%s" : "%s",
    "Secret key" : "Gako sekretua",
    "None" : "Ezer",
    "OAuth1" : "OAuth1",
    "App key" : "Aplikazio gakoa",
    "App secret" : "App sekretua",
    "OAuth2" : "OAuth2",
    "Client ID" : "Bezero ID",
    "Client secret" : "Bezeroaren Sekretua",
    "OpenStack v2" : "OpenStack v2",
    "OpenStack v3" : "OpenStack v3",
    "Domain" : "Domeinua",
    "API key" : "APIaren gakoa",
    "Username and password" : "Erabiltzaile-izena eta pasahitza",
    "RSA public key" : "RSA gako publikoa",
    "Public key" : "Gako publikoa",
    "RSA private key" : "RSA gako pribatua",
    "Private key" : "Gako pribatua",
    "Amazon S3" : "Amazon S3",
    "Hostname" : "Ostalari izena",
    "Port" : "Portua",
    "Region" : "Eskualdea",
    "Enable SSL" : "Gaitu SSL",
    "Enable Path Style" : "Gaitu Bide Estiloa",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Remote subfolder" : "Urruneko azpikarpeta",
    "Secure https://" : "https:// segurua",
    "FTP" : "FTP",
    "Host" : "Ostalaria",
    "Secure ftps://" : "ftps:// segurua",
    "Local" : "Bertakoa",
    "Location" : "Kokapena",
    "Nextcloud" : "Nextcloud",
    "SFTP" : "SFTP",
    "Root" : "Erroa",
    "Share" : "Partekatu",
    "SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz",
    "Username as share" : "Erabiltzaile izena elkarbanaketa bezala",
    "OpenStack Object Storage" : "OpenStack Objektu Biltegiratzea",
    "Service name" : "Zerbitzuaren izena",
    "Name" : "Izena",
    "Storage type" : "Biltegiratze mota",
    "Scope" : "Esparrua",
    "Folder name" : "Karpetaren izena",
    "External storage" : "Kanpoko biltegiratzea",
    "Authentication" : "Autentifikazioa",
    "Configuration" : "Konfigurazioa",
    "Available for" : "Hauentzat eskuragarri",
    "Add storage" : "Gehitu biltegiratzea",
    "Advanced settings" : "Ezarpen aurreratuak"
},
"nplurals=2; plural=(n != 1);");