diff options
Diffstat (limited to 'core/l10n/lb.php')
-rw-r--r-- | core/l10n/lb.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/lb.php b/core/l10n/lb.php index 3cf0ef03dad..ccc019d014a 100644 --- a/core/l10n/lb.php +++ b/core/l10n/lb.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "%s shared »%s« with you" => "Den/D' %s huet »%s« mat dir gedeelt", "Category type not provided." => "Typ vun der Kategorie net uginn.", "No category to add?" => "Keng Kategorie fir bäizesetzen?", @@ -138,3 +139,4 @@ "next" => "weider", "Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |