diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-31 00:02:32 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-31 00:02:32 +0100 |
commit | aca6d3252f3b3ca8aa4aa3251ba2939fc9db101e (patch) | |
tree | 3792f1e735b3dadb1062829c1288d8cc08ec225b /apps/user_ldap/l10n/nb_NO.php | |
parent | d5643adaa52ebf369871521e4d4f905bd11ed78e (diff) | |
download | nextcloud-server-aca6d3252f3b3ca8aa4aa3251ba2939fc9db101e.tar.gz nextcloud-server-aca6d3252f3b3ca8aa4aa3251ba2939fc9db101e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/nb_NO.php')
-rw-r--r-- | apps/user_ldap/l10n/nb_NO.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/nb_NO.php b/apps/user_ldap/l10n/nb_NO.php new file mode 100644 index 00000000000..a5f4657d045 --- /dev/null +++ b/apps/user_ldap/l10n/nb_NO.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Password" => "Passord", +"Group Filter" => "Gruppefilter", +"Port" => "Port", +"Use TLS" => "Bruk TLS", +"Do not use it for SSL connections, it will fail." => "Ikke bruk for SSL tilkoblinger, dette vil ikke fungere.", +"Not recommended, use for testing only." => "Ikke anbefalt, bruk kun for testing", +"in bytes" => "i bytes", +"in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.", +"Help" => "Hjelp" +); |