diff options
Diffstat (limited to 'apps/files/l10n/is.php')
-rw-r--r-- | apps/files/l10n/is.php | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php deleted file mode 100644 index f645d9cf002..00000000000 --- a/apps/files/l10n/is.php +++ /dev/null @@ -1,47 +0,0 @@ -<?php -$TRANSLATIONS = array( -"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", -"File name cannot be empty." => "Nafn skráar má ekki vera tómt", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", -"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", -"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", -"Share" => "Deila", -"Delete" => "Eyða", -"Unshare" => "Hætta deilingu", -"Rename" => "Endurskýra", -"Pending" => "Bíður", -"Error" => "Villa", -"Name" => "Nafn", -"Size" => "Stærð", -"Modified" => "Breytt", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"File handling" => "Meðhöndlun skrár", -"Maximum upload size" => "Hámarks stærð innsendingar", -"max. possible: " => "hámark mögulegt: ", -"Save" => "Vista", -"WebDAV" => "WebDAV", -"New" => "Nýtt", -"Text file" => "Texta skrá", -"Folder" => "Mappa", -"From link" => "Af tengli", -"Nothing in here. Upload something!" => "Ekkert hér. Settu eitthvað inn!", -"Download" => "Niðurhal", -"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.", -"Files are being scanned, please wait." => "Verið er að skima skrár, vinsamlegast hinkraðu." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |