Blame view

sources/apps/files/l10n/is.php 2.6 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Could not move %s - File with this name already exists" => "Gat ekki fært %s - Skrá með þessu nafni er þegar til",
  "Could not move %s" => "Gat ekki fært %s",
31b7f2792   Kload   Upgrade to ownclo...
5
  "File name cannot be empty." => "Nafn skráar má ekki vera tómt",
6d9380f96   Cédric Dupont   Update sources OC...
6
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.",
03e52840d   Kload   Init
7
8
9
10
11
12
13
14
15
16
  "No file was uploaded. Unknown error" => "Engin skrá var send inn. Óþekkt villa.",
  "There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Innsend skrá er stærri en upload_max stillingin í php.ini:",
  "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",
  "Failed to write to disk" => "Tókst ekki að skrifa á disk",
  "Invalid directory." => "Ógild mappa.",
  "Files" => "Skrár",
31b7f2792   Kload   Upgrade to ownclo...
17
18
19
  "Upload cancelled." => "Hætt við innsendingu.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.",
  "{new_name} already exists" => "{new_name} er þegar til",
03e52840d   Kload   Init
20
  "Share" => "Deila",
6d9380f96   Cédric Dupont   Update sources OC...
21
  "Delete" => "Eyða",
03e52840d   Kload   Init
22
23
  "Rename" => "Endurskýra",
  "Pending" => "Bíður",
31b7f2792   Kload   Upgrade to ownclo...
24
  "Error" => "Villa",
03e52840d   Kload   Init
25
26
27
  "Name" => "Nafn",
  "Size" => "Stærð",
  "Modified" => "Breytt",
6d9380f96   Cédric Dupont   Update sources OC...
28
29
30
  "_%n folder_::_%n folders_" => array("",""),
  "_%n file_::_%n files_" => array("",""),
  "_Uploading %n file_::_Uploading %n files_" => array("",""),
03e52840d   Kload   Init
31
32
33
  "File handling" => "Meðhöndlun skrár",
  "Maximum upload size" => "Hámarks stærð innsendingar",
  "max. possible: " => "hámark mögulegt: ",
03e52840d   Kload   Init
34
  "Save" => "Vista",
6d9380f96   Cédric Dupont   Update sources OC...
35
  "WebDAV" => "WebDAV",
03e52840d   Kload   Init
36
37
38
39
  "New" => "Nýtt",
  "Text file" => "Texta skrá",
  "Folder" => "Mappa",
  "From link" => "Af tengli",
03e52840d   Kload   Init
40
41
  "Nothing in here. Upload something!" => "Ekkert hér. Settu eitthvað inn!",
  "Download" => "Niðurhal",
03e52840d   Kload   Init
42
43
  "Upload too large" => "Innsend skrá er of stór",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.",
6d9380f96   Cédric Dupont   Update sources OC...
44
  "Files are being scanned, please wait." => "Verið er að skima skrár, vinsamlegast hinkraðu."
03e52840d   Kload   Init
45
  );
31b7f2792   Kload   Upgrade to ownclo...
46
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";