11 lines
305 B
PHP
11 lines
305 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Cancel" => "Ofbriechen",
|
|
"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"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|