Blame view

sources/apps/contacts/l10n/is.php 1.4 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
  <?php $TRANSLATIONS = array(
  "No categories selected for deletion." => "Enginn flokkur valinn til eyðingar.",
  "File doesn't exist:" => "Skrá finnst ekki:",
  "There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.",
  "The uploaded file was only partially uploaded" => "Einungis hluti af innsendri skrá skilaði sér",
  "No file was uploaded" => "Engin skrá skilaði sér",
  "Missing a temporary folder" => "Vantar bráðabirgðamöppu",
  "Couldn't save temporary image: " => "Gat ekk vistað bráðabirgða mynd:",
  "Error" => "<strong>Villa</strong>",
  "Unable to upload your file as it is a directory or has 0 bytes" => "Innsending á skrá mistókst, hugsanlega sendir þú möppu eða skráin er 0 bæti.",
  "Upload Error" => "Villa við innsendingu",
  "Upload too large" => "Innsend skrá of stór",
  "Pending" => "Bíður",
  "Download" => "Niðurhal",
  "Edit" => "Breyta",
  "Delete" => "Eyða",
  "Cancel" => "Hætta við",
  "Other" => "Annað",
  "Text" => "Texti",
  "Settings" => "Stillingar",
  "Import" => "Flytja inn",
  "Groups" => "Hópar",
  "Close" => "Loka",
  "Title" => "Titill",
  "Add" => "Bæta",
  "Email" => "Netfang",
  "Address" => "Slóð",
  "Share" => "Deila",
  "Export" => "Flytja út",
  "Name" => "Nafn",
  "Save" => "Vista"
  );