summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/lb.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/lb.php')
-rw-r--r--apps/files/l10n/lb.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/lb.php b/apps/files/l10n/lb.php
index 9b209a4d5cc..762d9189fb8 100644
--- a/apps/files/l10n/lb.php
+++ b/apps/files/l10n/lb.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"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",
@@ -41,3 +42,4 @@
"file" => "Datei",
"files" => "Dateien"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";