1 2 3 4 5 6 7
<?php $TRANSLATIONS = array( "Groups" => "群組", "Users" => "用戶", "Delete" => "刪除" ); $PLURAL_FORMS = "nplurals=1; plural=0;";