5 lines
183 B
PHP
5 lines
183 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Kryptering",
|
|
"Exclude the following file types from encryption" => "Exkludera följande filtyper från kryptering",
|
|
"None" => "Ingen"
|
|
);
|