Blame view

sources/apps/files/l10n/sv.php 4.42 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
  <?php $TRANSLATIONS = array(
  "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",
  "Unable to rename file" => "Kan inte byta namn på filen",
  "No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel",
  "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 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 delvis 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",
  "Not enough storage available" => "Inte tillräckligt med lagringsutrymme tillgängligt",
  "Invalid directory." => "Felaktig mapp.",
  "Files" => "Filer",
  "Share" => "Dela",
  "Delete permanently" => "Radera permanent",
  "Delete" => "Radera",
  "Rename" => "Byt namn",
  "Pending" => "Väntar",
  "{new_name} already exists" => "{new_name} finns redan",
  "replace" => "ersätt",
  "suggest name" => "föreslå namn",
  "cancel" => "avbryt",
  "replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}",
  "undo" => "ångra",
  "perform delete operation" => "utför raderingen",
  "'.' is an invalid file name." => "'.' är ett ogiltigt filnamn.",
  "File name cannot be empty." => "Filnamn kan inte vara tomt.",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.",
  "Your storage is full, files can not be updated or synced anymore!" => "Ditt lagringsutrymme är fullt, filer kan ej längre laddas upp eller synkas!",
  "Your storage is almost full ({usedSpacePercent}%)" => "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)",
  "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.",
  "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",
  "Close" => "Stäng",
  "1 file uploading" => "1 filuppladdning",
  "{count} files uploading" => "{count} filer laddas upp",
  "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ändande av 'Shared' är reserverat av ownCloud",
  "Name" => "Namn",
  "Size" => "Storlek",
  "Modified" => "Ändrad",
  "1 folder" => "1 mapp",
  "{count} folders" => "{count} mappar",
  "1 file" => "1 fil",
  "{count} files" => "{count} filer",
  "Upload" => "Ladda upp",
  "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 oändligt",
  "Maximum input size for ZIP files" => "Största tillåtna storlek för ZIP-filer",
  "Save" => "Spara",
  "New" => "Ny",
  "Text file" => "Textfil",
  "Folder" => "Mapp",
  "From link" => "Från länk",
  "Deleted files" => "Raderade filer",
  "Cancel upload" => "Avbryt uppladdning",
  "You don’t have write permissions here." => "Du saknar skrivbehörighet här.",
  "Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
  "Download" => "Ladda ner",
  "Unshare" => "Sluta dela",
  "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." => "Filer skannas, var god vänta",
  "Current scanning" => "Aktuell skanning",
  "Upgrading filesystem cache..." => "Uppgraderar filsystemets cache..."
  );