From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 20 Apr 2016 10:58:46 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/mail/lib/lang/fr_xmpp_domain.lng | 62 +++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/fr_xmpp_domain.lng b/interface/web/mail/lib/lang/fr_xmpp_domain.lng new file mode 100644 index 0000000..0541203 --- /dev/null +++ b/interface/web/mail/lib/lang/fr_xmpp_domain.lng @@ -0,0 +1,62 @@ +<?php +$wb['server_id_txt'] = 'Server'; +$wb['client_group_id_txt'] = 'Client'; +$wb['domain_txt'] = 'Domain'; +$wb['type_txt'] = 'Type'; +$wb['active_txt'] = 'Active'; +$wb['client_txt'] = 'Client'; +$wb['management_method_txt'] = 'Management of user accounts'; +$wb['public_registration_txt'] = 'Enable public registration'; +$wb['registration_url_txt'] = 'Registration URL'; +$wb['registration_message_txt'] = 'Registration Message'; +$wb['domain_admins_txt'] = 'Domain Admins (JIDs)'; +$wb['use_pubsub_txt'] = 'Enable Pubsub'; +$wb['use_proxy_txt'] = 'Enable Bytestream Proxy'; +$wb['use_anon_host_txt'] = 'Enable Anonymous Host'; +$wb['use_vjud_txt'] = 'Enable VJUD User Directory'; +$wb['vjud_opt_mode_txt'] = 'VJUD Opt Mode'; +$wb['use_muc_host_txt'] = 'Enable Multi User Chatrooms'; +$wb['muc_name_txt'] = 'Name in MUC Service Discovery'; +$wb['muc_restrict_room_creation_txt'] = 'Permission to create chatrooms'; +$wb['muc_admins_txt'] = 'MUC Admins (JIDs)'; +$wb['use_pastebin_txt'] = 'Enable Pastebin'; +$wb['pastebin_expire_after_txt'] = 'Pastes expire after (hours)'; +$wb['pastebin_trigger_txt'] = 'Pastebin trigger'; +$wb['use_http_archive_txt'] = 'Enable HTTP chatroom archive'; +$wb['http_archive_show_join_txt'] = 'Show join messages in archive'; +$wb['http_archive_show_status_txt'] = 'Show status changes in archive'; +$wb['use_status_host_txt'] = 'Enable XML Status host'; +$wb['cant_change_domainname_txt'] = 'The Domain name of existing XMPP domain cannot be changed.'; +$wb['about_registration_url_txt'] = 'Link to your registration form.'; +$wb['about_registration_message_txt'] = 'Description about your account registration process.'; +$wb['no_corresponding_maildomain_txt'] = 'Corresponding mail domain for user management not found. Please create the mail domain first.'; +$wb['ssl_state_txt'] = 'State'; +$wb['ssl_locality_txt'] = 'Locality'; +$wb['ssl_organisation_txt'] = 'Organisation'; +$wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; +$wb['ssl_country_txt'] = 'Country'; +$wb['ssl_key_txt'] = 'SSL Key'; +$wb['ssl_request_txt'] = 'SSL Request'; +$wb['ssl_cert_txt'] = 'SSL Certificate'; +$wb['ssl_bundle_txt'] = 'SSL Bundle'; +$wb['ssl_action_txt'] = 'SSL Action'; +$wb['ssl_email_txt'] = 'Email Address'; +$wb['ssl_txt'] = 'SSL'; +$wb['error_ssl_state_empty'] = 'SSL State is empty.'; +$wb['error_ssl_locality_empty'] = 'SSL Locality is empty.'; +$wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.'; +$wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.'; +$wb['error_ssl_country_empty'] = 'SSL Country is empty.'; +$wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty'; +$wb['ssl_state_error_regex'] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; +$wb['ssl_locality_error_regex'] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; +$wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; +$wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; +$wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; +$wb['none_txt'] = 'None'; +$wb['save_certificate_txt'] = 'Save certificate'; +$wb['create_certificate_txt'] = 'Create certificate'; +$wb['delete_certificate_txt'] = 'Delete certificate'; +$wb['ssl_error_isemail'] = 'Please enter a valid email adress for generation of the SSL certificate'; +$wb['limit_xmppdomain_txt'] = 'The max. number of XMPP domains for your account is reached.'; +?> -- Gitblit v1.9.1