server/apps/files_sharing/l10n/lb.php
2014-05-04 01:56:15 -04:00

7 lines
231 B
PHP

<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
"Password" => "Passwuert",
"Download" => "Download"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";