1 2 3 4 5 6 7
<?php $TRANSLATIONS = array( "Error" => "Ralat", "Name" => "Nama", "Delete" => "Padam" ); $PLURAL_FORMS = "nplurals=1; plural=0;";