nextcloud/settings/l10n/zh_HK.php

13 lines
269 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-03-14 03:06:29 +04:00
"Error" => "錯誤",
"Groups" => "群組",
"Delete" => "刪除",
"Password" => "密碼",
"New password" => "新密碼",
2013-06-21 10:53:57 +04:00
"Email" => "電郵",
2013-08-21 16:14:27 +04:00
"Encryption" => "加密",
2013-06-21 10:53:57 +04:00
"Username" => "用戶名稱"
2013-03-14 03:06:29 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";