Blame view
sources/apps/files/l10n/is.php
2.6 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
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
|
5 |
"File name cannot be empty." => "Nafn skráar má ekki vera tómt", |
|
6d9380f96
|
6 |
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", |
|
03e52840d
|
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
|
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
|
20 |
"Share" => "Deila", |
|
6d9380f96
|
21 |
"Delete" => "Eyða", |
|
03e52840d
|
22 23 |
"Rename" => "Endurskýra", "Pending" => "Bíður", |
|
31b7f2792
|
24 |
"Error" => "Villa", |
|
03e52840d
|
25 26 27 |
"Name" => "Nafn", "Size" => "Stærð", "Modified" => "Breytt", |
|
6d9380f96
|
28 29 30 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
03e52840d
|
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
|
34 |
"Save" => "Vista", |
|
6d9380f96
|
35 |
"WebDAV" => "WebDAV", |
|
03e52840d
|
36 37 38 39 |
"New" => "Nýtt", "Text file" => "Texta skrá", "Folder" => "Mappa", "From link" => "Af tengli", |
|
03e52840d
|
40 41 |
"Nothing in here. Upload something!" => "Ekkert hér. Settu eitthvað inn!", "Download" => "Niðurhal", |
|
03e52840d
|
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
|
44 |
"Files are being scanned, please wait." => "Verið er að skima skrár, vinsamlegast hinkraðu." |
|
03e52840d
|
45 |
); |
|
31b7f2792
|
46 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |