nextcloud/apps/user_ldap/l10n/nb_NO.php

50 lines
3.6 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-03-08 03:26:35 +04:00
"Failed to delete the server configuration" => "Klarte ikke å slette tjener-konfigurasjonen.",
"The configuration is valid and the connection could be established!" => "Konfigurasjonen er i orden og tilkoblingen skal være etablert!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurasjonen er i orden, men Bind mislyktes. Vennligst sjekk tjener-konfigurasjonen og påloggingsinformasjonen.",
"Deletion failed" => "Sletting mislyktes",
"Take over settings from recent server configuration?" => "Hent innstillinger fra tidligere tjener-konfigurasjon?",
"Keep settings?" => "Behold innstillinger?",
"Cannot add server configuration" => "Kan ikke legge til tjener-konfigurasjon",
2013-05-18 04:03:28 +04:00
"Success" => "Suksess",
"Error" => "Feil",
2013-10-27 10:32:11 +04:00
"Select groups" => "Velg grupper",
2013-03-08 03:26:35 +04:00
"Connection test succeeded" => "Tilkoblingstest lyktes",
"Connection test failed" => "Tilkoblingstest mislyktes",
"Do you really want to delete the current Server Configuration?" => "Er du sikker på at du vil slette aktiv tjener-konfigurasjon?",
"Confirm Deletion" => "Bekreft sletting",
2013-10-27 10:32:11 +04:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Help" => "Hjelp",
2013-03-08 03:26:35 +04:00
"Add Server Configuration" => "Legg til tjener-konfigurasjon",
2013-03-07 03:16:59 +04:00
"Host" => "Tjener",
2013-03-08 03:26:35 +04:00
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kan utelate protokollen, men du er påkrevd å bruke SSL. Deretter starte med ldaps://",
2013-10-27 10:32:11 +04:00
"Port" => "Port",
2013-03-08 03:26:35 +04:00
"User DN" => "Bruker DN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN nummeret til klienten som skal bindes til, f.eks. uid=agent,dc=example,dc=com. For anonym tilgang, la DN- og passord-feltet stå tomt.",
2012-10-31 03:02:32 +04:00
"Password" => "Passord",
2013-03-08 03:26:35 +04:00
"For anonymous access, leave DN and Password empty." => "For anonym tilgang, la DN- og passord-feltet stå tomt.",
2013-10-27 10:32:11 +04:00
"One Base DN per line" => "En hoved DN pr. linje",
"You can specify Base DN for users and groups in the Advanced tab" => "Du kan spesifisere Base DN for brukere og grupper under Avansert fanen",
"Back" => "Tilbake",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warning:</b> PHP LDAP modulen er ikke installert, hjelperen vil ikke virke. Vennligst be din system-administrator om å installere den.",
2013-03-08 03:26:35 +04:00
"Configuration Active" => "Konfigurasjon aktiv",
"When unchecked, this configuration will be skipped." => "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.",
2013-10-27 10:32:11 +04:00
"User Login Filter" => "Brukerpålogging filter",
2013-03-08 03:26:35 +04:00
"Backup (Replica) Host" => "Sikkerhetskopierings (Replica) vert",
"Case insensitve LDAP server (Windows)" => "Case-insensitiv LDAP tjener (Windows)",
"Turn off SSL certificate validation." => "Slå av SSL-sertifikat validering",
2012-10-31 03:02:32 +04:00
"in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.",
2013-03-08 03:26:35 +04:00
"User Display Name Field" => "Vis brukerens navnfelt",
"Base User Tree" => "Hovedbruker tre",
"One User Base DN per line" => "En Bruker Base DN pr. linje",
"Group Display Name Field" => "Vis gruppens navnfelt",
"Base Group Tree" => "Hovedgruppe tre",
"One Group Base DN per line" => "En gruppe hoved-DN pr. linje",
"Group-Member association" => "gruppe-medlem assosiasjon",
2013-02-03 03:06:15 +04:00
"in bytes" => "i bytes",
2013-10-27 10:32:11 +04:00
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt."
2012-10-31 03:02:32 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";