1 2 3 4 5 6 7 8 9 10
<?php $TRANSLATIONS = array( "So-so password" => "So-so wagwoord", "Security Warning" => "Sekuriteits waarskuwing", "Password" => "Wagwoord", "New password" => "Nuwe wagwoord", "Cancel" => "Kanseleer", "Username" => "Gebruikersnaam" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";