Blame view
sources/apps/user_ldap/l10n/nb_NO.php
3.54 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 |
"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.", |
|
03e52840d
|
6 7 8 9 |
"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", |
|
31b7f2792
|
10 11 12 |
"Success" => "Suksess", "Error" => "Feil", "Select groups" => "Velg grupper", |
|
03e52840d
|
13 14 15 16 |
"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", |
|
31b7f2792
|
17 18 19 20 |
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Lagre",
"Help" => "Hjelp",
|
|
03e52840d
|
21 22 23 |
"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://", |
|
31b7f2792
|
24 |
"Port" => "Port", |
|
03e52840d
|
25 26 27 28 |
"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.", |
|
31b7f2792
|
29 30 31 32 |
"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.", |
|
03e52840d
|
33 34 |
"Configuration Active" => "Konfigurasjon aktiv", "When unchecked, this configuration will be skipped." => "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.", |
|
03e52840d
|
35 |
"Backup (Replica) Host" => "Sikkerhetskopierings (Replica) vert", |
|
03e52840d
|
36 37 |
"Case insensitve LDAP server (Windows)" => "Case-insensitiv LDAP tjener (Windows)", "Turn off SSL certificate validation." => "Slå av SSL-sertifikat validering", |
|
03e52840d
|
38 39 |
"in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.", "User Display Name Field" => "Vis brukerens navnfelt", |
|
03e52840d
|
40 41 42 |
"Base User Tree" => "Hovedbruker tre", "One User Base DN per line" => "En Bruker Base DN pr. linje", "Group Display Name Field" => "Vis gruppens navnfelt", |
|
03e52840d
|
43 44 45 46 |
"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", |
|
31b7f2792
|
47 |
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt." |
|
03e52840d
|
48 |
); |
|
31b7f2792
|
49 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |