Blame view

sources/apps/files_antivirus/l10n/ca.php 1.44 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?php $TRANSLATIONS = array(
  "Greetings {user}," => "Benvingut {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "S'ha detectar programari maliciós en un fitxer que heu intentat pujar i s'ha hagut d'eliminar.",
  "This email is a notification from {host}. Please, do not reply." => "Aquest correu és uan  notificació de {host}. No el respongueu.",
  "File uploaded: {file}" => "Fitxer pujat: {file}",
  "Antivirus Configuration" => "Configuració de l'antivirus",
  "Mode" => "Mode",
  "Executable" => "Executable",
  "Daemon" => "Dimoni",
  "Daemon (Socket)" => "Dimoni (sòcol)",
  "Socket" => "Sòcol",
  "Clamav Socket." => "Sòcol de Clamav.",
  "Not required in Executable Mode." => "No requerit en mode executable.",
  "Host" => "Equip remot",
  "Address of Antivirus Host." => "Adreça del sevidor d'antivirus.",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Número de port del servidor d'antivirus.",
  "Stream Length" => "Longitud de la cadena",
  "ClamAV StreamMaxLength value in bytes." => "Valor StreamMaxLengh de ClamAV en bytes.",
  "Path to clamscan" => "Camí a clamscan",
  "Path to clamscan executable." => "Camí a l'executable de clamscan.",
  "Not required in Daemon Mode." => "No requerit en mode dimoni.",
  "Action for infected files found while scanning" => "Acció per als fitxers infectats trobats durant l'escanneig",
  "Only log" => "Només registra",
  "Delete file" => "Elimina el fitxer",
  "Save" => "Desa"
  );