server/apps/files/l10n/sv.php

78 lines
4.7 KiB
PHP
Raw Normal View History

2011-08-18 12:33:05 +00:00
<?php $TRANSLATIONS = array(
2013-02-09 23:10:29 +00:00
"Could not move %s - File with this name already exists" => "Kunde inte flytta %s - Det finns redan en fil med detta namn",
"Could not move %s" => "Kan inte flytta %s",
2013-07-04 07:33:58 +00:00
"Unable to set upload directory." => "Kan inte sätta mapp för uppladdning.",
"Invalid Token" => "Ogiltig token",
2013-01-04 23:03:58 +00:00
"No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel",
2013-04-27 00:24:29 +00:00
"There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem.",
2012-12-03 23:07:11 +00:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Den uppladdade filen överskrider upload_max_filesize direktivet php.ini:",
2013-04-27 00:24:29 +00:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uppladdade filen överskrider MAX_FILE_SIZE direktivet som har angetts i HTML formuläret",
2012-08-22 00:08:16 +00:00
"The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvis uppladdad",
2013-04-27 00:24:29 +00:00
"No file was uploaded" => "Ingen fil laddades upp",
"Missing a temporary folder" => "En temporär mapp saknas",
2012-06-05 22:29:28 +00:00
"Failed to write to disk" => "Misslyckades spara till disk",
2013-02-09 23:10:29 +00:00
"Not enough storage available" => "Inte tillräckligt med lagringsutrymme tillgängligt",
2013-01-06 23:06:32 +00:00
"Invalid directory." => "Felaktig mapp.",
2011-08-18 12:33:05 +00:00
"Files" => "Filer",
2013-06-29 00:09:10 +00:00
"Unable to upload your file as it is a directory or has 0 bytes" => "Kan inte ladda upp din fil eftersom det är en katalog eller har 0 bytes",
"Not enough space available" => "Inte tillräckligt med utrymme tillgängligt",
"Upload cancelled." => "Uppladdning avbruten.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
"URL cannot be empty." => "URL kan inte vara tom.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Ogiltigt mappnamn. Användning av 'Shared' är reserverad av ownCloud",
"Error" => "Fel",
2013-04-24 16:31:36 +00:00
"Share" => "Dela",
2013-02-11 14:42:41 +00:00
"Delete permanently" => "Radera permanent",
2012-08-22 00:08:16 +00:00
"Delete" => "Radera",
2012-09-24 00:04:10 +00:00
"Rename" => "Byt namn",
2013-02-09 23:10:29 +00:00
"Pending" => "Väntar",
2012-10-19 00:08:00 +00:00
"{new_name} already exists" => "{new_name} finns redan",
2012-08-06 00:02:50 +00:00
"replace" => "ersätt",
2012-09-07 00:07:22 +00:00
"suggest name" => "föreslå namn",
2012-08-06 00:02:50 +00:00
"cancel" => "avbryt",
2012-10-19 00:08:00 +00:00
"replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}",
2013-03-03 23:07:35 +00:00
"undo" => "ångra",
2013-02-01 23:08:15 +00:00
"perform delete operation" => "utför raderingen",
2013-04-08 00:18:28 +00:00
"1 file uploading" => "1 filuppladdning",
2013-04-27 00:24:29 +00:00
"files uploading" => "filer laddas upp",
2013-01-09 23:05:53 +00:00
"'.' is an invalid file name." => "'.' är ett ogiltigt filnamn.",
"File name cannot be empty." => "Filnamn kan inte vara tomt.",
2012-11-26 23:10:47 +00:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.",
2013-06-14 00:52:34 +00:00
"Your storage is full, files can not be updated or synced anymore!" => "Ditt lagringsutrymme är fullt, filer kan inte längre uppdateras eller synkroniseras!",
2013-01-29 23:25:41 +00:00
"Your storage is almost full ({usedSpacePercent}%)" => "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)",
2013-01-22 23:06:18 +00:00
"Your download is being prepared. This might take some time if the files are big." => "Din nedladdning förbereds. Det kan ta tid om det är stora filer.",
2013-01-09 23:05:53 +00:00
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Ogiltigt mappnamn. Användande av 'Shared' är reserverat av ownCloud",
2012-09-26 11:22:37 +00:00
"Name" => "Namn",
2012-06-05 22:29:28 +00:00
"Size" => "Storlek",
"Modified" => "Ändrad",
2012-10-19 00:08:00 +00:00
"1 folder" => "1 mapp",
"{count} folders" => "{count} mappar",
"1 file" => "1 fil",
"{count} files" => "{count} filer",
2013-07-04 07:33:58 +00:00
"%s could not be renamed" => "%s kunde inte namnändras",
2013-01-26 23:06:21 +00:00
"Upload" => "Ladda upp",
2012-06-05 22:29:28 +00:00
"File handling" => "Filhantering",
"Maximum upload size" => "Maximal storlek att ladda upp",
"max. possible: " => "max. möjligt:",
2012-08-22 00:08:16 +00:00
"Needed for multi-file and folder downloads." => "Krävs för nerladdning av flera mappar och filer.",
2012-06-05 22:29:28 +00:00
"Enable ZIP-download" => "Aktivera ZIP-nerladdning",
2012-08-22 00:08:16 +00:00
"0 is unlimited" => "0 är oändligt",
"Maximum input size for ZIP files" => "Största tillåtna storlek för ZIP-filer",
2012-09-06 00:06:37 +00:00
"Save" => "Spara",
2012-05-09 10:41:01 +00:00
"New" => "Ny",
"Text file" => "Textfil",
"Folder" => "Mapp",
2012-11-03 23:01:42 +00:00
"From link" => "Från länk",
2013-02-27 13:37:12 +00:00
"Deleted files" => "Raderade filer",
2012-06-05 22:29:28 +00:00
"Cancel upload" => "Avbryt uppladdning",
2013-03-06 23:16:59 +00:00
"You dont have write permissions here." => "Du saknar skrivbehörighet här.",
2012-01-11 00:06:59 +00:00
"Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
2012-08-22 00:08:16 +00:00
"Download" => "Ladda ner",
2013-02-09 23:10:29 +00:00
"Unshare" => "Sluta dela",
2012-01-11 00:06:59 +00:00
"Upload too large" => "För stor uppladdning",
2012-06-05 22:29:28 +00:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern.",
2012-08-22 00:08:16 +00:00
"Files are being scanned, please wait." => "Filer skannas, var god vänta",
2013-01-31 16:05:21 +00:00
"Current scanning" => "Aktuell skanning",
"Upgrading filesystem cache..." => "Uppgraderar filsystemets cache..."
2011-08-18 12:33:05 +00:00
);