Marius Cramer
2014-10-23 7972151d0448b99e0ba28c819a698757c27c1d55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$wb['head_txt'] = 'Resynchronizacja ustawień';
$wb['legend_txt'] = 'Resynchronizacja';
$wb['resync_sites_txt'] = 'Resynchronizacja stron www';
$wb['resync_ftp_txt'] = 'Resynchronizacja kont FTP';
$wb['resync_shell_txt'] = 'Resynchronizacja kont shell';
$wb['resync_cron_txt'] = 'Resynchronizacja zadań cron';
$wb['resync_db_txt'] = 'Resynchronizacja użytkowników bazy';
$wb['resync_mailbox_txt'] = 'Resynchronizacja skrzynek e-mail';
$wb['resync_dns_txt'] = 'Resynchronizacja rekordów DNS';
$wb['btn_start_txt'] = 'Start';
$wb['btn_cancel_txt'] = 'Anuluj';
$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';
?>