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

zh_HK.php « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95ee4c5c080b87dc53751450c6782465b7215908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Success" => "成功",
"Error" => "錯誤",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
"Save" => "儲存",
"Help" => "幫助",
"Port" => "連接埠",
"Password" => "密碼",
"Advanced" => "進階"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";