50 lines
3.6 KiB
PHP
50 lines
3.6 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"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",
|
|
"Success" => "Suksess",
|
|
"Error" => "Feil",
|
|
"Select groups" => "Velg grupper",
|
|
"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",
|
|
"_%s group found_::_%s groups found_" => array("",""),
|
|
"_%s user found_::_%s users found_" => array("",""),
|
|
"Help" => "Hjelp",
|
|
"Add Server Configuration" => "Legg til tjener-konfigurasjon",
|
|
"Host" => "Tjener",
|
|
"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://",
|
|
"Port" => "Port",
|
|
"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.",
|
|
"Password" => "Passord",
|
|
"For anonymous access, leave DN and Password empty." => "For anonym tilgang, la DN- og passord-feltet stå tomt.",
|
|
"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.",
|
|
"Configuration Active" => "Konfigurasjon aktiv",
|
|
"When unchecked, this configuration will be skipped." => "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.",
|
|
"User Login Filter" => "Brukerpålogging filter",
|
|
"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",
|
|
"in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.",
|
|
"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",
|
|
"in bytes" => "i bytes",
|
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt."
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|