Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
4bdecc 2 $wb['server_id_txt'] = 'Server';
TB 3 $wb['client_group_id_txt'] = 'Client';
4 $wb['domain_txt'] = 'Domain';
5 $wb['type_txt'] = 'Type';
6 $wb['active_txt'] = 'Active';
7 $wb['client_txt'] = 'Client';
8 $wb['management_method_txt'] = 'Management of user accounts';
9 $wb['public_registration_txt'] = 'Enable public registration';
10 $wb['registration_url_txt'] = 'Registration URL';
11 $wb['registration_message_txt'] = 'Registration Message';
12 $wb['domain_admins_txt'] = 'Domain Admins (JIDs)';
13 $wb['use_pubsub_txt'] = 'Enable Pubsub';
14 $wb['use_proxy_txt'] = 'Enable Bytestream Proxy';
15 $wb['use_anon_host_txt'] = 'Enable Anonymous Host';
16 $wb['use_vjud_txt'] = 'Enable VJUD User Directory';
17 $wb['vjud_opt_mode_txt'] = 'VJUD Opt Mode';
18 $wb['use_muc_host_txt'] = 'Enable Multi User Chatrooms';
19 $wb['muc_name_txt'] = 'Name in MUC Service Discovery';
20 $wb['muc_restrict_room_creation_txt'] = 'Permission to create chatrooms';
21 $wb['muc_admins_txt'] = 'MUC Admins (JIDs)';
22 $wb['use_pastebin_txt'] = 'Enable Pastebin';
23 $wb['pastebin_expire_after_txt'] = 'Pastes expire after (hours)';
24 $wb['pastebin_trigger_txt'] = 'Pastebin trigger';
25 $wb['use_http_archive_txt'] = 'Enable HTTP chatroom archive';
26 $wb['http_archive_show_join_txt'] = 'Show join messages in archive';
27 $wb['http_archive_show_status_txt'] = 'Show status changes in archive';
28 $wb['use_status_host_txt'] = 'Enable XML Status host';
29 $wb['cant_change_domainname_txt'] = 'The Domain name of existing XMPP domain cannot be changed.';
30 $wb['about_registration_url_txt'] = 'Link to your registration form.';
31 $wb['about_registration_message_txt'] = 'Description about your account registration process.';
32 $wb['no_corresponding_maildomain_txt'] = 'Corresponding mail domain for user management not found. Please create the mail domain first.';
407003 33 $wb['ssl_state_txt'] = 'State';
TB 34 $wb['ssl_locality_txt'] = 'Locality';
35 $wb['ssl_organisation_txt'] = 'Organisation';
36 $wb['ssl_organisation_unit_txt'] = 'Organisation Unit';
37 $wb['ssl_country_txt'] = 'Country';
38 $wb['ssl_key_txt'] = 'SSL Key';
39 $wb['ssl_request_txt'] = 'SSL Request';
40 $wb['ssl_cert_txt'] = 'SSL Certificate';
41 $wb['ssl_bundle_txt'] = 'SSL Bundle';
42 $wb['ssl_action_txt'] = 'SSL Action';
43 $wb['ssl_email_txt'] = 'Email Address';
44 $wb['ssl_txt'] = 'SSL';
45 $wb['error_ssl_state_empty'] = 'SSL State is empty.';
46 $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.';
47 $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.';
48 $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.';
49 $wb['error_ssl_country_empty'] = 'SSL Country is empty.';
50 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
51 $wb['ssl_state_error_regex'] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
52 $wb['ssl_locality_error_regex'] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
53 $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
54 $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
55 $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z';
56 $wb['none_txt'] = 'None';
57 $wb['save_certificate_txt'] = 'Save certificate';
58 $wb['create_certificate_txt'] = 'Create certificate';
59 $wb['delete_certificate_txt'] = 'Delete certificate';
60 $wb['ssl_error_isemail'] = 'Please enter a valid email adress for generation of the SSL certificate';
4bdecc 61 $wb['limit_xmppdomain_txt'] = 'The max. number of XMPP domains for your account is reached.';
407003 62 ?>