aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/ast.js
blob: 0fab7b15e81f2499ab7d9cf8d7f21845f39e2663 (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
OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Pasu 1 fallíu. Esceición: %s",
    "Step 2 failed. Exception: %s" : "Pasu 2 fallíu. Esceición: %s",
    "External storage" : "Almacenamientu esternu",
    "Personal" : "Personal",
    "System" : "Sistema",
    "Grant access" : "Conceder accesu",
    "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.",
    "(group)" : "(grupu)",
    "Saved" : "Guardáu",
    "Username" : "Nome d'usuariu",
    "Password" : "Contraseña",
    "Save" : "Guardar",
    "None" : "Dengún",
    "App key" : "App principal",
    "App secret" : "App secreta",
    "Client ID" : "ID de veceru",
    "Client secret" : "Veceru secretu",
    "API key" : "clave API",
    "Public key" : "Clave pública",
    "Amazon S3" : "Amazon S3",
    "Bucket" : "Depósitu",
    "Hostname" : "Nome d'agospiu",
    "Port" : "Puertu",
    "Region" : "Rexón",
    "Enable SSL" : "Habilitar SSL",
    "Enable Path Style" : "Habilitar Estilu de ruta",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Remote subfolder" : "Subcarpeta remota",
    "Secure https://" : "Secure https://",
    "Dropbox" : "Dropbox",
    "Host" : "Sirvidor",
    "Secure ftps://" : "Secure ftps://",
    "Local" : "Llocal",
    "Location" : "Llocalización",
    "ownCloud" : "ownCloud",
    "Root" : "Raíz",
    "Share" : "Compartir",
    "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC",
    "Username as share" : "Nome d'usuariu como Compartición",
    "OpenStack Object Storage" : "OpenStack Object Storage",
    "<b>Note:</b> " : "<b>Nota:</b> ",
    "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.",
    "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.",
    "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.",
    "Name" : "Nome",
    "Storage type" : "Triba d'almacenamientu",
    "Scope" : "Ámbitu",
    "External Storage" : "Almacenamientu esternu",
    "Folder name" : "Nome de la carpeta",
    "Configuration" : "Configuración",
    "Available for" : "Disponible pa",
    "Add storage" : "Amestar almacenamientu",
    "Delete" : "Desaniciar",
    "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu"
},
"nplurals=2; plural=(n != 1);");