From 4bdecca49d751ab034d196b5c001bbfc813a567d Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 20 Apr 2016 13:40:05 -0400 Subject: [PATCH] Merged language files. --- interface/web/mail/lib/lang/pl_xmpp_user.lng | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/interface/web/mail/lib/lang/pl_xmpp_user.lng b/interface/web/mail/lib/lang/pl_xmpp_user.lng index 1cc852e..6ab739d 100644 --- a/interface/web/mail/lib/lang/pl_xmpp_user.lng +++ b/interface/web/mail/lib/lang/pl_xmpp_user.lng @@ -1,15 +1,15 @@ <?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['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'] = 'Repeat Password'; $wb['password_mismatch_txt'] = 'The passwords do not match.'; $wb['password_match_txt'] = 'The passwords do match.'; -$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.'; -?> \ No newline at end of file +$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.'; +?> -- Gitblit v1.9.1