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