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