nextcloud/apps/files_external/l10n/zh_TW.php

11 lines
291 B
PHP
Raw Normal View History

2012-11-28 03:11:21 +04:00
<?php $TRANSLATIONS = array(
"External Storage" => "外部儲存裝置",
2013-03-01 03:07:02 +04:00
"Folder name" => "資料夾名稱",
2012-11-28 03:11:21 +04:00
"None set" => "尚未設定",
"All Users" => "所有使用者",
"Groups" => "群組",
"Users" => "使用者",
"Delete" => "刪除",
"Import Root Certificate" => "匯入根憑證"
);