diff options
Diffstat (limited to 'apps/files_trashbin/l10n/lb.php')
-rw-r--r-- | apps/files_trashbin/l10n/lb.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/lb.php b/apps/files_trashbin/l10n/lb.php index 2065ee03d32..cbfd515a8b3 100644 --- a/apps/files_trashbin/l10n/lb.php +++ b/apps/files_trashbin/l10n/lb.php @@ -1,5 +1,9 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "Fehler", "Name" => "Numm", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "Delete" => "Läschen" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |