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

ca.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4663654f63cb0b59e41deb0892c0c5a6d9c436d2 (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",
    {
    "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.",
    "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.",
    "Please provide a valid Dropbox app key and secret." : "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox",
    "Step 1 failed. Exception: %s" : "El pas 1 ha fallat. Excepció: %s",
    "Step 2 failed. Exception: %s" : "El pas 2 ha fallat. Excepció: %s",
    "External storage" : "Emmagatzemament extern",
    "Local" : "Local",
    "Location" : "Ubicació",
    "Amazon S3" : "Amazon S3",
    "Key" : "Clau",
    "Secret" : "Secret",
    "Bucket" : "Cub",
    "Amazon S3 and compliant" : "Amazon S3 i similars",
    "Access Key" : "Clau d'accés",
    "Secret Key" : "Clau secreta",
    "Hostname" : "Nom del servidor",
    "Port" : "Port",
    "Region" : "Comarca",
    "Enable SSL" : "Habilita SSL",
    "Enable Path Style" : "Permet l'estil del camí",
    "App key" : "Clau de l'aplicació",
    "App secret" : "Secret de l'aplicació",
    "Host" : "Equip remot",
    "Username" : "Nom d'usuari",
    "Password" : "Contrasenya",
    "Root" : "Arrel",
    "Secure ftps://" : "Protocol segur ftps://",
    "Client ID" : "Client ID",
    "Client secret" : "Secret del client",
    "OpenStack Object Storage" : "OpenStack Object Storage",
    "Region (optional for OpenStack Object Storage)" : "Regió (opcional per OpenStack Object Storage)",
    "API Key (required for Rackspace Cloud Files)" : "Clau API (requerit per fitxers al núvol Rackspace)",
    "Tenantname (required for OpenStack Object Storage)" : "Tenantname (requerit per OpenStack Object Storage)",
    "Password (required for OpenStack Object Storage)" : "Contrasenya (requerit per OpenStack Object Storage)",
    "Service Name (required for OpenStack Object Storage)" : "Nom del servei (requerit per OpenStack Object Storage)",
    "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del punt identificador final (requerit per OpenStack Object Storage)",
    "Timeout of HTTP requests in seconds" : "Temps d'expera màxim de les peticions HTTP en segons",
    "Share" : "Comparteix",
    "SMB / CIFS using OC login" : "SMB / CIFS usant acreditació OC",
    "Username as share" : "Nom d'usuari per compartir",
    "URL" : "URL",
    "Secure https://" : "Protocol segur https://",
    "Remote subfolder" : "Subcarpeta remota",
    "Access granted" : "S'ha concedit l'accés",
    "Error configuring Dropbox storage" : "Error en configurar l'emmagatzemament Dropbox",
    "Grant access" : "Concedeix accés",
    "Error configuring Google Drive storage" : "Error en configurar l'emmagatzemament Google Drive",
    "Personal" : "Personal",
    "System" : "Sistema",
    "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.",
    "(group)" : "(grup)",
    "Saved" : "Desat",
    "<b>Note:</b> " : "<b>Nota:</b> ",
    " and " : "i",
    "<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 suport cURL no està activat o instal·lat a PHP. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.",
    "<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 suport FTP per PHP no està activat o no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.",
    "<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 no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.",
    "You don't have any external storages" : "No teniu emmagatzaments externs",
    "Name" : "Nom",
    "Storage type" : "Tipus d'emmagatzemament",
    "Scope" : "Abast",
    "External Storage" : "Emmagatzemament extern",
    "Folder name" : "Nom de la carpeta",
    "Configuration" : "Configuració",
    "Available for" : "Disponible per",
    "Add storage" : "Afegeix emmagatzemament",
    "Delete" : "Esborra",
    "Enable User External Storage" : "Habilita l'emmagatzemament extern d'usuari",
    "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents"
},
"nplurals=2; plural=(n != 1);");