Blame view

sources/apps/files_encryption/l10n/cs_CZ.php 365 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php $TRANSLATIONS = array(
  "Encryption" => "Šifrování",
  "File encryption is enabled." => "Šifrování je povoleno.",
  "The following file types will not be encrypted:" => "Následující typy souborů nebudou šifrovány:",
  "Exclude the following file types from encryption:" => "Vyjmout následující typy souborů ze šifrování:",
  "None" => "Žádné"
  );