Skip to content
fr_xmpp_user.lng 687 B
Newer Older
<?php
$wb['list_head_txt'] = 'XMPP User Accounts';
$wb['jid_txt'] = 'Jabber ID';
$wb['active_txt'] = 'Active';
$wb['cryptpwd_txt'] = 'Password';
$wb['password_strength_txt'] = 'Password strength';
$wb['error_no_pwd'] = 'Password is empty.';
$wb['password_txt'] = 'Password';
$wb['generate_password_txt'] = 'Generate Password';
$wb['repeat_password_txt'] = 'Répéter le mot de passe';
$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
$wb['password_match_txt'] = 'Les mots de passe correspondent.';
$wb['no_domain_perm'] = 'You have no permission for this domain.';
$wb['limit_xmpp_user_txt'] = 'The max. number of xmpp accounts for your account is reached.';
?>