nextcloud/apps/files_sharing/l10n/lb.php

12 lines
333 B
PHP

<?php
$TRANSLATIONS = array(
"Reset" => "Zeréck setzen",
"Shared by" => "Gedeelt vun",
"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
"Password" => "Passwuert",
"Name" => "Numm",
"Download" => "Download",
"Save" => "Späicheren"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";