1 2 3 4 5 6 7 8 9
<?php $TRANSLATIONS = array( "Success" => "成功", "Error" => "錯誤", "Password" => "密碼", "Port" => "連接埠", "Help" => "幫助" ); $PLURAL_FORMS = "nplurals=1; plural=0;";