diff options
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/eu/lang.php')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/eu/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/eu/lang.php b/wiki/lib/plugins/authmysql/lang/eu/lang.php new file mode 100644 index 0000000..6408324 --- /dev/null +++ b/wiki/lib/plugins/authmysql/lang/eu/lang.php @@ -0,0 +1,10 @@ +<?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.'; |