Blame view
sources/apps/files_encryption/l10n/nb_NO.php
345 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Encryption" => "Kryptering", "File encryption is enabled." => "Fil-kryptering er aktivert.", "The following file types will not be encrypted:" => "Følgende filtyper vil ikke bli kryptert:", "Exclude the following file types from encryption:" => "Ekskluder følgende filtyper fra kryptering:", "None" => "Ingen" ); |