nextcloud/apps/files_external/l10n/oc.js

75 lines
4.5 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
2015-06-15 08:54:58 +03:00
"Step 1 failed. Exception: %s" : "Letapa 1 a fracassat. Error : %s",
"Step 2 failed. Exception: %s" : "Letapa 2 a fracassat. Error : %s",
"External storage" : "Emmagazinatge extèrne",
"OpenStack Object Storage" : "OpenStack Object Storage",
2015-08-25 19:39:10 +03:00
"Username" : "Nom d'utilizaire",
"Bucket" : "Bucket",
2015-06-15 08:54:58 +03:00
"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",
2015-08-25 19:39:10 +03:00
"Host" : "Òste",
2015-06-15 08:54:58 +03:00
"Username as share" : "Nom d'utilizaire coma nom de partiment",
2015-08-25 19:39:10 +03:00
"Share" : "Partejar",
"Remote subfolder" : "Sosdorsièr distant",
2015-06-15 08:54:58 +03:00
"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",
2015-06-15 08:54:58 +03:00
"System" : "Sistèma",
2015-08-25 19:39:10 +03:00
"Grant access" : "Autorizar l'accès",
"Access granted" : "Accès autorizat",
2015-06-14 08:54:49 +03:00
"Enable encryption" : "Activar lo chiframent",
2015-06-15 08:54:58 +03:00
"(group)" : "(grop)",
2015-06-14 08:54:49 +03:00
"Saved" : "Salvat",
2015-06-15 08:54:58 +03:00
"Generate keys" : "Generar de claus",
"Error generating key pair" : "Error al moment de la generacion de las claus",
2015-08-25 19:39:10 +03:00
"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",
2015-06-15 08:54:58 +03:00
"<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",
2015-06-15 08:54:58 +03:00
"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",
2015-08-25 19:39:10 +03:00
"Add storage" : "Apondre un supòrt d'emmagazinatge",
2015-06-15 08:54:58 +03:00
"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);");