nextcloud/apps/files_external/l10n/ca.php

51 lines
2.7 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-04-30 09:57:53 +04:00
"Local" => "Local",
"Location" => "Ubicació",
2014-05-24 09:55:34 +04:00
"Amazon S3" => "Amazon S3",
"Key" => "Clau",
"Secret" => "Secret",
"Access Key" => "Clau d'accés",
"Secret Key" => "Clau secreta",
"Enable SSL" => "Habilita SSL",
2014-05-17 09:57:38 +04:00
"Host" => "Equip remot",
2014-04-30 09:57:53 +04:00
"Username" => "Nom d'usuari",
"Password" => "Contrasenya",
2014-05-24 09:55:34 +04:00
"Secure ftps://" => "Protocol segur ftps://",
"Client ID" => "Client ID",
"Username (required)" => "Nom d'usuari (necessari)",
2014-04-30 09:57:53 +04:00
"Share" => "Comparteix",
2014-05-24 09:55:34 +04:00
"Username as share" => "Nom d'usuari per compartir",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2014-05-24 09:55:34 +04:00
"Secure https://" => "Protocol segur https://",
"Remote subfolder" => "Subcarpeta remota",
2012-10-04 04:07:35 +04:00
"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",
2014-03-19 09:55:39 +04:00
"Saved" => "Desat",
2014-04-16 09:57:34 +04:00
"<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.",
2012-08-14 01:19:31 +04:00
"External Storage" => "Emmagatzemament extern",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nom de la carpeta",
"External storage" => "Emmagatzemament extern",
2012-08-14 01:19:31 +04:00
"Configuration" => "Configuració",
"Options" => "Options",
2014-04-16 09:57:34 +04:00
"Available for" => "Disponible per",
2013-03-01 03:07:02 +04:00
"Add storage" => "Afegeix emmagatzemament",
2014-04-16 09:57:34 +04:00
"No user or group" => "Sense usuaris o grups",
2012-08-14 01:19:31 +04:00
"All Users" => "Tots els usuaris",
"Groups" => "Grups",
"Users" => "Usuaris",
2013-04-27 04:24:29 +04:00
"Delete" => "Esborra",
2012-08-14 01:19:31 +04:00
"Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari",
2014-03-19 09:55:39 +04:00
"Allow users to mount the following external storage" => "Permet als usuaris muntar els dispositius externs següents",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "Certificats SSL root",
"Import Root Certificate" => "Importa certificat root"
2012-08-14 01:19:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";