nextcloud/apps/files/l10n/sv.php

82 lines
4.8 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-10 03:10:29 +04: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 11:33:58 +04:00
"Unable to set upload directory." => "Kan inte sätta mapp för uppladdning.",
"Invalid Token" => "Ogiltig token",
2013-01-05 03:03:58 +04:00
"No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel",
2013-04-27 04:24:29 +04:00
"There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem.",
2012-12-04 03:07:11 +04: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 04:24:29 +04: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 04:08:16 +04:00
"The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvis uppladdad",
2013-04-27 04:24:29 +04:00
"No file was uploaded" => "Ingen fil laddades upp",
"Missing a temporary folder" => "En temporär mapp saknas",
2012-06-06 02:29:28 +04:00
"Failed to write to disk" => "Misslyckades spara till disk",
2013-02-10 03:10:29 +04:00
"Not enough storage available" => "Inte tillräckligt med lagringsutrymme tillgängligt",
2013-01-07 03:06:32 +04:00
"Invalid directory." => "Felaktig mapp.",
2011-08-18 16:33:05 +04:00
"Files" => "Filer",
2013-06-29 04:09:10 +04: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 20:31:36 +04:00
"Share" => "Dela",
2013-02-11 18:42:41 +04:00
"Delete permanently" => "Radera permanent",
2012-08-22 04:08:16 +04:00
"Delete" => "Radera",
2012-09-24 04:04:10 +04:00
"Rename" => "Byt namn",
2013-02-10 03:10:29 +04:00
"Pending" => "Väntar",
2012-10-19 04:08:00 +04:00
"{new_name} already exists" => "{new_name} finns redan",
2012-08-06 04:02:50 +04:00
"replace" => "ersätt",
2012-09-07 04:07:22 +04:00
"suggest name" => "föreslå namn",
2012-08-06 04:02:50 +04:00
"cancel" => "avbryt",
2012-10-19 04:08:00 +04:00
"replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}",
2013-03-04 03:07:35 +04:00
"undo" => "ångra",
2013-02-02 03:08:15 +04:00
"perform delete operation" => "utför raderingen",
2013-08-15 17:41:45 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("",""),
2013-04-27 04:24:29 +04:00
"files uploading" => "filer laddas upp",
2013-01-10 03:05:53 +04:00
"'.' is an invalid file name." => "'.' är ett ogiltigt filnamn.",
"File name cannot be empty." => "Filnamn kan inte vara tomt.",
2012-11-27 03:10:47 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.",
2013-06-14 04:52:34 +04: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-30 03:25:41 +04:00
"Your storage is almost full ({usedSpacePercent}%)" => "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)",
2013-01-23 03:06:18 +04: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-10 03:05:53 +04:00
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Ogiltigt mappnamn. Användande av 'Shared' är reserverat av ownCloud",
2012-09-26 15:22:37 +04:00
"Name" => "Namn",
2012-06-06 02:29:28 +04:00
"Size" => "Storlek",
"Modified" => "Ändrad",
2013-08-15 17:41:45 +04:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
2013-07-04 11:33:58 +04:00
"%s could not be renamed" => "%s kunde inte namnändras",
2013-01-27 03:06:21 +04:00
"Upload" => "Ladda upp",
2012-06-06 02:29:28 +04:00
"File handling" => "Filhantering",
"Maximum upload size" => "Maximal storlek att ladda upp",
"max. possible: " => "max. möjligt:",
2012-08-22 04:08:16 +04:00
"Needed for multi-file and folder downloads." => "Krävs för nerladdning av flera mappar och filer.",
2012-06-06 02:29:28 +04:00
"Enable ZIP-download" => "Aktivera ZIP-nerladdning",
2012-08-22 04:08:16 +04: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 04:06:37 +04:00
"Save" => "Spara",
2012-05-09 14:41:01 +04:00
"New" => "Ny",
"Text file" => "Textfil",
"Folder" => "Mapp",
2012-11-04 03:01:42 +04:00
"From link" => "Från länk",
2013-02-27 17:37:12 +04:00
"Deleted files" => "Raderade filer",
2012-06-06 02:29:28 +04:00
"Cancel upload" => "Avbryt uppladdning",
2013-03-07 03:16:59 +04:00
"You dont have write permissions here." => "Du saknar skrivbehörighet här.",
2012-01-11 04:06:59 +04:00
"Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
2012-08-22 04:08:16 +04:00
"Download" => "Ladda ner",
2013-02-10 03:10:29 +04:00
"Unshare" => "Sluta dela",
2012-01-11 04:06:59 +04:00
"Upload too large" => "För stor uppladdning",
2012-06-06 02:29:28 +04: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 04:08:16 +04:00
"Files are being scanned, please wait." => "Filer skannas, var god vänta",
2013-01-31 20:05:21 +04:00
"Current scanning" => "Aktuell skanning",
2013-07-05 04:21:23 +04:00
"directory" => "mapp",
"directories" => "mappar",
"file" => "fil",
"files" => "filer",
2013-01-31 20:05:21 +04:00
"Upgrading filesystem cache..." => "Uppgraderar filsystemets cache..."
2011-08-18 16:33:05 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";