Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
4bdecc 2 $wb['list_head_txt'] = 'XMPP User Accounts';
TB 3 $wb['jid_txt'] = 'Jabber ID';
4 $wb['active_txt'] = 'Active';
5 $wb['cryptpwd_txt'] = 'Password';
6 $wb['password_strength_txt'] = 'Password strength';
7 $wb['error_no_pwd'] = 'Password is empty.';
8 $wb['password_txt'] = 'Password';
407003 9 $wb['generate_password_txt'] = 'Generate Password';
TB 10 $wb['repeat_password_txt'] = 'Repeat Password';
11 $wb['password_mismatch_txt'] = 'The passwords do not match.';
12 $wb['password_match_txt'] = 'The passwords do match.';
4bdecc 13 $wb['no_domain_perm'] = 'You have no permission for this domain.';
TB 14 $wb['limit_xmpp_user_txt'] = 'The max. number of xmpp accounts for your account is reached.';
15 ?>