8 lines
353 B
PHP
8 lines
353 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Kryptering",
|
|
"File encryption is enabled." => "Fil kryptering aktiveret.",
|
|
"The following file types will not be encrypted:" => "De følgende filtyper vil ikke blive krypteret:",
|
|
"Exclude the following file types from encryption:" => "Ekskluder de følgende fil typer fra kryptering:",
|
|
"None" => "Ingen"
|
|
);
|