blob: a3e98138225bc70d2e37e5064514ca602f9e91eb (
plain)
1
2
3
4
5
6
7
|
<?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);";
|