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: 10fce11fb5815ca47fa7e771b0420cc9147dd3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Error" => "錯誤",
"Groups" => "群組",
"Delete" => "刪除",
"Password" => "密碼",
"New password" => "新密碼",
"Email" => "電郵",
"Encryption" => "加密",
"Username" => "用戶名稱"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";