summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/oc.js
blob: 81b0f6ace8df0851de09d07f702b11b87c067bb1 (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
73
74
OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "L’etapa 1 a fracassat. Error : %s",
    "Step 2 failed. Exception: %s" : "L’etapa 2 a fracassat. Error : %s",
    "External storage" : "Emmagazinatge extèrne",
    "OpenStack Object Storage" : "OpenStack Object Storage",
    "Username" : "Nom d'utilizaire",
    "Bucket" : "Bucket",
    "Region (optional for OpenStack Object Storage)" : "Region (opcional per OpenStack Object Storage)",
    "API Key (required for Rackspace Cloud Files)" : "Clau API (requesit per Rackspace Cloud Files)",
    "Tenantname (required for OpenStack Object Storage)" : "Nom del locatari (requesit per l'emmagazinatge OpenStack)",
    "Password (required for OpenStack Object Storage)" : "Senhal (requesit per OpenStack Object Storage)",
    "Service Name (required for OpenStack Object Storage)" : "Nom del servici (requesit per l'emmagazinatge OpenStack)",
    "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del punt d'accès d'identitat (requesit per l'emmagazinatge OpenStack)",
    "Timeout of HTTP requests in seconds" : "Relmabi d'espèra maximal de las requèstas HTTP en segondas",
    "SMB / CIFS using OC login" : "SMB / CIFS en utilizant los identificants OC",
    "Host" : "Òste",
    "Username as share" : "Nom d'utilizaire coma nom de partiment",
    "Share" : "Partejar",
    "Remote subfolder" : "Sosdorsièr distant",
    "SFTP with secret key login" : "SFTP amb un identificant secret",
    "Public key" : "Clau publica",
    "Storage with id \"%i\" not found" : "Emmagazinatge amb l'id \"%i\" pas trobat",
    "Invalid mount point" : "Punt de montatge invalid",
    "Invalid storage backend \"%s\"" : "Servici d'emmagazinatge invalid : \"%s\"",
    "Personal" : "Personal",
    "System" : "Sistèma",
    "Grant access" : "Autorizar l'accès",
    "Access granted" : "Accès autorizat",
    "Enable encryption" : "Activar lo chiframent",
    "(group)" : "(grop)",
    "Saved" : "Salvat",
    "Generate keys" : "Generar de claus",
    "Error generating key pair" : "Error al moment de la generacion de las claus",
    "None" : "Pas cap",
    "App key" : "App key",
    "App secret" : "App secret",
    "Client ID" : "ID Client",
    "Client secret" : "Secret client",
    "Password" : "Senhal",
    "Amazon S3" : "Amazon S3",
    "Hostname" : "Nom de l'òste",
    "Port" : "Pòrt",
    "Region" : "Region",
    "Enable SSL" : "Activar SSL",
    "Enable Path Style" : "Accès per path",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Secure https://" : "Securizacion https://",
    "Secure ftps://" : "Securizacion ftps://",
    "Local" : "Local",
    "Location" : "Emplaçament",
    "ownCloud" : "ownCloud",
    "<b>Note:</b> " : "<b>Atencion :</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>Atencion :</b> La presa en carga de cURL per PHP es pas activada o installada. Lo montatge de %s es pas possible. Contactatz vòstre administrator sistèma per l'installar.",
    "<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>Atencion : </b> La presa en carga del FTP per PHP es pas activada o installada. Lo montatge de %s es pas possible. Contactatz vòstre administrator sistèma per l'installar.",
    "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Atencion : </b> \"%s\" es pas installat. Lo montatge de %s es pas possible. Contactatz vòstre administrator sistèma per l'installar.",
    "No external storage configured" : "Aucun emmagazinatge externe configurat",
    "You can add external storages in the personal settings" : "Podètz apondre des emmagazinatges externes dins los paramètres personals",
    "Name" : "Nom",
    "Storage type" : "Tipe d'emmagazinatge",
    "Scope" : "Portada",
    "External Storage" : "Emmagazinatge externe",
    "Folder name" : "Nom del dorsièr",
    "Configuration" : "Configuracion",
    "Available for" : "Disponible per",
    "Advanced settings" : "Paramètres avançats",
    "Delete" : "Suprimir",
    "Add storage" : "Apondre un supòrt d'emmagazinatge",
    "Enable User External Storage" : "Autorizar los utilizaires a apondre d'emmagazinatges extèrnes",
    "Allow users to mount the following external storage" : "Autorizar los utilizaires a montar los emmagazinatges extèrnes seguents"
},
"nplurals=2; plural=(n > 1);");