nextcloud/apps/files_external/l10n/ca.php

29 lines
2.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
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",
2012-12-14 03:17:42 +04:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Avís:</b> \"smbclient\" no està instal·lat. No es pot muntar la compartició CIFS/SMB. Demaneu a l'administrador del sistema que l'instal·li.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Avís:</b> El suport FTP per PHP no està activat o no està instal·lat. No es pot muntar la compartició FTP. Demaneu a l'administrador del sistema que l'instal·li.",
2013-05-01 04:02:59 +04:00
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Avís:</b>El suport Curl de PHP no està activat o instal·lat. No es pot muntar ownCloud / WebDAV o GoogleDrive. Demaneu a l'administrador 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",
"Applicable" => "Aplicable",
2013-03-01 03:07:02 +04:00
"Add storage" => "Afegeix emmagatzemament",
2012-08-14 01:19:31 +04:00
"None set" => "Cap d'establert",
"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",
2012-10-03 01:18:26 +04:00
"Allow users to mount their own external storage" => "Permet als usuaris muntar el seu emmagatzemament extern propi",
"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);";