Blame view

sources/apps/files/l10n/nn_NO.php 4.08 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
  <?php
  $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet",
  "Could not move %s" => "Klarte ikkje flytta %s",
  "File name cannot be empty." => "Filnamnet kan ikkje vera tomt.",
6d9380f96   Cédric Dupont   Update sources OC...
6
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.",
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
  "Unable to set upload directory." => "Klarte ikkje å endra opplastingsmappa.",
  "Invalid Token" => "Ugyldig token",
  "No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil",
03e52840d   Kload   Init
10
  "There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
31b7f2792   Kload   Upgrade to ownclo...
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: ",
03e52840d   Kload   Init
12
13
14
15
  "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",
  "The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
  "No file was uploaded" => "Ingen filer vart lasta opp",
  "Missing a temporary folder" => "Manglar ei mellombels mappe",
31b7f2792   Kload   Upgrade to ownclo...
16
17
  "Failed to write to disk" => "Klarte ikkje skriva til disk",
  "Not enough storage available" => "Ikkje nok lagringsplass tilgjengeleg",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Upload failed. Could not find uploaded file" => "Feil ved opplasting. Klarte ikkje å finna opplasta fil.",
6d9380f96   Cédric Dupont   Update sources OC...
19
  "Upload failed. Could not get file info." => "Feil ved opplasting. Klarte ikkje å henta filinfo.",
31b7f2792   Kload   Upgrade to ownclo...
20
  "Invalid directory." => "Ugyldig mappe.",
03e52840d   Kload   Init
21
  "Files" => "Filer",
31b7f2792   Kload   Upgrade to ownclo...
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.",
31b7f2792   Kload   Upgrade to ownclo...
23
24
25
26
27
28
  "Upload cancelled." => "Opplasting avbroten.",
  "Could not get result from server." => "Klarte ikkje å henta resultat frå tenaren.",
  "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.",
  "{new_name} already exists" => "{new_name} finst allereie",
  "Share" => "Del",
  "Delete permanently" => "Slett for godt",
6d9380f96   Cédric Dupont   Update sources OC...
29
  "Delete" => "Slett",
31b7f2792   Kload   Upgrade to ownclo...
30
  "Rename" => "Endra namn",
6d9380f96   Cédric Dupont   Update sources OC...
31
  "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.",
31b7f2792   Kload   Upgrade to ownclo...
32
  "Pending" => "Under vegs",
6d9380f96   Cédric Dupont   Update sources OC...
33
34
35
36
37
  "Error moving file" => "Feil ved flytting av fil",
  "Error" => "Feil",
  "Name" => "Namn",
  "Size" => "Storleik",
  "Modified" => "Endra",
31b7f2792   Kload   Upgrade to ownclo...
38
39
  "_%n folder_::_%n folders_" => array("%n mappe","%n mapper"),
  "_%n file_::_%n files_" => array("%n fil","%n filer"),
31b7f2792   Kload   Upgrade to ownclo...
40
  "_Uploading %n file_::_Uploading %n files_" => array("Lastar opp %n fil","Lastar opp %n filer"),
31b7f2792   Kload   Upgrade to ownclo...
41
42
43
  "Your storage is full, files can not be updated or synced anymore!" => "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!",
  "Your storage is almost full ({usedSpacePercent}%)" => "Lagringa di er nesten full ({usedSpacePercent} %)",
  "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.",
6d9380f96   Cédric Dupont   Update sources OC...
44
  "{dirs} and {files}" => "{dirs} og {files}",
31b7f2792   Kload   Upgrade to ownclo...
45
  "%s could not be renamed" => "Klarte ikkje å omdøypa på %s",
31b7f2792   Kload   Upgrade to ownclo...
46
  "File handling" => "Filhandtering",
03e52840d   Kload   Init
47
  "Maximum upload size" => "Maksimal opplastingsstorleik",
31b7f2792   Kload   Upgrade to ownclo...
48
  "max. possible: " => "maks. moglege:",
03e52840d   Kload   Init
49
  "Save" => "Lagre",
6d9380f96   Cédric Dupont   Update sources OC...
50
  "WebDAV" => "WebDAV",
03e52840d   Kload   Init
51
52
  "New" => "Ny",
  "Text file" => "Tekst fil",
6d9380f96   Cédric Dupont   Update sources OC...
53
  "New folder" => "Ny mappe",
03e52840d   Kload   Init
54
  "Folder" => "Mappe",
31b7f2792   Kload   Upgrade to ownclo...
55
  "From link" => "Frå lenkje",
03e52840d   Kload   Init
56
57
58
  "Nothing in here. Upload something!" => "Ingenting her. Last noko opp!",
  "Download" => "Last ned",
  "Upload too large" => "For stor opplasting",
31b7f2792   Kload   Upgrade to ownclo...
59
  "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.",
6d9380f96   Cédric Dupont   Update sources OC...
60
  "Files are being scanned, please wait." => "Skannar filer, ver venleg og vent."
03e52840d   Kload   Init
61
  );
31b7f2792   Kload   Upgrade to ownclo...
62
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";