diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/authmysql/lang/eu | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/eu')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/eu/lang.php | 10 | ||||
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/eu/settings.php | 14 |
2 files changed, 0 insertions, 24 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/eu/lang.php b/wiki/lib/plugins/authmysql/lang/eu/lang.php deleted file mode 100644 index 6408324..0000000 --- a/wiki/lib/plugins/authmysql/lang/eu/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Osoitz <oelkoro@gmail.com> - */ -$lang['connectfail'] = 'Datu-basera konektatzeak huts egin du'; -$lang['userexists'] = 'Badago izen hori duen erabiltzaile bat.'; -$lang['usernotexists'] = 'Ez dago izen hori duen erabiltzailerik.'; diff --git a/wiki/lib/plugins/authmysql/lang/eu/settings.php b/wiki/lib/plugins/authmysql/lang/eu/settings.php deleted file mode 100644 index 2a44a59..0000000 --- a/wiki/lib/plugins/authmysql/lang/eu/settings.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Osoitz <oelkoro@gmail.com> - */ -$lang['server'] = 'Zure MYSQL zerbitzaria'; -$lang['user'] = 'MYSQL erabiltzaile-izena'; -$lang['password'] = 'Goiko erabiltzailearen pasahitza'; -$lang['database'] = 'Erabili beharreko datu-basea'; -$lang['charset'] = 'Datu-basean erabilitako karaktere kodeketa'; -$lang['forwardClearPass'] = 'Pasatu erabiltzaileen pasahitza testu argian beheko SQL esaldiei, passcrypt aukera erabili ordez'; -$lang['debug_o_0'] = 'bat ere ez'; |