Blame view

sources/apps/contacts/l10n/nn_NO.php 1.74 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  <?php $TRANSLATIONS = array(
  "Error (de)activating addressbook." => "Ein feil oppstod ved (de)aktivering av adressebok.",
  "Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
  "There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den opplasta fila er større enn variabelen upload_max_filesize i php.ini",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet",
  "The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
  "No file was uploaded" => "Ingen filer vart lasta opp",
  "Missing a temporary folder" => "Manglar ei mellombels mappe",
  "Contacts" => "Kotaktar",
  "Error" => "Feil",
  "Upload too large" => "For stor opplasting",
  "Download" => "Last ned",
  "Edit" => "Endra",
  "Delete" => "Slett",
  "Cancel" => "Kanseller",
  "Work" => "Arbeid",
  "Home" => "Heime",
  "Other" => "Anna",
  "Mobile" => "Mobil",
  "Text" => "Tekst",
  "Voice" => "Tale",
  "Fax" => "Faks",
  "Video" => "Video",
  "Pager" => "Personsøkjar",
  "Contact" => "Kontakt",
  "Settings" => "Innstillingar",
  "Import" => "Importer",
  "Groups" => "Grupper",
  "Close" => "Lukk",
  "Title" => "Tittel",
  "Organization" => "Organisasjon",
  "Birthday" => "Bursdag",
  "Add" => "Legg til",
  "Phone" => "Telefonnummer",
  "Email" => "Epost",
  "Address" => "Adresse",
  "Delete contact" => "Slett kontakt",
  "Preferred" => "Føretrekt",
  "City" => "Stad",
  "Country" => "Land",
  "Export" => "Eksporter",
  "Addressbooks" => "Adressebøker",
  "New Address Book" => "Ny adressebok",
  "Name" => "Namn",
  "Save" => "Lagre"
  );