diff options
Diffstat (limited to 'lib/plugins/authpdo/lang')
-rw-r--r-- | lib/plugins/authpdo/lang/hu/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authpdo/lang/zh-tw/lang.php | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authpdo/lang/hu/settings.php b/lib/plugins/authpdo/lang/hu/settings.php index 8aeec7448..c0dcea9bc 100644 --- a/lib/plugins/authpdo/lang/hu/settings.php +++ b/lib/plugins/authpdo/lang/hu/settings.php @@ -5,6 +5,8 @@ * * @author Fekete Ádám Zsolt <fadam@egbcsoport.hu> */ +$lang['debug'] = 'Jelenítse meg a részletes hibaüzeneteket. Érdemes indítás után kikapcsolni.'; +$lang['dsn'] = 'Az adatbáziskapcsolathoz szükséges DSN.'; $lang['user'] = 'Felhasználónév az adatbáziskapcsolathoz (sqlite esetén üres)'; $lang['pass'] = 'Jelszó az adatbáziskapcsolathoz (sqlite esetén üres)'; $lang['select-user'] = 'SQL kifejezés egy felhasználó lekérdezéséhez'; diff --git a/lib/plugins/authpdo/lang/zh-tw/lang.php b/lib/plugins/authpdo/lang/zh-tw/lang.php new file mode 100644 index 000000000..b06e846a3 --- /dev/null +++ b/lib/plugins/authpdo/lang/zh-tw/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (https://www.gnu.org/licenses/gpl.html) + * + * @author Peter Dave Hello <hsu@peterdavehello.org> + */ +$lang['userexists'] = '對不起,已經有使用者使用這個登入名稱。'; +$lang['writefail'] = '無法修改使用者資料。請通知Wiki-管理員'; |