Blame view

sources/apps/files_encryption/l10n/sv.php 352 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php $TRANSLATIONS = array(
  "Encryption" => "Kryptering",
  "File encryption is enabled." => "Filkryptering är aktiverat.",
  "The following file types will not be encrypted:" => "Följande filtyper kommer inte att krypteras:",
  "Exclude the following file types from encryption:" => "Exkludera följande filtyper från kryptering:",
  "None" => "Ingen"
  );