nextcloud/apps/files/l10n/sv.php

54 lines
2.7 KiB
PHP
Raw Normal View History

2011-08-18 16:33:05 +04:00
<?php $TRANSLATIONS = array(
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den uppladdade filen överskrider upload_max_filesize direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uppladdade filen överstiger MAX_FILE_SIZE direktivet som anges i HTML-formulär",
2012-08-22 04:08:16 +04:00
"The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvis uppladdad",
2012-01-11 04:06:59 +04:00
"No file was uploaded" => "Ingen fil blev uppladdad",
"Missing a temporary folder" => "Saknar en tillfällig mapp",
2012-06-06 02:29:28 +04:00
"Failed to write to disk" => "Misslyckades spara till disk",
2011-08-18 16:33:05 +04:00
"Files" => "Filer",
2012-08-22 04:08:16 +04:00
"Delete" => "Radera",
2012-08-06 04:02:50 +04:00
"already exists" => "finns redan",
"replace" => "ersätt",
"cancel" => "avbryt",
"replaced" => "ersatt",
2012-08-01 00:57:24 +04:00
"undo" => "ångra",
2012-09-06 04:06:37 +04:00
"with" => "med",
2012-08-01 00:57:24 +04:00
"deleted" => "raderad",
2012-08-22 04:08:16 +04:00
"generating ZIP-file, it may take some time." => "genererar ZIP-fil, det kan ta lite tid.",
2012-07-30 04:05:41 +04:00
"Unable to upload your file as it is a directory or has 0 bytes" => "Kunde inte ladda upp dina filer eftersom det antingen är en mapp eller har 0 bytes.",
"Upload Error" => "Uppladdningsfel",
"Pending" => "Väntar",
"Upload cancelled." => "Uppladdning avbruten.",
2012-09-01 04:04:00 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
2012-07-30 04:05:41 +04:00
"Invalid name, '/' is not allowed." => "Ogiltigt namn, '/' är inte tillåten.",
2012-06-06 02:29:28 +04:00
"Size" => "Storlek",
"Modified" => "Ändrad",
2012-07-30 04:05:41 +04:00
"folder" => "mapp",
"folders" => "mappar",
"file" => "fil",
"files" => "filer",
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-06-06 02:29:28 +04:00
"From url" => "Från webbadress",
2012-01-11 04:06:59 +04:00
"Upload" => "Ladda upp",
2012-06-06 02:29:28 +04:00
"Cancel upload" => "Avbryt uppladdning",
2012-01-11 04:06:59 +04:00
"Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
2011-08-18 16:33:05 +04:00
"Name" => "Namn",
2012-06-06 02:29:28 +04:00
"Share" => "Dela",
2012-08-22 04:08:16 +04:00
"Download" => "Ladda ner",
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",
"Current scanning" => "Aktuell skanning"
2011-08-18 16:33:05 +04:00
);