7 lines
231 B
PHP
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);";
|