Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/ca.php')
-rw-r--r--apps/files_external/l10n/ca.php73
1 files changed, 0 insertions, 73 deletions
diff --git a/apps/files_external/l10n/ca.php b/apps/files_external/l10n/ca.php
deleted file mode 100644
index 13e6616d2c4..00000000000
--- a/apps/files_external/l10n/ca.php
+++ /dev/null
@@ -1,73 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.",
-"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.",
-"Please provide a valid Dropbox app key and secret." => "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox",
-"Step 1 failed. Exception: %s" => "El pas 1 ha fallat. Excepció: %s",
-"Step 2 failed. Exception: %s" => "El pas 2 ha fallat. Excepció: %s",
-"External storage" => "Emmagatzemament extern",
-"Local" => "Local",
-"Location" => "Ubicació",
-"Amazon S3" => "Amazon S3",
-"Key" => "Clau",
-"Secret" => "Secret",
-"Bucket" => "Cub",
-"Amazon S3 and compliant" => "Amazon S3 i similars",
-"Access Key" => "Clau d'accés",
-"Secret Key" => "Clau secreta",
-"Hostname" => "Nom del servidor",
-"Port" => "Port",
-"Region" => "Comarca",
-"Enable SSL" => "Habilita SSL",
-"Enable Path Style" => "Permet l'estil del camí",
-"App key" => "Clau de l'aplicació",
-"App secret" => "Secret de l'aplicació",
-"Host" => "Equip remot",
-"Username" => "Nom d'usuari",
-"Password" => "Contrasenya",
-"Root" => "Arrel",
-"Secure ftps://" => "Protocol segur ftps://",
-"Client ID" => "Client ID",
-"Client secret" => "Secret del client",
-"OpenStack Object Storage" => "OpenStack Object Storage",
-"Region (optional for OpenStack Object Storage)" => "Regió (opcional per OpenStack Object Storage)",
-"API Key (required for Rackspace Cloud Files)" => "Clau API (requerit per fitxers al núvol Rackspace)",
-"Tenantname (required for OpenStack Object Storage)" => "Tenantname (requerit per OpenStack Object Storage)",
-"Password (required for OpenStack Object Storage)" => "Contrasenya (requerit per OpenStack Object Storage)",
-"Service Name (required for OpenStack Object Storage)" => "Nom del servei (requerit per OpenStack Object Storage)",
-"URL of identity endpoint (required for OpenStack Object Storage)" => "URL del punt identificador final (requerit per OpenStack Object Storage)",
-"Timeout of HTTP requests in seconds" => "Temps d'expera màxim de les peticions HTTP en segons",
-"Share" => "Comparteix",
-"SMB / CIFS using OC login" => "SMB / CIFS usant acreditació OC",
-"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",
-"Error configuring Google Drive storage" => "Error en configurar l'emmagatzemament Google Drive",
-"Personal" => "Personal",
-"System" => "Sistema",
-"All users. Type to select user or group." => "Tots els usuaris. Escriu per seleccionar un usuari o grup.",
-"(group)" => "(grup)",
-"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.",
-"You don't have any external storages" => "No teniu emmagatzaments externs",
-"Name" => "Nom",
-"Storage type" => "Tipus d'emmagatzemament",
-"Scope" => "Abast",
-"External Storage" => "Emmagatzemament extern",
-"Folder name" => "Nom de la carpeta",
-"Configuration" => "Configuració",
-"Available for" => "Disponible per",
-"Add storage" => "Afegeix emmagatzemament",
-"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"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";