nn_NO.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php $TRANSLATIONS = array(
  2. "Error (de)activating addressbook." => "Ein feil oppstod ved (de)aktivering av adressebok.",
  3. "There was an error adding the contact." => "Det kom ei feilmelding då kontakta vart lagt til.",
  4. "Cannot add empty property." => "Kan ikkje leggja til tomt felt.",
  5. "At least one of the address fields has to be filled out." => "Minst eit av adressefelta må fyllast ut.",
  6. "Error adding contact property." => "Eit problem oppstod ved å leggja til kontakteltet.",
  7. "Error adding addressbook." => "Eit problem oppstod ved å leggja til adresseboka.",
  8. "Error activating addressbook." => "Eit problem oppstod ved aktivering av adresseboka.",
  9. "Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
  10. "Error deleting contact property." => "Eit problem oppstod ved å slette kontaktfeltet.",
  11. "Error updating contact property." => "Eit problem oppstod ved å endre kontaktfeltet.",
  12. "Error updating addressbook." => "Eit problem oppstod ved å oppdatere adresseboka.",
  13. "Contacts" => "Kotaktar",
  14. "This is not your addressbook." => "Dette er ikkje di adressebok.",
  15. "Contact could not be found." => "Fann ikkje kontakten.",
  16. "Address" => "Adresse",
  17. "Telephone" => "Telefonnummer",
  18. "Email" => "Epost",
  19. "Organization" => "Organisasjon",
  20. "Work" => "Arbeid",
  21. "Home" => "Heime",
  22. "Mobile" => "Mobil",
  23. "Text" => "Tekst",
  24. "Voice" => "Tale",
  25. "Fax" => "Faks",
  26. "Video" => "Video",
  27. "Pager" => "Personsøkjar",
  28. "Contact" => "Kontakt",
  29. "Add Contact" => "Legg til kontakt",
  30. "Addressbooks" => "Adressebøker",
  31. "New Address Book" => "Ny adressebok",
  32. "CardDav Link" => "CardDav lenkje",
  33. "Download" => "Last ned",
  34. "Edit" => "Endra",
  35. "Delete" => "Slett",
  36. "Download contact" => "Last ned kontakt",
  37. "Delete contact" => "Slett kontakt",
  38. "Birthday" => "Bursdag",
  39. "Preferred" => "Føretrekt",
  40. "Phone" => "Telefonnummer",
  41. "Type" => "Skriv",
  42. "PO Box" => "Postboks",
  43. "Extended" => "Utvida",
  44. "Street" => "Gate",
  45. "City" => "Stad",
  46. "Region" => "Region/fylke",
  47. "Zipcode" => "Postnummer",
  48. "Country" => "Land",
  49. "Add" => "Legg til",
  50. "Addressbook" => "Adressebok",
  51. "New Addressbook" => "Ny adressebok",
  52. "Edit Addressbook" => "Endre adressebok",
  53. "Displayname" => "Visningsnamn",
  54. "Active" => "Aktiv",
  55. "Save" => "Lagre",
  56. "Submit" => "Send",
  57. "Cancel" => "Kanseller"
  58. );