66 lines
3.6 KiB
JavaScript
66 lines
3.6 KiB
JavaScript
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",
|
||
"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",
|
||
"Generate keys" : "Generar de claus",
|
||
"Error generating key pair" : "Error al moment de la generacion de las claus",
|
||
"Enable encryption" : "Activar lo chiframent",
|
||
"(group)" : "(grop)",
|
||
"Saved" : "Salvat",
|
||
"None" : "Pas cap",
|
||
"App key" : "App key",
|
||
"App secret" : "App secret",
|
||
"Client ID" : "ID Client",
|
||
"Client secret" : "Secret client",
|
||
"Username" : "Nom d'utilizaire",
|
||
"Password" : "Senhal",
|
||
"Public key" : "Clau publica",
|
||
"Amazon S3" : "Amazon S3",
|
||
"Bucket" : "Bucket",
|
||
"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",
|
||
"Remote subfolder" : "Sosdorsièr distant",
|
||
"Secure https://" : "Securizacion https://",
|
||
"Host" : "Òste",
|
||
"Secure ftps://" : "Securizacion ftps://",
|
||
"Local" : "Local",
|
||
"Location" : "Emplaçament",
|
||
"ownCloud" : "ownCloud",
|
||
"Share" : "Partejar",
|
||
"Username as share" : "Nom d'utilizaire coma nom de partiment",
|
||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||
"<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);");
|