nextcloud/apps/user_ldap/l10n/nb_NO.php

12 lines
389 B
PHP
Raw Normal View History

2012-10-31 03:02:32 +04:00
<?php $TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "Sletting feilet",
2012-10-31 03:02:32 +04:00
"Password" => "Passord",
"Group Filter" => "Gruppefilter",
"Port" => "Port",
"Use TLS" => "Bruk TLS",
"Not recommended, use for testing only." => "Ikke anbefalt, bruk kun for testing",
"in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.",
2013-02-03 03:06:15 +04:00
"in bytes" => "i bytes",
2012-10-31 03:02:32 +04:00
"Help" => "Hjelp"
);