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

zh_HK.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00a2620cb1834494c646807b118e4edbe8a53d0c (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Cancel" => "取消",
"Password" => "密碼",
"Name" => "名稱",
"Download" => "下載"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";