Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/is.js')
-rw-r--r--apps/files/l10n/is.js48
1 files changed, 48 insertions, 0 deletions
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js
new file mode 100644
index 00000000000..5f3e2e78f26
--- /dev/null
+++ b/apps/files/l10n/is.js
@@ -0,0 +1,48 @@
+OC.L10N.register(
+ "files",
+ {
+ "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_" : ["",""],
+ "_%n file_::_%n files_" : ["",""],
+ "_Uploading %n file_::_Uploading %n files_" : ["",""],
+ "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."
+},
+"nplurals=2; plural=(n != 1);");