5 lines
181 B
PHP
5 lines
181 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Kryptering",
|
|
"Exclude the following file types from encryption" => "Ekskluder følgende filtyper fra kryptering",
|
|
"None" => "Ingen"
|
|
);
|