Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
25907aff
Commit
25907aff
authored
Feb 14, 2015
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update resync-tool (translations, missing options, resync per server)
parent
4a596d41
Changes
29
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
1565 additions
and
1064 deletions
+1565
-1064
interface/web/tools/form/resync.tform.php
interface/web/tools/form/resync.tform.php
+2
-92
interface/web/tools/lib/lang/ar_resync.lng
interface/web/tools/lib/lang/ar_resync.lng
+39
-13
interface/web/tools/lib/lang/bg_resync.lng
interface/web/tools/lib/lang/bg_resync.lng
+43
-17
interface/web/tools/lib/lang/br_resync.lng
interface/web/tools/lib/lang/br_resync.lng
+39
-13
interface/web/tools/lib/lang/cz_resync.lng
interface/web/tools/lib/lang/cz_resync.lng
+43
-18
interface/web/tools/lib/lang/de_resync.lng
interface/web/tools/lib/lang/de_resync.lng
+38
-13
interface/web/tools/lib/lang/el_resync.lng
interface/web/tools/lib/lang/el_resync.lng
+39
-13
interface/web/tools/lib/lang/en_resync.lng
interface/web/tools/lib/lang/en_resync.lng
+39
-13
interface/web/tools/lib/lang/es_resync.lng
interface/web/tools/lib/lang/es_resync.lng
+43
-17
interface/web/tools/lib/lang/fi_resync.lng
interface/web/tools/lib/lang/fi_resync.lng
+39
-13
interface/web/tools/lib/lang/fr_resync.lng
interface/web/tools/lib/lang/fr_resync.lng
+43
-13
interface/web/tools/lib/lang/hr_resync.lng
interface/web/tools/lib/lang/hr_resync.lng
+43
-14
interface/web/tools/lib/lang/hu_resync.lng
interface/web/tools/lib/lang/hu_resync.lng
+39
-13
interface/web/tools/lib/lang/id_resync.lng
interface/web/tools/lib/lang/id_resync.lng
+39
-13
interface/web/tools/lib/lang/it_resync.lng
interface/web/tools/lib/lang/it_resync.lng
+39
-13
interface/web/tools/lib/lang/ja_resync.lng
interface/web/tools/lib/lang/ja_resync.lng
+39
-13
interface/web/tools/lib/lang/nl_resync.lng
interface/web/tools/lib/lang/nl_resync.lng
+39
-13
interface/web/tools/lib/lang/pl_resync.lng
interface/web/tools/lib/lang/pl_resync.lng
+42
-16
interface/web/tools/lib/lang/pt_resync.lng
interface/web/tools/lib/lang/pt_resync.lng
+39
-13
interface/web/tools/lib/lang/ro_resync.lng
interface/web/tools/lib/lang/ro_resync.lng
+39
-13
interface/web/tools/lib/lang/ru_resync.lng
interface/web/tools/lib/lang/ru_resync.lng
+39
-13
interface/web/tools/lib/lang/se_resync.lng
interface/web/tools/lib/lang/se_resync.lng
+39
-13
interface/web/tools/lib/lang/sk_resync.lng
interface/web/tools/lib/lang/sk_resync.lng
+39
-13
interface/web/tools/lib/lang/tr_resync.lng
interface/web/tools/lib/lang/tr_resync.lng
+39
-13
interface/web/tools/lib/menu.d/resync.menu.php
interface/web/tools/lib/menu.d/resync.menu.php
+1
-2
interface/web/tools/resync.php
interface/web/tools/resync.php
+546
-0
interface/web/tools/resync_do.php
interface/web/tools/resync_do.php
+0
-383
interface/web/tools/resync_show.php
interface/web/tools/resync_show.php
+0
-114
interface/web/tools/templates/resync.htm
interface/web/tools/templates/resync.htm
+97
-157
No files found.
interface/web/tools/form/resync.tform.php
View file @
25907aff
...
...
@@ -2,10 +2,10 @@
$form
[
"title"
]
=
"Resync Tool"
;
$form
[
"description"
]
=
""
;
$form
[
"name"
]
=
"resync"
;
$form
[
"action"
]
=
"resync
_do
.php"
;
$form
[
"action"
]
=
"resync.php"
;
$form
[
"db_history"
]
=
"no"
;
$form
[
"tab_default"
]
=
"resync"
;
$form
[
"list_default"
]
=
"resync
_show
.php"
;
$form
[
"list_default"
]
=
"resync.php"
;
$form
[
"auth"
]
=
'yes'
;
$form
[
"auth_preset"
][
"userid"
]
=
0
;
// 0 = id of the user, > 0 id must match with id of current user
...
...
@@ -18,96 +18,6 @@ $form["tabs"]['resync'] = array (
'title'
=>
"Resync"
,
'width'
=>
100
,
'template'
=>
"templates/resync.htm"
,
'fields'
=>
array
(
'mail_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE mail_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'web_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE web_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'dns_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE dns_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'file_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE file_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'db_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE db_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'vserver_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE vserver_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'proxy_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE proxy_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
'firewall_server_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id FROM server WHERE firewall_server = 1 AND mirror_server_id = 0 AND {AUTHSQL}'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
'value'
=>
''
),
)
);
...
...
interface/web/tools/lib/lang/ar_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_sites_txt'
]
=
'Resync Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'Resync FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Resync shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Resync cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Resync Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resync Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_dns_txt'
]
=
'Resync DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_client_txt'
]
=
'Resync Client records'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'All active vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Website'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP user'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav user'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell user'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Database User'
;
$wb
[
'do_db_txt'
]
=
'Resynced Database'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailbox'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced clients and reseller'
;
$wb
[
'no_results_txt'
]
=
'Nothing found'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/bg_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Повторно синхронизиране Инструменти'
;
$wb
[
'legend_txt'
]
=
'Повторно синхронизиране'
;
$wb
[
'resync_sites_txt'
]
=
'Resync Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'Resync FTP users'
;
$wb
[
'resync_shell_txt'
]
=
'Resync shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Resync cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Resync clientdb config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resync Mailboxes'
;
$wb
[
'resync_dns_txt'
]
=
'Resync DNS records'
;
$wb
[
'btn_start_txt'
]
=
'Стартирай'
;
$wb
[
'btn_cancel_txt'
]
=
'Отказ'
;
$wb
[
'resync_client_txt'
]
=
'Resync Client records'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'All active vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Website'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP user'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav user'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell user'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Database User'
;
$wb
[
'do_db_txt'
]
=
'Resynced Database'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailbox'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced clients and reseller'
;
$wb
[
'no_results_txt'
]
=
'Nothing found'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/br_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_sites_txt'
]
=
'Resync Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'Resync FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Resync shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Resync cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Resync Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resync Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_dns_txt'
]
=
'Resync DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_client_txt'
]
=
'Resync Client records'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'All active vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Website'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP user'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav user'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell user'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Database User'
;
$wb
[
'do_db_txt'
]
=
'Resynced Database'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailbox'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced clients and reseller'
;
$wb
[
'no_results_txt'
]
=
'Nothing found'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/cz_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Resynchronizační nástroje'
;
$wb
[
'legend_txt'
]
=
'Resynchronizace'
;
$wb
[
'resync_sites_txt'
]
=
'Resynchronizovat webové stránky'
;
$wb
[
'resync_ftp_txt'
]
=
'Resynchronizovat FTP uživatele'
;
$wb
[
'resync_shell_txt'
]
=
'Resynchronizovat shell uživatele'
;
$wb
[
'resync_cron_txt'
]
=
'Resynchronizovat cron úlohy'
;
$wb
[
'resync_db_txt'
]
=
'Resynchronizovat clientdb konfigurace'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resynchronizovat e-mailové schránky'
;
$wb
[
'resync_dns_txt'
]
=
'Resynchronizovat DNS záznamy'
;
$wb
[
'btn_start_txt'
]
=
'Zahájit'
;
$wb
[
'btn_cancel_txt'
]
=
'Zrušit'
;
$wb
[
'resync_client_txt'
]
=
'Resync Client records'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'All active vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Website'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP user'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav user'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell user'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Database User'
;
$wb
[
'do_db_txt'
]
=
'Resynced Database'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailbox'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced clients and reseller'
;
$wb
[
'no_results_txt'
]
=
'Nothing found'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/de_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Resync Werkzeug'
;
$wb
[
'legend_txt'
]
=
'Resync ausgewählte Dienste auf entfernten Server.'
;
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_all_txt'
]
=
'Alle Dienste'
;
$wb
[
'resync_sites_txt'
]
=
'Webseiten'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP Benutzer'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Benutzer'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV Benutzer'
;
$wb
[
'resync_shell_txt'
]
=
'Shell Benutzer'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Datenbanken'
;
$wb
[
'resync_mailbox_txt'
]
=
'E-Mail Konten'
;
$wb
[
'resync_dkim_txt'
]
=
'DKIM-Keys'
;
$wb
[
'resync_db_txt'
]
=
'Kunden Datenbankeinstellungen'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailkonten'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS Einträge'
;
$wb
[
'resync_client_txt'
]
=
'Kunden'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Kunden und Reseller'
;
$wb
[
'all_active_txt'
]
=
'Alle aktiven Server'
;
$wb
[
'all_active_mail_txt'
]
=
'Alle aktive Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'Alle aktive Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'Alle aktive DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'Alle aktive File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'Alle aktive Datenbank-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'Alle aktive vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Webseiten'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP-Benutzer'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav Benutzer'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell Benutzer'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Datenbank Benutzer'
;
$wb
[
'do_db_txt'
]
=
'Resynced Datenbank'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailkonto'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail Access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS Zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced Kunden und Reseller'
;
$wb
[
'no_results_txt'
]
=
'Keine Daten vorhanden'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Zurück'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Benutzer'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'Kein aktiver Serfer gefunden'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/el_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_sites_txt'
]
=
'Resync Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'Resync FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Resync shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Resync cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Resync Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resync Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_dns_txt'
]
=
'Resync DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_client_txt'
]
=
'Resync Client records'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'All active vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Website'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP user'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav user'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell user'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Database User'
;
$wb
[
'do_db_txt'
]
=
'Resynced Database'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailbox'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced clients and reseller'
;
$wb
[
'no_results_txt'
]
=
'Nothing found'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/en_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_sites_txt'
]
=
'Resync Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'Resync FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Resync shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Resync cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Resync Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resync Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_dns_txt'
]
=
'Resync DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_client_txt'
]
=
'Resync Client records'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;
$wb
[
'all_active_vserver_txt'
]
=
'All active vServer'
;
$wb
[
'do_sites_txt'
]
=
'Resynced Website'
;
$wb
[
'do_ftp_txt'
]
=
'Resynced FTP user'
;
$wb
[
'do_webdav_txt'
]
=
'Resynced WebDav user'
;
$wb
[
'do_shell_txt'
]
=
'Resynced Shell user'
;
$wb
[
'do_cron_txt'
]
=
'Resynced Cronjob'
;
$wb
[
'do_db_user_txt'
]
=
'Resynced Database User'
;
$wb
[
'do_db_txt'
]
=
'Resynced Database'
;
$wb
[
'do_mail_txt'
]
=
'Resynced Maildomain'
;
$wb
[
'do_mailbox_txt'
]
=
'Resynced Mailbox'
;
$wb
[
'do_mail_alias_txt'
]
=
'Resynced Alias'
;
$wb
[
'do_mail_access_txt'
]
=
'Resynced Mail access'
;
$wb
[
'do_mail_contentfilter_txt'
]
=
'Resynced Content Filter'
;
$wb
[
'do_mail_userfilter_txt'
]
=
'Resynced Mail User Filter'
;
$wb
[
'do_mailinglist_txt'
]
=
'Resynced Mailinglist'
;
$wb
[
'do_dns_txt'
]
=
'Resynced DNS zone'
;
$wb
[
'do_vserver_txt'
]
=
'Resynced vServer'
;
$wb
[
'do_clients_txt'
]
=
'Resynced clients and reseller'
;
$wb
[
'no_results_txt'
]
=
'Nothing found'
;
$wb
[
'btn_start_txt'
]
=
'Start'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancel'
;
?>
interface/web/tools/lib/lang/es_resync.lng
View file @
25907aff
<?php
$wb
[
'head_txt'
]
=
'Herramienta de Resincronización'
;
$wb
[
'legend_txt'
]
=
'Resincronizar'
;
$wb
[
'resync_sites_txt'
]
=
'Resincronizar Sitios webs'
;
$wb
[
'resync_ftp_txt'
]
=
'Resincronizar Usuarios FTP'
;
$wb
[
'resync_shell_txt'
]
=
'Resincronizar Usuarios shell'
;
$wb
[
'resync_cron_txt'
]
=
'Resincronizar Tareas de cron'
;
$wb
[
'resync_db_txt'
]
=
'Resincronizar Configuración de bases de datos'
;
$wb
[
'resync_mailbox_txt'
]
=
'Resincronizar Buzones de correo'
;
$wb
[
'resync_dns_txt'
]
=
'Resincronizar Registros DNS '
;
$wb
[
'btn_start_txt'
]
=
'Inicio'
;
$wb
[
'btn_cancel_txt'
]
=
'Cancelar'
;
$wb
[
'resync_client_txt'
]
=
'Resincronizar Clientes'
;
$wb
[
'resync_webdav_txt'
]
=
'Resync WebDAV-Users'
;
$wb
[
'resync_mail_txt'
]
=
'Resync Maildomains'
;
$wb
[
'resync_vserver_txt'
]
=
'Resync vServer'
;
$wb
[
'resync_firewall_txt'
]
=
'Resync Firewall'
;
$wb
[
'resync_no_server_txt'
]
=
'No active server found'
;
$wb
[
'head_txt'
]
=
'Resync Tool'
;
$wb
[
'legend_txt'
]
=
'Resync'
;
$wb
[
'resync_all_txt'
]
=
'All services'
;
$wb
[
'resync_sites_txt'
]
=
'Websites'
;
$wb
[
'resync_ftp_txt'
]
=
'FTP-Accounts'
;
$wb
[
'resync_webdav_txt'
]
=
'WebDAV-Users'
;
$wb
[
'resync_shell_txt'
]
=
'Shell users'
;
$wb
[
'resync_cron_txt'
]
=
'Cronjobs'
;
$wb
[
'resync_db_txt'
]
=
'Client Database config'
;
$wb
[
'resync_mailbox_txt'
]
=
'Mailboxes'
;
$wb
[
'resync_mail_txt'
]
=
'Maildomains'
;
$wb
[
'resync_mailfilter_txt'
]
=
'Mailfilter'
;
$wb
[
'resync_mailinglist_txt'
]
=
'Mailinglist'
;
$wb
[
'resync_dns_txt'
]
=
'DNS records'
;
$wb
[
'resync_vserver_txt'
]
=
'vServer'
;
$wb
[
'resync_client_txt'
]
=
'Client and reseller'
;
$wb
[
'all_active_txt'
]
=
'All active server'
;
$wb
[
'all_active_mail_txt'
]
=
'All active Mail-Server'
;
$wb
[
'all_active_web_txt'
]
=
'All active Web-Server'
;
$wb
[
'all_active_dns_txt'
]
=
'All active DNS-Server'
;
$wb
[
'all_active_file_txt'
]
=
'All active File-Server'
;
$wb
[
'all_active_db_txt'
]
=
'All active Database-Server'
;