Blame view

sources/apps/files_encryption/l10n/it.php 361 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php $TRANSLATIONS = array(
  "Encryption" => "Cifratura",
  "File encryption is enabled." => "La cifratura dei file รจ abilitata.",
  "The following file types will not be encrypted:" => "I seguenti tipi di file non saranno cifrati:",
  "Exclude the following file types from encryption:" => "Escludi i seguenti tipi di file dalla cifratura:",
  "None" => "Nessuna"
  );