server/apps/files_encryption/l10n/nb_NO.php

8 lines
345 B
PHP
Raw Normal View History

2012-08-24 00:07:18 +00:00
<?php $TRANSLATIONS = array(
"Encryption" => "Kryptering",
2013-03-06 23:16:59 +00:00
"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:",
2013-01-22 23:06:18 +00:00
"None" => "Ingen"
2012-08-24 00:07:18 +00:00
);