diff options
Diffstat (limited to 'settings/l10n/lb.php')
-rw-r--r-- | settings/l10n/lb.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php index 7060d41537a..7902e37a4f9 100644 --- a/settings/l10n/lb.php +++ b/settings/l10n/lb.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Konnt Lescht net vum App Store lueden", "Authentication error" => "Authentifikatioun's Fehler", "Email saved" => "E-mail gespäichert", @@ -42,3 +43,4 @@ "Other" => "Aner", "Username" => "Benotzernumm" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |