nextcloud/apps/files_external/l10n/ca.php

51 lines
2.7 KiB
PHP

<?php
$TRANSLATIONS = array(
"Local" => "Local",
"Location" => "Ubicació",
"Amazon S3" => "Amazon S3",
"Key" => "Clau",
"Secret" => "Secret",
"Access Key" => "Clau d'accés",
"Secret Key" => "Clau secreta",
"Enable SSL" => "Habilita SSL",
"Host" => "Equip remot",
"Username" => "Nom d'usuari",
"Password" => "Contrasenya",
"Secure ftps://" => "Protocol segur ftps://",
"Client ID" => "Client ID",
"Username (required)" => "Nom d'usuari (necessari)",
"Share" => "Comparteix",
"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",
"Please provide a valid Dropbox app key and secret." => "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox",
"Error configuring Google Drive storage" => "Error en configurar l'emmagatzemament Google Drive",
"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.",
"External Storage" => "Emmagatzemament extern",
"Folder name" => "Nom de la carpeta",
"External storage" => "Emmagatzemament extern",
"Configuration" => "Configuració",
"Options" => "Options",
"Available for" => "Disponible per",
"Add storage" => "Afegeix emmagatzemament",
"No user or group" => "Sense usuaris o grups",
"All Users" => "Tots els usuaris",
"Groups" => "Grups",
"Users" => "Usuaris",
"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",
"SSL root certificates" => "Certificats SSL root",
"Import Root Certificate" => "Importa certificat root"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";