17 lines
363 B
PHP
17 lines
363 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Email sent" => "郵件已傳",
|
|
"Encryption" => "加密",
|
|
"Error" => "錯誤",
|
|
"Groups" => "群組",
|
|
"Delete" => "刪除",
|
|
"None" => "空",
|
|
"Port" => "連接埠",
|
|
"Password" => "密碼",
|
|
"New password" => "新密碼",
|
|
"Email" => "電郵",
|
|
"Cancel" => "取消",
|
|
"Username" => "用戶名稱"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|