2014-10-27 16:29:45 -04:00

6 lines
100 B
PHP

<?php
$TRANSLATIONS = array(
"Edit" => "Ngganti"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";