bnbweb/languages/zh_tw/admin/plugins.php
2023-06-28 03:45:01 +08:00

21 lines
1.1 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$_LANG['plugin_name'] = '名稱';
$_LANG['plugin_desc'] = '描述';
$_LANG['plugin_version'] = '版本';
$_LANG['plugin_author'] = '作者';
$_LANG['upgrade'] = '升級';
$_LANG['upgrade_success'] = '升級成功';
$_LANG['uninstall_confirm'] = '卸除外掛程式將刪除該外掛程式的所有資料。\n您確定要卸除這個外掛程式嗎';
$_LANG['create_table_failed'] = '建立外掛程式的資料表失敗,該外掛程式可能是一個不正確的外掛程式。<br />錯誤資訊:<br />%s';
$_LANG['dir_readonly'] = '%s 目錄不可寫,請檢查您的伺服器設定。';
$_LANG['file_readonly'] = '%s 檔案不可寫,請檢查您的伺服器設定。';
$_LANG['uninstall_success'] = '指定的外掛程式已經卸除成功。';
$_LANG['install_success'] = '指定的外掛程式已經安裝成功。';
$_LANG['upgrade_success'] = '指定的外掛程式已經升級成功。';
$_LANG['plugin_not_exists'] = '沒有找到指定的外掛程式檔案,請確認該外掛程式是否確實存在。';
$_LANG['class_not_exists'] = '沒有找到指定的外掛程式類別,該外掛程式可能已經損壞。';
?>