nb_NO.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Failed to delete the server configuration" => "Klarte ikke å slette tjener-konfigurasjonen.",
  4. "The configuration is valid and the connection could be established!" => "Konfigurasjonen er i orden og tilkoblingen skal være etablert!",
  5. "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.",
  6. "The configuration is invalid. Please look in the ownCloud log for further details." => "Konfigurasjonen er ikke i orden. Vennligst se ownClouds logfil for flere detaljer.",
  7. "Deletion failed" => "Sletting mislyktes",
  8. "Take over settings from recent server configuration?" => "Hent innstillinger fra tidligere tjener-konfigurasjon?",
  9. "Keep settings?" => "Behold innstillinger?",
  10. "Cannot add server configuration" => "Kan ikke legge til tjener-konfigurasjon",
  11. "Success" => "Suksess",
  12. "Error" => "Feil",
  13. "Select groups" => "Velg grupper",
  14. "Connection test succeeded" => "Tilkoblingstest lyktes",
  15. "Connection test failed" => "Tilkoblingstest mislyktes",
  16. "Do you really want to delete the current Server Configuration?" => "Er du sikker på at du vil slette aktiv tjener-konfigurasjon?",
  17. "Confirm Deletion" => "Bekreft sletting",
  18. "_%s group found_::_%s groups found_" => array("",""),
  19. "_%s user found_::_%s users found_" => array("",""),
  20. "Help" => "Hjelp",
  21. "Add Server Configuration" => "Legg til tjener-konfigurasjon",
  22. "Host" => "Tjener",
  23. "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://",
  24. "Port" => "Port",
  25. "User DN" => "Bruker DN",
  26. "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.",
  27. "Password" => "Passord",
  28. "For anonymous access, leave DN and Password empty." => "For anonym tilgang, la DN- og passord-feltet stå tomt.",
  29. "One Base DN per line" => "En hoved DN pr. linje",
  30. "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",
  31. "Back" => "Tilbake",
  32. "<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.",
  33. "Configuration Active" => "Konfigurasjon aktiv",
  34. "When unchecked, this configuration will be skipped." => "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.",
  35. "User Login Filter" => "Brukerpålogging filter",
  36. "Backup (Replica) Host" => "Sikkerhetskopierings (Replica) vert",
  37. "Case insensitve LDAP server (Windows)" => "Case-insensitiv LDAP tjener (Windows)",
  38. "Turn off SSL certificate validation." => "Slå av SSL-sertifikat validering",
  39. "in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.",
  40. "User Display Name Field" => "Vis brukerens navnfelt",
  41. "Base User Tree" => "Hovedbruker tre",
  42. "One User Base DN per line" => "En Bruker Base DN pr. linje",
  43. "Group Display Name Field" => "Vis gruppens navnfelt",
  44. "Base Group Tree" => "Hovedgruppe tre",
  45. "One Group Base DN per line" => "En gruppe hoved-DN pr. linje",
  46. "Group-Member association" => "gruppe-medlem assosiasjon",
  47. "in bytes" => "i bytes",
  48. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt."
  49. );
  50. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";