/**
* default localized language
*/

var duck_lang = new Array();



/** connect system form */
duck_lang['login_error_username_null'] = "Username is null.<br />Please, key your username.";
duck_lang['login_error_password_null'] = "Password is null.<br />Please, key your password.";
duck_lang['login_error_email_null'] = "E-mail is null.<br />Please, key your e-mail.";
duck_lang['login_error_email_format'] = "E-mail isn't true format !!!";


duck_lang['delete_confirm'] = "Do you want to delete "

