8 lines
352 B
PHP
8 lines
352 B
PHP
<?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"
|
|
);
|