35 lines
1.9 KiB
PHP
35 lines
1.9 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"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",
|
|
"The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvist uppladdad",
|
|
"No file was uploaded" => "Ingen fil blev uppladdad",
|
|
"Missing a temporary folder" => "Saknar en tillfällig mapp",
|
|
"Failed to write to disk" => "Misslyckades spara till disk",
|
|
"Files" => "Filer",
|
|
"Size" => "Storlek",
|
|
"Modified" => "Ändrad",
|
|
"File handling" => "Filhantering",
|
|
"Maximum upload size" => "Maximal storlek att ladda upp",
|
|
"max. possible: " => "max. möjligt:",
|
|
"Needed for multi-file and folder downloads." => "Krävs för nerladdning av flera mappar och filer",
|
|
"Enable ZIP-download" => "Aktivera ZIP-nerladdning",
|
|
"0 is unlimited" => "0 är lika med oändligt",
|
|
"Maximum input size for ZIP files" => "Största tillåtna storlek för ZIP filer",
|
|
"New" => "Ny",
|
|
"Text file" => "Textfil",
|
|
"Folder" => "Mapp",
|
|
"From url" => "Från webbadress",
|
|
"Upload" => "Ladda upp",
|
|
"Cancel upload" => "Avbryt uppladdning",
|
|
"Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
|
|
"Name" => "Namn",
|
|
"Share" => "Dela",
|
|
"Download" => "Ladda ned",
|
|
"Delete" => "Ta bort",
|
|
"Upload too large" => "För stor uppladdning",
|
|
"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.",
|
|
"Files are being scanned, please wait." => "Filerna skannas, var god vänta",
|
|
"Current scanning" => "Aktuell avsökning"
|
|
);
|