Blame view

sources/apps/files_external/l10n/ca.php 2.12 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
  "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",
  "<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.",
31b7f2792   Kload   Upgrade to ownclo...
10
  "<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.",
03e52840d   Kload   Init
11
12
13
14
15
16
17
18
19
20
21
  "External Storage" => "Emmagatzemament extern",
  "Folder name" => "Nom de la carpeta",
  "External storage" => "Emmagatzemament extern",
  "Configuration" => "Configuració",
  "Options" => "Options",
  "Applicable" => "Aplicable",
  "Add storage" => "Afegeix emmagatzemament",
  "None set" => "Cap d'establert",
  "All Users" => "Tots els usuaris",
  "Groups" => "Grups",
  "Users" => "Usuaris",
31b7f2792   Kload   Upgrade to ownclo...
22
  "Delete" => "Esborra",
03e52840d   Kload   Init
23
24
25
26
27
  "Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari",
  "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"
  );
31b7f2792   Kload   Upgrade to ownclo...
28
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";