Blame view

sources/apps/files/l10n/lb.php 1.86 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
  "There is no error, the file uploaded with success" => "Keen Feeler, Datei ass komplett ropgelueden ginn",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass",
  "The uploaded file was only partially uploaded" => "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn",
31b7f2792   Kload   Upgrade to ownclo...
6
  "No file was uploaded" => "Et ass kee Fichier ropgeluede ginn",
03e52840d   Kload   Init
7
8
9
  "Missing a temporary folder" => "Et feelt en temporären Dossier",
  "Failed to write to disk" => "Konnt net op den Disk schreiwen",
  "Files" => "Dateien",
03e52840d   Kload   Init
10
11
  "Upload cancelled." => "Upload ofgebrach.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.",
31b7f2792   Kload   Upgrade to ownclo...
12
  "Share" => "Deelen",
6d9380f96   Cédric Dupont   Update sources OC...
13
  "Delete" => "Läschen",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Rename" => "Ëm-benennen",
31b7f2792   Kload   Upgrade to ownclo...
15
  "Error" => "Fehler",
03e52840d   Kload   Init
16
17
18
  "Name" => "Numm",
  "Size" => "Gréisst",
  "Modified" => "Geännert",
6d9380f96   Cédric Dupont   Update sources OC...
19
20
21
  "_%n folder_::_%n folders_" => array("",""),
  "_%n file_::_%n files_" => array("",""),
  "_Uploading %n file_::_Uploading %n files_" => array("",""),
03e52840d   Kload   Init
22
23
24
  "File handling" => "Fichier handling",
  "Maximum upload size" => "Maximum Upload Gréisst ",
  "max. possible: " => "max. méiglech:",
03e52840d   Kload   Init
25
26
27
28
  "Save" => "Späicheren",
  "New" => "Nei",
  "Text file" => "Text Fichier",
  "Folder" => "Dossier",
03e52840d   Kload   Init
29
  "Nothing in here. Upload something!" => "Hei ass näischt. Lued eppes rop!",
31b7f2792   Kload   Upgrade to ownclo...
30
  "Download" => "Download",
03e52840d   Kload   Init
31
32
  "Upload too large" => "Upload ze grouss",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.",
6d9380f96   Cédric Dupont   Update sources OC...
33
  "Files are being scanned, please wait." => "Fichieren gi gescannt, war weg."
03e52840d   Kload   Init
34
  );
31b7f2792   Kload   Upgrade to ownclo...
35
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";