Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_HK.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 633b4252b675ef85791e9547be23f0e978158785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Email sent" => "郵件已傳",
"Encryption" => "加密",
"Error" => "錯誤",
"Groups" => "群組",
"Delete" => "刪除",
"None" => "空",
"Port" => "連接埠",
"Password" => "密碼",
"New password" => "新密碼",
"Email" => "電郵",
"Cancel" => "取消",
"Username" => "用戶名稱"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";