nextcloud/apps/files_encryption/l10n/nb_NO.php

8 lines
345 B
PHP
Raw Normal View History

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