You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nn_NO.php 4.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not move %s - File with this name already exists" => "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet",
  4. "Could not move %s" => "Klarte ikkje flytta %s",
  5. "File name cannot be empty." => "Filnamnet kan ikkje vera tomt.",
  6. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.",
  7. "Unable to set upload directory." => "Klarte ikkje å endra opplastingsmappa.",
  8. "Invalid Token" => "Ugyldig token",
  9. "No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil",
  10. "There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
  11. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Fila du lasta opp er større enn det «upload_max_filesize» i php.ini tillater: ",
  12. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet",
  13. "The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
  14. "No file was uploaded" => "Ingen filer vart lasta opp",
  15. "Missing a temporary folder" => "Manglar ei mellombels mappe",
  16. "Failed to write to disk" => "Klarte ikkje skriva til disk",
  17. "Not enough storage available" => "Ikkje nok lagringsplass tilgjengeleg",
  18. "Upload failed. Could not find uploaded file" => "Feil ved opplasting. Klarte ikkje å finna opplasta fil.",
  19. "Upload failed. Could not get file info." => "Feil ved opplasting. Klarte ikkje å henta filinfo.",
  20. "Invalid directory." => "Ugyldig mappe.",
  21. "Files" => "Filer",
  22. "Unable to upload {filename} as it is a directory or has 0 bytes" => "Klarte ikkje å lasta opp {filename} sidan det er ei mappe eller er 0 byte.",
  23. "Upload cancelled." => "Opplasting avbroten.",
  24. "Could not get result from server." => "Klarte ikkje å henta resultat frå tenaren.",
  25. "File upload is in progress. Leaving the page now will cancel the upload." => "Fila lastar no opp. Viss du forlèt sida no vil opplastinga verta avbroten.",
  26. "{new_name} already exists" => "{new_name} finst allereie",
  27. "Share" => "Del",
  28. "Delete permanently" => "Slett for godt",
  29. "Rename" => "Endra namn",
  30. "Your download is being prepared. This might take some time if the files are big." => "Gjer klar nedlastinga di. Dette kan ta ei stund viss filene er store.",
  31. "Pending" => "Under vegs",
  32. "Error moving file" => "Feil ved flytting av fil",
  33. "Error" => "Feil",
  34. "Name" => "Namn",
  35. "Size" => "Storleik",
  36. "Modified" => "Endra",
  37. "_%n folder_::_%n folders_" => array("%n mappe","%n mapper"),
  38. "_%n file_::_%n files_" => array("%n fil","%n filer"),
  39. "_Uploading %n file_::_Uploading %n files_" => array("Lastar opp %n fil","Lastar opp %n filer"),
  40. "Your storage is full, files can not be updated or synced anymore!" => "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!",
  41. "Your storage is almost full ({usedSpacePercent}%)" => "Lagringa di er nesten full ({usedSpacePercent} %)",
  42. "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Kryptering er skrudd av, men filene dine er enno krypterte. Du kan dekryptera filene i personlege innstillingar.",
  43. "{dirs} and {files}" => "{dirs} og {files}",
  44. "%s could not be renamed" => "Klarte ikkje å omdøypa på %s",
  45. "File handling" => "Filhandtering",
  46. "Maximum upload size" => "Maksimal opplastingsstorleik",
  47. "max. possible: " => "maks. moglege:",
  48. "Needed for multi-file and folder downloads." => "Nødvendig for fleirfils- og mappenedlastingar.",
  49. "Enable ZIP-download" => "Slå på ZIP-nedlasting",
  50. "0 is unlimited" => "0 er ubegrensa",
  51. "Maximum input size for ZIP files" => "Maksimal storleik for ZIP-filer",
  52. "Save" => "Lagre",
  53. "New" => "Ny",
  54. "Text file" => "Tekst fil",
  55. "New folder" => "Ny mappe",
  56. "Folder" => "Mappe",
  57. "From link" => "Frå lenkje",
  58. "Deleted files" => "Sletta filer",
  59. "Cancel upload" => "Avbryt opplasting",
  60. "Nothing in here. Upload something!" => "Ingenting her. Last noko opp!",
  61. "Download" => "Last ned",
  62. "Delete" => "Slett",
  63. "Upload too large" => "For stor opplasting",
  64. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å lasta opp er større enn maksgrensa til denne tenaren.",
  65. "Files are being scanned, please wait." => "Skannar filer, ver venleg og vent.",
  66. "Current scanning" => "Køyrande skanning"
  67. );
  68. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";