2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-07-09 09:55:51 +04:00
|
|
|
"Cancel" => "Kanseleer",
|
2013-06-14 04:52:34 +04:00
|
|
|
"Password" => "Wagwoord"
|
2013-02-05 03:20:29 +04:00
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|