Blame view

sources/apps/contacts/l10n/nn_NO.php 2.08 KB
d1bafeea1   Kload   [fix] Upgrade to ...
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
48
49
50
51
52
53
54
55
56
57
  <?php $TRANSLATIONS = array(
  "Contacts" => "Kotaktar",
  "Save" => "Lagra",
  "Uploading..." => "Lastar opp …",
  "Cancel" => "Avbryt",
  "OK" => "Greitt",
  "Add" => "Legg til",
  "Import" => "Importer",
  "Close" => "Lukk",
  "Error" => "Feil",
  "Download" => "Last ned",
  "Edit" => "Endra",
  "Delete" => "Slett",
  "Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
  "No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil",
  "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",
  "Failed to write to disk" => "Klarte ikkje skriva til disk",
  "Not enough storage available" => "Ikkje nok lagringsplass tilgjengeleg",
  "Contact" => "Kontakt",
  "Other" => "Anna",
  "Work" => "Arbeid",
  "Home" => "Heime",
  "Mobile" => "Mobil",
  "Text" => "Tekst",
  "Voice" => "Tale",
  "Fax" => "Faks",
  "Video" => "Video",
  "Pager" => "Personsøkjar",
  "Family" => "Familie",
  "Groups" => "Grupper",
  "Name" => "Namn",
  "Select groups" => "Vel grupper",
  "Title" => "Tittel",
  "Organization" => "Organisasjon",
  "Birthday" => "Bursdag",
  "Phone" => "Telefonnummer",
  "Email" => "E-post",
  "Address" => "Adresse",
  "Delete contact" => "Slett kontakt",
  "Preferred" => "Føretrekt",
  "City" => "Stad",
  "Country" => "Land",
  "Active" => "Aktiv",
  "Share" => "Del",
  "Export" => "Eksporter",
  "more info" => "meir info",
  "Primary address (Kontact et al)" => "Hovudadresse (Kontact osb.)",
  "iOS/OS X" => "iOS/OS X",
  "Addressbooks" => "Adressebøker",
  "New Address Book" => "Ny adressebok",
  "Description" => "Skildring"
  );