install/dist/lib/fedora.lib.php
@@ -59,8 +59,22 @@ } } $config_dir = $conf['mailman']['config_dir'].'/'; $full_file_name = $config_dir.'virtual_to_transport.sh'; //* Backup exiting virtual_to_transport.sh script if(is_file($full_file_name)) { copy($full_file_name, $config_dir.'virtual_to_transport.sh~'); } copy('tpl/mailman-virtual_to_transport.sh',$full_file_name); chgrp($full_file_name,'mailman'); chmod($full_file_name,0750); if(!is_file('/var/lib/mailman/data/transport-mailman')) touch('/var/lib/mailman/data/transport-mailman'); exec('/usr/sbin/postmap /var/lib/mailman/data/transport-mailman'); exec('/usr/lib/mailman/bin/genaliases 2>/dev/null'); $virtual_domains = ''; if($status == 'update') @@ -87,25 +101,6 @@ $content = str_replace('{virtual_domains}', $virtual_domains, $content); wf($full_file_name, $content); //* Write virtual_to_transport.sh script $config_dir = $conf['mailman']['config_dir'].'/'; $full_file_name = $config_dir.'virtual_to_transport.sh'; //* Backup exiting virtual_to_transport.sh script if(is_file($full_file_name)) { copy($full_file_name, $config_dir.'virtual_to_transport.sh~'); } if(is_dir('/etc/mailman')) { copy('tpl/mailman-virtual_to_transport.sh',$full_file_name); chgrp($full_file_name,'mailman'); chmod($full_file_name,0750); } //* Create aliasaes exec('/usr/lib/mailman/bin/genaliases 2>/dev/null'); } function configure_postfix($options = '') @@ -209,16 +204,6 @@ touch($config_dir.'/nested_header_checks'); touch($config_dir.'/body_checks'); //* Create the mailman files if(!is_dir('/var/lib/mailman/data')) exec('mkdir -p /var/lib/mailman/data'); //if(!is_file('/var/lib/mailman/data/aliases')) touch('/var/lib/mailman/data/aliases'); if(is_file('/var/lib/mailman/data/aliases')) unlink('/var/lib/mailman/data/aliases'); if(!is_link('/var/lib/mailman/data/aliases')) symlink('/etc/mailman/aliases','/var/lib/mailman/data/aliases'); exec('postalias /var/lib/mailman/data/aliases'); if(!is_file('/var/lib/mailman/data/virtual-mailman')) touch('/var/lib/mailman/data/virtual-mailman'); exec('postmap /var/lib/mailman/data/virtual-mailman'); if(!is_file('/var/lib/mailman/data/transport-mailman')) touch('/var/lib/mailman/data/transport-mailman'); exec('/usr/sbin/postmap /var/lib/mailman/data/transport-mailman'); //* Make a backup copy of the main.cf file copy($config_dir.'/main.cf', $config_dir.'/main.cf~'); install/dist/lib/opensuse.lib.php
@@ -59,8 +59,22 @@ } } $config_dir = $conf['mailman']['config_dir'].'/'; $full_file_name = $config_dir.'virtual_to_transport.sh'; //* Backup exiting virtual_to_transport.sh script if(is_file($full_file_name)) { copy($full_file_name, $config_dir.'virtual_to_transport.sh~'); } copy('tpl/mailman-virtual_to_transport.sh',$full_file_name); chgrp($full_file_name,'mailman'); chmod($full_file_name,0750); if(!is_file('/var/lib/mailman/data/transport-mailman')) touch('/var/lib/mailman/data/transport-mailman'); exec('/usr/sbin/postmap /var/lib/mailman/data/transport-mailman'); exec('/usr/lib/mailman/bin/genaliases 2>/dev/null'); $virtual_domains = ''; if($status == 'update') @@ -87,24 +101,6 @@ $content = str_replace('{virtual_domains}', $virtual_domains, $content); wf($full_file_name, $content); //* Write virtual_to_transport.sh script $config_dir = $conf['mailman']['config_dir'].'/'; $full_file_name = $config_dir.'virtual_to_transport.sh'; //* Backup exiting virtual_to_transport.sh script if(is_file($full_file_name)) { copy($full_file_name, $config_dir.'virtual_to_transport.sh~'); } if(is_dir('/etc/mailman')) { copy('tpl/mailman-virtual_to_transport.sh',$full_file_name); chgrp($full_file_name,'mailman'); chmod($full_file_name,0750); } //* Create aliasaes exec('/usr/lib/mailman/bin/genaliases 2>/dev/null'); } function configure_postfix($options = '') @@ -222,14 +218,6 @@ touch($config_dir.'/nested_header_checks'); touch($config_dir.'/body_checks'); //* Create the mailman files if(!is_dir('/var/lib/mailman/data')) exec('mkdir -p /var/lib/mailman/data'); if(!is_file('/var/lib/mailman/data/aliases')) touch('/var/lib/mailman/data/aliases'); exec('postalias /var/lib/mailman/data/aliases'); if(!is_file('/var/lib/mailman/data/virtual-mailman')) touch('/var/lib/mailman/data/virtual-mailman'); exec('postmap /var/lib/mailman/data/virtual-mailman'); if(!is_file('/var/lib/mailman/data/transport-mailman')) touch('/var/lib/mailman/data/transport-mailman'); exec('/usr/sbin/postmap /var/lib/mailman/data/transport-mailman'); //* Make a backup copy of the main.cf file copy($config_dir.'/main.cf', $config_dir.'/main.cf~'); install/sql/incremental/upd_0049.sql
install/sql/incremental/upd_0050.sql
File was deleted install/sql/incremental/upd_0051.sql
File was deleted install/sql/incremental/upd_0052.sql
File was deleted install/sql/ispconfig3.sql
@@ -418,7 +418,7 @@ `active` enum('N','Y') NOT NULL, `xfer` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `slave` (`origin`,`server_id`), UNIQUE KEY `origin` (`origin`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; @@ -663,9 +663,6 @@ `sys_perm_other` varchar(5) NOT NULL default '', `server_id` int(11) unsigned NOT NULL default '0', `domain` varchar(255) NOT NULL default '', `dkim` ENUM( 'n', 'y' ) NOT NULL default 'n', `dkim_private` mediumtext NOT NULL default '', `dkim_public` mediumtext NOT NULL default '', `active` enum('n','y') NOT NULL, PRIMARY KEY (`domain_id`), KEY `server_id` (`server_id`,`domain`), @@ -1634,7 +1631,6 @@ `backup_mode` varchar(64) NOT NULL DEFAULT '', `tstamp` int(10) unsigned NOT NULL, `filename` varchar(255) NOT NULL, `filesize` VARCHAR(10) NOT NULL, PRIMARY KEY (`backup_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; @@ -2173,6 +2169,6 @@ -- Dumping data for table `sys_config` -- INSERT INTO sys_config VALUES ('1','db','db_version','3.0.5.2'); INSERT INTO sys_config VALUES ('1','db','db_version','3.0.5.1'); SET FOREIGN_KEY_CHECKS = 1; install/tpl/amavisd_user_config.master
@@ -75,12 +75,6 @@ # Set the log_level to 5 for debugging $log_level = 0; # (defaults to 0) # DKIM $enable_dkim_verification = 1; $enable_dkim_signing = 1; # load DKIM signing code, @dkim_signature_options_bysender_maps = ( { '.' => { ttl => 21*24*3600, c => 'relaxed/simple' } } ); #------------ Do not modify anything below this line ------------- 1; # insure a defined return install/tpl/apache_ispconfig.conf.master
install/tpl/apache_ispconfig.vhost.master
@@ -26,7 +26,6 @@ Allow from all </Directory> IPCCommTimeout 7200 MaxRequestLen 15728640 </IfModule> <IfModule mpm_itk_module> install/tpl/config.inc.php.master
@@ -56,7 +56,7 @@ //** Application define('ISPC_APP_TITLE', 'ISPConfig'); define('ISPC_APP_VERSION', '3.0.5.2'); define('ISPC_APP_VERSION', '3.0.5.1'); define('DEVSYSTEM', 0); install/tpl/opensuse_amavisd_conf.master
@@ -778,11 +778,5 @@ $DO_SYSLOG = 1; $LOGFILE = "/var/log/amavis.log"; # (defaults to empty, no log) # DKIM $enable_dkim_verification = 1; $enable_dkim_signing = 1; # load DKIM signing code, @dkim_signature_options_bysender_maps = ( { '.' => { ttl => 21*24*3600, c => 'relaxed/simple' } } ); 1; # insure a defined return install/tpl/server.ini.master
@@ -21,7 +21,6 @@ module=postfix_mysql maildir_path=/var/vmail/[domain]/[localpart] homedir_path=/var/vmail dkim_path=/etc/postfix/dkim pop3_imap_daemon=courier mail_filter_syntax=maildrop mailuser_uid=5000 interface/lib/classes/validate_dkim.inc.php
File was deleted interface/lib/lang/cz.lng
@@ -132,3 +132,5 @@ $wb['datalog_status_d_web_folder_user'] = 'Odstranění uživatele pro adresáře chráněné heslem'; $wb['login_as_txt'] = 'Přihlaste se jako'; ?> interface/lib/lang/de.lng
@@ -70,7 +70,6 @@ $wb['monthnamesshort_dec'] = 'Dez'; $wb['datepicker_nextText'] = 'Vor'; $wb['datepicker_prevText'] = 'Zurück'; $wb['activeuser_txt'] = 'Angemeldet als:'; $wb['logout_txt'] = 'Abmelden'; $wb['submit_confirmation'] = 'Wollen Sie diese Aktion wirlich ausführen?'; $wb['globalsearch_resultslimit_of_txt'] = 'von'; interface/lib/lang/en.lng
@@ -42,7 +42,6 @@ $wb['top_menu_vm'] = 'VServer'; $wb['toolsarea_head_txt'] = 'Tools'; $wb['latest_news_txt'] = 'Latest news'; $wb['activeuser_txt'] = 'Logged in as:'; $wb['logout_txt'] = "Logout"; $wb['daynamesmin_su'] = "Su"; $wb['daynamesmin_mo'] = "Mo"; interface/lib/lang/pl.lng
@@ -132,3 +132,4 @@ $wb['datalog_status_d_web_folder_user'] = 'Usuń konto zabezpieczonego folderu'; $wb['login_as_txt'] = 'Zaloguj jako'; ?> interface/web/admin/form/server_config.tform.php
@@ -211,19 +211,6 @@ 'width' => '40', 'maxlength' => '255' ), 'dkim_path' => array( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'default' => '/var/db/dkim', 'validators' => array ( 0 => array ('type' => 'CUSTOM', 'class' => 'validate_dkim', 'function' => 'check_dkim_path', 'errmsg'=> 'dkim_path_error'), ), 'value' => '', 'width' => '40', 'maxlength' => '255' ), 'pop3_imap_daemon' => array( 'datatype' => 'VARCHAR', 'formtype' => 'SELECT', interface/web/admin/form/system_config.tform.php
@@ -214,7 +214,7 @@ 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'REGEX', 'regex' => '/^[0-9a-zA-Z\:\/\-\.]{0,255}(\?.+)?$/', 'regex' => '/^[0-9a-zA-Z\:\/\-\.]{0,255}$/', 'errmsg'=> 'webmail_url_error_regex'), ), 'default' => '', interface/web/admin/language_complete.php
@@ -138,7 +138,7 @@ $file_content = "<?php\n"; foreach($wb as $key => $val) { $val = str_replace("'","\\'",$val); $val = str_replace('"','\"',$val); $val = str_replace('"','\\"',$val); $file_content .= '$wb['."'$key'".'] = '."'$val';\n"; } $file_content .= "?>\n"; interface/web/admin/lib/lang/ar_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/bg_server_config.lng
@@ -170,5 +170,4 @@ $wb['website_autoalias_note_txt'] = 'Placeholders:'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/br_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/cz.lng
@@ -48,3 +48,5 @@ $wb['Do ISPConfig-Update'] = 'Aktualizovat ISPConfig'; $wb['Directive Snippets'] = 'Directive Snippets'; ?> interface/web/admin/lib/lang/cz_directive_snippets.lng
@@ -7,3 +7,5 @@ $wb['directive_snippets_name_empty'] = 'Please specify a name for the snippet.'; $wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.'; ?> interface/web/admin/lib/lang/cz_directive_snippets_list.lng
@@ -5,3 +5,5 @@ $wb['type_txt'] = 'Verze'; $wb['add_new_record_txt'] = 'Add Directive Snippet'; ?> interface/web/admin/lib/lang/cz_firewall.lng
@@ -9,3 +9,5 @@ $wb['tcp_ports_error_regex'] = 'Znak není povole v definici TCP portu. Povolené symboly jsou čísla, : a ,.'; $wb['udp_ports_error_regex'] = 'Znak není povole v definici UDP portu. Povolené symboly jsou čísla, : a ,.'; ?> interface/web/admin/lib/lang/cz_firewall_list.lng
@@ -6,3 +6,5 @@ $wb['udp_port_txt'] = 'Otevřené UDP porty'; $wb['add_new_record_txt'] = 'Přidat záznam'; ?> interface/web/admin/lib/lang/cz_groups.lng
@@ -3,3 +3,5 @@ $wb['name_txt'] = 'Skupina'; $wb['name_err'] = 'Skupina musí mít min. 1, max. 30 znaků.'; ?> interface/web/admin/lib/lang/cz_groups_list.lng
@@ -5,3 +5,5 @@ $wb['add_new_record_txt'] = 'Přidat skupinu'; $wb['warning_txt'] = '<b>VAROVÁNÍ:</b> Zde neupravujte uživatelská nastavení. Užijte klientská a distributorská nastavení v klientském modulu. Úprava uživatelý nebo skupin zde může způsobit ztrátu dat!'; ?> interface/web/admin/lib/lang/cz_iptables.lng
@@ -11,3 +11,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['iptables_error_unique'] = 'Stejný záznam pro firewall je již na tomto serveru použit.'; ?> interface/web/admin/lib/lang/cz_iptables_list.lng
@@ -13,3 +13,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['iptables_error_unique'] = 'Stejný záznam pro firewall je již na tomto serveru použit.'; ?> interface/web/admin/lib/lang/cz_language_add.lng
@@ -6,3 +6,5 @@ $wb['btn_save_txt'] = 'Vytvořit novou jazykovou sadu souborů'; $wb['btn_cancel_txt'] = 'Zpět'; ?> interface/web/admin/lib/lang/cz_language_complete.lng
@@ -5,3 +5,5 @@ $wb['btn_save_txt'] = 'Sloučit / doplnit jazykový soubor'; $wb['btn_cancel_txt'] = 'Zpět'; ?> interface/web/admin/lib/lang/cz_language_edit.lng
@@ -6,3 +6,5 @@ $wb['btn_save_txt'] = 'Uložit'; $wb['btn_cancel_txt'] = 'Zpět'; ?> interface/web/admin/lib/lang/cz_language_export.lng
@@ -4,3 +4,5 @@ $wb['btn_save_txt'] = 'Uložit vybranou jazykovou sadu do souboru'; $wb['btn_cancel_txt'] = 'Zpět'; ?> interface/web/admin/lib/lang/cz_language_import.lng
@@ -6,3 +6,5 @@ $wb['btn_cancel_txt'] = 'Zpět'; $wb['ignore_version_txt'] = 'Přeskočit kontrolu verze ISPConfigu.'; ?> interface/web/admin/lib/lang/cz_language_list.lng
@@ -5,3 +5,5 @@ $wb['lang_file_txt'] = 'Jazykový soubor'; $wb['lang_file_date_txt'] = 'Poslední úprava'; ?> interface/web/admin/lib/lang/cz_login_as.lng
@@ -9,3 +9,5 @@ $wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, \\":\\" and \\",\\".'; $wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \\":\\" and \\",\\".'; ?> interface/web/admin/lib/lang/cz_package_install.lng
@@ -5,3 +5,5 @@ $wb['repo_password_txt'] = 'Heslo (volitelné)'; $wb['active_txt'] = 'Aktivní'; ?> interface/web/admin/lib/lang/cz_remote_action.lng
@@ -2,11 +2,13 @@ $wb['select_server_txt'] = 'Zvolit server'; $wb['btn_do_txt'] = 'Provést akci'; $wb['do_osupdate_caption'] = 'Aktualizace operačního systému na vzdáleném serveru.'; $wb['do_osupdate_desc'] = 'Tato akce provede \"aptitude -y\" aktualizaci na vybraném serveru.<br><br><strong>POUŽITÍ TÉTO AKCE NA VLASTNÍ NEBEZPEČÍ !</strong>'; $wb['do_osupdate_desc'] = 'Tato akce provede "aptitude -y" aktualizaci na vybraném serveru.<br><br><strong>POUŽITÍ TÉTO AKCE NA VLASTNÍ NEBEZPEČÍ !</strong>'; $wb['do_ispcupdate_caption'] = 'Provedení ISPConfig 3 - aktualizace na vzdáleném serveru'; $wb['do_ispcupdate_desc'] = 'Tato akce provede \"ISPConfig 3\" aktualizaci na vašem vybraném serveru.<br><br><strong>POUŽITÍ TÉTO AKCE NA VLASTNÍ NEBEZPEČÍ !</strong>'; $wb['do_ispcupdate_desc'] = 'Tato akce provede "ISPConfig 3" aktualizaci na vašem vybraném serveru.<br><br><strong>POUŽITÍ TÉTO AKCE NA VLASTNÍ NEBEZPEČÍ !</strong>'; $wb['action_scheduled'] = 'Akce je naplánována na provedení'; $wb['select_all_server'] = 'Všechny servery'; $wb['ispconfig_update_title'] = 'ISPConfig pokyny k aktualizaci'; $wb['ispconfig_update_text'] = 'Přihlaste se jako uživatel root na terminal (shell) serveru a proveďte příkaz<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />spustí se ISPConfig aktualizace.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klikněte zde pro podrobnější informace o provedení aktualizace</a>'; ?> interface/web/admin/lib/lang/cz_remote_user.lng
@@ -45,3 +45,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/admin/lib/lang/cz_remote_user_list.lng
@@ -5,3 +5,5 @@ $wb['parent_remote_userid_txt'] = 'ID'; $wb['username_txt'] = 'Uživatel'; ?> interface/web/admin/lib/lang/cz_server.lng
@@ -13,3 +13,5 @@ $wb['proxy_server_txt'] = 'Proxy-Server'; $wb['firewall_server_txt'] = 'Firewall-Server'; ?> interface/web/admin/lib/lang/cz_server_config.lng
@@ -170,5 +170,6 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Při překročení limitu přenesených dat, poslat oznámení adminovi'; $wb['overtraffic_notify_client_txt'] = 'Při překročení limitu přenesených dat, poslat oznámení klientovi'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/cz_server_config_list.lng
@@ -2,3 +2,5 @@ $wb['list_head_txt'] = 'Konfigurace serveru'; $wb['server_name_txt'] = 'Server'; ?> interface/web/admin/lib/lang/cz_server_ip.lng
@@ -9,3 +9,5 @@ $wb['virtualhost_port_txt'] = 'HTTP Porty'; $wb['error_port_syntax'] = 'Neplatné znaky ve volbě HTTP Portů. Prosím, zadejte pouze číselné hodnoty oddělené čárkami. Příklad: 80,443'; ?> interface/web/admin/lib/lang/cz_server_ip_list.lng
@@ -8,3 +8,5 @@ $wb['virtualhost_port_txt'] = 'HTTP Ports'; $wb['ip_type_txt'] = 'Verze'; ?> interface/web/admin/lib/lang/cz_server_list.lng
@@ -11,3 +11,5 @@ $wb['proxy_server_txt'] = 'Proxy'; $wb['firewall_server_txt'] = 'Firewall'; ?> interface/web/admin/lib/lang/cz_server_php.lng
@@ -14,3 +14,5 @@ $wb['php_fpm_ini_dir_txt'] = 'Cesta k php.ini adresáři'; $wb['php_fpm_pool_dir_txt'] = 'Cesta k PHP-FPM pool adresáři'; ?> interface/web/admin/lib/lang/cz_server_php_list.lng
@@ -5,3 +5,5 @@ $wb['client_id_txt'] = 'Klient'; $wb['name_txt'] = 'Verze PHP'; ?> interface/web/admin/lib/lang/cz_software_package_install.lng
@@ -4,3 +4,5 @@ $wb['btn_save_txt'] = 'Spustit instalaci'; $wb['btn_cancel_txt'] = 'Zrušit'; ?> interface/web/admin/lib/lang/cz_software_package_list.lng
@@ -9,3 +9,5 @@ $wb['package_id_txt'] = 'místní App-ID'; $wb['no_packages_txt'] = 'Žádné balíčky nejsou k dispozici'; ?> interface/web/admin/lib/lang/cz_software_repo.lng
@@ -5,3 +5,5 @@ $wb['repo_password_txt'] = 'Heslo (volitelné)'; $wb['active_txt'] = 'Aktivní'; ?> interface/web/admin/lib/lang/cz_software_repo_list.lng
@@ -4,3 +4,5 @@ $wb['repo_name_txt'] = 'Repozitář'; $wb['repo_url_txt'] = 'URL'; ?> interface/web/admin/lib/lang/cz_software_update_list.lng
@@ -7,3 +7,5 @@ $wb['action_txt'] = 'Akce'; $wb['no_updates_txt'] = 'Žádné aktualizace nejsou k dispozici'; ?> interface/web/admin/lib/lang/cz_system_config.lng
@@ -50,3 +50,5 @@ $wb['mailbox_show_mail_filter_tab_txt'] = 'Show Mail Filter tab in Mailbox detail'; $wb['mailbox_show_custom_rules_tab_txt'] = 'Show Custom Rules tab in Mailbox detail'; ?> interface/web/admin/lib/lang/cz_tpl_default_admin.lng
@@ -16,3 +16,5 @@ $wb['php_fpm_ini_dir_txt'] = 'Cesta k php.ini adresáři'; $wb['php_fpm_pool_dir_txt'] = 'Cesta k PHP-FPM pool adresáři'; ?> interface/web/admin/lib/lang/cz_users.lng
@@ -31,3 +31,5 @@ $wb['password_match_txt'] = 'Hesla se shodují.'; $wb['username_error_collision'] = 'Uživatelské jméno nesmí být web nebo web a číslo.\\"'; ?> interface/web/admin/lib/lang/cz_users_list.lng
@@ -7,3 +7,5 @@ $wb['warning_txt'] = '<b>VAROVÁNÍ:</b> Zde neupravujte uživatelská nastavení. Užijte klientská a distributorská nastavení v klientském modulu. Úprava uživatelů nebo skupin zde může způsobit ztrátu dat!'; $wb['groups_txt'] = 'Skupiny'; ?> interface/web/admin/lib/lang/de_server_config.lng
@@ -170,7 +170,6 @@ $wb['web_folder_protection_txt'] = 'Webverzeichnis unveränderlich machen (erweiterte Attribute)'; $wb['overtraffic_notify_admin_txt'] = 'Überschreiten des Transfer Limits an den Administrator senden'; $wb['overtraffic_notify_client_txt'] = 'Überschreiten des Transfer Limits an den Kunden senden'; $wb['rbl_error_regex'] = 'Bitte geben Sie gültige RBL-Hostnamen an.'; $wb['php_ini_check_minutes_txt'] = 'Prüfe System php.ini Dateien auf Änderungen alle'; $wb['php_ini_check_minutes_info_txt'] = 'Minute(n) (0 deaktiviert diese Funktion)'; $wb['php_ini_check_minutes_error_empty'] = 'Der Wert für die Einstellung der php.ini Prüfung ist ungültig.'; interface/web/admin/lib/lang/de_system_config.lng
@@ -49,6 +49,5 @@ $wb['mailbox_show_autoresponder_tab_txt'] = 'Zeige Autoresponder Reiter in E-Mail Kontodetails'; $wb['mailbox_show_mail_filter_tab_txt'] = 'Zeige E-Mail Filter Reiter in E-Mail Kontodetails'; $wb['mailbox_show_custom_rules_tab_txt'] = 'Zeige Benutzerregel Reiter in E-Mail Kontodetails'; $wb['webmail_url_error_regex'] = 'Falsche Webmail URL'; $wb['reseller_can_use_options_txt'] = 'Reseller können den Optionen Reiter bei Webseiten verwenden'; ?> interface/web/admin/lib/lang/el_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/en_server_config.lng
@@ -30,8 +30,6 @@ $wb["module_txt"] = 'Module'; $wb["maildir_path_txt"] = 'Maildir Path'; $wb["homedir_path_txt"] = 'Homedir Path'; $wb["dkim_path_txt"] = 'DKIM Path'; $wb["dkim_path_error"] = 'DKIM Path not found or not writeable.'; $wb["mailuser_uid_txt"] = 'Mailuser UID'; $wb["mailuser_gid_txt"] = 'Mailuser GID'; $wb["mailuser_name_txt"] = 'Mailuser Name'; interface/web/admin/lib/lang/en_system_config.lng
@@ -52,6 +52,5 @@ $wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details'; $wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details'; $wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details'; $wb['webmail_url_error_regex'] = 'Invalid webmail URL'; $wb['reseller_can_use_options_txt'] = 'Reseller can use options tab in web sites config'; ?> interface/web/admin/lib/lang/es_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/fi_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/fr_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/hr_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/hu_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/id_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/it_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/ja_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/nl_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/pl.lng
@@ -48,3 +48,4 @@ $wb['Domains'] = 'Domeny'; $wb['Misc'] = 'Różne'; ?> interface/web/admin/lib/lang/pl_directive_snippets.lng
@@ -7,3 +7,4 @@ $wb['directive_snippets_name_empty'] = 'Wybierz nazwę dla zestawu dyrektyw'; $wb['directive_snippets_name_error_unique'] = 'Istnieje już zestaw dyrektyw o podanej nazwie'; ?> interface/web/admin/lib/lang/pl_directive_snippets_list.lng
@@ -5,3 +5,4 @@ $wb['type_txt'] = 'Rodzaj'; $wb['add_new_record_txt'] = 'Dodaj nowy zestaw dyrektyw'; ?> interface/web/admin/lib/lang/pl_firewall.lng
@@ -9,3 +9,4 @@ $wb['tcp_ports_error_regex'] = 'Znak nie jest dozwolony w formacie portu TCP. Dozwolone znaki to liczby, : oraz ,.'; $wb['udp_ports_error_regex'] = 'Znak nie jest dozwolony w formacie portu UDP. Dozwolone znaki to liczby, : oraz ,.'; ?> interface/web/admin/lib/lang/pl_firewall_list.lng
@@ -6,3 +6,4 @@ $wb['udp_port_txt'] = 'Otwarte porty UDP'; $wb['add_new_record_txt'] = 'Dodaj wpis Firewalla'; ?> interface/web/admin/lib/lang/pl_groups.lng
@@ -3,3 +3,4 @@ $wb['name_txt'] = 'Grupa'; $wb['name_err'] = 'Nazwa grupy musi mieć od 1 do 30 znaków.'; ?> interface/web/admin/lib/lang/pl_groups_list.lng
@@ -5,3 +5,4 @@ $wb['add_new_record_txt'] = 'Dodaj nową grupę'; $wb['warning_txt'] = '<b>OSTRZEŻENIE:</b> Nie modyfikuj żadnych ustawień użytkownika w tym miejscu. Użyj ustawień Klienta lub Resellera w module Klient. Modyfikacja ustawień użytkownika lub grupy tutaj grozi utratą danych!'; ?> interface/web/admin/lib/lang/pl_iptables.lng
@@ -11,3 +11,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['iptables_error_unique'] = 'Istnieje już wpis firewalla dla tego serwera.'; ?> interface/web/admin/lib/lang/pl_iptables_list.lng
@@ -13,3 +13,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['iptables_error_unique'] = 'Istnieje już wpis firewalla dla tego serwera.'; ?> interface/web/admin/lib/lang/pl_language_add.lng
@@ -6,3 +6,4 @@ $wb['btn_save_txt'] = 'Utwórz nowy zbiór plików z językami'; $wb['btn_cancel_txt'] = 'Wróć'; ?> interface/web/admin/lib/lang/pl_language_complete.lng
@@ -5,3 +5,4 @@ $wb['btn_save_txt'] = 'Połącz pliki teraz'; $wb['btn_cancel_txt'] = 'Wróć'; ?> interface/web/admin/lib/lang/pl_language_edit.lng
@@ -6,3 +6,4 @@ $wb['btn_save_txt'] = 'Zapisz'; $wb['btn_cancel_txt'] = 'Wróć'; ?> interface/web/admin/lib/lang/pl_language_export.lng
@@ -4,3 +4,4 @@ $wb['btn_save_txt'] = 'Eksportuj pliki wybranego języka'; $wb['btn_cancel_txt'] = 'Wróć'; ?> interface/web/admin/lib/lang/pl_language_import.lng
@@ -6,3 +6,4 @@ $wb['btn_cancel_txt'] = 'Wróć'; $wb['ignore_version_txt'] = 'Pomiń sprawdzanie wersji ISPConfig'; ?> interface/web/admin/lib/lang/pl_language_list.lng
@@ -5,3 +5,4 @@ $wb['lang_file_txt'] = 'Plik języka'; $wb['lang_file_date_txt'] = 'Ostatnia modyfikacja'; ?> interface/web/admin/lib/lang/pl_login_as.lng
@@ -9,3 +9,4 @@ $wb['tcp_ports_error_regex'] = 'Niedozwolony znam w definicji portu TCP. Dozwolone są liczby, dwukropek i przecinek (: i ,)'; $wb['udp_ports_error_regex'] = 'Niedozwolony znam w definicji portu UDP. Dozwolone są liczby, dwukropek i przecinek (: i ,)'; ?> interface/web/admin/lib/lang/pl_package_install.lng
@@ -5,3 +5,4 @@ $wb['repo_password_txt'] = 'Hasło (opcjonalnie)'; $wb['active_txt'] = 'Aktywne'; ?> interface/web/admin/lib/lang/pl_remote_action.lng
@@ -10,3 +10,4 @@ $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; $wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> interface/web/admin/lib/lang/pl_remote_user.lng
@@ -45,3 +45,4 @@ $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują'; ?> interface/web/admin/lib/lang/pl_remote_user_list.lng
@@ -5,3 +5,4 @@ $wb['parent_remote_userid_txt'] = 'ID'; $wb['username_txt'] = 'Nazwa użytkownika'; ?> interface/web/admin/lib/lang/pl_server.lng
@@ -13,3 +13,4 @@ $wb['proxy_server_txt'] = 'Proxy-Server'; $wb['firewall_server_txt'] = 'Firewall-Server'; ?> interface/web/admin/lib/lang/pl_server_config.lng
@@ -170,5 +170,5 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Prześlij informacje o przekroczeniu transferu do admina'; $wb['overtraffic_notify_client_txt'] = 'Prześlij informacje o przekroczeniu transferu do klienta'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/pl_server_config_list.lng
@@ -2,3 +2,4 @@ $wb['list_head_txt'] = 'Konfiguracja serwera'; $wb['server_name_txt'] = 'Serwer'; ?> interface/web/admin/lib/lang/pl_server_ip.lng
@@ -9,3 +9,4 @@ $wb['virtualhost_port_txt'] = 'Porty HTTP'; $wb['error_port_syntax'] = 'Nieprawidłowe wartości w polu portów, proszę wpisać tylko liczby oddzielone przecinkiem. Przykładowo: 80,443'; ?> interface/web/admin/lib/lang/pl_server_ip_list.lng
@@ -8,3 +8,4 @@ $wb['virtualhost_port_txt'] = 'Porty HTTP'; $wb['ip_type_txt'] = 'Typ'; ?> interface/web/admin/lib/lang/pl_server_list.lng
@@ -11,3 +11,4 @@ $wb['proxy_server_txt'] = 'Proxy'; $wb['firewall_server_txt'] = 'Firewall'; ?> interface/web/admin/lib/lang/pl_server_php.lng
@@ -14,3 +14,4 @@ $wb['php_fpm_ini_dir_txt'] = 'Ścieżka do katalogu php.ini'; $wb['php_fpm_pool_dir_txt'] = 'Ścieżka do katalogu pool PHP-FPM'; ?> interface/web/admin/lib/lang/pl_server_php_list.lng
@@ -5,3 +5,4 @@ $wb['client_id_txt'] = 'Client'; $wb['name_txt'] = 'PHP Name'; ?> interface/web/admin/lib/lang/pl_software_package_install.lng
@@ -4,3 +4,4 @@ $wb['btn_save_txt'] = 'Start instalacji'; $wb['btn_cancel_txt'] = 'Przerwij'; ?> interface/web/admin/lib/lang/pl_software_package_list.lng
@@ -9,3 +9,4 @@ $wb['package_id_txt'] = 'lokalny App-ID'; $wb['no_packages_txt'] = 'Brak dostępnych pakietów'; ?> interface/web/admin/lib/lang/pl_software_repo.lng
@@ -5,3 +5,4 @@ $wb['repo_password_txt'] = 'Hasło (Opcjonalnie)'; $wb['active_txt'] = 'Aktywny'; ?> interface/web/admin/lib/lang/pl_software_repo_list.lng
@@ -4,3 +4,4 @@ $wb['repo_name_txt'] = 'Repozytoria'; $wb['repo_url_txt'] = 'URL'; ?> interface/web/admin/lib/lang/pl_software_update_list.lng
@@ -7,3 +7,4 @@ $wb['action_txt'] = 'Akcja'; $wb['no_updates_txt'] = 'Nie ma dostępnych aktualizacji'; ?> interface/web/admin/lib/lang/pl_system_config.lng
@@ -50,3 +50,4 @@ $wb['mailbox_show_mail_filter_tab_txt'] = 'Pokaż zakładkę filtra email w szczegółach konta email.'; $wb['mailbox_show_custom_rules_tab_txt'] = 'Pokaż zakładkę własnych filtrów email w szczegółach konta email.'; ?> interface/web/admin/lib/lang/pl_tpl_default_admin.lng
@@ -16,3 +16,4 @@ $wb['php_fpm_ini_dir_txt'] = 'Path to the php.ini directory'; $wb['php_fpm_pool_dir_txt'] = 'Path to the PHP-FPM pool directory'; ?> interface/web/admin/lib/lang/pl_users.lng
@@ -31,3 +31,4 @@ $wb['password_match_txt'] = 'Hasła pasują'; $wb['username_error_collision'] = 'Nazwa użytkownika nie może być web lub web z numerem.'; ?> interface/web/admin/lib/lang/pl_users_list.lng
@@ -7,3 +7,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['groups_txt'] = 'Grupy'; ?> interface/web/admin/lib/lang/pt_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/ro_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/ru_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/se_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/lib/lang/sk_server_config.lng
@@ -170,5 +170,4 @@ $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.'; ?> interface/web/admin/templates/server_config_mail_edit.htm
@@ -20,10 +20,6 @@ <input name="homedir_path" id="homedir_path" value="{tmpl_var name='homedir_path'}" size="40" maxlength="255" type="text" class="textInput" /> </div> <div class="ctrlHolder"> <label for="dkim_path">{tmpl_var name='dkim_path_txt'}</label> <input name="dkim_path" id="dkim_path" value="{tmpl_var name='dkim_path'}" size="40" maxlength="255" type="text" class="textInput" /> </div> <div class="ctrlHolder"> <p class="label">{tmpl_var name='pop3_imap_daemon_txt'}</p> <div class="multiField"> <select name="pop3_imap_daemon" id="pop3_imap_daemon" class="selectInput"> interface/web/admin/templates/server_ip_list.htm
@@ -18,7 +18,7 @@ <thead> <tr class="caption"> <th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th> <th class="tbl_col_client_id" scope="col"><tmpl_var name="client_id_txt"></th> <th class="tbl_col_client_pid" scope="col"><tmpl_var name="client_id_txt"></th> <th class="tbl_col_ip_type" scope="col"><tmpl_var name="ip_type_txt"></th> <th class="tbl_col_ip_address" scope="col"><tmpl_var name="ip_address_txt"></th> <th class="tbl_col_virtualhost" scope="col"><tmpl_var name="virtualhost_txt"></th> @@ -27,7 +27,7 @@ </tr> <tr class="filter"> <td class="tbl_col_server_id"><select name="search_server_id">{tmpl_var name='search_server_id'}</select></td> <td class="tbl_col_client_id"><select name="search_client_id">{tmpl_var name='search_client_id'}</select></td> <td class="tbl_col_client_pid"><select name="search_client_id">{tmpl_var name='search_client_id'}</select></td> <td class="tbl_col_ip_type"><select name="search_ip_type">{tmpl_var name='search_ip_type'}</select></td> <td class="tbl_col_ip_address"><input type="text" name="search_ip_address" value="{tmpl_var name='search_ip_address'}" /></td> <td class="tbl_col_virtualhost"><select name="search_virtualhost">{tmpl_var name='search_virtualhost'}</select></td> @@ -41,7 +41,7 @@ <tmpl_loop name="records"> <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> <td class="tbl_col_server_id"><a href="#" onclick="loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="server_id"}</a></td> <td class="tbl_col_client_id"><a href="#" onclick="loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="client_id"}</a></td> <td class="tbl_col_client_pid"><a href="#" onclick="loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="client_id"}</a></td> <td class="tbl_col_ip_type"><a href="#" onclick="loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="ip_type"}</a></td> <td class="tbl_col_ip_address"><a href="#" onclick="loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="ip_address"}</a></td> <td class="tbl_col_virtualhost"><a href="#" onclick="loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="virtualhost"}</a></td> interface/web/client/lib/lang/cz.lng
@@ -23,3 +23,5 @@ $wb['error_client_can_not_add_domain'] = 'Nemůžete přidat novou doménu'; $wb['error_client_group_id_empty'] = 'Musíte vybrat zákazníka<br>'; ?> interface/web/client/lib/lang/cz_client.lng
@@ -144,3 +144,5 @@ $wb['limit_aps_txt'] = 'Max. number of APS instances'; $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.'; ?> interface/web/client/lib/lang/cz_client_circle.lng
@@ -7,3 +7,5 @@ $wb['description_txt'] = 'Popis'; $wb['active_txt'] = 'Aktivní'; ?> interface/web/client/lib/lang/cz_client_circle_list.lng
@@ -8,3 +8,5 @@ $wb['delete_txt'] = 'Smazat'; $wb['active_txt'] = 'Aktivní'; ?> interface/web/client/lib/lang/cz_client_del.lng
@@ -4,3 +4,5 @@ $wb['btn_save_txt'] = 'Smazat klienta'; $wb['btn_cancel_txt'] = 'Zrušit bez smazání klienta'; ?> interface/web/client/lib/lang/cz_client_message.lng
@@ -16,3 +16,5 @@ $wb['all_clients_txt'] = 'Všichni klienti'; $wb['variables_txt'] = 'Výběr (možnosti):'; ?> interface/web/client/lib/lang/cz_client_template.lng
@@ -88,3 +88,5 @@ $wb['limit_aps_txt'] = 'Max. number of APS instances'; $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.'; ?> interface/web/client/lib/lang/cz_client_template_list.lng
@@ -3,3 +3,5 @@ $wb['template_type_txt'] = 'Typ'; $wb['template_name_txt'] = 'Název šablony'; ?> interface/web/client/lib/lang/cz_clients_list.lng
@@ -9,3 +9,5 @@ $wb['username_txt'] = 'Uživatelské jméno'; $wb['customer_no_txt'] = 'Zákaznické číslo'; ?> interface/web/client/lib/lang/cz_domain.lng
@@ -4,3 +4,5 @@ $wb['domain_error_regex'] = 'This domain-name is not allowed'; $wb['Domain'] = 'Doména'; ?> interface/web/client/lib/lang/cz_domain_list.lng
@@ -4,3 +4,5 @@ $wb['domain_txt'] = 'Doména'; $wb['user_txt'] = 'Klient'; ?> interface/web/client/lib/lang/cz_reseller.lng
@@ -143,3 +143,5 @@ $wb['limit_aps_txt'] = 'Max. number of APS instances'; $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.'; ?> interface/web/client/lib/lang/cz_resellers_list.lng
@@ -9,3 +9,5 @@ $wb['customer_no_txt'] = 'Zákaznické číslo'; $wb['username_txt'] = 'Uživatelské jméno'; ?> interface/web/client/lib/lang/de_client.lng
interface/web/client/lib/lang/de_reseller.lng
interface/web/client/lib/lang/pl.lng
@@ -23,3 +23,4 @@ $wb['error_client_can_not_add_domain'] = 'Nie możesz dodać nowej domeny'; $wb['error_client_group_id_empty'] = 'Musisz wybrać klienta<br>'; ?> interface/web/client/lib/lang/pl_client.lng
@@ -144,3 +144,4 @@ $wb['limit_aps_txt'] = 'Maks. liczba instalacji APS'; $wb['limit_aps_error_notint'] = 'Limit instalacji APS musi być liczbą'; ?> interface/web/client/lib/lang/pl_client_circle.lng
@@ -7,3 +7,4 @@ $wb['description_txt'] = 'Description'; $wb['active_txt'] = 'Active'; ?> interface/web/client/lib/lang/pl_client_circle_list.lng
@@ -8,3 +8,4 @@ $wb['delete_txt'] = 'Delete'; $wb['active_txt'] = 'Active'; ?> interface/web/client/lib/lang/pl_client_del.lng
@@ -4,3 +4,4 @@ $wb['btn_save_txt'] = 'Usuń klienta'; $wb['btn_cancel_txt'] = 'Anuluj bez usuwania klienta'; ?> interface/web/client/lib/lang/pl_client_message.lng
@@ -16,3 +16,4 @@ $wb['all_clients_txt'] = 'Wszyscy klienci'; $wb['variables_txt'] = 'Zmienne:'; ?> interface/web/client/lib/lang/pl_client_template.lng
@@ -88,3 +88,4 @@ $wb['limit_aps_txt'] = 'Maks. liczba instancji APS'; $wb['limit_aps_error_notint'] = 'Limit instancji APS musi być liczbą'; ?> interface/web/client/lib/lang/pl_client_template_list.lng
@@ -3,3 +3,4 @@ $wb['template_type_txt'] = 'Typ'; $wb['template_name_txt'] = 'Nazwa szablonu'; ?> interface/web/client/lib/lang/pl_clients_list.lng
@@ -9,3 +9,4 @@ $wb['username_txt'] = 'Login'; $wb['customer_no_txt'] = 'Nr klienta'; ?> interface/web/client/lib/lang/pl_domain.lng
@@ -4,3 +4,4 @@ $wb['domain_error_regex'] = 'Nazwa domeny jest niedopuszczalna'; $wb['Domain'] = 'Domena'; ?> interface/web/client/lib/lang/pl_domain_list.lng
@@ -4,3 +4,4 @@ $wb['domain_txt'] = 'Domena'; $wb['user_txt'] = 'Client'; ?> interface/web/client/lib/lang/pl_reseller.lng
@@ -143,3 +143,4 @@ $wb['limit_aps_txt'] = 'Maks. liczba instancji APS'; $wb['limit_aps_error_notint'] = 'Limit instancji APS musi być liczbą'; ?> interface/web/client/lib/lang/pl_resellers_list.lng
@@ -9,3 +9,4 @@ $wb['customer_no_txt'] = 'Nr klienta'; $wb['username_txt'] = 'Login'; ?> interface/web/dashboard/lib/lang/cz.lng
@@ -2,3 +2,5 @@ $wb['welcome_user_txt'] = 'Vítejte %s'; $wb['available_modules_txt'] = 'Dostupné moduly'; ?> interface/web/dashboard/lib/lang/cz_dashlet_limits.lng
@@ -28,3 +28,5 @@ $wb['limit_database_txt'] = 'Počet databází'; $wb['limit_mailmailinglist_txt'] = 'Počet e-mailových konferencí'; ?> interface/web/dashboard/lib/lang/cz_dashlet_modules.lng
@@ -1,3 +1,5 @@ <?php $wb['available_modules_txt'] = 'Dostupné moduly'; ?> interface/web/dashboard/lib/lang/pl.lng
@@ -2,3 +2,4 @@ $wb['welcome_user_txt'] = 'Witaj %s'; $wb['available_modules_txt'] = 'Dostępne moduły'; ?> interface/web/dashboard/lib/lang/pl_dashlet_limits.lng
@@ -28,3 +28,4 @@ $wb['limit_database_txt'] = 'Liczba baz danych'; $wb['limit_mailmailinglist_txt'] = 'Liczba list mailingowych'; ?> interface/web/dashboard/lib/lang/pl_dashlet_modules.lng
@@ -1,3 +1,4 @@ <?php $wb['available_modules_txt'] = 'Dostępne moduły'; ?> interface/web/designer/lib/lang/cz.lng
@@ -1,2 +1,4 @@ <?php ?> interface/web/designer/lib/lang/cz_form_edit.lng
@@ -22,3 +22,5 @@ $wb['auth_preset_perm_group_txt'] = 'Opr. Skupina'; $wb['auth_preset_perm_other_txt'] = 'Opr. Ostatní'; ?> interface/web/designer/lib/lang/cz_form_list.lng
@@ -5,3 +5,5 @@ $wb['title_txt'] = 'Titulek'; $wb['description_txt'] = 'Popis'; ?> interface/web/designer/lib/lang/cz_form_show.lng
@@ -16,3 +16,5 @@ $wb['menu_del_txt'] = 'Delete menu with all menuitems?'; $wb['item_del_txt'] = 'Delete menuitem?'; ?> interface/web/designer/lib/lang/cz_module_edit.lng
@@ -20,3 +20,5 @@ <b>Rada:</b> Všechny cesty jsou relativně k adresáři web web. '; ?> interface/web/designer/lib/lang/cz_module_list.lng
@@ -3,3 +3,5 @@ $wb['module_txt'] = 'Modul'; $wb['title_txt'] = 'Titulek'; ?> interface/web/designer/lib/lang/cz_module_nav_edit.lng
@@ -4,3 +4,5 @@ $wb['save_txt'] = 'Uložit'; $wb['cancel_txt'] = 'Zrušit'; ?> interface/web/designer/lib/lang/cz_module_nav_item_edit.lng
@@ -6,3 +6,5 @@ $wb['save_txt'] = 'Uložit'; $wb['cancel_txt'] = 'Zrušit'; ?> interface/web/designer/lib/lang/cz_module_show.lng
@@ -14,3 +14,5 @@ $wb['menu_del_txt'] = 'Wollen Sie das Menü mit allen Untereinträgen löschen?'; $wb['item_del_txt'] = 'Wollen Sie den Menüeintrag löschen?'; ?> interface/web/designer/lib/lang/pl.lng
@@ -1,2 +1,3 @@ <?php ?> interface/web/designer/lib/lang/pl_form_edit.lng
@@ -22,3 +22,4 @@ $wb['auth_preset_perm_group_txt'] = 'Stała grupa'; $wb['auth_preset_perm_other_txt'] = 'Stała inna'; ?> interface/web/designer/lib/lang/pl_form_list.lng
@@ -5,3 +5,4 @@ $wb['title_txt'] = 'Tytuł'; $wb['description_txt'] = 'Opis'; ?> interface/web/designer/lib/lang/pl_form_show.lng
@@ -16,3 +16,4 @@ $wb['menu_del_txt'] = 'Usunąć menu i wszystkie jego elementy?'; $wb['item_del_txt'] = 'Usunąc element menu?'; ?> interface/web/designer/lib/lang/pl_module_edit.lng
@@ -20,3 +20,4 @@ <b>Podpowiedź:</b> Wszystkie ścieżki są względne według strony www.. '; ?> interface/web/designer/lib/lang/pl_module_list.lng
@@ -3,3 +3,4 @@ $wb['module_txt'] = 'Moduł'; $wb['title_txt'] = 'Tytuł'; ?> interface/web/designer/lib/lang/pl_module_nav_edit.lng
@@ -4,3 +4,4 @@ $wb['save_txt'] = 'Zapisz'; $wb['cancel_txt'] = 'Usuń'; ?> interface/web/designer/lib/lang/pl_module_nav_item_edit.lng
@@ -6,3 +6,4 @@ $wb['save_txt'] = 'Zapisz'; $wb['cancel_txt'] = 'Usuń'; ?> interface/web/designer/lib/lang/pl_module_show.lng
@@ -14,3 +14,4 @@ $wb['menu_del_txt'] = 'Czy na pewno chcesz usunąć menu z wszystkimi wpisami?'; $wb['item_del_txt'] = 'Czy na pewno chcesz usunąć wpis w menu?'; ?> interface/web/dns/dns_mx_edit.php
@@ -119,17 +119,6 @@ parent::onInsert(); } function onUpdate() { global $app, $conf; // Check if record is existing already $duplicate_mx = $app->db->queryOneRecord("SELECT * FROM dns_rr WHERE zone = ".$app->functions->intval($this->dataRecord["zone"])." AND name = '".$this->dataRecord["name"]."' AND type = '".$this->dataRecord["type"]."' AND data = '".$this->dataRecord["data"]."' AND id != ".$app->functions->intval($this->dataRecord["id"])." AND ".$app->tform->getAuthSQL('r')); if(is_array($duplicate_mx) && !empty($duplicate_mx)) $app->error($app->tform->wordbook["duplicate_mx_record_txt"]); parent::onUpdate(); } function onAfterInsert() { global $app, $conf; interface/web/dns/dns_slave_edit.php
@@ -158,17 +158,6 @@ parent::onSubmit(); } function onInsert() { global $app, $conf; // Check if record is existing already $duplicate_slave = $app->db->queryOneRecord("SELECT * FROM dns_slave WHERE origin = '".$this->dataRecord["origin"]."' AND server_id = ".$app->functions->intval($this->dataRecord["server_id"])." AND ".$app->tform->getAuthSQL('r')); if(is_array($duplicate_slave) && !empty($duplicate_slave)) $app->error($app->tform->wordbook["origin_error_unique"]); parent::onInsert(); } function onAfterInsert() { global $app, $conf; interface/web/dns/form/dns_slave.tform.php
@@ -91,11 +91,9 @@ ), 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'origin_error_empty'), /* 1 => array ( 'type' => 'UNIQUE', 'errmsg'=> 'origin_error_unique'), */ 1 => array ( 'type' => 'REGEX', 2 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,10}[\.]{0,1}$/', 'errmsg'=> 'origin_error_regex'), ), interface/web/dns/lib/lang/ar_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'The hostname has the wrong format.'; $wb['data_error_empty'] = 'Mailserver hostname empty'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/bg_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'The hostname has the wrong format.'; $wb['data_error_empty'] = 'Mailserver hostname empty'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/br_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Hostname tem um formato inválido.'; $wb['data_error_empty'] = 'Hostname do servidor de correio em branco'; $wb['data_error_regex'] = 'Hostname do servidor de correio formato inválido'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/cz.lng
@@ -20,3 +20,5 @@ $wb['Secondary Zones'] = 'Sekundární DNS zóny'; $wb['Import Zone File'] = 'Importovat vybraný DNS zonový soubor'; ?> interface/web/dns/lib/lang/cz_dns_a.lng
@@ -14,3 +14,5 @@ $wb['data_error_regex'] = 'IP adresa má chybný formát'; $wb['data_error_duplicate'] = 'Duplikace A záznamu'; ?> interface/web/dns/lib/lang/cz_dns_a_list.lng
@@ -13,3 +13,5 @@ $wb['page_of_txt'] = 'z'; $wb['delete_confirmation'] = 'Skutečně chcete smazat tento záznam ?'; ?> interface/web/dns/lib/lang/cz_dns_aaaa.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'IP adresa je prázdná'; $wb['data_error_regex'] = 'IP adresa má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_alias.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'Cílový Hostname je prázdný'; $wb['data_error_regex'] = 'Cílový Hostname má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_cname.lng
@@ -14,3 +14,5 @@ $wb['data_error_regex'] = 'Cílový hostname má chybný formát'; $wb['data_error_duplicate'] = 'Duplikace A záznamu nebo CNAME-záznamu'; ?> interface/web/dns/lib/lang/cz_dns_hinfo.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'Informace o hostovi je prázdná'; $wb['data_error_regex'] = 'Informace o hostovi má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_import.lng
@@ -12,3 +12,5 @@ $wb['no_file_uploaded_error'] = 'Nelze odeslat DNS zonový soubor'; $wb['zone_file_import_txt'] = 'Importovat vybraný DNS zonový soubor'; ?> interface/web/dns/lib/lang/cz_dns_mx.lng
@@ -13,5 +13,6 @@ $wb['name_error_regex'] = 'Hostname má chybný formát.'; $wb['data_error_empty'] = 'Hostname e-mailového serveru je prázdný'; $wb['data_error_regex'] = 'Hostname e-mailového serveru má chybný formát'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/cz_dns_ns.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'Jmenný server je prázdný'; $wb['data_error_regex'] = 'Jmenný server má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_ptr.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'Kanonický hostname je prázdný'; $wb['data_error_regex'] = 'Kanonického hostname má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_rp.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'Odpovědná osoba je prázdná'; $wb['data_error_regex'] = 'Odpovědná osoba má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_slave.lng
@@ -15,3 +15,5 @@ $wb['ipv4_form_txt'] = 'IPV4 formát, např. 1.2.3.4'; $wb['secondary_zone_txt'] = 'Sekundární DNS zóna'; ?> interface/web/dns/lib/lang/cz_dns_slave_list.lng
@@ -7,3 +7,5 @@ $wb['add_new_record_txt'] = 'Přidat sekundární DNS zónu'; $wb['eg_domain_tld'] = 'např. domena.cz'; ?> interface/web/dns/lib/lang/cz_dns_soa.lng
@@ -36,3 +36,5 @@ $wb['ttl_range_error'] = 'Min. TTL čas je 60 sekund.'; $wb['xfer_error_regex'] = 'Také oznámí: Prosím, použijte IP adresu.'; ?> interface/web/dns/lib/lang/cz_dns_soa_list.lng
@@ -8,3 +8,5 @@ $wb['add_new_record_txt'] = 'Přidat DNS zónu (SOA záznam)'; $wb['add_new_record_wizard_txt'] = 'Přidat DNS zónu (dle šablony)'; ?> interface/web/dns/lib/lang/cz_dns_srv.lng
@@ -17,3 +17,5 @@ $wb['srv_error_regex'] = 'Neplatný formát záznamu serveru. Záznam serveru musí obsahovat 3 textové řetězce oddělené mezerami.'; $wb['aux_txt'] = 'Priority'; ?> interface/web/dns/lib/lang/cz_dns_template.lng
@@ -4,3 +4,5 @@ $wb['template_txt'] = 'Šablona'; $wb['visible_txt'] = 'Viditelný'; ?> interface/web/dns/lib/lang/cz_dns_template_list.lng
@@ -4,3 +4,5 @@ $wb['name_txt'] = 'Název'; $wb['add_new_record_txt'] = 'Přidat záznam'; ?> interface/web/dns/lib/lang/cz_dns_txt.lng
@@ -13,3 +13,5 @@ $wb['data_error_empty'] = 'Text je prázdný'; $wb['data_error_regex'] = 'Text má chybný formát'; ?> interface/web/dns/lib/lang/cz_dns_wizard.lng
@@ -36,3 +36,5 @@ $wb['list_head_txt'] = 'Průvodce vytvořením DNS zóny'; $wb['list_desc_txt'] = 'Vytvoření DNS zóny pomocí průvodce'; ?> interface/web/dns/lib/lang/de.lng
@@ -17,6 +17,6 @@ $wb['DNS Wizard'] = 'DNS Assistent'; $wb['Add DNS Zone'] = 'DNS Zone hinzufügen'; $wb['Templates'] = 'Vorlagen'; $wb['Secondary Zones'] = 'Slave DNS-Zonen'; $wb['Import Zone File'] = 'Zonen-Datei-Import'; $wb['Secondary Zones'] = 'Zweiter DNS Zonen'; $wb['Import Zone File'] = 'Zonen Datei Import'; ?> interface/web/dns/lib/lang/de_dns_mx.lng
@@ -13,5 +13,5 @@ $wb['name_error_regex'] = 'Der Hostname hat das falsche Format.'; $wb['data_error_empty'] = 'Mailserver Hostname ist leer'; $wb['data_error_regex'] = 'Mailserver Hostname Format ist ungültig'; $wb['duplicate_mx_record_txt'] = 'Doppelter MX-Eintrag.'; $wb["duplicate_mx_record_txt"] = 'Doppelter MX-Eintrag.'; ?> interface/web/dns/lib/lang/de_dns_slave.lng
@@ -1,7 +1,7 @@ <?php $wb['server_id_txt'] = 'Server'; $wb['origin_txt'] = 'DNS-Zone'; $wb['secondary_zone_txt'] = 'Slave DNS-Zone'; $wb['origin_txt'] = 'DNS Zone'; $wb['secondary_zone_txt'] = 'Zweiter DNS Zone'; $wb['ns_txt'] = 'NS (IP Adresse)'; $wb['active_txt'] = 'Aktiv'; $wb['limit_dns_slave_zone_txt'] = 'Die maximale Anzahl an Zweiter DNS Zonen für Ihr Konto wurde erreicht.'; interface/web/dns/lib/lang/de_dns_slave_list.lng
@@ -1,9 +1,9 @@ <?php $wb['list_head_txt'] = 'Slave DNS-Zonen'; $wb['list_head_txt'] = 'Zweiter DNS Zonen'; $wb['active_txt'] = 'Aktiv'; $wb['server_id_txt'] = 'Server'; $wb['origin_txt'] = 'Zone'; $wb['ns_txt'] = 'NS'; $wb['add_new_record_txt'] = 'Neue Slave DNS-Zone hinzufügen'; $wb['add_new_record_txt'] = 'Neue Zweiter DNS Zone hinzufügen'; $wb['eg_domain_tld'] = 'Format: domain.tld.'; ?> interface/web/dns/lib/lang/el_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Το hostname δεν έχει σωστή μορφοποίηση.'; $wb['data_error_empty'] = 'Το hostname Mailserver δεν έχει οριστεί'; $wb['data_error_regex'] = 'Mailserver hostname με μη έγκυρη μορφοποίηση'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/es_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'El formato del nombre de la máquina es incorrecto.'; $wb['data_error_empty'] = 'El nombre del servidor de correo está vacío.'; $wb['data_error_regex'] = 'El nombre del servidor de correo no es válido.'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/fi_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Verkkotunnus on väärän muotoinen.'; $wb['data_error_empty'] = 'Tekstikenttä on tyhjä'; $wb['data_error_regex'] = 'Tekstikenttä on vääränlainen'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/fr_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Le format du nom d\'hôte est invalide.'; $wb['data_error_empty'] = 'Le nom d\'hôte du serveur mail est vide'; $wb['data_error_regex'] = 'Le format du nom d\'hôte du serveur mail est invalide'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/hr_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Naziv hosta je u pogrešnom formatu.'; $wb['data_error_empty'] = 'Naziv mail hosta polje je prazno'; $wb['data_error_regex'] = 'Neispravan format naziva mail host zapisa'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/hu_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'The hostname has the wrong format.'; $wb['data_error_empty'] = 'Mailserver hostname empty'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/id_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Format Nama Host salah.'; $wb['data_error_empty'] = 'Nama Host Server Mail kosong'; $wb['data_error_regex'] = 'Format Nama Host Server Mail tidak valid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/it_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'The hostname has the wrong format.'; $wb['data_error_empty'] = 'Mailserver hostname empty'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/ja_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'The hostname has the wrong format.'; $wb['data_error_empty'] = 'Mailserver hostname empty'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/nl_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'De hostnaam heeft een onjuist formaat.'; $wb['data_error_empty'] = 'Mailserver hostnaam is niet ingvuld'; $wb['data_error_regex'] = 'Mailserver hostnaam formaat ongeldig'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/pl.lng
@@ -20,3 +20,4 @@ $wb['Secondary Zones'] = 'Strefy Zapasowe'; $wb['Import Zone File'] = 'Import pliku Strefy'; ?> interface/web/dns/lib/lang/pl_dns_a.lng
@@ -14,3 +14,4 @@ $wb['data_error_regex'] = 'Adres IP ma niepoprawny format.'; $wb['data_error_duplicate'] = 'Duplikat wpisu A.'; ?> interface/web/dns/lib/lang/pl_dns_a_list.lng
@@ -13,3 +13,4 @@ $wb['delete_confirmation'] = 'Czy jesteś pewny, że chcesz usunąć ten wpis?'; $wb['ttl_txt'] = 'TTL'; ?> interface/web/dns/lib/lang/pl_dns_aaaa.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Adres IP jest pusty.'; $wb['data_error_regex'] = 'Adres IP ma niepoprawny format.'; ?> interface/web/dns/lib/lang/pl_dns_alias.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Docelowa nazwa serwera jest pusta.'; $wb['data_error_regex'] = 'Docelowa nazwa serwera ma niepoprawny format.'; ?> interface/web/dns/lib/lang/pl_dns_cname.lng
@@ -14,3 +14,4 @@ $wb['data_error_regex'] = 'Docelowa nazwa serwera ma niepoprawny format.'; $wb['data_error_duplicate'] = 'Zdublowany rekord A lub CNAME.'; ?> interface/web/dns/lib/lang/pl_dns_hinfo.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Informacje o serwerze są puste.'; $wb['data_error_regex'] = 'Informacje o serwerze mają niepoprawny format.'; ?> interface/web/dns/lib/lang/pl_dns_import.lng
@@ -12,3 +12,4 @@ $wb['no_file_uploaded_error'] = 'Nie załadowany żaden plik'; $wb['zone_file_import_txt'] = 'Import pliku strefy'; ?> interface/web/dns/lib/lang/pl_dns_mx.lng
@@ -13,5 +13,5 @@ $wb['name_error_regex'] = 'Nazwa serwera ma zły format.'; $wb['data_error_empty'] = 'Nazwa serwera poczty e-mail jest pusta.'; $wb['data_error_regex'] = 'Nazwa serwera poczty e-mail ma niepoprawny format.'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/pl_dns_ns.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Nazwa serwera jest pusta.'; $wb['data_error_regex'] = 'Nazwa serwera ma zły format.'; ?> interface/web/dns/lib/lang/pl_dns_ptr.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Standardowa nazwa serwera jest pusta'; $wb['data_error_regex'] = 'Standardowa nazwa serwera ma zły format'; ?> interface/web/dns/lib/lang/pl_dns_rp.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Musisz podać osobę odpowiedzialna.'; $wb['data_error_regex'] = 'Nazwa osoby odpowiedzialnej ma niepoprawny format.'; ?> interface/web/dns/lib/lang/pl_dns_slave.lng
@@ -15,3 +15,4 @@ $wb['ipv4_form_txt'] = 'notacja IPv4 - np. 127.0.0.1'; $wb['secondary_zone_txt'] = 'Zapasowa Strefa DNS'; ?> interface/web/dns/lib/lang/pl_dns_slave_list.lng
@@ -7,3 +7,4 @@ $wb['add_new_record_txt'] = 'Dodaj nową zapasową strefę DNS'; $wb['eg_domain_tld'] = 'np. domena.pl.'; ?> interface/web/dns/lib/lang/pl_dns_soa.lng
@@ -36,3 +36,4 @@ $wb['minimum_range_error'] = 'Min. czas minimalny wynosi 60 sekund'; $wb['ttl_range_error'] = 'Min. czas TTL wynosi 60 sekund'; ?> interface/web/dns/lib/lang/pl_dns_soa_list.lng
@@ -8,3 +8,4 @@ $wb['add_new_record_txt'] = 'Dodaj nową strefę DNS (SOA)'; $wb['add_new_record_wizard_txt'] = 'Dodaj nową strefę DNS za pomocą Kreatora'; ?> interface/web/dns/lib/lang/pl_dns_srv.lng
@@ -17,3 +17,4 @@ $wb['weight_txt'] = 'Waga'; $wb['port_txt'] = 'Port'; ?> interface/web/dns/lib/lang/pl_dns_template.lng
@@ -4,3 +4,4 @@ $wb['template_txt'] = 'Szablon'; $wb['visible_txt'] = 'Widoczność'; ?> interface/web/dns/lib/lang/pl_dns_template_list.lng
@@ -4,3 +4,4 @@ $wb['name_txt'] = 'Nazwa'; $wb['add_new_record_txt'] = 'Dodaj nowy wpis'; ?> interface/web/dns/lib/lang/pl_dns_txt.lng
@@ -13,3 +13,4 @@ $wb['data_error_empty'] = 'Tekst jest pusty.'; $wb['data_error_regex'] = 'Tekst ma zły format.'; ?> interface/web/dns/lib/lang/pl_dns_wizard.lng
@@ -36,3 +36,4 @@ $wb['globalsearch_searchfield_watermark_txt'] = 'Szukaj'; $wb['globalsearch_suggestions_text_txt'] = 'Sugestie'; ?> interface/web/dns/lib/lang/pt_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Hostname tem um formato inválido.'; $wb['data_error_empty'] = 'Hostname do servidor de correio em branco'; $wb['data_error_regex'] = 'Hostname do servidor de correio formato inválido'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/ro_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Hostname format gresit.'; $wb['data_error_empty'] = 'Mailserver hostname necompletat.'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/ru_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Имя узла имеет неправильный формат.'; $wb['data_error_empty'] = 'Mailserver имя узла пустое'; $wb['data_error_regex'] = 'Mailserver имя узла в неправильном формате'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/se_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'The hostname has the wrong format.'; $wb['data_error_empty'] = 'Mailserver hostname empty'; $wb['data_error_regex'] = 'Mailserver hostname format invalid'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/dns/lib/lang/sk_dns_mx.lng
@@ -13,5 +13,4 @@ $wb['name_error_regex'] = 'Hostname má zlý formát.'; $wb['data_error_empty'] = 'Hostname mailserveru je prázdny'; $wb['data_error_regex'] = 'Hostname mailserveru má neplatný formát'; $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> interface/web/favicon.icointerface/web/help/lib/lang/cz.lng
@@ -12,3 +12,5 @@ $wb['Manage Questions'] = 'Spravovat dotazy'; $wb['Add a Question & Answer Pair'] = 'Přidat otázku a odpověď'; ?> interface/web/help/lib/lang/cz_faq_form.lng
@@ -4,3 +4,5 @@ $wb['faq_answer_txt'] = 'Odpověď'; $wb['faq_section_txt'] = 'Sekce'; ?> interface/web/help/lib/lang/cz_faq_manage_questions_list.lng
@@ -7,3 +7,5 @@ $wb['faq_faq_questions_txt'] = 'Často kladené dotazy'; $wb['faq_new_question_txt'] = 'Přidat nový dotaz'; ?> interface/web/help/lib/lang/cz_help_faq_list.lng
@@ -1,3 +1,5 @@ <?php $wb['edit_txt'] = 'Edit'; ?> interface/web/help/lib/lang/cz_help_faq_sections_list.lng
@@ -6,3 +6,5 @@ $wb['faq_faq_sections_txt'] = 'Sekce FAQ'; $wb['faq_new_section_txt'] = 'Přidat novou sekci'; ?> interface/web/help/lib/lang/cz_support_message.lng
@@ -6,3 +6,5 @@ $wb['tstamp_txt'] = 'Časové razítko'; $wb['reply_txt'] = 'Odpovědět'; ?> interface/web/help/lib/lang/cz_support_message_list.lng
@@ -4,3 +4,5 @@ $wb['subject_txt'] = 'Předmět'; $wb['add_new_record_txt'] = 'Vytvořit zprávu pro podporu'; ?> interface/web/help/lib/lang/pl.lng
@@ -12,3 +12,4 @@ $wb['Add a Question & Answer Pair'] = 'Dodaj nowe pytanie i odpowiedź'; $wb['Manage Questions'] = 'Zarządzaj pytaniami'; ?> interface/web/help/lib/lang/pl_faq_form.lng
@@ -4,3 +4,4 @@ $wb['faq_answer_txt'] = 'Odpowiedź'; $wb['faq_section_txt'] = 'Sekcja'; ?> interface/web/help/lib/lang/pl_faq_manage_questions_list.lng
@@ -7,3 +7,4 @@ $wb['faq_faq_questions_txt'] = 'Pomoc Techniczna'; $wb['faq_new_question_txt'] = 'Dodaj nowe pytanie i odpowiedź'; ?> interface/web/help/lib/lang/pl_faq_sections_form.lng
@@ -1,3 +1,4 @@ <?php $wb['faq_section_name_txt'] = 'Nazwa sekcji'; ?> interface/web/help/lib/lang/pl_help_faq_list.lng
@@ -1,3 +1,4 @@ <?php $wb['edit_txt'] = 'Edycja'; ?> interface/web/help/lib/lang/pl_help_faq_sections_list.lng
@@ -6,3 +6,4 @@ $wb['faq_faq_sections_txt'] = 'Sekcje FAQ'; $wb['faq_new_section_txt'] = 'Dodaj nową sekcję'; ?> interface/web/help/lib/lang/pl_support_message.lng
@@ -6,3 +6,4 @@ $wb['tstamp_txt'] = 'Kalendarz'; $wb['reply_txt'] = 'Odpowiedź'; ?> interface/web/help/lib/lang/pl_support_message_list.lng
@@ -4,3 +4,4 @@ $wb['subject_txt'] = 'Temat'; $wb['add_new_record_txt'] = 'Wyślij wiadomość'; ?> interface/web/index.php
@@ -31,14 +31,10 @@ require_once('../lib/config.inc.php'); require_once('../lib/app.inc.php'); if(!isset($_SESSION['s']['module']['name']) or $_SESSION['s']['module']['name']=='login') { $_SESSION['s']['module']['name'] = 'login'; $app->uses('tpl'); $app->tpl->newTemplate('login.tpl.htm'); } else { if(!isset($_SESSION['s']['module']['name'])) $_SESSION['s']['module']['name'] = 'login'; $app->uses('tpl'); $app->tpl->newTemplate('main.tpl.htm'); } // tab change warning? // read misc config interface/web/js/jquery.tipsy.js
@@ -352,6 +352,9 @@ return; } // work around a bug (likely same cause as #5265) $( this ).blur(); // pass empty string as value to search for, displaying all results input.autocomplete( "search", "" ); input.focus(); interface/web/login/lib/lang/cz.lng
@@ -22,3 +22,5 @@ $wb['email_txt'] = 'E-mail'; $wb['theme_not_compatible'] = 'Zvolené téma není kompatibilní s aktuální verzí ISPConfig. Zkontrolujte prosím, zda není nová verze tématu.<br />Výchozí motiv byl aktivován automaticky.'; ?> interface/web/login/lib/lang/pl.lng
@@ -22,3 +22,4 @@ $wb['error_maintenance_mode'] = 'Ta instalacja ISPConfig jest aktualnie w trakcje modernizacji. Wracamy niebawem - proszę o cierpliwość.'; $wb['theme_not_compatible'] = 'Wybrany temat nie jest kompatybilny z aktualną wersją ISPConfig. Proszę wybrać nową wersję tematu.<br />Został aktywowany automatycznie domyślny temat.'; ?> interface/web/mail/form/mail_domain.tform.php
@@ -98,33 +98,6 @@ 'maxlength' => '255', 'searchable' => 1 ), 'dkim' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'CHECKBOX', 'default' => 'n', 'value' => array(0 => 'n',1 => 'y') ), 'dkim_private' => array ( 'datatype' => 'TEXT', 'formtype' => 'TEXTAREA', 'default' => '', 'value' => '', 'cols' => '30', 'rows' => '10', 'validators' => array ( 0 => array ('type' => 'CUSTOM', 'class' => 'validate_dkim', 'function' => 'check_private_key', 'errmsg'=> 'dkim_private_key_error'), ), ), 'dkim_public' => array ( 'datatype' => 'TEXT', 'formtype' => 'TEXTAREA', 'default' => '', 'value' => '', 'cols' => '30', 'rows' => '10' ), 'active' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'CHECKBOX', interface/web/mail/lib/lang/cz.lng
@@ -46,3 +46,5 @@ $wb['Statistics'] = 'Statistiky'; $wb['Mailbox quota'] = 'Mailbox kvóta'; ?> interface/web/mail/lib/lang/cz_mail_alias.lng
@@ -12,3 +12,5 @@ $wb['duplicate_email_alias_txt'] = 'Tento e-mail alias již existuje.'; $wb['source_txt'] = 'Alias'; ?> interface/web/mail/lib/lang/cz_mail_alias_list.lng
@@ -6,3 +6,5 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Přidat nový e-mailový alias'; ?> interface/web/mail/lib/lang/cz_mail_aliasdomain.lng
@@ -9,3 +9,5 @@ $wb['source_error_unique'] = 'Duplikování zdrojové domény.'; $wb['source_error_regex'] = 'Chybná zdrojová doména.'; ?> interface/web/mail/lib/lang/cz_mail_aliasdomain_list.lng
@@ -5,3 +5,5 @@ $wb['destination_txt'] = 'Cíl'; $wb['add_new_record_txt'] = 'Přidat doménový alias'; ?> interface/web/mail/lib/lang/cz_mail_blacklist.lng
@@ -7,3 +7,5 @@ $wb['type_txt'] = 'Typ'; $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; ?> interface/web/mail/lib/lang/cz_mail_blacklist_list.lng
@@ -8,3 +8,5 @@ $wb['add_new_record_txt'] = 'Přidat záznam na černou listinu'; $wb['access_txt'] = 'Přístup'; ?> interface/web/mail/lib/lang/cz_mail_content_filter.lng
@@ -7,3 +7,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['pattern_error_empty'] = 'Vzor je prázdný.'; ?> interface/web/mail/lib/lang/cz_mail_content_filter_list.lng
@@ -6,3 +6,5 @@ $wb['action_txt'] = 'Akce'; $wb['add_new_record_txt'] = 'Přidat obsahový filtr'; ?> interface/web/mail/lib/lang/cz_mail_domain.lng
@@ -11,3 +11,5 @@ $wb['policy_txt'] = 'Spamový filtr'; $wb['no_policy'] = '- nepovoleno -'; ?> interface/web/mail/lib/lang/cz_mail_domain_admin_list.lng
@@ -6,3 +6,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['sys_groupid_txt'] = 'Klient'; ?> interface/web/mail/lib/lang/cz_mail_domain_catchall.lng
@@ -9,3 +9,5 @@ $wb['source_txt'] = 'Zdroj'; $wb['destination_error_isemail'] = 'Cílová e-mailová adresa není platná.'; ?> interface/web/mail/lib/lang/cz_mail_domain_catchall_list.lng
@@ -7,3 +7,5 @@ $wb['domain_txt'] = 'E-malová doména'; $wb['add_new_record_txt'] = 'Přidat e-mailový koš'; ?> interface/web/mail/lib/lang/cz_mail_domain_list.lng
@@ -5,3 +5,5 @@ $wb['add_new_record_txt'] = 'Přidat doménu'; $wb['active_txt'] = 'Aktivní'; ?> interface/web/mail/lib/lang/cz_mail_forward.lng
@@ -7,3 +7,5 @@ $wb['domain_txt'] = 'Doména'; $wb['source_txt'] = 'Zdrojový e-mail'; ?> interface/web/mail/lib/lang/cz_mail_forward_list.lng
@@ -6,3 +6,5 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Přidat nové přesměrování'; ?> interface/web/mail/lib/lang/cz_mail_get.lng
@@ -16,3 +16,5 @@ $wb['source_read_all_txt'] = 'Načíst všechny e-maily (včetně již přečtené pošty)'; $wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes'; ?> interface/web/mail/lib/lang/cz_mail_get_list.lng
@@ -7,3 +7,5 @@ $wb['destination_txt'] = 'Cíl'; $wb['add_new_record_txt'] = 'Přidat účet'; ?> interface/web/mail/lib/lang/cz_mail_mailinglist.lng
@@ -20,3 +20,5 @@ $wb['email_error_isemail'] = 'E-mailová adresa je neplatná.'; $wb['mailinglist_txt'] = 'Mailing list'; ?> interface/web/mail/lib/lang/cz_mail_mailinglist_list.lng
@@ -3,3 +3,5 @@ $wb['domain_txt'] = 'Doména'; $wb['listname_txt'] = 'Název seznamu'; ?> interface/web/mail/lib/lang/cz_mail_relay_recipient.lng
@@ -7,3 +7,5 @@ $wb['type_txt'] = 'Typ'; $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; ?> interface/web/mail/lib/lang/cz_mail_relay_recipient_list.lng
@@ -7,3 +7,5 @@ $wb['add_new_record_txt'] = 'Přidat relay adresáta'; $wb['access_txt'] = 'Přístup'; ?> interface/web/mail/lib/lang/cz_mail_spamfilter.lng
@@ -15,3 +15,5 @@ $wb['spam_redirect_maildir_purge_txt'] = 'Vyčistit poté mailový adresář'; $wb['days_txt'] = 'Dny.'; ?> interface/web/mail/lib/lang/cz_mail_spamfilter_list.lng
@@ -6,3 +6,5 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Přidat nový záznam spamfiltru'; ?> interface/web/mail/lib/lang/cz_mail_transport.lng
@@ -9,3 +9,5 @@ $wb['limit_mailrouting_txt'] = 'Dosažen maximální počet email směrování pro Váš účet.'; $wb['transport_txt'] = 'Transport'; ?> interface/web/mail/lib/lang/cz_mail_transport_list.lng
@@ -7,3 +7,5 @@ $wb['sort_order_txt'] = 'Třídit podle'; $wb['add_new_record_txt'] = 'Přidat transport'; ?> interface/web/mail/lib/lang/cz_mail_user.lng
@@ -48,3 +48,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/mail/lib/lang/cz_mail_user_filter.lng
@@ -18,3 +18,5 @@ $wb['move_to_txt'] = 'Přesunout do'; $wb['delete_txt'] = 'Smazat'; ?> interface/web/mail/lib/lang/cz_mail_user_filter_list.lng
@@ -5,3 +5,5 @@ $wb['page_of_txt'] = 'z'; $wb['delete_confirmation'] = 'Opravdu smazat mailový filtr?'; ?> interface/web/mail/lib/lang/cz_mail_user_list.lng
@@ -6,3 +6,5 @@ $wb['name_txt'] = 'Skutečný název'; $wb['login_txt'] = 'Přihlášení'; ?> interface/web/mail/lib/lang/cz_mail_user_stats_list.lng
@@ -6,3 +6,5 @@ $wb['this_year_txt'] = 'Tento rok'; $wb['last_year_txt'] = 'Minulý rok'; ?> interface/web/mail/lib/lang/cz_mail_whitelist.lng
@@ -7,3 +7,5 @@ $wb['type_txt'] = 'Typ'; $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; ?> interface/web/mail/lib/lang/cz_mail_whitelist_list.lng
@@ -8,3 +8,5 @@ $wb['add_new_record_txt'] = 'Přidat záznam na bílou listinu'; $wb['access_txt'] = 'Přístup'; ?> interface/web/mail/lib/lang/cz_spamfilter_blacklist.lng
@@ -7,3 +7,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['limit_spamfilter_wblist_txt'] = 'Dosažen maximální počet záznamů pro bílou / černou listinu pro Váš účet.'; ?> interface/web/mail/lib/lang/cz_spamfilter_blacklist_list.lng
@@ -7,3 +7,5 @@ $wb['email_txt'] = 'Emaily na černé listině'; $wb['add_new_record_txt'] = 'Přidat záznam na černou listinu'; ?> interface/web/mail/lib/lang/cz_spamfilter_config.lng
@@ -18,3 +18,5 @@ $wb['mailbox_size_limit_txt'] = 'Limit velikosti e-mailové schránky'; $wb['message_size_limit_txt'] = 'Limit velikosti zprávy'; ?> interface/web/mail/lib/lang/cz_spamfilter_config_list.lng
@@ -3,3 +3,5 @@ $wb['server_name_txt'] = 'Server'; $wb['server_id_txt'] = 'server_id'; ?> interface/web/mail/lib/lang/cz_spamfilter_policy.lng
@@ -36,3 +36,5 @@ $wb['message_size_limit_txt'] = 'Limit velikosti zprávy'; $wb['banned_rulenames_txt'] = 'Název pravidel zabanované'; ?> interface/web/mail/lib/lang/cz_spamfilter_policy_list.lng
@@ -7,3 +7,5 @@ $wb['bad_header_lover_txt'] = 'Špatné hlavičky'; $wb['add_new_record_txt'] = 'Přidat záznam politiky'; ?> interface/web/mail/lib/lang/cz_spamfilter_users.lng
@@ -6,3 +6,5 @@ $wb['fullname_txt'] = 'Název'; $wb['local_txt'] = 'Lokální'; ?> interface/web/mail/lib/lang/cz_spamfilter_users_list.lng
@@ -8,3 +8,5 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Přidat spamfiltr uživatele'; ?> interface/web/mail/lib/lang/cz_spamfilter_whitelist.lng
@@ -7,3 +7,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['limit_spamfilter_wblist_txt'] = 'Dosažen maximální počet záznamů pro bílou / černou listinu pro Váš účet.'; ?> interface/web/mail/lib/lang/cz_spamfilter_whitelist_list.lng
@@ -7,3 +7,5 @@ $wb['email_txt'] = 'Emaily na bílé listině'; $wb['add_new_record_txt'] = 'Přidat záznam na bílou listinu'; ?> interface/web/mail/lib/lang/cz_user_quota_stats_list.lng
@@ -5,3 +5,5 @@ $wb['email_txt'] = 'E-mailová adresa'; $wb['used_txt'] = 'Využité místo'; ?> interface/web/mail/lib/lang/en_mail_domain.lng
@@ -3,15 +3,9 @@ $wb["domain_txt"] = 'Domain'; $wb["type_txt"] = 'Type'; $wb["active_txt"] = 'Active'; $wb["dkim_txt"] = 'enable DKIM'; $wb["dkim_private_txt"] = 'DKIM Private-key'; $wb["dkim_generate_txt"] = 'Generate DKIM Private-key'; $wb["dkim_dns_txt"] = 'DNS-Record (TYPE TXT)<br><br>add this record to your DNS'; $wb["dkim_private_key_error"] = 'Invalid DKIM-Private key'; $wb["domain_error_empty"] = 'Domain is empty.'; $wb["domain_error_unique"] = 'Duplicate Domain.'; $wb["domain_error_regex"] = 'Invalid domain name.'; $wb["dkim_settings_txt"] = 'DomainKeys Identified Mail (DKIM)'; $wb["client_txt"] = 'Client'; $wb["limit_maildomain_txt"] = 'The max. number of email domains for your account is reached.'; $wb["policy_txt"] = 'Spamfilter'; interface/web/mail/lib/lang/pl.lng
@@ -46,3 +46,4 @@ $wb['Relay Recipients'] = 'Odbiorcy przekierowania'; $wb['Mailbox quota'] = 'Użycie skrzynek email'; ?> interface/web/mail/lib/lang/pl_mail_alias.lng
@@ -12,3 +12,4 @@ $wb['duplicate_email_alias_txt'] = 'Istnieje już taki alias email.'; $wb['source_txt'] = 'Alias'; ?> interface/web/mail/lib/lang/pl_mail_alias_list.lng
@@ -6,3 +6,4 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Dodaj nowy alias e-mail'; ?> interface/web/mail/lib/lang/pl_mail_aliasdomain.lng
@@ -9,3 +9,4 @@ $wb['source_error_unique'] = 'Duplikat źródłowej domeny.'; $wb['source_error_regex'] = 'Nieprawidłowa nazwa domeny źródłowej.'; ?> interface/web/mail/lib/lang/pl_mail_aliasdomain_list.lng
@@ -5,3 +5,4 @@ $wb['destination_txt'] = 'Cel'; $wb['add_new_record_txt'] = 'Dodaj nowy alias domeny'; ?> interface/web/mail/lib/lang/pl_mail_blacklist.lng
@@ -7,3 +7,4 @@ $wb['type_txt'] = 'Typ'; $wb['limit_mailfilter_txt'] = 'Maksymalna ilość filtrów dla Twojego konta została przekroczona.'; ?> interface/web/mail/lib/lang/pl_mail_blacklist_list.lng
@@ -8,3 +8,4 @@ $wb['add_new_record_txt'] = 'Dodaj nowy wpis czarnej listy'; $wb['access_txt'] = 'dostęp'; ?> interface/web/mail/lib/lang/pl_mail_content_filter.lng
@@ -7,3 +7,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['pattern_error_empty'] = 'Wzór jest pusty.'; ?> interface/web/mail/lib/lang/pl_mail_content_filter_list.lng
@@ -6,3 +6,4 @@ $wb['action_txt'] = 'Akcja'; $wb['add_new_record_txt'] = 'Dodaj nowy zbiór filtrów'; ?> interface/web/mail/lib/lang/pl_mail_domain.lng
@@ -11,3 +11,4 @@ $wb['policy_txt'] = 'Filtr spamu'; $wb['no_policy'] = '-nie używane-'; ?> interface/web/mail/lib/lang/pl_mail_domain_admin_list.lng
@@ -6,3 +6,4 @@ $wb['active_txt'] = 'Aktywne'; $wb['sys_groupid_txt'] = 'Klient'; ?> interface/web/mail/lib/lang/pl_mail_domain_catchall.lng
@@ -9,3 +9,4 @@ $wb['source_txt'] = 'Źródło'; $wb['destination_error_isemail'] = 'Cel nie jest poprawnym adresem email.'; ?> interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng
@@ -7,3 +7,4 @@ $wb['domain_txt'] = 'Domena'; $wb['add_new_record_txt'] = 'Dodaj nowy Catchall'; ?> interface/web/mail/lib/lang/pl_mail_domain_list.lng
@@ -5,3 +5,4 @@ $wb['add_new_record_txt'] = 'Dodaj nową domenę'; $wb['active_txt'] = 'Aktywny'; ?> interface/web/mail/lib/lang/pl_mail_forward.lng
@@ -7,3 +7,4 @@ $wb['domain_txt'] = 'Domena'; $wb['source_txt'] = 'E-mail źródłowy'; ?> interface/web/mail/lib/lang/pl_mail_forward_list.lng
@@ -6,3 +6,4 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Dodaj nowe przekierowanie E-mail'; ?> interface/web/mail/lib/lang/pl_mail_get.lng
@@ -16,3 +16,4 @@ $wb['source_read_all_txt'] = 'Pobierz wszystkie maile (razem z przeczytanymi)'; $wb['error_delete_read_all_combination'] = 'Nieprawidłowa kombinacja opcji. Nie możesz użyć jednocześnie opcji Delete emails after retrieval = no razem z Retrieve all emails = yes'; ?> interface/web/mail/lib/lang/pl_mail_get_list.lng
@@ -7,3 +7,4 @@ $wb['destination_txt'] = 'Element docelowy'; $wb['add_new_record_txt'] = 'Dodaj nowe konto'; ?> interface/web/mail/lib/lang/pl_mail_mailinglist.lng
@@ -20,3 +20,4 @@ $wb['listname_error_unique'] = 'Isnieje już lista mailingowa o tej nazwie, wybierz inną nazwę listy.'; $wb['email_error_isemail'] = 'Adres e-mail jest nieprawidłowy'; ?> interface/web/mail/lib/lang/pl_mail_mailinglist_list.lng
@@ -3,3 +3,4 @@ $wb['domain_txt'] = 'Domena'; $wb['listname_txt'] = 'Nazwa listy'; ?> interface/web/mail/lib/lang/pl_mail_relay_recipient.lng
@@ -7,3 +7,4 @@ $wb['type_txt'] = 'Typ'; $wb['limit_mailfilter_txt'] = 'Maksymalna ilość filtrów e-mail dla Twojego konta została przekroczona.'; ?> interface/web/mail/lib/lang/pl_mail_relay_recipient_list.lng
@@ -7,3 +7,4 @@ $wb['add_new_record_txt'] = 'Dodaj nowego odbiorcę przekierowania'; $wb['access_txt'] = 'dostęp'; ?> interface/web/mail/lib/lang/pl_mail_spamfilter.lng
@@ -15,3 +15,4 @@ $wb['spam_redirect_maildir_purge_txt'] = 'Wyczyść później Maildir'; $wb['days_txt'] = 'Dni.'; ?> interface/web/mail/lib/lang/pl_mail_spamfilter_list.lng
@@ -6,3 +6,4 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Dodaj nowy wpis z filtrem spamu'; ?> interface/web/mail/lib/lang/pl_mail_transport.lng
@@ -9,3 +9,4 @@ $wb['limit_mailrouting_txt'] = 'Maksymalna ilość ścieżek dla Twojego konta została przekroczona.'; $wb['transport_txt'] = 'Transport'; ?> interface/web/mail/lib/lang/pl_mail_transport_list.lng
@@ -7,3 +7,4 @@ $wb['sort_order_txt'] = 'Sortuj według'; $wb['add_new_record_txt'] = 'Dodaj nowe przeniesienie'; ?> interface/web/mail/lib/lang/pl_mail_user.lng
@@ -48,3 +48,4 @@ $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują'; ?> interface/web/mail/lib/lang/pl_mail_user_filter.lng
@@ -18,3 +18,4 @@ $wb['move_to_txt'] = 'Przenieś do'; $wb['delete_txt'] = 'Usuń'; ?> interface/web/mail/lib/lang/pl_mail_user_filter_list.lng
@@ -5,3 +5,4 @@ $wb['page_of_txt'] = 'z'; $wb['delete_confirmation'] = 'Czy na pewno chcesz skasować filtr?'; ?> interface/web/mail/lib/lang/pl_mail_user_list.lng
@@ -6,3 +6,4 @@ $wb['name_txt'] = 'Nazwa rzeczywista'; $wb['login_txt'] = 'Login'; ?> interface/web/mail/lib/lang/pl_mail_user_stats_list.lng
@@ -6,3 +6,4 @@ $wb['this_year_txt'] = 'Ten rok'; $wb['last_year_txt'] = 'Ostatni rok'; ?> interface/web/mail/lib/lang/pl_mail_whitelist.lng
@@ -7,3 +7,4 @@ $wb['type_txt'] = 'Typ'; $wb['limit_mailfilter_txt'] = 'Maksymalna ilość filtrów e-mail dla Twojego konta zosała przekroczona.'; ?> interface/web/mail/lib/lang/pl_mail_whitelist_list.lng
@@ -8,3 +8,4 @@ $wb['add_new_record_txt'] = 'Dodaj nowy wpis białej listy'; $wb['access_txt'] = 'dostęp'; ?> interface/web/mail/lib/lang/pl_spamfilter_blacklist.lng
@@ -7,3 +7,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['limit_spamfilter_wblist_txt'] = 'Maksymalna ilość wpisów do białej i czarnej listy dla Twojego konta została przekroczona.'; ?> interface/web/mail/lib/lang/pl_spamfilter_blacklist_list.lng
@@ -7,3 +7,4 @@ $wb['email_txt'] = 'E-mail dodany do czarnej listy'; $wb['add_new_record_txt'] = 'Dodaj wpis czarnej listy'; ?> interface/web/mail/lib/lang/pl_spamfilter_config.lng
@@ -18,3 +18,4 @@ $wb['mailbox_size_limit_txt'] = 'Limit wielkości skrzynki pocztowej'; $wb['message_size_limit_txt'] = 'Limit wielkości wiadomości'; ?> interface/web/mail/lib/lang/pl_spamfilter_config_list.lng
@@ -3,3 +3,4 @@ $wb['server_name_txt'] = 'Serwer'; $wb['server_id_txt'] = 'id_serwera'; ?> interface/web/mail/lib/lang/pl_spamfilter_policy.lng
@@ -36,3 +36,4 @@ $wb['message_size_limit_txt'] = 'Limit wielkości wiadomości'; $wb['banned_rulenames_txt'] = 'Zabronione nazwy zasad'; ?> interface/web/mail/lib/lang/pl_spamfilter_policy_list.lng
@@ -7,3 +7,4 @@ $wb['bad_header_lover_txt'] = 'Przyjmuj złe nagłowki'; $wb['add_new_record_txt'] = 'Dodaj wpis plityki'; ?> interface/web/mail/lib/lang/pl_spamfilter_users.lng
@@ -6,3 +6,4 @@ $wb['fullname_txt'] = 'Nazwa'; $wb['local_txt'] = 'Lokalne'; ?> interface/web/mail/lib/lang/pl_spamfilter_users_list.lng
@@ -8,3 +8,4 @@ $wb['email_txt'] = 'E-mail'; $wb['add_new_record_txt'] = 'Dodaj filtr spamu użytkownika'; ?> interface/web/mail/lib/lang/pl_spamfilter_whitelist.lng
@@ -7,3 +7,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['limit_spamfilter_wblist_txt'] = 'Maksymalna liczba wpisów białej lub czarnej listy została przekroczona.'; ?> interface/web/mail/lib/lang/pl_spamfilter_whitelist_list.lng
@@ -7,3 +7,4 @@ $wb['email_txt'] = 'Adres e-mail dodany do białej listy'; $wb['add_new_record_txt'] = 'Dodaj wpis do białej listy'; ?> interface/web/mail/lib/lang/pl_user_quota_stats_list.lng
@@ -5,3 +5,4 @@ $wb['email_txt'] = 'Adres e-mail'; $wb['used_txt'] = 'Użycie dysku'; ?> interface/web/mail/mail_domain_del.php
@@ -59,8 +59,8 @@ // Before we delete the email domain, // we will delete all depending records. // Delete all forwardings where the source or destination belongs to this domain $records = $app->db->queryAllRecords("SELECT forwarding_id as id FROM mail_forwarding WHERE source like '%@".$app->db->quote($domain)."' OR (destination like '%@".$app->db->quote($domain)."' AND type != 'forward')"); // Delete all forwardings where the osurce or destination belongs to this domain $records = $app->db->queryAllRecords("SELECT forwarding_id as id FROM mail_forwarding WHERE source like '%@".$app->db->quote($domain)."' OR (destination like '%@".$app->db->quote($domain)."' AND type != 'forward'"); foreach($records as $rec) { $app->db->datalogDelete('mail_forwarding','forwarding_id',$rec['id']); } interface/web/mail/mail_domain_dkim_create.php
File was deleted interface/web/mail/templates/mail_domain_edit.htm
@@ -59,24 +59,6 @@ {tmpl_var name='active'} </div> </div> <div class="subsectiontoggle"><span></span>{tmpl_var name='dkim_settings_txt'}<em></em></div> <div style="display:none;"> <div class="ctrlHolder"> <p class="label">{tmpl_var name='dkim_txt'}</p> <div class="multiField"> {tmpl_var name='dkim'} </div> </div> <div class="ctrlHolder"> <label for="dkim_private">{tmpl_var name='dkim_private_txt'}</label> <textarea name="dkim_private" id="dkim_private" rows='10' cols='30'>{tmpl_var name='dkim_private'}</textarea> <a href="javascript:setRequest('create','{tmpl_var name='domain'}')">{tmpl_var name='dkim_generate_txt'}</a> </div> <div class="ctrlHolder"> <label for="dkim_dns">{tmpl_var name='dkim_dns_txt'}</label> <textarea name="dkim_dns" id="dkim_dns" rows='10' cols='30'>{tmpl_var name='dkim_dns'}</textarea> </div> </div> </fieldset> <input type="hidden" name="id" value="{tmpl_var name='id'}"> @@ -89,44 +71,3 @@ </div> </div> <script language="JavaScript" type="text/javascript"> var request = false; function setRequest(action,value,privatekey) { if (window.XMLHttpRequest) {request = new XMLHttpRequest();} else if (window.ActiveXObject) { try {request = new ActiveXObject('Msxml2.XMLHTTP');} catch (e) { try {request = new ActiveXObject('Microsoft.XMLHTTP');} catch (e) {} } } if (!request) { alert("Error creating XMLHTTP-instance"); return false; } else { request.open('POST', '/mail/mail_domain_dkim_create.php', true); request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); request.send('domain='+value+'&action='+action+'&pkey='+privatekey); request.onreadystatechange = interpretRequest; } } function interpretRequest() { switch (request.readyState) { case 4: if (request.status != 200) {alert("Request done but NOK\nError:"+request.status);} else { document.getElementsByName('dkim_private')[0].value = request.responseXML.getElementsByTagName('privatekey')[0].firstChild.nodeValue; document.getElementsByName('dkim_dns')[0].value = request.responseXML.getElementsByTagName('dnsrecord')[0].firstChild.nodeValue; } break; default: break; } } var serverType = jQuery('#dkim_private').val(); setRequest('show','{tmpl_var name="domain"}',serverType); </script> interface/web/mailuser/lib/lang/cz.lng
@@ -7,3 +7,5 @@ $wb['Spamfilter'] = 'Spamový filtr'; $wb['Email Filters'] = 'E-mailové filtry'; ?> interface/web/mailuser/lib/lang/cz_index.lng
@@ -10,3 +10,5 @@ $wb['mb_txt'] = 'MB'; $wb['none_txt'] = 'Nenastaveno'; ?> interface/web/mailuser/lib/lang/cz_mail_user_autoresponder.lng
@@ -11,3 +11,5 @@ $wb['now_txt'] = 'Nyní'; $wb['autoresponder_subject_txt'] = 'Předmět e-mailu'; ?> interface/web/mailuser/lib/lang/cz_mail_user_cc.lng
@@ -5,3 +5,5 @@ $wb['cc_error_isemail'] = 'Vyplněná e-mailová adresa neplatná'; $wb['email_is_cc_error'] = 'Vyplněná e-mailová adresa a poslat kopii na e-mail adresu, nemůžou být stejné.'; ?> interface/web/mailuser/lib/lang/cz_mail_user_filter.lng
@@ -18,3 +18,5 @@ $wb['move_to_txt'] = 'Přesunout do'; $wb['delete_txt'] = 'Smazat'; ?> interface/web/mailuser/lib/lang/cz_mail_user_filter_list.lng
@@ -6,3 +6,5 @@ $wb['page_of_txt'] = 'z'; $wb['delete_confirmation'] = 'Opravdu chcete odstranit e-mail filter?'; ?> interface/web/mailuser/lib/lang/cz_mail_user_password.lng
@@ -8,3 +8,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/mailuser/lib/lang/cz_mail_user_spamfilter.lng
@@ -5,3 +5,5 @@ $wb['no_policy'] = '- nepovoleno -'; $wb['policy_txt'] = 'Politika'; ?> interface/web/mailuser/lib/lang/pl.lng
@@ -7,3 +7,4 @@ $wb['Spamfilter'] = 'Filtr spamu'; $wb['Email Filters'] = 'Fitry e-mail'; ?> interface/web/mailuser/lib/lang/pl_index.lng
@@ -10,3 +10,4 @@ $wb['mb_txt'] = 'MB'; $wb['none_txt'] = 'Brak'; ?> interface/web/mailuser/lib/lang/pl_mail_user_autoresponder.lng
@@ -11,3 +11,4 @@ $wb['now_txt'] = 'Teraz'; $wb['autoresponder_subject_txt'] = 'Temat'; ?> interface/web/mailuser/lib/lang/pl_mail_user_cc.lng
@@ -5,3 +5,4 @@ $wb['cc_error_isemail'] = 'Adres e-mail jest niepoprawny w polu -Wyślij kopię do-'; $wb['email_is_cc_error'] = 'Adres e-mail i adres do wysyłki kopii nie mogą być takie same.'; ?> interface/web/mailuser/lib/lang/pl_mail_user_filter.lng
@@ -18,3 +18,4 @@ $wb['move_to_txt'] = 'Move to'; $wb['delete_txt'] = 'Delete'; ?> interface/web/mailuser/lib/lang/pl_mail_user_filter_list.lng
@@ -6,3 +6,4 @@ $wb['page_of_txt'] = 'z'; $wb['delete_confirmation'] = 'Na pewno chcesz skasować ten filtr poczty?'; ?> interface/web/mailuser/lib/lang/pl_mail_user_password.lng
@@ -8,3 +8,4 @@ $wb['password_mismatch_txt'] = 'Błąd, hasła nie pasują'; $wb['password_match_txt'] = 'OK, hasła są jednakowe'; ?> interface/web/mailuser/lib/lang/pl_mail_user_spamfilter.lng
@@ -5,3 +5,4 @@ $wb['no_policy'] = '- nie włączony -'; $wb['policy_txt'] = 'Polityka'; ?> interface/web/monitor/lib/lang/cz.lng
@@ -147,3 +147,5 @@ $wb['Show IPTables'] = 'Zobrazit IPTables pravidla'; $wb['Show OpenVz VE BeanCounter'] = 'Ukázat OpenVz VE BeanCounter'; ?> interface/web/monitor/lib/lang/cz_datalog_list.lng
@@ -6,3 +6,5 @@ $wb['action_txt'] = 'Akce'; $wb['status_txt'] = 'Stav'; ?> interface/web/monitor/lib/lang/cz_syslog_list.lng
@@ -5,3 +5,5 @@ $wb['loglevel_txt'] = 'Logovací úroveň'; $wb['message_txt'] = 'Zpráva'; ?> interface/web/monitor/lib/lang/pl.lng
@@ -147,3 +147,4 @@ $wb['Show IPTables'] = 'Pokaż reguły IPTables'; $wb['Show OpenVz VE BeanCounter'] = 'Show OpenVz VE BeanCounter'; ?> interface/web/monitor/lib/lang/pl_datalog_list.lng
@@ -6,3 +6,4 @@ $wb['action_txt'] = 'Akcja'; $wb['status_txt'] = 'Status'; ?> interface/web/monitor/lib/lang/pl_syslog_list.lng
@@ -5,3 +5,4 @@ $wb['loglevel_txt'] = 'Poziom logowania'; $wb['message_txt'] = 'Wiadomość'; ?> interface/web/monitor/show_log.php
@@ -129,20 +129,18 @@ $logDataHtml = ''; /* set css class for each line of log, depending on key words in each line */ foreach($logData as $val) { if (strpos(strtolower($val), 'fatal') !== FALSE) { if (strpos($val, 'ERROR') !== FALSE) { $logDataHtml .= "<div class='logerror'>$val</div>"; } elseif (strpos(strtolower($val), 'error') !== FALSE) { $logDataHtml .= "<div class='logerror'>$val</div>"; } elseif (strpos(strtolower($val), 'warn') !== FALSE) { } elseif (strpos($val, 'WARN') !== FALSE) { $logDataHtml .= "<div class='logwarn'>$val</div>"; } elseif (strpos(strtolower($val), 'info') !== FALSE) { } elseif (strpos($val, 'INFO') !== FALSE) { $logDataHtml .= "<div class='loginfo'>$val</div>"; } else { $logDataHtml .= "<div class='log'>$val</div>"; } } $app->tpl->setVar("log_data", $logDataHtml); $app->tpl->setVar("log_data", $logData); } else { $app->tpl->setVar("log_data", $app->lng("no_logdata_txt")); } interface/web/sites/lib/lang/ar_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/bg_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/br_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/cz.lng
@@ -33,3 +33,5 @@ $wb['Subdomain (Vhost)'] = 'Subdoména (Vhost)'; $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> interface/web/sites/lib/lang/cz_aps.lng
@@ -56,3 +56,5 @@ $wb['btn_cancel_txt'] = 'Zrušit'; $wb['limit_aps_txt'] = 'The max. number of APS instances for your account is reached.'; ?> interface/web/sites/lib/lang/cz_aps_instances_list.lng
@@ -11,3 +11,5 @@ $wb['delete_txt'] = 'Smazat'; $wb['reinstall_txt'] = 'Přeinstalovat'; ?> interface/web/sites/lib/lang/cz_aps_packages_list.lng
@@ -6,3 +6,5 @@ $wb['status_txt'] = 'Odemčený'; $wb['filter_txt'] = 'Hledat'; ?> interface/web/sites/lib/lang/cz_cron.lng
@@ -19,3 +19,5 @@ $wb['command_error_format'] = 'Chybná formát příkazu. V případě URL je povoleno volání pouze http/https.'; $wb['unknown_fieldtype_error'] = 'Bylp použito pole neznámého typu.'; ?> interface/web/sites/lib/lang/cz_cron_list.lng
@@ -11,3 +11,5 @@ $wb['add_new_cron_txt'] = 'Přidat novou cron úlohu'; $wb['parent_domain_id_txt'] = 'Webové stránky'; ?> interface/web/sites/lib/lang/cz_database.lng
@@ -44,3 +44,5 @@ $wb['database_client_differs_txt'] = 'Klient mateřského webu a databáze se neshodují.'; $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; ?> interface/web/sites/lib/lang/cz_database_admin_list.lng
@@ -8,3 +8,5 @@ $wb['add_new_record_txt'] = 'Přidat nové databáze'; $wb['sys_groupid_txt'] = 'Klient'; ?> interface/web/sites/lib/lang/cz_database_list.lng
@@ -7,3 +7,5 @@ $wb['database_name_txt'] = 'Název databáze'; $wb['add_new_record_txt'] = 'Přidat databázi'; ?> interface/web/sites/lib/lang/cz_database_user.lng
@@ -21,3 +21,5 @@ $wb['globalsearch_searchfield_watermark_txt'] = 'Hledat'; $wb['globalsearch_suggestions_text_txt'] = 'Návrhy'; ?> interface/web/sites/lib/lang/cz_database_user_admin_list.lng
@@ -4,3 +4,5 @@ $wb['add_new_record_txt'] = 'Vytvořit nového uživatele databáze'; $wb['sys_groupid_txt'] = 'Klient'; ?> interface/web/sites/lib/lang/cz_database_user_list.lng
@@ -3,3 +3,5 @@ $wb['database_user_txt'] = 'Uživatelé databáze'; $wb['add_new_record_txt'] = 'Přidat nového uživatele databáze'; ?> interface/web/sites/lib/lang/cz_ftp_user.lng
@@ -32,3 +32,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/sites/lib/lang/cz_ftp_user_list.lng
@@ -6,3 +6,5 @@ $wb['username_txt'] = 'Uživatelské jméno'; $wb['add_new_record_txt'] = 'Přidat FTP uživatele'; ?> interface/web/sites/lib/lang/cz_shell_user.lng
@@ -27,3 +27,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/sites/lib/lang/cz_shell_user_list.lng
@@ -6,3 +6,5 @@ $wb['username_txt'] = 'Uživatelské jméno'; $wb['add_new_record_txt'] = 'Přidat shell uživatele'; ?> interface/web/sites/lib/lang/cz_user_quota_stats_list.lng
@@ -7,3 +7,5 @@ $wb['soft_txt'] = 'Měkký limit'; $wb['files_txt'] = 'Jednotlivé soubory'; ?> interface/web/sites/lib/lang/cz_web_aliasdomain.lng
@@ -113,3 +113,5 @@ $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['Domain'] = 'Aliasdomain'; ?> interface/web/sites/lib/lang/cz_web_aliasdomain_list.lng
@@ -12,3 +12,5 @@ $wb['no_flag_txt'] = 'Žádný příznak'; $wb['none_txt'] = 'Žádná'; ?> interface/web/sites/lib/lang/cz_web_backup_list.lng
@@ -13,3 +13,5 @@ $wb['backup_type_mysql'] = 'MySQL Database'; $wb['backup_type_web'] = 'Website files'; ?> interface/web/sites/lib/lang/cz_web_domain.lng
@@ -111,5 +111,6 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/cz_web_domain_admin_list.lng
@@ -7,3 +7,5 @@ $wb['domain_txt'] = 'Doména'; $wb['add_new_record_txt'] = 'Přidat webovou stránku'; ?> interface/web/sites/lib/lang/cz_web_domain_list.lng
@@ -6,3 +6,5 @@ $wb['domain_txt'] = 'Doména'; $wb['add_new_record_txt'] = 'Přidat webovou stránku'; ?> interface/web/sites/lib/lang/cz_web_folder.lng
@@ -5,3 +5,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['path_error_regex'] = 'Neplatná cesta ke složce.'; ?> interface/web/sites/lib/lang/cz_web_folder_list.lng
@@ -5,3 +5,5 @@ $wb['parent_domain_id_txt'] = 'Webové stránky'; $wb['path_txt'] = 'Cesta'; ?> interface/web/sites/lib/lang/cz_web_folder_user.lng
@@ -10,3 +10,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/sites/lib/lang/cz_web_folder_user_list.lng
@@ -4,3 +4,5 @@ $wb['web_folder_id_txt'] = 'Složka'; $wb['username_txt'] = 'Uživatelské jméno'; ?> interface/web/sites/lib/lang/cz_web_sites_stats_list.lng
@@ -7,3 +7,5 @@ $wb['last_year_txt'] = 'Minulý rok'; $wb['sum_txt'] = 'Součet'; ?> interface/web/sites/lib/lang/cz_web_subdomain.lng
@@ -44,3 +44,5 @@ $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> interface/web/sites/lib/lang/cz_web_subdomain_list.lng
@@ -6,3 +6,5 @@ $wb['domain_txt'] = 'Subdoména'; $wb['add_new_record_txt'] = 'Přidat subdoménu'; ?> interface/web/sites/lib/lang/cz_web_vhost_subdomain.lng
@@ -116,3 +116,5 @@ $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; ?> interface/web/sites/lib/lang/cz_web_vhost_subdomain_list.lng
@@ -6,3 +6,5 @@ $wb['domain_txt'] = 'Subdoména'; $wb['add_new_record_txt'] = 'Přidat novou poddoménu'; ?> interface/web/sites/lib/lang/cz_webdav_user.lng
@@ -19,3 +19,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/sites/lib/lang/cz_webdav_user_list.lng
@@ -6,3 +6,5 @@ $wb['username_txt'] = 'Uživatelské jméno'; $wb['add_new_record_txt'] = 'Přidat nového WebDAV uživatele'; ?> interface/web/sites/lib/lang/de_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Verfügbare nginx Direktiven Schnipsel:'; $wb['proxy_directives_txt'] = 'Proxy Direktiven'; $wb['available_proxy_directive_snippets_txt'] = 'Verfügbare Proxy Direktiven Schnipsel:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/el_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/en_web_backup_list.lng
@@ -3,7 +3,6 @@ $wb['date_txt'] = 'Date'; $wb['backup_type_txt'] = 'Type'; $wb['filename_txt'] = 'Backup file'; $wb['filesize_txt'] = 'Filesize'; $wb['restore_backup_txt'] = 'Restore'; $wb['download_backup_txt'] = 'Download'; $wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.'; interface/web/sites/lib/lang/es_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/fi_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/fr_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/hr_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/hu_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/id_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/it_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/ja_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/nl_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/pl.lng
@@ -33,3 +33,4 @@ $wb['Subdomain (Vhost)'] = 'Subdomena (Vhost)'; $wb['error_proxy_requires_url'] = 'Rodzaj przekierowania '; ?> interface/web/sites/lib/lang/pl_aps.lng
@@ -56,3 +56,4 @@ $wb['btn_cancel_txt'] = 'Anuluj'; $wb['limit_aps_txt'] = 'Maksymalna liczba instancji APS dla Twojego konta została wyczerpana.'; ?> interface/web/sites/lib/lang/pl_aps_instances_list.lng
@@ -11,3 +11,4 @@ $wb['delete_txt'] = 'Usuń'; $wb['reinstall_txt'] = 'Przeinstaluj'; ?> interface/web/sites/lib/lang/pl_aps_packages_list.lng
@@ -6,3 +6,4 @@ $wb['status_txt'] = 'Odblokowany'; $wb['filter_txt'] = 'Szukaj'; ?> interface/web/sites/lib/lang/pl_cron.lng
@@ -19,3 +19,4 @@ $wb['command_error_format'] = 'Niepoprawny format polecenia. W zbiorze url może być tylko adres http/https który ma pozwolenie.'; $wb['unknown_fieldtype_error'] = 'Został użyty niepoprawny format pola.'; ?> interface/web/sites/lib/lang/pl_cron_list.lng
@@ -11,3 +11,4 @@ $wb['add_new_cron_txt'] = 'Dodaj nowe zadanie Cron'; $wb['parent_domain_id_txt'] = 'Witryna'; ?> interface/web/sites/lib/lang/pl_database.lng
@@ -44,3 +44,4 @@ $wb['globalsearch_searchfield_watermark_txt'] = 'Szukaj'; $wb['globalsearch_suggestions_text_txt'] = 'Sugestie'; ?> interface/web/sites/lib/lang/pl_database_admin_list.lng
@@ -8,3 +8,4 @@ $wb['add_new_record_txt'] = 'Dodaj nową bazę danych'; $wb['sys_groupid_txt'] = 'Klient'; ?> interface/web/sites/lib/lang/pl_database_list.lng
@@ -7,3 +7,4 @@ $wb['add_new_record_txt'] = 'Dodaj nową bazę danych'; $wb['database_user_txt'] = 'Użytkownik bazy danych'; ?> interface/web/sites/lib/lang/pl_database_user.lng
@@ -21,3 +21,4 @@ $wb['globalsearch_searchfield_watermark_txt'] = 'Search'; $wb['globalsearch_suggestions_text_txt'] = 'Suggestions'; ?> interface/web/sites/lib/lang/pl_database_user_admin_list.lng
@@ -4,3 +4,4 @@ $wb['add_new_record_txt'] = 'Add new User'; $wb['sys_groupid_txt'] = 'Client'; ?> interface/web/sites/lib/lang/pl_database_user_list.lng
@@ -3,3 +3,4 @@ $wb['database_user_txt'] = 'Database user'; $wb['add_new_record_txt'] = 'Add new user'; ?> interface/web/sites/lib/lang/pl_ftp_user.lng
@@ -32,3 +32,4 @@ $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują'; ?> interface/web/sites/lib/lang/pl_ftp_user_list.lng
@@ -6,3 +6,4 @@ $wb['username_txt'] = 'Nazwa użytkownika'; $wb['add_new_record_txt'] = 'Dodaj nowego użytkownika FTP'; ?> interface/web/sites/lib/lang/pl_shell_user.lng
@@ -27,3 +27,4 @@ $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują'; ?> interface/web/sites/lib/lang/pl_shell_user_list.lng
@@ -6,3 +6,4 @@ $wb['username_txt'] = 'Nazwa użytkownika'; $wb['add_new_record_txt'] = 'Dodaj nowego użytkownika Shell'; ?> interface/web/sites/lib/lang/pl_user_quota_stats_list.lng
@@ -7,3 +7,4 @@ $wb['soft_txt'] = 'Limit miękki'; $wb['files_txt'] = 'Pojedyncze pliki'; ?> interface/web/sites/lib/lang/pl_web_aliasdomain.lng
@@ -113,3 +113,4 @@ $wb['available_proxy_directive_snippets_txt'] = 'Dostępne zestawy dyrektyw Proxy:'; $wb['Domain'] = 'Alias domeny'; ?> interface/web/sites/lib/lang/pl_web_aliasdomain_list.lng
@@ -12,3 +12,4 @@ $wb['no_flag_txt'] = 'Bez flagi'; $wb['none_txt'] = 'Brak'; ?> interface/web/sites/lib/lang/pl_web_backup_list.lng
@@ -13,3 +13,4 @@ $wb['backup_type_mysql'] = 'Baza MySQL'; $wb['backup_type_web'] = 'Pliki strony'; ?> interface/web/sites/lib/lang/pl_web_domain.lng
@@ -111,5 +111,5 @@ $wb['available_nginx_directive_snippets_txt'] = 'Dostępne zestawy dyrektyw nginx:'; $wb['proxy_directives_txt'] = 'Dyrektywy Proxy'; $wb['available_proxy_directive_snippets_txt'] = 'Dostępne zestawy dyrektyw Proxy:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/pl_web_domain_admin_list.lng
@@ -7,3 +7,4 @@ $wb['domain_txt'] = 'Domena'; $wb['add_new_record_txt'] = 'Dodaj nową stronę'; ?> interface/web/sites/lib/lang/pl_web_domain_list.lng
@@ -6,3 +6,4 @@ $wb['domain_txt'] = 'Domena'; $wb['add_new_record_txt'] = 'Dodaj nową stronę'; ?> interface/web/sites/lib/lang/pl_web_folder.lng
@@ -5,3 +5,4 @@ $wb['active_txt'] = 'Aktywny'; $wb['path_error_regex'] = 'Nieprawidłowa ścieżka katalogu.'; ?> interface/web/sites/lib/lang/pl_web_folder_list.lng
@@ -5,3 +5,4 @@ $wb['parent_domain_id_txt'] = 'Witryna'; $wb['path_txt'] = 'Ścieżka'; ?> interface/web/sites/lib/lang/pl_web_folder_user.lng
@@ -10,3 +10,4 @@ $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują'; ?> interface/web/sites/lib/lang/pl_web_folder_user_list.lng
@@ -4,3 +4,4 @@ $wb['web_folder_id_txt'] = 'Katalog'; $wb['username_txt'] = 'Login'; ?> interface/web/sites/lib/lang/pl_web_sites_stats_list.lng
@@ -7,3 +7,4 @@ $wb['last_year_txt'] = 'Ostatni rok'; $wb['sum_txt'] = 'Razem'; ?> interface/web/sites/lib/lang/pl_web_subdomain.lng
@@ -44,3 +44,4 @@ $wb['available_proxy_directive_snippets_txt'] = 'Dostępne konfiguracje dodatkowe Proxy'; $wb['error_proxy_requires_url'] = 'Rodzaj przekierowania '; ?> interface/web/sites/lib/lang/pl_web_subdomain_list.lng
@@ -6,3 +6,4 @@ $wb['domain_txt'] = 'Subdomena'; $wb['add_new_record_txt'] = 'Dodaj nową subdomene'; ?> interface/web/sites/lib/lang/pl_web_vhost_subdomain.lng
@@ -116,3 +116,4 @@ $wb['proxy_directives_txt'] = 'Dyrektywy Proxy'; $wb['available_proxy_directive_snippets_txt'] = 'Dostępne zestawy dyrektyw Proxy:'; ?> interface/web/sites/lib/lang/pl_web_vhost_subdomain_list.lng
@@ -6,3 +6,4 @@ $wb['domain_txt'] = 'Subdomain'; $wb['add_new_record_txt'] = 'Add new subdomain'; ?> interface/web/sites/lib/lang/pl_webdav_user.lng
@@ -19,3 +19,4 @@ $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; $wb['password_match_txt'] = 'Hasła pasują do siebie'; ?> interface/web/sites/lib/lang/pl_webdav_user_list.lng
@@ -6,3 +6,4 @@ $wb['username_txt'] = 'Nazwa użytkownika'; $wb['add_new_record_txt'] = 'Dodaj nowego użytkownika Webdav'; ?> interface/web/sites/lib/lang/pt_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/ro_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/ru_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/se_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/lib/lang/sk_web_domain.lng
@@ -111,5 +111,4 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; $wb['no_server_error'] = 'No server selected.'; ?> interface/web/sites/templates/web_backup_list.htm
@@ -16,7 +16,6 @@ <th class="tbl_col_date" scope="col"><tmpl_var name="date_txt"></th> <th class="tbl_col_date" scope="col"><tmpl_var name="backup_type_txt"></th> <th class="tbl_col_filename" scope="col"><tmpl_var name="filename_txt"></th> <th class="tbl_col_filename" scope="col"><tmpl_var name="filesize_txt"></th> <th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th> </tr> </thead> @@ -26,7 +25,6 @@ <td class="tbl_col_date">{tmpl_var name="date"}</td> <td class="tbl_col_date">{tmpl_var name="backup_type"}</td> <td class="tbl_col_filename">{tmpl_var name="filename"}</td> <td class="tbl_col_filesize">{tmpl_var name="filesize"}</td> <td class="tbl_col_buttons"> <div class="buttons"> <button class="button iconstxt icoRestore" type="button" onclick="confirm_action('sites/web_domain_edit.php?id={tmpl_var name='parent_id'}&next_tab=backup&backup_action=restore&backup_id={tmpl_var name='backup_id'}','{tmpl_var name='restore_confirm_txt'}');"><span>{tmpl_var name="restore_backup_txt"}</span></button> interface/web/strengthmeter/lib/lang/cz_strengthmeter.lng
@@ -6,3 +6,5 @@ $wb['password_strength_4_txt'] = 'Silné'; $wb['password_strength_5_txt'] = 'Velmi silné'; ?> interface/web/strengthmeter/lib/lang/pl_strengthmeter.lng
@@ -6,3 +6,4 @@ $wb['password_strength_4_txt'] = 'Silne'; $wb['password_strength_5_txt'] = 'Bardzo mocne'; ?> interface/web/themes/default-304/icons/device_sprite.pnginterface/web/themes/default-304/icons/x12/accept.png
interface/web/themes/default-304/icons/x12/accept_blue.png
interface/web/themes/default-304/icons/x12/accept_green.png
interface/web/themes/default-304/icons/x12/arrow_2_left_round.png
interface/web/themes/default-304/icons/x12/arrow_2_right_round.png
interface/web/themes/default-304/icons/x12/arrow_left_blue_round.png
interface/web/themes/default-304/icons/x12/arrow_right_blue_round.png
interface/web/themes/default-304/icons/x12/article.png
interface/web/themes/default-304/icons/x12/article_text.png
interface/web/themes/default-304/icons/x12/bar_graph.png
interface/web/themes/default-304/icons/x12/burst.png
interface/web/themes/default-304/icons/x12/calendar.png
interface/web/themes/default-304/icons/x12/calendar2.png
interface/web/themes/default-304/icons/x12/cancel.png
interface/web/themes/default-304/icons/x12/cancel_round.png
interface/web/themes/default-304/icons/x12/clock.png
interface/web/themes/default-304/icons/x12/code.png
interface/web/themes/default-304/icons/x12/comment_blue.png
interface/web/themes/default-304/icons/x12/dollar.png
interface/web/themes/default-304/icons/x12/double_comment.png
interface/web/themes/default-304/icons/x12/download.png
interface/web/themes/default-304/icons/x12/envelope.png
interface/web/themes/default-304/icons/x12/flag_black.png
interface/web/themes/default-304/icons/x12/flag_blue.png
interface/web/themes/default-304/icons/x12/flag_green.png
interface/web/themes/default-304/icons/x12/flag_orange.png
interface/web/themes/default-304/icons/x12/flag_red.png
interface/web/themes/default-304/icons/x12/flag_yellow.png
interface/web/themes/default-304/icons/x12/folder.png
interface/web/themes/default-304/icons/x12/info.png
interface/web/themes/default-304/icons/x12/link.png
interface/web/themes/default-304/icons/x12/lock.png
interface/web/themes/default-304/icons/x12/magnify.png
interface/web/themes/default-304/icons/x12/minus.png
interface/web/themes/default-304/icons/x12/minus_round.png
interface/web/themes/default-304/icons/x12/money.png
interface/web/themes/default-304/icons/x12/new.png
interface/web/themes/default-304/icons/x12/pencil.png
interface/web/themes/default-304/icons/x12/pictures.png
interface/web/themes/default-304/icons/x12/plus.png
interface/web/themes/default-304/icons/x12/printer.png
interface/web/themes/default-304/icons/x12/question_blue.png
interface/web/themes/default-304/icons/x12/refresh.png
interface/web/themes/default-304/icons/x12/rss.png
interface/web/themes/default-304/icons/x12/rss_round.png
interface/web/themes/default-304/icons/x12/security_green.png
interface/web/themes/default-304/icons/x12/security_orange.png
interface/web/themes/default-304/icons/x12/security_red.png
interface/web/themes/default-304/icons/x12/star.png
interface/web/themes/default-304/icons/x12/star_blue.png
interface/web/themes/default-304/icons/x12/stop.png
interface/web/themes/default-304/icons/x12/stop_round.png
interface/web/themes/default-304/icons/x12/upload.png
interface/web/themes/default-304/icons/x12/world.png
interface/web/themes/default-304/icons/x12/world2.png
interface/web/themes/default-304/icons/x16-list/accept.png
interface/web/themes/default-304/icons/x16-list/accept_blue.png
interface/web/themes/default-304/icons/x16-list/accept_green.png
interface/web/themes/default-304/icons/x16-list/arrow_2_left_round.png
interface/web/themes/default-304/icons/x16-list/arrow_2_right_round.png
interface/web/themes/default-304/icons/x16-list/arrow_left_blue_round.png
interface/web/themes/default-304/icons/x16-list/arrow_right_blue_round.png
interface/web/themes/default-304/icons/x16-list/article.png
interface/web/themes/default-304/icons/x16-list/article_text.png
interface/web/themes/default-304/icons/x16-list/bar_graph.png
interface/web/themes/default-304/icons/x16-list/burst.png
interface/web/themes/default-304/icons/x16-list/calendar.png
interface/web/themes/default-304/icons/x16-list/calendar2.png
interface/web/themes/default-304/icons/x16-list/cancel.png
interface/web/themes/default-304/icons/x16-list/cancel_round.png
interface/web/themes/default-304/icons/x16-list/clock.png
interface/web/themes/default-304/icons/x16-list/code.png
interface/web/themes/default-304/icons/x16-list/comment_blue.png
interface/web/themes/default-304/icons/x16-list/dollar.png
interface/web/themes/default-304/icons/x16-list/double_comment.png
interface/web/themes/default-304/icons/x16-list/download.png
interface/web/themes/default-304/icons/x16-list/envelope.png
interface/web/themes/default-304/icons/x16-list/flag_black.png
interface/web/themes/default-304/icons/x16-list/flag_blue.png
interface/web/themes/default-304/icons/x16-list/flag_green.png
interface/web/themes/default-304/icons/x16-list/flag_orange.png
interface/web/themes/default-304/icons/x16-list/flag_red.png
interface/web/themes/default-304/icons/x16-list/flag_yellow.png
interface/web/themes/default-304/icons/x16-list/folder.png
interface/web/themes/default-304/icons/x16-list/info.png
interface/web/themes/default-304/icons/x16-list/link.png
interface/web/themes/default-304/icons/x16-list/lock.png
interface/web/themes/default-304/icons/x16-list/magnify.png
interface/web/themes/default-304/icons/x16-list/minus.png
interface/web/themes/default-304/icons/x16-list/minus_round.png
interface/web/themes/default-304/icons/x16-list/money.png
interface/web/themes/default-304/icons/x16-list/new.png
interface/web/themes/default-304/icons/x16-list/pencil.png
interface/web/themes/default-304/icons/x16-list/pictures.png
interface/web/themes/default-304/icons/x16-list/plus.png
interface/web/themes/default-304/icons/x16-list/printer.png
interface/web/themes/default-304/icons/x16-list/question_blue.png
interface/web/themes/default-304/icons/x16-list/refresh.png
interface/web/themes/default-304/icons/x16-list/rss.png
interface/web/themes/default-304/icons/x16-list/rss_round.png
interface/web/themes/default-304/icons/x16-list/security_green.png
interface/web/themes/default-304/icons/x16-list/security_orange.png
interface/web/themes/default-304/icons/x16-list/security_red.png
interface/web/themes/default-304/icons/x16-list/star.png
interface/web/themes/default-304/icons/x16-list/star_blue.png
interface/web/themes/default-304/icons/x16-list/stop.png
interface/web/themes/default-304/icons/x16-list/stop_round.png
interface/web/themes/default-304/icons/x16-list/upload.png
interface/web/themes/default-304/icons/x16-list/world.png
interface/web/themes/default-304/icons/x16-list/world2.png
interface/web/themes/default-304/icons/x16/address_book.png
interface/web/themes/default-304/icons/x16/address_book__arrow.png
interface/web/themes/default-304/icons/x16/address_book__exclamation.png
interface/web/themes/default-304/icons/x16/address_book__minus.png
interface/web/themes/default-304/icons/x16/address_book__pencil.png
interface/web/themes/default-304/icons/x16/address_book__plus.png
interface/web/themes/default-304/icons/x16/address_book_blue.png
interface/web/themes/default-304/icons/x16/arrow.png
interface/web/themes/default-304/icons/x16/arrow_000_small.png
interface/web/themes/default-304/icons/x16/arrow_045.png
interface/web/themes/default-304/icons/x16/arrow_045_small.png
interface/web/themes/default-304/icons/x16/arrow_090.png
interface/web/themes/default-304/icons/x16/arrow_090_small.png
interface/web/themes/default-304/icons/x16/arrow_135.png
interface/web/themes/default-304/icons/x16/arrow_135_small.png
interface/web/themes/default-304/icons/x16/arrow_180.png
interface/web/themes/default-304/icons/x16/arrow_180_small.png
interface/web/themes/default-304/icons/x16/arrow_225.png
interface/web/themes/default-304/icons/x16/arrow_225_small.png
interface/web/themes/default-304/icons/x16/arrow_270.png
interface/web/themes/default-304/icons/x16/arrow_270_small.png
interface/web/themes/default-304/icons/x16/arrow_315.png
interface/web/themes/default-304/icons/x16/arrow_315_small.png
interface/web/themes/default-304/icons/x16/arrow_circle.png
interface/web/themes/default-304/icons/x16/arrow_circle_135.png
interface/web/themes/default-304/icons/x16/arrow_circle_225.png
interface/web/themes/default-304/icons/x16/arrow_circle_315.png
interface/web/themes/default-304/icons/x16/arrow_circle_double.png
interface/web/themes/default-304/icons/x16/arrow_circle_double_135.png
interface/web/themes/default-304/icons/x16/arrow_skip.png
interface/web/themes/default-304/icons/x16/arrow_skip_090.png
interface/web/themes/default-304/icons/x16/arrow_skip_180.png
interface/web/themes/default-304/icons/x16/arrow_skip_270.png
interface/web/themes/default-304/icons/x16/arrow_stop.png
interface/web/themes/default-304/icons/x16/arrow_stop_090.png
interface/web/themes/default-304/icons/x16/arrow_stop_180.png
interface/web/themes/default-304/icons/x16/arrow_stop_270.png
interface/web/themes/default-304/icons/x16/auction_hammer.png
interface/web/themes/default-304/icons/x16/auction_hammer__arrow.png
interface/web/themes/default-304/icons/x16/auction_hammer__exclamation.png
interface/web/themes/default-304/icons/x16/auction_hammer__minus.png
interface/web/themes/default-304/icons/x16/auction_hammer__pencil.png
interface/web/themes/default-304/icons/x16/auction_hammer__plus.png
interface/web/themes/default-304/icons/x16/auction_hammer_gavel.png
interface/web/themes/default-304/icons/x16/balloon.png
interface/web/themes/default-304/icons/x16/balloon__arrow.png
interface/web/themes/default-304/icons/x16/balloon__exclamation.png
interface/web/themes/default-304/icons/x16/balloon__minus.png
interface/web/themes/default-304/icons/x16/balloon__pencil.png
interface/web/themes/default-304/icons/x16/balloon__plus.png
interface/web/themes/default-304/icons/x16/balloon_left.png
interface/web/themes/default-304/icons/x16/balloon_small.png
interface/web/themes/default-304/icons/x16/balloon_small_left.png
interface/web/themes/default-304/icons/x16/balloons.png
interface/web/themes/default-304/icons/x16/balloons_arrow.png
interface/web/themes/default-304/icons/x16/balloons_exclamation.png
interface/web/themes/default-304/icons/x16/balloons_minus.png
interface/web/themes/default-304/icons/x16/balloons_pencil.png
interface/web/themes/default-304/icons/x16/balloons_plus.png
interface/web/themes/default-304/icons/x16/bandaid.png
interface/web/themes/default-304/icons/x16/bandaid_arrow.png
interface/web/themes/default-304/icons/x16/bandaid_exclamation.png
interface/web/themes/default-304/icons/x16/bandaid_minus.png
interface/web/themes/default-304/icons/x16/bandaid_pencil.png
interface/web/themes/default-304/icons/x16/bandaid_plus.png
interface/web/themes/default-304/icons/x16/bandaid_small.png
interface/web/themes/default-304/icons/x16/bank.png
interface/web/themes/default-304/icons/x16/bank_arrow.png
interface/web/themes/default-304/icons/x16/bank_exclamation.png
interface/web/themes/default-304/icons/x16/bank_minus.png
interface/web/themes/default-304/icons/x16/bank_pencil.png
interface/web/themes/default-304/icons/x16/bank_plus.png
interface/web/themes/default-304/icons/x16/bell.png
interface/web/themes/default-304/icons/x16/bell__arrow.png
interface/web/themes/default-304/icons/x16/bell__exclamation.png
interface/web/themes/default-304/icons/x16/bell__minus.png
interface/web/themes/default-304/icons/x16/bell__pencil.png
interface/web/themes/default-304/icons/x16/bell__plus.png
interface/web/themes/default-304/icons/x16/bell_disable.png
interface/web/themes/default-304/icons/x16/bin.png
interface/web/themes/default-304/icons/x16/bin__arrow.png
interface/web/themes/default-304/icons/x16/bin__exclamation.png
interface/web/themes/default-304/icons/x16/bin__minus.png
interface/web/themes/default-304/icons/x16/bin__pencil.png
interface/web/themes/default-304/icons/x16/bin__plus.png
interface/web/themes/default-304/icons/x16/bin_full.png
interface/web/themes/default-304/icons/x16/binocular.png
interface/web/themes/default-304/icons/x16/binocular_arrow.png
interface/web/themes/default-304/icons/x16/binocular_exclamation.png
interface/web/themes/default-304/icons/x16/binocular_minus.png
interface/web/themes/default-304/icons/x16/binocular_pencil.png
interface/web/themes/default-304/icons/x16/binocular_plus.png
interface/web/themes/default-304/icons/x16/blog.png
interface/web/themes/default-304/icons/x16/blog__arrow.png
interface/web/themes/default-304/icons/x16/blog__exclamation.png
interface/web/themes/default-304/icons/x16/blog__minus.png
interface/web/themes/default-304/icons/x16/blog__pencil.png
interface/web/themes/default-304/icons/x16/blog__plus.png
interface/web/themes/default-304/icons/x16/blog_blue.png
interface/web/themes/default-304/icons/x16/blogs.png
interface/web/themes/default-304/icons/x16/blogs_arrow.png
interface/web/themes/default-304/icons/x16/blogs_exclamation.png
interface/web/themes/default-304/icons/x16/blogs_minus.png
interface/web/themes/default-304/icons/x16/blogs_pencil.png
interface/web/themes/default-304/icons/x16/blogs_plus.png
interface/web/themes/default-304/icons/x16/blogs_stack.png
interface/web/themes/default-304/icons/x16/book.png
interface/web/themes/default-304/icons/x16/book__arrow.png
interface/web/themes/default-304/icons/x16/book__exclamation.png
interface/web/themes/default-304/icons/x16/book__minus.png
interface/web/themes/default-304/icons/x16/book__pencil.png
interface/web/themes/default-304/icons/x16/book__plus.png
interface/web/themes/default-304/icons/x16/book_brown.png
interface/web/themes/default-304/icons/x16/book_small.png
interface/web/themes/default-304/icons/x16/book_small_brown.png
interface/web/themes/default-304/icons/x16/bookmark.png
interface/web/themes/default-304/icons/x16/bookmark__arrow.png
interface/web/themes/default-304/icons/x16/bookmark__exclamation.png
interface/web/themes/default-304/icons/x16/bookmark__minus.png
interface/web/themes/default-304/icons/x16/bookmark__pencil.png
interface/web/themes/default-304/icons/x16/bookmark__plus.png
interface/web/themes/default-304/icons/x16/bookmark__small.png
interface/web/themes/default-304/icons/x16/bookmark_book.png
interface/web/themes/default-304/icons/x16/bookmark_book_arrow.png
interface/web/themes/default-304/icons/x16/bookmark_book_exclamation.png
interface/web/themes/default-304/icons/x16/bookmark_book_minus.png
interface/web/themes/default-304/icons/x16/bookmark_book_pencil.png
interface/web/themes/default-304/icons/x16/bookmark_book_plus.png
interface/web/themes/default-304/icons/x16/bookmark_document.png
interface/web/themes/default-304/icons/x16/bookmark_document_arrow.png
interface/web/themes/default-304/icons/x16/bookmark_document_exclamation.png
interface/web/themes/default-304/icons/x16/bookmark_document_minus.png
interface/web/themes/default-304/icons/x16/bookmark_document_pencil.png
interface/web/themes/default-304/icons/x16/bookmark_document_plus.png
interface/web/themes/default-304/icons/x16/bookmark_folder.png
interface/web/themes/default-304/icons/x16/bookmark_folder_arrow.png
interface/web/themes/default-304/icons/x16/bookmark_folder_exclamation.png
interface/web/themes/default-304/icons/x16/bookmark_folder_minus.png
interface/web/themes/default-304/icons/x16/bookmark_folder_pencil.png
interface/web/themes/default-304/icons/x16/bookmark_folder_plus.png
interface/web/themes/default-304/icons/x16/books.png
interface/web/themes/default-304/icons/x16/books__arrow.png
interface/web/themes/default-304/icons/x16/books__exclamation.png
interface/web/themes/default-304/icons/x16/books__minus.png
interface/web/themes/default-304/icons/x16/books__pencil.png
interface/web/themes/default-304/icons/x16/books__plus.png
interface/web/themes/default-304/icons/x16/books_brown.png
interface/web/themes/default-304/icons/x16/books_stack.png
interface/web/themes/default-304/icons/x16/box.png
interface/web/themes/default-304/icons/x16/box__arrow.png
interface/web/themes/default-304/icons/x16/box__exclamation.png
interface/web/themes/default-304/icons/x16/box__minus.png
interface/web/themes/default-304/icons/x16/box__pencil.png
interface/web/themes/default-304/icons/x16/box__plus.png
interface/web/themes/default-304/icons/x16/box_label.png
interface/web/themes/default-304/icons/x16/briefcase.png
interface/web/themes/default-304/icons/x16/briefcase_arrow.png
interface/web/themes/default-304/icons/x16/briefcase_exclamation.png
interface/web/themes/default-304/icons/x16/briefcase_minus.png
interface/web/themes/default-304/icons/x16/briefcase_pencil.png
interface/web/themes/default-304/icons/x16/briefcase_plus.png
interface/web/themes/default-304/icons/x16/broom.png
interface/web/themes/default-304/icons/x16/broom_arrow.png
interface/web/themes/default-304/icons/x16/broom_exclamation.png
interface/web/themes/default-304/icons/x16/broom_minus.png
interface/web/themes/default-304/icons/x16/broom_pencil.png
interface/web/themes/default-304/icons/x16/broom_plus.png
interface/web/themes/default-304/icons/x16/calculator.png
interface/web/themes/default-304/icons/x16/calculator_arrow.png
interface/web/themes/default-304/icons/x16/calculator_exclamation.png
interface/web/themes/default-304/icons/x16/calculator_minus.png
interface/web/themes/default-304/icons/x16/calculator_pencil.png
interface/web/themes/default-304/icons/x16/calculator_plus.png
interface/web/themes/default-304/icons/x16/calendar.png
interface/web/themes/default-304/icons/x16/calendar__arrow.png
interface/web/themes/default-304/icons/x16/calendar__exclamation.png
interface/web/themes/default-304/icons/x16/calendar__minus.png
interface/web/themes/default-304/icons/x16/calendar__pencil.png
interface/web/themes/default-304/icons/x16/calendar__plus.png
interface/web/themes/default-304/icons/x16/calendar_day.png
interface/web/themes/default-304/icons/x16/calendar_month.png
interface/web/themes/default-304/icons/x16/camera.png
interface/web/themes/default-304/icons/x16/camera__arrow.png
interface/web/themes/default-304/icons/x16/camera__exclamation.png
interface/web/themes/default-304/icons/x16/camera__minus.png
interface/web/themes/default-304/icons/x16/camera__pencil.png
interface/web/themes/default-304/icons/x16/camera__plus.png
interface/web/themes/default-304/icons/x16/camera_black.png
interface/web/themes/default-304/icons/x16/camera_small.png
interface/web/themes/default-304/icons/x16/camera_small_black.png
interface/web/themes/default-304/icons/x16/card.png
interface/web/themes/default-304/icons/x16/card__arrow.png
interface/web/themes/default-304/icons/x16/card__exclamation.png
interface/web/themes/default-304/icons/x16/card__minus.png
interface/web/themes/default-304/icons/x16/card__pencil.png
interface/web/themes/default-304/icons/x16/card__plus.png
interface/web/themes/default-304/icons/x16/card_address.png
interface/web/themes/default-304/icons/x16/card_small.png
interface/web/themes/default-304/icons/x16/cards.png
interface/web/themes/default-304/icons/x16/cards__arrow.png
interface/web/themes/default-304/icons/x16/cards__exclamation.png
interface/web/themes/default-304/icons/x16/cards__minus.png
interface/web/themes/default-304/icons/x16/cards__pencil.png
interface/web/themes/default-304/icons/x16/cards__plus.png
interface/web/themes/default-304/icons/x16/cards_address.png
interface/web/themes/default-304/icons/x16/cards_stack.png
interface/web/themes/default-304/icons/x16/cassette.png
interface/web/themes/default-304/icons/x16/cassette_arrow.png
interface/web/themes/default-304/icons/x16/cassette_exclamation.png
interface/web/themes/default-304/icons/x16/cassette_minus.png
interface/web/themes/default-304/icons/x16/cassette_pencil.png
interface/web/themes/default-304/icons/x16/cassette_plus.png
interface/web/themes/default-304/icons/x16/cassette_small.png
interface/web/themes/default-304/icons/x16/chain.png
interface/web/themes/default-304/icons/x16/chain_arrow.png
interface/web/themes/default-304/icons/x16/chain_exclamation.png
interface/web/themes/default-304/icons/x16/chain_minus.png
interface/web/themes/default-304/icons/x16/chain_pencil.png
interface/web/themes/default-304/icons/x16/chain_plus.png
interface/web/themes/default-304/icons/x16/chain_small.png
interface/web/themes/default-304/icons/x16/chain_unchain.png
interface/web/themes/default-304/icons/x16/clipboard.png
interface/web/themes/default-304/icons/x16/clipboard__arrow.png
interface/web/themes/default-304/icons/x16/clipboard__exclamation.png
interface/web/themes/default-304/icons/x16/clipboard__minus.png
interface/web/themes/default-304/icons/x16/clipboard__pencil.png
interface/web/themes/default-304/icons/x16/clipboard__plus.png
interface/web/themes/default-304/icons/x16/clipboard_empty.png
interface/web/themes/default-304/icons/x16/clipboard_text.png
interface/web/themes/default-304/icons/x16/clock.png
interface/web/themes/default-304/icons/x16/clock__arrow.png
interface/web/themes/default-304/icons/x16/clock__exclamation.png
interface/web/themes/default-304/icons/x16/clock__minus.png
interface/web/themes/default-304/icons/x16/clock__pencil.png
interface/web/themes/default-304/icons/x16/clock__plus.png
interface/web/themes/default-304/icons/x16/clock_fill.png
interface/web/themes/default-304/icons/x16/clock_frame.png
interface/web/themes/default-304/icons/x16/clock_small.png
interface/web/themes/default-304/icons/x16/color.png
interface/web/themes/default-304/icons/x16/color_arrow.png
interface/web/themes/default-304/icons/x16/color_exclamation.png
interface/web/themes/default-304/icons/x16/color_minus.png
interface/web/themes/default-304/icons/x16/color_pencil.png
interface/web/themes/default-304/icons/x16/color_plus.png
interface/web/themes/default-304/icons/x16/color_small.png
interface/web/themes/default-304/icons/x16/contrast.png
interface/web/themes/default-304/icons/x16/contrast__arrow.png
interface/web/themes/default-304/icons/x16/contrast__exclamation.png
interface/web/themes/default-304/icons/x16/contrast__minus.png
interface/web/themes/default-304/icons/x16/contrast__pencil.png
interface/web/themes/default-304/icons/x16/contrast__plus.png
interface/web/themes/default-304/icons/x16/contrast_low.png
interface/web/themes/default-304/icons/x16/contrast_small.png
interface/web/themes/default-304/icons/x16/contrast_small_low.png
interface/web/themes/default-304/icons/x16/cross.png
interface/web/themes/default-304/icons/x16/cross_circle.png
interface/web/themes/default-304/icons/x16/cross_circle_frame.png
interface/web/themes/default-304/icons/x16/cross_shield.png
interface/web/themes/default-304/icons/x16/cross_small.png
interface/web/themes/default-304/icons/x16/cross_small_circle.png
interface/web/themes/default-304/icons/x16/crown.png
interface/web/themes/default-304/icons/x16/crown__arrow.png
interface/web/themes/default-304/icons/x16/crown__exclamation.png
interface/web/themes/default-304/icons/x16/crown__minus.png
interface/web/themes/default-304/icons/x16/crown__pencil.png
interface/web/themes/default-304/icons/x16/crown__plus.png
interface/web/themes/default-304/icons/x16/crown_bronze.png
interface/web/themes/default-304/icons/x16/crown_silver.png
interface/web/themes/default-304/icons/x16/database.png
interface/web/themes/default-304/icons/x16/database_arrow.png
interface/web/themes/default-304/icons/x16/database_exclamation.png
interface/web/themes/default-304/icons/x16/database_minus.png
interface/web/themes/default-304/icons/x16/database_pencil.png
interface/web/themes/default-304/icons/x16/database_plus.png
interface/web/themes/default-304/icons/x16/database_small.png
interface/web/themes/default-304/icons/x16/databases.png
interface/web/themes/default-304/icons/x16/databases_arrow.png
interface/web/themes/default-304/icons/x16/databases_exclamation.png
interface/web/themes/default-304/icons/x16/databases_minus.png
interface/web/themes/default-304/icons/x16/databases_pencil.png
interface/web/themes/default-304/icons/x16/databases_plus.png
interface/web/themes/default-304/icons/x16/disc.png
interface/web/themes/default-304/icons/x16/disc_arrow.png
interface/web/themes/default-304/icons/x16/disc_exclamation.png
interface/web/themes/default-304/icons/x16/disc_minus.png
interface/web/themes/default-304/icons/x16/disc_pencil.png
interface/web/themes/default-304/icons/x16/disc_plus.png
interface/web/themes/default-304/icons/x16/disc_small.png
interface/web/themes/default-304/icons/x16/discs.png
interface/web/themes/default-304/icons/x16/discs_arrow.png
interface/web/themes/default-304/icons/x16/discs_exclamation.png
interface/web/themes/default-304/icons/x16/discs_minus.png
interface/web/themes/default-304/icons/x16/discs_pencil.png
interface/web/themes/default-304/icons/x16/discs_plus.png
interface/web/themes/default-304/icons/x16/disk.png
interface/web/themes/default-304/icons/x16/disk__arrow.png
interface/web/themes/default-304/icons/x16/disk__exclamation.png
interface/web/themes/default-304/icons/x16/disk__minus.png
interface/web/themes/default-304/icons/x16/disk__pencil.png
interface/web/themes/default-304/icons/x16/disk__plus.png
interface/web/themes/default-304/icons/x16/disk_black.png
interface/web/themes/default-304/icons/x16/disk_small.png
interface/web/themes/default-304/icons/x16/disk_small_black.png
interface/web/themes/default-304/icons/x16/disks.png
interface/web/themes/default-304/icons/x16/disks__arrow.png
interface/web/themes/default-304/icons/x16/disks__exclamation.png
interface/web/themes/default-304/icons/x16/disks__minus.png
interface/web/themes/default-304/icons/x16/disks__pencil.png
interface/web/themes/default-304/icons/x16/disks__plus.png
interface/web/themes/default-304/icons/x16/disks_black.png
interface/web/themes/default-304/icons/x16/document.png
interface/web/themes/default-304/icons/x16/document__arrow.png
interface/web/themes/default-304/icons/x16/document__exclamation.png
interface/web/themes/default-304/icons/x16/document__minus.png
interface/web/themes/default-304/icons/x16/document__pencil.png
interface/web/themes/default-304/icons/x16/document__plus.png
interface/web/themes/default-304/icons/x16/document_horizontal.png
interface/web/themes/default-304/icons/x16/document_horizontal_text.png
interface/web/themes/default-304/icons/x16/document_music.png
interface/web/themes/default-304/icons/x16/document_music_playlist.png
interface/web/themes/default-304/icons/x16/document_shred.png
interface/web/themes/default-304/icons/x16/document_small.png
interface/web/themes/default-304/icons/x16/document_text.png
interface/web/themes/default-304/icons/x16/document_text_image.png
interface/web/themes/default-304/icons/x16/document_zipper.png
interface/web/themes/default-304/icons/x16/documents.png
interface/web/themes/default-304/icons/x16/documents_arrow.png
interface/web/themes/default-304/icons/x16/documents_exclamation.png
interface/web/themes/default-304/icons/x16/documents_minus.png
interface/web/themes/default-304/icons/x16/documents_pencil.png
interface/web/themes/default-304/icons/x16/documents_plus.png
interface/web/themes/default-304/icons/x16/documents_stack.png
interface/web/themes/default-304/icons/x16/documents_text.png
interface/web/themes/default-304/icons/x16/door.png
interface/web/themes/default-304/icons/x16/door_arrow.png
interface/web/themes/default-304/icons/x16/door_exclamation.png
interface/web/themes/default-304/icons/x16/door_minus.png
interface/web/themes/default-304/icons/x16/door_pencil.png
interface/web/themes/default-304/icons/x16/door_plus.png
interface/web/themes/default-304/icons/x16/drawer.png
interface/web/themes/default-304/icons/x16/drawer_arrow.png
interface/web/themes/default-304/icons/x16/drawer_exclamation.png
interface/web/themes/default-304/icons/x16/drawer_minus.png
interface/web/themes/default-304/icons/x16/drawer_pencil.png
interface/web/themes/default-304/icons/x16/drawer_plus.png
interface/web/themes/default-304/icons/x16/drill.png
interface/web/themes/default-304/icons/x16/drill_arrow.png
interface/web/themes/default-304/icons/x16/drill_exclamation.png
interface/web/themes/default-304/icons/x16/drill_minus.png
interface/web/themes/default-304/icons/x16/drill_pencil.png
interface/web/themes/default-304/icons/x16/drill_plus.png
interface/web/themes/default-304/icons/x16/envelope.png
interface/web/themes/default-304/icons/x16/envelope_arrow.png
interface/web/themes/default-304/icons/x16/envelope_exclamation.png
interface/web/themes/default-304/icons/x16/envelope_minus.png
interface/web/themes/default-304/icons/x16/envelope_pencil.png
interface/web/themes/default-304/icons/x16/envelope_plus.png
interface/web/themes/default-304/icons/x16/equalizer.png
interface/web/themes/default-304/icons/x16/equalizer_arrow.png
interface/web/themes/default-304/icons/x16/equalizer_exclamation.png
interface/web/themes/default-304/icons/x16/equalizer_minus.png
interface/web/themes/default-304/icons/x16/equalizer_pencil.png
interface/web/themes/default-304/icons/x16/equalizer_plus.png
interface/web/themes/default-304/icons/x16/eraser.png
interface/web/themes/default-304/icons/x16/eraser_arrow.png
interface/web/themes/default-304/icons/x16/eraser_exclamation.png
interface/web/themes/default-304/icons/x16/eraser_minus.png
interface/web/themes/default-304/icons/x16/eraser_pencil.png
interface/web/themes/default-304/icons/x16/eraser_plus.png
interface/web/themes/default-304/icons/x16/exclamation.png
interface/web/themes/default-304/icons/x16/exclamation_frame.png
interface/web/themes/default-304/icons/x16/exclamation_shield.png
interface/web/themes/default-304/icons/x16/exclamation_small.png
interface/web/themes/default-304/icons/x16/feed.png
interface/web/themes/default-304/icons/x16/feed__arrow.png
interface/web/themes/default-304/icons/x16/feed__exclamation.png
interface/web/themes/default-304/icons/x16/feed__minus.png
interface/web/themes/default-304/icons/x16/feed__pencil.png
interface/web/themes/default-304/icons/x16/feed__plus.png
interface/web/themes/default-304/icons/x16/feed_balloon.png
interface/web/themes/default-304/icons/x16/feed_small.png
interface/web/themes/default-304/icons/x16/film.png
interface/web/themes/default-304/icons/x16/film_arrow.png
interface/web/themes/default-304/icons/x16/film_exclamation.png
interface/web/themes/default-304/icons/x16/film_minus.png
interface/web/themes/default-304/icons/x16/film_pencil.png
interface/web/themes/default-304/icons/x16/film_plus.png
interface/web/themes/default-304/icons/x16/film_small.png
interface/web/themes/default-304/icons/x16/films.png
interface/web/themes/default-304/icons/x16/films_arrow.png
interface/web/themes/default-304/icons/x16/films_exclamation.png
interface/web/themes/default-304/icons/x16/films_minus.png
interface/web/themes/default-304/icons/x16/films_pencil.png
interface/web/themes/default-304/icons/x16/films_plus.png
interface/web/themes/default-304/icons/x16/flag.png
interface/web/themes/default-304/icons/x16/flag_arrow.png
interface/web/themes/default-304/icons/x16/flag_exclamation.png
interface/web/themes/default-304/icons/x16/flag_minus.png
interface/web/themes/default-304/icons/x16/flag_pencil.png
interface/web/themes/default-304/icons/x16/flag_plus.png
interface/web/themes/default-304/icons/x16/folder.png
interface/web/themes/default-304/icons/x16/folder__arrow.png
interface/web/themes/default-304/icons/x16/folder__exclamation.png
interface/web/themes/default-304/icons/x16/folder__minus.png
interface/web/themes/default-304/icons/x16/folder__pencil.png
interface/web/themes/default-304/icons/x16/folder__plus.png
interface/web/themes/default-304/icons/x16/folder_open.png
interface/web/themes/default-304/icons/x16/folder_open_document.png
interface/web/themes/default-304/icons/x16/folder_open_document_music.png
interface/web/themes/default-304/icons/x16/folder_open_document_music_playlist.png
interface/web/themes/default-304/icons/x16/folder_open_document_text.png
interface/web/themes/default-304/icons/x16/folder_open_film.png
interface/web/themes/default-304/icons/x16/folder_open_image.png
interface/web/themes/default-304/icons/x16/folder_shred.png
interface/web/themes/default-304/icons/x16/folder_small.png
interface/web/themes/default-304/icons/x16/folder_zipper.png
interface/web/themes/default-304/icons/x16/folders.png
interface/web/themes/default-304/icons/x16/folders_arrow.png
interface/web/themes/default-304/icons/x16/folders_exclamation.png
interface/web/themes/default-304/icons/x16/folders_minus.png
interface/web/themes/default-304/icons/x16/folders_pencil.png
interface/web/themes/default-304/icons/x16/folders_plus.png
interface/web/themes/default-304/icons/x16/folders_stack.png
interface/web/themes/default-304/icons/x16/funnel.png
interface/web/themes/default-304/icons/x16/funnel_arrow.png
interface/web/themes/default-304/icons/x16/funnel_exclamation.png
interface/web/themes/default-304/icons/x16/funnel_minus.png
interface/web/themes/default-304/icons/x16/funnel_pencil.png
interface/web/themes/default-304/icons/x16/funnel_plus.png
interface/web/themes/default-304/icons/x16/funnel_small.png
interface/web/themes/default-304/icons/x16/gear.png
interface/web/themes/default-304/icons/x16/gear__arrow.png
interface/web/themes/default-304/icons/x16/gear__exclamation.png
interface/web/themes/default-304/icons/x16/gear__minus.png
interface/web/themes/default-304/icons/x16/gear__pencil.png
interface/web/themes/default-304/icons/x16/gear__plus.png
interface/web/themes/default-304/icons/x16/gear_disable.png
interface/web/themes/default-304/icons/x16/gear_small.png
interface/web/themes/default-304/icons/x16/hammer.png
interface/web/themes/default-304/icons/x16/hammer__arrow.png
interface/web/themes/default-304/icons/x16/hammer__exclamation.png
interface/web/themes/default-304/icons/x16/hammer__minus.png
interface/web/themes/default-304/icons/x16/hammer__pencil.png
interface/web/themes/default-304/icons/x16/hammer__plus.png
interface/web/themes/default-304/icons/x16/hammer_left.png
interface/web/themes/default-304/icons/x16/hammer_screwdriver.png
interface/web/themes/default-304/icons/x16/heart.png
interface/web/themes/default-304/icons/x16/heart__arrow.png
interface/web/themes/default-304/icons/x16/heart__exclamation.png
interface/web/themes/default-304/icons/x16/heart__minus.png
interface/web/themes/default-304/icons/x16/heart__pencil.png
interface/web/themes/default-304/icons/x16/heart__plus.png
interface/web/themes/default-304/icons/x16/heart_break.png
interface/web/themes/default-304/icons/x16/heart_empty.png
interface/web/themes/default-304/icons/x16/heart_half.png
interface/web/themes/default-304/icons/x16/heart_small.png
interface/web/themes/default-304/icons/x16/heart_small_empty.png
interface/web/themes/default-304/icons/x16/heart_small_half.png
interface/web/themes/default-304/icons/x16/home.png
interface/web/themes/default-304/icons/x16/home_arrow.png
interface/web/themes/default-304/icons/x16/home_exclamation.png
interface/web/themes/default-304/icons/x16/home_minus.png
interface/web/themes/default-304/icons/x16/home_pencil.png
interface/web/themes/default-304/icons/x16/home_plus.png
interface/web/themes/default-304/icons/x16/home_small.png
interface/web/themes/default-304/icons/x16/image.png
interface/web/themes/default-304/icons/x16/image_arrow.png
interface/web/themes/default-304/icons/x16/image_exclamation.png
interface/web/themes/default-304/icons/x16/image_minus.png
interface/web/themes/default-304/icons/x16/image_pencil.png
interface/web/themes/default-304/icons/x16/image_plus.png
interface/web/themes/default-304/icons/x16/image_resize.png
interface/web/themes/default-304/icons/x16/image_resize_actual.png
interface/web/themes/default-304/icons/x16/image_small.png
interface/web/themes/default-304/icons/x16/image_small_sunset.png
interface/web/themes/default-304/icons/x16/image_sunset.png
interface/web/themes/default-304/icons/x16/images.png
interface/web/themes/default-304/icons/x16/images_arrow.png
interface/web/themes/default-304/icons/x16/images_exclamation.png
interface/web/themes/default-304/icons/x16/images_minus.png
interface/web/themes/default-304/icons/x16/images_pencil.png
interface/web/themes/default-304/icons/x16/images_plus.png
interface/web/themes/default-304/icons/x16/images_stack.png
interface/web/themes/default-304/icons/x16/inbox.png
interface/web/themes/default-304/icons/x16/inbox_arrow.png
interface/web/themes/default-304/icons/x16/inbox_exclamation.png
interface/web/themes/default-304/icons/x16/inbox_minus.png
interface/web/themes/default-304/icons/x16/inbox_pencil.png
interface/web/themes/default-304/icons/x16/inbox_plus.png
interface/web/themes/default-304/icons/x16/information.png
interface/web/themes/default-304/icons/x16/information_frame.png
interface/web/themes/default-304/icons/x16/information_shield.png
interface/web/themes/default-304/icons/x16/information_small.png
interface/web/themes/default-304/icons/x16/key.png
interface/web/themes/default-304/icons/x16/key__arrow.png
interface/web/themes/default-304/icons/x16/key__exclamation.png
interface/web/themes/default-304/icons/x16/key__minus.png
interface/web/themes/default-304/icons/x16/key__pencil.png
interface/web/themes/default-304/icons/x16/key__plus.png
interface/web/themes/default-304/icons/x16/key_disable.png
interface/web/themes/default-304/icons/x16/layout.png
interface/web/themes/default-304/icons/x16/layout_2.png
interface/web/themes/default-304/icons/x16/layout_2_equal.png
interface/web/themes/default-304/icons/x16/layout_3.png
interface/web/themes/default-304/icons/x16/layout_3_mix.png
interface/web/themes/default-304/icons/x16/layout_header.png
interface/web/themes/default-304/icons/x16/layout_header_2.png
interface/web/themes/default-304/icons/x16/layout_header_2_equal.png
interface/web/themes/default-304/icons/x16/layout_header_3.png
interface/web/themes/default-304/icons/x16/layout_header_3_mix.png
interface/web/themes/default-304/icons/x16/layout_header_footer.png
interface/web/themes/default-304/icons/x16/layout_header_footer_2.png
interface/web/themes/default-304/icons/x16/layout_header_footer_2_equal.png
interface/web/themes/default-304/icons/x16/layout_header_footer_3.png
interface/web/themes/default-304/icons/x16/layout_header_footer_3_mix.png
interface/web/themes/default-304/icons/x16/layout_join.png
interface/web/themes/default-304/icons/x16/layout_split.png
interface/web/themes/default-304/icons/x16/lifebuoy.png
interface/web/themes/default-304/icons/x16/lifebuoy_arrow.png
interface/web/themes/default-304/icons/x16/lifebuoy_exclamation.png
interface/web/themes/default-304/icons/x16/lifebuoy_minus.png
interface/web/themes/default-304/icons/x16/lifebuoy_pencil.png
interface/web/themes/default-304/icons/x16/lifebuoy_plus.png
interface/web/themes/default-304/icons/x16/light_bulb.png
interface/web/themes/default-304/icons/x16/light_bulb__arrow.png
interface/web/themes/default-304/icons/x16/light_bulb__exclamation.png
interface/web/themes/default-304/icons/x16/light_bulb__minus.png
interface/web/themes/default-304/icons/x16/light_bulb__pencil.png
interface/web/themes/default-304/icons/x16/light_bulb__plus.png
interface/web/themes/default-304/icons/x16/light_bulb_off.png
interface/web/themes/default-304/icons/x16/light_bulb_small.png
interface/web/themes/default-304/icons/x16/light_bulb_small_off.png
interface/web/themes/default-304/icons/x16/lightning.png
interface/web/themes/default-304/icons/x16/lightning__arrow.png
interface/web/themes/default-304/icons/x16/lightning__exclamation.png
interface/web/themes/default-304/icons/x16/lightning__minus.png
interface/web/themes/default-304/icons/x16/lightning__pencil.png
interface/web/themes/default-304/icons/x16/lightning__plus.png
interface/web/themes/default-304/icons/x16/lightning_disable.png
interface/web/themes/default-304/icons/x16/lightning_small.png
interface/web/themes/default-304/icons/x16/loading.gif
interface/web/themes/default-304/icons/x16/lock.png
interface/web/themes/default-304/icons/x16/lock__arrow.png
interface/web/themes/default-304/icons/x16/lock__exclamation.png
interface/web/themes/default-304/icons/x16/lock__minus.png
interface/web/themes/default-304/icons/x16/lock__pencil.png
interface/web/themes/default-304/icons/x16/lock__plus.png
interface/web/themes/default-304/icons/x16/lock_disable.png
interface/web/themes/default-304/icons/x16/lock_small.png
interface/web/themes/default-304/icons/x16/lock_unlock.png
interface/web/themes/default-304/icons/x16/logout.png
interface/web/themes/default-304/icons/x16/magnet.png
interface/web/themes/default-304/icons/x16/magnet__arrow.png
interface/web/themes/default-304/icons/x16/magnet__exclamation.png
interface/web/themes/default-304/icons/x16/magnet__minus.png
interface/web/themes/default-304/icons/x16/magnet__pencil.png
interface/web/themes/default-304/icons/x16/magnet__plus.png
interface/web/themes/default-304/icons/x16/magnet_disable.png
interface/web/themes/default-304/icons/x16/magnet_small.png
interface/web/themes/default-304/icons/x16/magnifier.png
interface/web/themes/default-304/icons/x16/magnifier__arrow.png
interface/web/themes/default-304/icons/x16/magnifier__exclamation.png
interface/web/themes/default-304/icons/x16/magnifier__minus.png
interface/web/themes/default-304/icons/x16/magnifier__pencil.png
interface/web/themes/default-304/icons/x16/magnifier__plus.png
interface/web/themes/default-304/icons/x16/magnifier_left.png
interface/web/themes/default-304/icons/x16/magnifier_medium.png
interface/web/themes/default-304/icons/x16/magnifier_medium_left.png
interface/web/themes/default-304/icons/x16/magnifier_small.png
interface/web/themes/default-304/icons/x16/magnifier_zoom.png
interface/web/themes/default-304/icons/x16/magnifier_zoom_actual.png
interface/web/themes/default-304/icons/x16/magnifier_zoom_fit.png
interface/web/themes/default-304/icons/x16/magnifier_zoom_out.png
interface/web/themes/default-304/icons/x16/mail.png
interface/web/themes/default-304/icons/x16/mail__arrow.png
interface/web/themes/default-304/icons/x16/mail__exclamation.png
interface/web/themes/default-304/icons/x16/mail__minus.png
interface/web/themes/default-304/icons/x16/mail__pencil.png
interface/web/themes/default-304/icons/x16/mail__plus.png
interface/web/themes/default-304/icons/x16/mail_open.png
interface/web/themes/default-304/icons/x16/mail_open_document.png
interface/web/themes/default-304/icons/x16/mail_open_film.png
interface/web/themes/default-304/icons/x16/mail_open_image.png
interface/web/themes/default-304/icons/x16/mail_small.png
interface/web/themes/default-304/icons/x16/mails.png
interface/web/themes/default-304/icons/x16/mails_arrow.png
interface/web/themes/default-304/icons/x16/mails_exclamation.png
interface/web/themes/default-304/icons/x16/mails_minus.png
interface/web/themes/default-304/icons/x16/mails_pencil.png
interface/web/themes/default-304/icons/x16/mails_plus.png
interface/web/themes/default-304/icons/x16/mails_stack.png
interface/web/themes/default-304/icons/x16/media_player.png
interface/web/themes/default-304/icons/x16/media_player__arrow.png
interface/web/themes/default-304/icons/x16/media_player__exclamation.png
interface/web/themes/default-304/icons/x16/media_player__minus.png
interface/web/themes/default-304/icons/x16/media_player__pencil.png
interface/web/themes/default-304/icons/x16/media_player__plus.png
interface/web/themes/default-304/icons/x16/media_player_black.png
interface/web/themes/default-304/icons/x16/media_player_medium.png
interface/web/themes/default-304/icons/x16/media_player_medium_black.png
interface/web/themes/default-304/icons/x16/media_player_medium_blue.png
interface/web/themes/default-304/icons/x16/media_player_medium_green.png
interface/web/themes/default-304/icons/x16/media_player_medium_pink.png
interface/web/themes/default-304/icons/x16/media_player_medium_red.png
interface/web/themes/default-304/icons/x16/media_player_small.png
interface/web/themes/default-304/icons/x16/media_player_small_blue.png
interface/web/themes/default-304/icons/x16/media_player_small_green.png
interface/web/themes/default-304/icons/x16/media_player_small_purple.png
interface/web/themes/default-304/icons/x16/media_player_small_red.png
interface/web/themes/default-304/icons/x16/media_players.png
interface/web/themes/default-304/icons/x16/media_players_arrow.png
interface/web/themes/default-304/icons/x16/media_players_exclamation.png
interface/web/themes/default-304/icons/x16/media_players_minus.png
interface/web/themes/default-304/icons/x16/media_players_pencil.png
interface/web/themes/default-304/icons/x16/media_players_plus.png
interface/web/themes/default-304/icons/x16/microphone.png
interface/web/themes/default-304/icons/x16/microphone_arrow.png
interface/web/themes/default-304/icons/x16/microphone_exclamation.png
interface/web/themes/default-304/icons/x16/microphone_minus.png
interface/web/themes/default-304/icons/x16/microphone_pencil.png
interface/web/themes/default-304/icons/x16/microphone_plus.png
interface/web/themes/default-304/icons/x16/minus.png
interface/web/themes/default-304/icons/x16/minus_circle.png
interface/web/themes/default-304/icons/x16/minus_circle_frame.png
interface/web/themes/default-304/icons/x16/minus_shield.png
interface/web/themes/default-304/icons/x16/minus_small.png
interface/web/themes/default-304/icons/x16/minus_small_circle.png
interface/web/themes/default-304/icons/x16/music.png
interface/web/themes/default-304/icons/x16/music_arrow.png
interface/web/themes/default-304/icons/x16/music_exclamation.png
interface/web/themes/default-304/icons/x16/music_minus.png
interface/web/themes/default-304/icons/x16/music_pencil.png
interface/web/themes/default-304/icons/x16/music_plus.png
interface/web/themes/default-304/icons/x16/music_small.png
interface/web/themes/default-304/icons/x16/newspaper.png
interface/web/themes/default-304/icons/x16/newspaper_arrow.png
interface/web/themes/default-304/icons/x16/newspaper_exclamation.png
interface/web/themes/default-304/icons/x16/newspaper_minus.png
interface/web/themes/default-304/icons/x16/newspaper_pencil.png
interface/web/themes/default-304/icons/x16/newspaper_plus.png
interface/web/themes/default-304/icons/x16/newspapers.png
interface/web/themes/default-304/icons/x16/newspapers_arrow.png
interface/web/themes/default-304/icons/x16/newspapers_exclamation.png
interface/web/themes/default-304/icons/x16/newspapers_minus.png
interface/web/themes/default-304/icons/x16/newspapers_pencil.png
interface/web/themes/default-304/icons/x16/newspapers_plus.png
interface/web/themes/default-304/icons/x16/notebook.png
interface/web/themes/default-304/icons/x16/notebook_arrow.png
interface/web/themes/default-304/icons/x16/notebook_exclamation.png
interface/web/themes/default-304/icons/x16/notebook_minus.png
interface/web/themes/default-304/icons/x16/notebook_pencil.png
interface/web/themes/default-304/icons/x16/notebook_plus.png
interface/web/themes/default-304/icons/x16/notebooks.png
interface/web/themes/default-304/icons/x16/notebooks_arrow.png
interface/web/themes/default-304/icons/x16/notebooks_exclamation.png
interface/web/themes/default-304/icons/x16/notebooks_minus.png
interface/web/themes/default-304/icons/x16/notebooks_pencil.png
interface/web/themes/default-304/icons/x16/notebooks_plus.png
interface/web/themes/default-304/icons/x16/paint_can.png
interface/web/themes/default-304/icons/x16/paint_can_arrow.png
interface/web/themes/default-304/icons/x16/paint_can_exclamation.png
interface/web/themes/default-304/icons/x16/paint_can_minus.png
interface/web/themes/default-304/icons/x16/paint_can_pencil.png
interface/web/themes/default-304/icons/x16/paint_can_plus.png
interface/web/themes/default-304/icons/x16/palette.png
interface/web/themes/default-304/icons/x16/palette_arrow.png
interface/web/themes/default-304/icons/x16/palette_exclamation.png
interface/web/themes/default-304/icons/x16/palette_minus.png
interface/web/themes/default-304/icons/x16/palette_pencil.png
interface/web/themes/default-304/icons/x16/palette_plus.png
interface/web/themes/default-304/icons/x16/paper_bag.png
interface/web/themes/default-304/icons/x16/paper_bag_arrow.png
interface/web/themes/default-304/icons/x16/paper_bag_exclamation.png
interface/web/themes/default-304/icons/x16/paper_bag_minus.png
interface/web/themes/default-304/icons/x16/paper_bag_pencil.png
interface/web/themes/default-304/icons/x16/paper_bag_plus.png
interface/web/themes/default-304/icons/x16/pdf.png
interface/web/themes/default-304/icons/x16/pencil.png
interface/web/themes/default-304/icons/x16/pencil_arrow.png
interface/web/themes/default-304/icons/x16/pencil_exclamation.png
interface/web/themes/default-304/icons/x16/pencil_minus.png
interface/web/themes/default-304/icons/x16/pencil_plus.png
interface/web/themes/default-304/icons/x16/pencil_small.png
interface/web/themes/default-304/icons/x16/photo_album.png
interface/web/themes/default-304/icons/x16/photo_album__arrow.png
interface/web/themes/default-304/icons/x16/photo_album__exclamation.png
interface/web/themes/default-304/icons/x16/photo_album__minus.png
interface/web/themes/default-304/icons/x16/photo_album__pencil.png
interface/web/themes/default-304/icons/x16/photo_album__plus.png
interface/web/themes/default-304/icons/x16/photo_album_blue.png
interface/web/themes/default-304/icons/x16/piano.png
interface/web/themes/default-304/icons/x16/piano_arrow.png
interface/web/themes/default-304/icons/x16/piano_exclamation.png
interface/web/themes/default-304/icons/x16/piano_minus.png
interface/web/themes/default-304/icons/x16/piano_pencil.png
interface/web/themes/default-304/icons/x16/piano_plus.png
interface/web/themes/default-304/icons/x16/picture.png
interface/web/themes/default-304/icons/x16/picture_arrow.png
interface/web/themes/default-304/icons/x16/picture_exclamation.png
interface/web/themes/default-304/icons/x16/picture_minus.png
interface/web/themes/default-304/icons/x16/picture_pencil.png
interface/web/themes/default-304/icons/x16/picture_plus.png
interface/web/themes/default-304/icons/x16/picture_small.png
interface/web/themes/default-304/icons/x16/picture_small_sunset.png
interface/web/themes/default-304/icons/x16/picture_sunset.png
interface/web/themes/default-304/icons/x16/pictures.png
interface/web/themes/default-304/icons/x16/pictures_arrow.png
interface/web/themes/default-304/icons/x16/pictures_exclamation.png
interface/web/themes/default-304/icons/x16/pictures_minus.png
interface/web/themes/default-304/icons/x16/pictures_pencil.png
interface/web/themes/default-304/icons/x16/pictures_plus.png
interface/web/themes/default-304/icons/x16/pill.png
interface/web/themes/default-304/icons/x16/pill_arrow.png
interface/web/themes/default-304/icons/x16/pill_exclamation.png
interface/web/themes/default-304/icons/x16/pill_minus.png
interface/web/themes/default-304/icons/x16/pill_pencil.png
interface/web/themes/default-304/icons/x16/pill_plus.png
interface/web/themes/default-304/icons/x16/pill_small.png
interface/web/themes/default-304/icons/x16/pin.png
interface/web/themes/default-304/icons/x16/pin_arrow.png
interface/web/themes/default-304/icons/x16/pin_exclamation.png
interface/web/themes/default-304/icons/x16/pin_minus.png
interface/web/themes/default-304/icons/x16/pin_pencil.png
interface/web/themes/default-304/icons/x16/pin_plus.png
interface/web/themes/default-304/icons/x16/pipette.png
interface/web/themes/default-304/icons/x16/pipette_arrow.png
interface/web/themes/default-304/icons/x16/pipette_exclamation.png
interface/web/themes/default-304/icons/x16/pipette_minus.png
interface/web/themes/default-304/icons/x16/pipette_pencil.png
interface/web/themes/default-304/icons/x16/pipette_plus.png
interface/web/themes/default-304/icons/x16/playing_card.png
interface/web/themes/default-304/icons/x16/playing_card_arrow.png
interface/web/themes/default-304/icons/x16/playing_card_exclamation.png
interface/web/themes/default-304/icons/x16/playing_card_minus.png
interface/web/themes/default-304/icons/x16/playing_card_pencil.png
interface/web/themes/default-304/icons/x16/playing_card_plus.png
interface/web/themes/default-304/icons/x16/plug.png
interface/web/themes/default-304/icons/x16/plug_arrow.png
interface/web/themes/default-304/icons/x16/plug_exclamation.png
interface/web/themes/default-304/icons/x16/plug_minus.png
interface/web/themes/default-304/icons/x16/plug_pencil.png
interface/web/themes/default-304/icons/x16/plug_plus.png
interface/web/themes/default-304/icons/x16/plus.png
interface/web/themes/default-304/icons/x16/plus_circle.png
interface/web/themes/default-304/icons/x16/plus_circle_frame.png
interface/web/themes/default-304/icons/x16/plus_shield.png
interface/web/themes/default-304/icons/x16/plus_small.png
interface/web/themes/default-304/icons/x16/plus_small_circle.png
interface/web/themes/default-304/icons/x16/printer.png
interface/web/themes/default-304/icons/x16/printer__arrow.png
interface/web/themes/default-304/icons/x16/printer__exclamation.png
interface/web/themes/default-304/icons/x16/printer__minus.png
interface/web/themes/default-304/icons/x16/printer__pencil.png
interface/web/themes/default-304/icons/x16/printer__plus.png
interface/web/themes/default-304/icons/x16/printer_empty.png
interface/web/themes/default-304/icons/x16/printer_small.png
interface/web/themes/default-304/icons/x16/puzzle.png
interface/web/themes/default-304/icons/x16/puzzle__arrow.png
interface/web/themes/default-304/icons/x16/puzzle__exclamation.png
interface/web/themes/default-304/icons/x16/puzzle__minus.png
interface/web/themes/default-304/icons/x16/puzzle__pencil.png
interface/web/themes/default-304/icons/x16/puzzle__plus.png
interface/web/themes/default-304/icons/x16/puzzle_disable.png
interface/web/themes/default-304/icons/x16/question.png
interface/web/themes/default-304/icons/x16/question_frame.png
interface/web/themes/default-304/icons/x16/question_shield.png
interface/web/themes/default-304/icons/x16/question_small.png
interface/web/themes/default-304/icons/x16/receipt.png
interface/web/themes/default-304/icons/x16/receipt_arrow.png
interface/web/themes/default-304/icons/x16/receipt_exclamation.png
interface/web/themes/default-304/icons/x16/receipt_minus.png
interface/web/themes/default-304/icons/x16/receipt_pencil.png
interface/web/themes/default-304/icons/x16/receipt_plus.png
interface/web/themes/default-304/icons/x16/receipt_shred.png
interface/web/themes/default-304/icons/x16/receipt_text.png
interface/web/themes/default-304/icons/x16/receipts.png
interface/web/themes/default-304/icons/x16/receipts_arrow.png
interface/web/themes/default-304/icons/x16/receipts_exclamation.png
interface/web/themes/default-304/icons/x16/receipts_minus.png
interface/web/themes/default-304/icons/x16/receipts_pencil.png
interface/web/themes/default-304/icons/x16/receipts_plus.png
interface/web/themes/default-304/icons/x16/receipts_text.png
interface/web/themes/default-304/icons/x16/report.png
interface/web/themes/default-304/icons/x16/report_arrow.png
interface/web/themes/default-304/icons/x16/report_exclamation.png
interface/web/themes/default-304/icons/x16/report_minus.png
interface/web/themes/default-304/icons/x16/report_pencil.png
interface/web/themes/default-304/icons/x16/report_plus.png
interface/web/themes/default-304/icons/x16/ruler.png
interface/web/themes/default-304/icons/x16/ruler__arrow.png
interface/web/themes/default-304/icons/x16/ruler__exclamation.png
interface/web/themes/default-304/icons/x16/ruler__minus.png
interface/web/themes/default-304/icons/x16/ruler__pencil.png
interface/web/themes/default-304/icons/x16/ruler__plus.png
interface/web/themes/default-304/icons/x16/ruler_crop.png
interface/web/themes/default-304/icons/x16/safe.png
interface/web/themes/default-304/icons/x16/safe_arrow.png
interface/web/themes/default-304/icons/x16/safe_exclamation.png
interface/web/themes/default-304/icons/x16/safe_minus.png
interface/web/themes/default-304/icons/x16/safe_pencil.png
interface/web/themes/default-304/icons/x16/safe_plus.png
interface/web/themes/default-304/icons/x16/screwdriver.png
interface/web/themes/default-304/icons/x16/screwdriver_arrow.png
interface/web/themes/default-304/icons/x16/screwdriver_exclamation.png
interface/web/themes/default-304/icons/x16/screwdriver_minus.png
interface/web/themes/default-304/icons/x16/screwdriver_pencil.png
interface/web/themes/default-304/icons/x16/screwdriver_plus.png
interface/web/themes/default-304/icons/x16/script.png
interface/web/themes/default-304/icons/x16/script__arrow.png
interface/web/themes/default-304/icons/x16/script__exclamation.png
interface/web/themes/default-304/icons/x16/script__minus.png
interface/web/themes/default-304/icons/x16/script__pencil.png
interface/web/themes/default-304/icons/x16/script__plus.png
interface/web/themes/default-304/icons/x16/script_code.png
interface/web/themes/default-304/icons/x16/scripts.png
interface/web/themes/default-304/icons/x16/scripts__arrow.png
interface/web/themes/default-304/icons/x16/scripts__exclamation.png
interface/web/themes/default-304/icons/x16/scripts__minus.png
interface/web/themes/default-304/icons/x16/scripts__pencil.png
interface/web/themes/default-304/icons/x16/scripts__plus.png
interface/web/themes/default-304/icons/x16/scripts_code.png
interface/web/themes/default-304/icons/x16/shield.png
interface/web/themes/default-304/icons/x16/shield__arrow.png
interface/web/themes/default-304/icons/x16/shield__exclamation.png
interface/web/themes/default-304/icons/x16/shield__minus.png
interface/web/themes/default-304/icons/x16/shield__pencil.png
interface/web/themes/default-304/icons/x16/shield__plus.png
interface/web/themes/default-304/icons/x16/shield_disable.png
interface/web/themes/default-304/icons/x16/slash.png
interface/web/themes/default-304/icons/x16/slash_small.png
interface/web/themes/default-304/icons/x16/socket.png
interface/web/themes/default-304/icons/x16/socket_arrow.png
interface/web/themes/default-304/icons/x16/socket_exclamation.png
interface/web/themes/default-304/icons/x16/socket_minus.png
interface/web/themes/default-304/icons/x16/socket_pencil.png
interface/web/themes/default-304/icons/x16/socket_plus.png
interface/web/themes/default-304/icons/x16/sort.png
interface/web/themes/default-304/icons/x16/sort__arrow.png
interface/web/themes/default-304/icons/x16/sort__exclamation.png
interface/web/themes/default-304/icons/x16/sort__minus.png
interface/web/themes/default-304/icons/x16/sort__pencil.png
interface/web/themes/default-304/icons/x16/sort__plus.png
interface/web/themes/default-304/icons/x16/sort_alphabet.png
interface/web/themes/default-304/icons/x16/sort_alphabet_descending.png
interface/web/themes/default-304/icons/x16/sort_date.png
interface/web/themes/default-304/icons/x16/sort_date_descending.png
interface/web/themes/default-304/icons/x16/sort_number.png
interface/web/themes/default-304/icons/x16/sort_number_descending.png
interface/web/themes/default-304/icons/x16/sort_quantity.png
interface/web/themes/default-304/icons/x16/sort_quantity_descending.png
interface/web/themes/default-304/icons/x16/sort_small.png
interface/web/themes/default-304/icons/x16/stamp.png
interface/web/themes/default-304/icons/x16/stamp_arrow.png
interface/web/themes/default-304/icons/x16/stamp_exclamation.png
interface/web/themes/default-304/icons/x16/stamp_minus.png
interface/web/themes/default-304/icons/x16/stamp_pencil.png
interface/web/themes/default-304/icons/x16/stamp_plus.png
interface/web/themes/default-304/icons/x16/star.png
interface/web/themes/default-304/icons/x16/star__arrow.png
interface/web/themes/default-304/icons/x16/star__exclamation.png
interface/web/themes/default-304/icons/x16/star__minus.png
interface/web/themes/default-304/icons/x16/star__pencil.png
interface/web/themes/default-304/icons/x16/star__plus.png
interface/web/themes/default-304/icons/x16/star_empty.png
interface/web/themes/default-304/icons/x16/star_half.png
interface/web/themes/default-304/icons/x16/star_small.png
interface/web/themes/default-304/icons/x16/star_small_empty.png
interface/web/themes/default-304/icons/x16/star_small_half.png
interface/web/themes/default-304/icons/x16/sticky_note.png
interface/web/themes/default-304/icons/x16/sticky_note__arrow.png
interface/web/themes/default-304/icons/x16/sticky_note__exclamation.png
interface/web/themes/default-304/icons/x16/sticky_note__minus.png
interface/web/themes/default-304/icons/x16/sticky_note__pencil.png
interface/web/themes/default-304/icons/x16/sticky_note__plus.png
interface/web/themes/default-304/icons/x16/sticky_note_pin.png
interface/web/themes/default-304/icons/x16/sticky_note_shred.png
interface/web/themes/default-304/icons/x16/sticky_note_small.png
interface/web/themes/default-304/icons/x16/sticky_note_small_pin.png
interface/web/themes/default-304/icons/x16/sticky_note_text.png
interface/web/themes/default-304/icons/x16/sticky_notes.png
interface/web/themes/default-304/icons/x16/sticky_notes__arrow.png
interface/web/themes/default-304/icons/x16/sticky_notes__exclamation.png
interface/web/themes/default-304/icons/x16/sticky_notes__minus.png
interface/web/themes/default-304/icons/x16/sticky_notes__pencil.png
interface/web/themes/default-304/icons/x16/sticky_notes__plus.png
interface/web/themes/default-304/icons/x16/sticky_notes_pin.png
interface/web/themes/default-304/icons/x16/sticky_notes_stack.png
interface/web/themes/default-304/icons/x16/sticky_notes_text.png
interface/web/themes/default-304/icons/x16/switch.png
interface/web/themes/default-304/icons/x16/switch_arrow.png
interface/web/themes/default-304/icons/x16/switch_exclamation.png
interface/web/themes/default-304/icons/x16/switch_minus.png
interface/web/themes/default-304/icons/x16/switch_pencil.png
interface/web/themes/default-304/icons/x16/switch_plus.png
interface/web/themes/default-304/icons/x16/table.png
interface/web/themes/default-304/icons/x16/table__arrow.png
interface/web/themes/default-304/icons/x16/table__exclamation.png
interface/web/themes/default-304/icons/x16/table__minus.png
interface/web/themes/default-304/icons/x16/table__pencil.png
interface/web/themes/default-304/icons/x16/table__plus.png
interface/web/themes/default-304/icons/x16/table_delete.png
interface/web/themes/default-304/icons/x16/table_delete_column.png
interface/web/themes/default-304/icons/x16/table_insert.png
interface/web/themes/default-304/icons/x16/table_insert_column.png
interface/web/themes/default-304/icons/x16/tables.png
interface/web/themes/default-304/icons/x16/tables_arrow.png
interface/web/themes/default-304/icons/x16/tables_exclamation.png
interface/web/themes/default-304/icons/x16/tables_minus.png
interface/web/themes/default-304/icons/x16/tables_pencil.png
interface/web/themes/default-304/icons/x16/tables_plus.png
interface/web/themes/default-304/icons/x16/tables_stacks.png
interface/web/themes/default-304/icons/x16/tag.png
interface/web/themes/default-304/icons/x16/tag__arrow.png
interface/web/themes/default-304/icons/x16/tag__exclamation.png
interface/web/themes/default-304/icons/x16/tag__minus.png
interface/web/themes/default-304/icons/x16/tag__pencil.png
interface/web/themes/default-304/icons/x16/tag__plus.png
interface/web/themes/default-304/icons/x16/tag_label.png
interface/web/themes/default-304/icons/x16/tag_small.png
interface/web/themes/default-304/icons/x16/tags.png
interface/web/themes/default-304/icons/x16/tags__arrow.png
interface/web/themes/default-304/icons/x16/tags__exclamation.png
interface/web/themes/default-304/icons/x16/tags__minus.png
interface/web/themes/default-304/icons/x16/tags__pencil.png
interface/web/themes/default-304/icons/x16/tags__plus.png
interface/web/themes/default-304/icons/x16/tags_label.png
interface/web/themes/default-304/icons/x16/tick.png
interface/web/themes/default-304/icons/x16/tick_circle.png
interface/web/themes/default-304/icons/x16/tick_circle_frame.png
interface/web/themes/default-304/icons/x16/tick_shield.png
interface/web/themes/default-304/icons/x16/tick_small.png
interface/web/themes/default-304/icons/x16/tick_small_circle.png
interface/web/themes/default-304/icons/x16/ticket.png
interface/web/themes/default-304/icons/x16/ticket_arrow.png
interface/web/themes/default-304/icons/x16/ticket_exclamation.png
interface/web/themes/default-304/icons/x16/ticket_minus.png
interface/web/themes/default-304/icons/x16/ticket_pencil.png
interface/web/themes/default-304/icons/x16/ticket_plus.png
interface/web/themes/default-304/icons/x16/ticket_small.png
interface/web/themes/default-304/icons/x16/trophy.png
interface/web/themes/default-304/icons/x16/trophy_arrow.png
interface/web/themes/default-304/icons/x16/trophy_exclamation.png
interface/web/themes/default-304/icons/x16/trophy_minus.png
interface/web/themes/default-304/icons/x16/trophy_pencil.png
interface/web/themes/default-304/icons/x16/trophy_plus.png
interface/web/themes/default-304/icons/x16/tux.png
interface/web/themes/default-304/icons/x16/user.png
interface/web/themes/default-304/icons/x16/user_add.png
interface/web/themes/default-304/icons/x16/user_comment.png
interface/web/themes/default-304/icons/x16/user_delete.png
interface/web/themes/default-304/icons/x16/user_edit.png
interface/web/themes/default-304/icons/x16/user_female.png
interface/web/themes/default-304/icons/x16/user_go.png
interface/web/themes/default-304/icons/x16/user_gray.png
interface/web/themes/default-304/icons/x16/user_green.png
interface/web/themes/default-304/icons/x16/user_orange.png
interface/web/themes/default-304/icons/x16/user_red.png
interface/web/themes/default-304/icons/x16/user_suit.png
interface/web/themes/default-304/icons/x16/vcard.png
interface/web/themes/default-304/icons/x16/vcard_add.png
interface/web/themes/default-304/icons/x16/vcard_delete.png
interface/web/themes/default-304/icons/x16/vcard_edit.png
interface/web/themes/default-304/icons/x16/wall.png
interface/web/themes/default-304/icons/x16/wall__arrow.png
interface/web/themes/default-304/icons/x16/wall__exclamation.png
interface/web/themes/default-304/icons/x16/wall__minus.png
interface/web/themes/default-304/icons/x16/wall__pencil.png
interface/web/themes/default-304/icons/x16/wall__plus.png
interface/web/themes/default-304/icons/x16/wall_brick.png
interface/web/themes/default-304/icons/x16/wall_disable.png
interface/web/themes/default-304/icons/x16/wall_small.png
interface/web/themes/default-304/icons/x16/wall_small_brick.png
interface/web/themes/default-304/icons/x16/wallet.png
interface/web/themes/default-304/icons/x16/wallet_arrow.png
interface/web/themes/default-304/icons/x16/wallet_exclamation.png
interface/web/themes/default-304/icons/x16/wallet_minus.png
interface/web/themes/default-304/icons/x16/wallet_pencil.png
interface/web/themes/default-304/icons/x16/wallet_plus.png
interface/web/themes/default-304/icons/x16/wand.png
interface/web/themes/default-304/icons/x16/wand_arrow.png
interface/web/themes/default-304/icons/x16/wand_exclamation.png
interface/web/themes/default-304/icons/x16/wand_minus.png
interface/web/themes/default-304/icons/x16/wand_pencil.png
interface/web/themes/default-304/icons/x16/wand_plus.png
interface/web/themes/default-304/icons/x16/wrench.png
interface/web/themes/default-304/icons/x16/wrench_arrow.png
interface/web/themes/default-304/icons/x16/wrench_exclamation.png
interface/web/themes/default-304/icons/x16/wrench_minus.png
interface/web/themes/default-304/icons/x16/wrench_pencil.png
interface/web/themes/default-304/icons/x16/wrench_plus.png
interface/web/themes/default-304/icons/x16/wrench_screwdriver.png
interface/web/themes/default-304/icons/x16_sprite.pnginterface/web/themes/default-304/icons/x32/calculator.png
interface/web/themes/default-304/icons/x32/client.png
interface/web/themes/default-304/icons/x32/dashboard.png
interface/web/themes/default-304/icons/x32/dns.png
interface/web/themes/default-304/icons/x32/domain.png
interface/web/themes/default-304/icons/x32/drawer.png
interface/web/themes/default-304/icons/x32/email.png
interface/web/themes/default-304/icons/x32/help.png
interface/web/themes/default-304/icons/x32/login.png
interface/web/themes/default-304/icons/x32/monitor.png
interface/web/themes/default-304/icons/x32/network.png
interface/web/themes/default-304/icons/x32/server.png
interface/web/themes/default-304/icons/x32/sites.png
interface/web/themes/default-304/icons/x32/state_critical.png
interface/web/themes/default-304/icons/x32/state_error.png
interface/web/themes/default-304/icons/x32/state_info.png
interface/web/themes/default-304/icons/x32/state_ok.png
interface/web/themes/default-304/icons/x32/state_unknown.png
interface/web/themes/default-304/icons/x32/state_warning.png
interface/web/themes/default-304/icons/x32/system.png
interface/web/themes/default-304/icons/x32/tools.png
interface/web/themes/default-304/icons/x32_sprite.pnginterface/web/themes/default-304/icons/x64/client.png
interface/web/themes/default-304/icons/x64/dashboard.png
interface/web/themes/default-304/icons/x64/dns.png
interface/web/themes/default-304/icons/x64/domain.png
interface/web/themes/default-304/icons/x64/drawer.png
interface/web/themes/default-304/icons/x64/email.png
interface/web/themes/default-304/icons/x64/help.png
interface/web/themes/default-304/icons/x64/login.png
interface/web/themes/default-304/icons/x64/monitor.png
interface/web/themes/default-304/icons/x64/network.png
interface/web/themes/default-304/icons/x64/server.png
interface/web/themes/default-304/icons/x64/sites.png
interface/web/themes/default-304/icons/x64/system.png
interface/web/themes/default-304/icons/x64/tools.png
interface/web/themes/default-304/images/Thumbs.dbBinary files differ
interface/web/themes/default-304/images/buttonHolder_bg.gif
interface/web/themes/default-304/images/favicon.icointerface/web/themes/default-304/images/header_bg.png
interface/web/themes/default-304/images/header_logo.pnginterface/web/themes/default-304/images/lists_tfoot_bg.png
interface/web/themes/default-304/images/lists_thead_bg.png
interface/web/themes/default-304/images/screen_bg.png
interface/web/themes/default/css/jquery-ui-1.8.16.custom.css
@@ -57,7 +57,7 @@ /* Component containers ----------------------------------*/ /*.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }*/ .ui-widget { font-size: 1em; } .ui-widget { font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; } .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; } interface/web/themes/default/css/styles.css
@@ -1,6 +1,4 @@ @charset "UTF-8"; @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,300); /* Document : styles.css Created on : 06.07.2012, 12:21:59 @@ -19,12 +17,11 @@ } html * { font-size: 100.01% } body { font-family: Ubuntu, "Trebuchet MS", sans-serif; font-family: "Trebuchet MS", sans-serif; font-size: 75.00%; color: #444; background: #93A0B0; /* gradient replacement for IE */ background: radial-gradient(circle farthest-corner at center center , #A1ACBB, #93A0B0 70%) repeat scroll 0 0 #93A0B0; margin: 10px 0 10em 0; background: url("../images/screen_bg.png") repeat-x top left fixed #EEEEEE; padding: 10px 0; } ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em } li { margin-left: 1.5em; line-height: 1.5em } @@ -54,17 +51,17 @@ } h1,h2,h3,h4,h5,h6 { font-family: Ubuntu, "Trebuchet MS", sans-serif; font-family: "Trebuchet MS", sans-serif; font-weight:bold; color:#666; margin: 0 0 0.25em 0; } h1 { font-size: 200%; } /* 24px */ h2 { font-size: 200%; color: #4D4F53; } /* 24px */ h3 { font-size: 150%; } /* 18px */ h4 { font-size: 133.33%; } /* 16px */ h5 { font-size: 116.67%; } /* 14px */ h6 { font-size: 116.67%; font-style:italic; } /* 14px */ h1 { font-size: 200% } /* 24px */ h2 { font-size: 200% } /* 24px */ h3 { font-size: 150% } /* 18px */ h4 { font-size: 133.33% } /* 16px */ h5 { font-size: 116.67% } /* 14px */ h6 { font-size: 116.67%; font-style:italic } /* 14px */ p { line-height: 1.5em; margin: 0 0 1em 0; } @@ -74,7 +71,7 @@ strong,b { font-weight: bold } em,i { font-style:italic } pre, code { font-family: Consolas, "Lucida Console", "Courier New", monospace; font-size: 1.1em; } pre, code { font-family: monospace; font-size: 1.1em; } acronym, abbr { letter-spacing: .07em; @@ -87,25 +84,11 @@ } #page { min-width: 980px; min-height: 820px; max-width: 80%; background-color: #ffffff; background: #fff; text-align:left; margin: 0 auto; padding: 10px; border-radius: 8px; box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.05) inset, 0 0 18px rgba(0, 0, 0, 0.5); } #page.loginpage { width: 400px !important; min-width: 400px !important; min-height: 300px !important; background-color: #ffffff; text-align:left; margin: 0 auto; padding: 10px; border-radius: 8px; box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.05) inset, 0 0 18px rgba(0, 0, 0, 0.5); } .skip, .hideme, .print { height: 1px; @@ -121,9 +104,7 @@ position: relative; color: #faf0e6; padding: 15px 2em 5px 20px; background: #20AAE5; border-radius: 8px 8px 0 0; min-height: 54px; background: url("../images/header_bg.png") repeat-x top left #9a9a9a; } header h1 { font-size:2.5em; @@ -144,8 +125,6 @@ text-align: right; } #topsubnav a { display: inline-block; min-height: 20px; color: #f0f8ff; font-weight: normal; background:transparent; @@ -163,28 +142,24 @@ #topNav ul { list-style: none; padding: 0 0 0 20px; border-radius: 0 0 8px 8px; margin: 0; background: #243942; /* gradient replacement for IE */ background: linear-gradient(to bottom, #243942, #22373F 50%, #1D2E35 50%, #1B2B32) repeat scroll 0 0 #243942; background: #9a9a9a } #topNav ul li { display: inline; margin: 0 -2px 0 -1px; margin: 0 2px 0 0; } #topNav a { background: url("../icons/x32_sprite.png") no-repeat; color:#D0D9DE; background: url("../icons/x32_sprite.png") no-repeat #D3D3D3; color:black; display:inline-block; height:20px; padding-top:37px; text-align:center; text-decoration:none; min-width:78px; border-left: 1px solid #191919; border-right: 1px solid rgba(255, 255, 255, 0.05); } #topNav a:hover { @@ -193,7 +168,9 @@ } #topNav #topNav_current a { background-color: #3E4E55; font-weight: bold; color: black; background-color: #ffffff; } .topnav-tools { background-position: 22px -10px !important; } .topnav-admin { background-position: 22px -74px !important; } @@ -215,7 +192,8 @@ /* main -------------------------------------------------------------- */ #main { padding: 1em 0 0 0; background: #fff; padding: 1em 0; } /* main/sideNav + submenu @@ -245,7 +223,6 @@ margin:0; padding: 0; font-size:0.9em; background: linear-gradient(to bottom, #F7F7F5, #FFFEF8) repeat scroll 0 0 #C7C2BA; } #submenu a, @@ -254,6 +231,7 @@ width: 90%; padding: 2px 0px 2px 10%; text-decoration: none; background-color:#fff; color: #444; border-bottom: 1px #eee solid; } @@ -264,14 +242,17 @@ padding: 0px; font-weight: bold; color: #444; background-color: #fff; border-top: 2px #888 solid; font-size: 1.1em; } #submenu li.title a { background: #E0DED8; /* gradient replacement for IE */ background: linear-gradient(to bottom, #F7F7F5, #E0DED8) repeat scroll 0 0 #C7C2BA; background-color: #f0f8ff; color: #444; } #submenu li.title a:hover { color: white; } #submenu li span { @@ -296,6 +277,7 @@ #submenu li a { width: 90%; padding-left: 10%; background-color:#fff; color: #444; } #submenu li a:focus, @@ -303,12 +285,6 @@ #submenu li a:active { background-color:#f63; color: #fff; } #submenu li.title a:focus, #submenu li.title a:hover, #submenu li.title a:active { color: #f63; } /* Form-Elements in the Menu*/ @@ -324,28 +300,28 @@ margin-left: 200px; margin-right: 0; padding: 0px 10px 10px 20px; } .loginpage #content { margin-left: 0px; margin-right: 0; padding: 0px; border-left: 1px #ddd solid; } /* footer -------------------------------------------------------------- */ footer { color:#F2F2F2; padding: 1em; color:#666; background: #f9f9f9; padding: 10px 20px; border-top: 5px #efefef solid; font-size: 0.8em; text-align: center; } footer a { color: #fff; color: #999; background:transparent; font-weight: bold; } footer a:hover, footer a:active { color: #444444; color: #4D87C7; background-color: transparent; text-decoration:underline; } @@ -379,8 +355,7 @@ text-align:left; } thead th { background: #505968; /* gradient replacement for IE */ background: linear-gradient(to bottom, #707A84, #505968) repeat scroll 0 0 #505968; background: #444 url("../images/lists_thead_bg.png") repeat-x; color: #fff; } tbody th { @@ -415,7 +390,7 @@ .pageForm_description { font-size: 12px; } /* Tab-Box */ .tabbox_tabs { border-bottom: 1px solid #d3d3d3; margin-top: 2em; } .tabbox_tabs { border-bottom: 1px solid #d3d3d3; } .tabbox_tabs ul { list-style: none; padding: 0; @@ -423,17 +398,14 @@ } .tabbox_tabs li { display: inline; line-height: 35px; margin: 0 2px 0 0; } .tabbox_tabs a { font-size: 16px; padding: 9px 1em; padding: 0 1em; text-decoration: none; color: black; background: linear-gradient(to bottom, #F7F7F5, #E0DED8) repeat scroll 0 0 #C7C2BA; background: #d3d3d3; border: 1px solid #d3d3d3; border-radius: 6px 6px 0 0; } .tabbox_tabs a:hover { background: #fc0; @@ -453,8 +425,7 @@ color: #6299c5; } .pnl_formarea fieldset { font-weight: normal; font-family: Consolas, "Lucida Console", "Courier New", monospace; font-weight: bold; } /* hide line and legend when inside tabbed content */ #tabbox_content * .pnl_toolsarea fieldset, #tabbox_content * .pnl_listarea fieldset, #tabbox_content * .pnl_formsarea fieldset { border: none !important; } @@ -467,23 +438,17 @@ font-family: Consolas, "Lucida Console", "Courier New", monospace; font-size: 0.9em; } .codeview .logerror { background: rgb(255,0,0); color: #fff; } .codeview .logerror { background: rgb(255,0,0); } .codeview .logwarn { background: rgb(255,204,0); } .codeview .loginfo { background: rgb(153,204,255); } /* Lists */ table.list { width: 100%; border: 1px solid #d3d3d3 !important; box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.05) inset, 0 0 6px rgba(0, 0, 0, 0.2); } table.list thead th { font-size: 10px; } table.list tbody { border: 1px solid #d3d3d3 !important; } table.list tfoot td { text-align: center; background: #F2F2F2; /* gradient replacement for IE */ background: linear-gradient(to bottom, white, #DEDEDE) repeat scroll 0 0 #F2F2F2; padding: 24px 8px 8px 8px; } table.list tfoot td { text-align: center; background: #f8f8f8 url("../images/lists_tfoot_bg.png") repeat-x bottom left; padding: 24px 8px 8px 8px; } table.list .tbl_paging img { vertical-align: top; } table.list .tbl_row_even { background: #fcfcfc; } table.list .tbl_row_uneven { background: #f0f8ff; } @@ -504,7 +469,6 @@ } /* Systemmonitor */ .systemmonitor, .systemmonitor-server, .systemmonitor-ve, .systemmonitor-state { @@ -558,9 +522,9 @@ margin: 5px; background: url("../icons/device_sprite.png") no-repeat transparent; } .systemmonitor-server div.icoDevice { background-position: 0 -128px; } .systemmonitor-ve div.icoDevice { background-position: 0 -64px; } .systemmonitor-network div.icoDevice { background-position: 0 0px; } .systemmonitor-server div.icoDevice { background-position: 0 0; } .systemmonitor-ve div.icoDevice { background-position: -64px 0; } .systemmonitor-network div.icoDevice { background-position: -128px 0; } div.statusDevice, div.statusMsg { float: left; } div.statusMsg p { @@ -618,11 +582,9 @@ float:left; width:60px; height: 60px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 4px; background: #F8F8F1; /* gradient replacement for IE */ background: linear-gradient(transparent, rgba(0, 0, 0, 0.15)) repeat scroll center 5px transparent; margin:0 12px 12px 0; border:1px dotted #888888; background-color: #cccccc; margin:10px; background-position: center 5px; background-repeat: no-repeat; text-align: center; @@ -632,25 +594,25 @@ background: url("../icons/x32_sprite.png") no-repeat transparent; color:Black; display:block; font-size:80%; font-weight:bold; height:30px; padding-top:42px; width:60px; text-decoration: none; } .dashboard-modules.tools a { background-position: 14px -8px; } .dashboard-modules.admin a { background-position: 14px -72px; } .dashboard-modules.sites a { background-position: 14px -520px; } .dashboard-modules.monitor a { background-position: 14px -584px; } .dashboard-modules.help a { background-position: 14px -712px; } .dashboard-modules.mail a { background-position: 14px -776px; } .dashboard-modules.vm a { background-position: 14px -840px; } .dashboard-modules.domain a { background-position: 14px -904px; } .dashboard-modules.dns a { background-position: 14px -968px; } .dashboard-modules.client a { background-position: 14px -1096px; } .dashboard-modules.billing a { background-position: 14px -116px; } .dashboard-modules.tools a { background-position: 12px -9px; } .dashboard-modules.admin a { background-position: 12px -73px; } .dashboard-modules.sites a { background-position: 12px -520px; } .dashboard-modules.monitor a { background-position: 13px -585px; } .dashboard-modules.help a { background-position: 13px -716px; } .dashboard-modules.mail a { background-position: 12px -776px; } .dashboard-modules.vm a { background-position: 14px -842px; } .dashboard-modules.domain a { background-position: 12px -905px; } .dashboard-modules.dns a { background-position: 12px -970px; } .dashboard-modules.client a { background-position: 13px -1096px; } .dashboard-modules.billing a { background-position: 14px -1162px; } .panel_dashboard h2 { font-size:20px; font-weight: 400; padding: 1em 0; } .panel_dashboard h2 { font-size:20px; } /* Image-Replacement */ .swap { background-repeat:no-repeat; } @@ -691,15 +653,13 @@ text-shadow: 0px 1px 1px #fff; border: 1px solid #c6c6c6; border-radius: 4px; background: #F2F2F2; /* gradient replacement for IE */ background: linear-gradient(to bottom, white, #DEDEDE) repeat scroll 0 0 #F2F2F2; background-color: #f7f7f7; box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); -o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); -webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); text-decoration: none; } a.button:focus, input.button:focus, .buttons button:focus { @@ -732,9 +692,8 @@ /* BUTTONS STANDARD */ button:hover, .buttons a:hover { background: #BFCFD8; /* gradient replacement for IE */ background: linear-gradient(to bottom, white, #BFCFD8) repeat scroll 0 0 #f63; border:1px solid #336699; background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; } .buttons a:active { @@ -749,7 +708,7 @@ .buttons a.positive:hover, button.positive:hover { background-color:#E6EFC2; border:1px solid #529214; border:1px solid #C6D880; color:#529214; } .buttons a.positive:active { @@ -766,7 +725,7 @@ .buttons a.negative:hover, button.negative:hover { background-color:#fbe3e4; border:1px solid #d12f19; border:1px solid #fbc2c4; color:#d12f19; } .buttons a.negative:active { @@ -776,23 +735,15 @@ } /* Button with icon and text */ .iconstxt:before { background: url("../icons/button_sprite.png") no-repeat transparent; content: ""; display: inline-block; height: 16px; margin-right: 7px; vertical-align: top; width: 16px; } .iconstxt span:before { padding-left: 20px; font-weight: bold; } .iconstxt.icoPositive:before { background-position: 0px -136px; } .iconstxt.icoNegative:before { background-position: 0px -104px; } .iconstxt.icoAdd:before { background-position: 0px -72px; } .iconstxt.icoKey:before { background-position: 0px -8px; } .iconstxt.icoDelete:before { background-position: 0px -40px; } .iconstxt.icoDownload:before { background-position: 0px -8px; } .iconstxt.icoRestore:before { background-position: 0px -8px; } .iconstxt { background: url("../icons/button_sprite.png") no-repeat transparent; } .iconstxt span { padding-left: 20px; font-weight: bold; } .iconstxt.icoPositive { background-position: 6px -130px; } .iconstxt.icoNegative { background-position: 6px -98px; } .iconstxt.icoAdd { background-position: 6px -66px; } .iconstxt.icoKey { background-position: 6px -1px; } .iconstxt.icoDelete { background-position: 6px -34px; } .iconstxt.icoDownload { background-position: 6px -1px; } .iconstxt.icoRestore { background-position: 6px -1px; } /* Button with icon and without text */ .icons16 { position: relative; } @@ -899,13 +850,8 @@ /* --- */ a[href $="#logout"] { padding-left: 24px; background: url("../icons/x16_sprite.png") no-repeat left -142px transparent !important; } a[href $="#usersettings"] { padding-left: 24px; background: url("../icons/x16_sprite.png") no-repeat left -442px transparent !important; padding-right: 20px; background: url("../icons/x16_sprite.png") no-repeat right -143px transparent !important; } /* Select Menu with Images */ @@ -1180,7 +1126,7 @@ .panel_login { max-width: 80%; min-width: 400px; min-width: 680px; } div.subsectiontoggle { border:1px solid #ccc; @@ -1277,7 +1223,7 @@ div.gs-container input { background: url("../icons/x16_sprite.png") no-repeat 2px -119px #FFFFFF; height:20px; border:1px solid #fff; border:1px solid #444; padding:0 22px 2px; color:#444; -moz-border-radius:5px; @@ -1734,17 +1680,16 @@ /* Generals */ .uniForm fieldset{} .uniForm fieldset legend{ color: #675C53; font-weight: 400; font-size: 1.5em; margin: 0; padding: 0.5em 0; } .uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 1.5em 1.5em 0; } /* This is the main unit that contains our form elements */ .uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; } .uniForm .buttonHolder{ text-align: left; background: #CEDEEF; background: #CEDEEF url("../images/buttonHolder_bg.gif") no-repeat right; margin: 3em 0 1em; padding: 8px; border-radius: 4px; } .uniForm .resetButton{ float: left; } .uniForm .primaryAction{ font-weight: bold; } @@ -1801,9 +1746,6 @@ .uniForm .inlineLabels label, .uniForm .inlineLabels .label{ width: 20%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } .loginpage .uniForm .inlineLabels label, .loginpage .uniForm .inlineLabels .label{ width: 40%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } .uniForm .inlineLabels .textInput, .uniForm .inlineLabels .fileUpload{ width: 35%; /* <- Required property */ } @@ -1864,8 +1806,8 @@ background-color:#FFFFFF; color:#000000; } .ui-widget { font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif; font-size: 100%; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif; font-size: 100%; } .ui-widget { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 100%; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 100%; } ul.ui-autocomplete { max-height: 250px; overflow-y: auto; min-width: 85px;} .ui-combobox { position: relative; display: inline-block; margin-right: 17px; } .ui-combobox-toggle { position: absolute !important; top: 0; bottom: 0; margin-left: -1px; padding: 1px !important; background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #DFDFDF !important;} @@ -1876,16 +1818,15 @@ a.link-page, span.page-spacer { display: inline-block; text-align: center; padding: 0 2px 2px 2px; padding: 2px; line-height: 16px; text-decoration: none !important; color: inherit !important; min-width: 16px; } a.link-page { border: 1px solid #C7C2BA; border-radius: 4px; border: 1px solid #FFFFFF; margin: 0 5px; background: #fff; } a.link-page:hover { @@ -1897,8 +1838,6 @@ } a.link-page.current-page { background-color: #EC7A08; background-color: #DFDFDF; font-weight: bold; border-color: #f63; color: #fff; } interface/web/themes/default/icons/device_sprite.pnginterface/web/themes/default/icons/x16_sprite.pnginterface/web/themes/default/icons/x32_sprite.pnginterface/web/themes/default/images/buttonHolder_bg.gif
interface/web/themes/default/images/favicon.icointerface/web/themes/default/images/header_bg.png
interface/web/themes/default/images/header_logo.pnginterface/web/themes/default/images/lists_tfoot_bg.png
interface/web/themes/default/images/lists_thead_bg.png
interface/web/themes/default/images/logo16.gifBinary files differ
interface/web/themes/default/images/logo32.gifBinary files differ
interface/web/themes/default/images/screen_bg.png
interface/web/themes/default/templates/login.tpl.htm
File was deleted interface/web/themes/default/templates/main.tpl.htm
@@ -137,11 +137,12 @@ <a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span> <!-- end: skip link navigation --> <tmpl_if name="cpuser"> <tmpl_var name="activeuser_txt"> <a href="#usersettings" onclick="loadContent('tools/user_settings.php');"><tmpl_var name="cpuser"></a> <a href="#logout" onclick="loadContent('login/logout.php');"><tmpl_var name="logout_txt"></a> <a href="#logout" onclick="loadContent('login/logout.php');"><tmpl_var format="strtoupper" name="logout_txt"> <tmpl_var format="strtoupper" name="cpuser"></a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--> <tmpl_if name='usertype' op='==' value='normaluser'><input type="text" id="globalsearch" size="25" value="" /></tmpl_if> </tmpl_if> </nav> <h1 id="ir-HeaderLogo" class="swap" style="background-image:url('{tmpl_var name='app_logo'}');"><span>ISPConfig 3</span></h1> <span>hosting control panel</span> </header> <!-- end: header --> <a id="navigation" name="navigation"></a><!-- skiplink anchor: navigation --> @@ -163,12 +164,11 @@ <!-- end: #content --> </section> <!-- end: #main --> </div> <!-- begin: footer --> <footer> Powered by <a href="<tmpl_var name="app_link">" target="_blank"><tmpl_var name="app_title"></a> </footer> <!-- end: footer --> </footer><!-- end: footer --> </div> <div id="dummy_login" style="display:none;position:absolute;top:-1000px;left:-1000px;"> <form action="" method="post" target="dummy_login" id="dummy_login_form"> interface/web/tools/import_ispconfig.php
@@ -149,12 +149,6 @@ if($sys_groupid == 0) $error .= 'Inavlid groupid<br />'; if($sys_userid == 0) $error .= 'Inavlid Userid<br />'; //* Get the mail server ID $tmp = $app->db->queryOneRecord("SELECT server_id FROM server WHERE mail_server = 1 LIMIT 0,1"); $server_id = intval($tmp['server_id']); unset($tmp); if($server_id == 0) $server_id = 1; //* get the mail domain record $mail_domain_rec = $client->mail_domain_get($remote_session_id, array('domain' => $mail_domain)); if(is_array($mail_domain_rec)) { @@ -166,7 +160,6 @@ //* Change the record owner and remove the index field $mail_domain_rec['sys_userid'] = $sys_userid; $mail_domain_rec['sys_groupid'] = $sys_groupid; $mail_domain_rec['server_id'] = $server_id; unset($mail_domain_rec['domain_id']); //* Insert domain if no error occurred @@ -188,7 +181,6 @@ //* Prepare record $mail_user['sys_userid'] = $sys_userid; $mail_user['sys_groupid'] = $sys_groupid; $mail_user['server_id'] = $server_id; $remote_mailuser_id = $mail_user['mailuser_id']; unset($mail_user['mailuser_id']); if(!isset($_POST['import_user_filter'])) $mail_user['custom_mailfilter'] = ''; @@ -207,7 +199,6 @@ $mail_user_filter['sys_userid'] = $sys_userid; $mail_user_filter['sys_groupid'] = $sys_groupid; $mail_user_filter['mailuser_id'] = $local_mailuser_id; $mail_user_filter['server_id'] = $server_id; unset($mail_user_filter['filter_id']); //* Insert record in DB @@ -233,7 +224,6 @@ if($tmp['number'] == 0) { $mail_alias['sys_userid'] = $sys_userid; $mail_alias['sys_groupid'] = $sys_groupid; $mail_alias['server_id'] = $server_id; unset($mail_alias['forwarding_id']); $app->db->datalogInsert('mail_forwarding', $mail_alias, 'forwarding_id'); $msg .= "Imported email alias ".$mail_alias['source']."<br />"; @@ -254,7 +244,6 @@ if($tmp['number'] == 0) { $mail_alias['sys_userid'] = $sys_userid; $mail_alias['sys_groupid'] = $sys_groupid; $mail_alias['server_id'] = $server_id; unset($mail_alias['forwarding_id']); $app->db->datalogInsert('mail_forwarding', $mail_alias, 'forwarding_id'); $msg .= "Imported email aliasdomain ".$mail_alias['source']."<br />"; @@ -275,7 +264,6 @@ if($tmp['number'] == 0) { $mail_forward['sys_userid'] = $sys_userid; $mail_forward['sys_groupid'] = $sys_groupid; $mail_forward['server_id'] = $server_id; unset($mail_forward['forwarding_id']); $app->db->datalogInsert('mail_forwarding', $mail_forward, 'forwarding_id'); $msg .= "Imported email forward ".$mail_forward['source']."<br />"; @@ -296,7 +284,6 @@ if($tmp['number'] == 0) { $mail_spamfilter['sys_userid'] = $sys_userid; $mail_spamfilter['sys_groupid'] = $sys_groupid; $mail_spamfilter['server_id'] = $server_id; unset($mail_spamfilter['id']); $app->db->datalogInsert('spamfilter_users', $mail_spamfilter, 'id'); $msg .= "Imported spamfilter user ".$mail_spamfilter['email']."<br />"; interface/web/tools/lib/lang/cz.lng
@@ -11,3 +11,5 @@ $wb['PDNS Tupa'] = 'PowerDNS Tupa'; $wb['Interface'] = 'Rozhraní'; ?> interface/web/tools/lib/lang/cz_import_ispconfig.lng
@@ -21,3 +21,5 @@ $wb['import_user_filter_txt'] = 'Importovat uživatelský filter'; $wb['import_spamfilter_txt'] = 'Importovat spamový filter'; ?> interface/web/tools/lib/lang/cz_index.lng
@@ -2,3 +2,5 @@ $wb['page_head_txt'] = 'ISPConfig nástroje'; $wb['page_desc_txt'] = 'Změna uživatelského nastavení'; ?> interface/web/tools/lib/lang/cz_interface.lng
@@ -5,3 +5,5 @@ $wb['startmodule_txt'] = 'Výchozí modul po přihlášení'; $wb['app_theme_txt'] = 'Výchozí grafické téma'; ?> interface/web/tools/lib/lang/cz_resync.lng
@@ -11,3 +11,5 @@ $wb['btn_start_txt'] = 'Zahájit'; $wb['btn_cancel_txt'] = 'Zrušit'; ?> interface/web/tools/lib/lang/cz_tpl_default.lng
@@ -5,3 +5,5 @@ $wb['btn_start_txt'] = 'Uložit'; $wb['btn_cancel_txt'] = 'Zpět'; ?> interface/web/tools/lib/lang/cz_usersettings.lng
@@ -10,3 +10,5 @@ $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; ?> interface/web/tools/lib/lang/pl.lng
@@ -11,3 +11,4 @@ $wb['PDNS Tupa'] = 'PowerDNS Tupa'; $wb['Interface'] = 'Interfejs'; ?> interface/web/tools/lib/lang/pl_import_ispconfig.lng
@@ -21,3 +21,4 @@ $wb['import_user_filter_txt'] = 'Import filtrów użytkownika'; $wb['import_spamfilter_txt'] = 'Import filtrów spamu'; ?> interface/web/tools/lib/lang/pl_index.lng
@@ -2,3 +2,4 @@ $wb['page_head_txt'] = 'Narzędzia ISPConfig'; $wb['page_desc_txt'] = 'Zmiana ustawień użytkownika'; ?> interface/web/tools/lib/lang/pl_interface.lng
@@ -5,3 +5,4 @@ $wb['startmodule_txt'] = 'Moduł startowy'; $wb['app_theme_txt'] = 'Temat'; ?> interface/web/tools/lib/lang/pl_resync.lng
@@ -11,3 +11,4 @@ $wb['btn_start_txt'] = 'Start'; $wb['btn_cancel_txt'] = 'Anuluj'; ?> interface/web/tools/lib/lang/pl_tpl_default.lng
@@ -5,3 +5,4 @@ $wb['btn_start_txt'] = 'Zapisz'; $wb['btn_cancel_txt'] = 'Wróć'; ?> interface/web/tools/lib/lang/pl_usersettings.lng
@@ -10,3 +10,4 @@ $wb['password_mismatch_txt'] = 'Hasła się nie zgadzają'; $wb['password_match_txt'] = 'Hasła się zgadzają'; ?> interface/web/vm/lib/lang/cz.lng
@@ -5,3 +5,5 @@ $wb['IP addresses'] = 'IP addresses'; $wb['OpenVZ'] = 'OpenVZ'; ?> interface/web/vm/lib/lang/cz_openvz_action.lng
@@ -14,3 +14,5 @@ $wb['ostemplate_name_unique_error'] = 'There is already a OSTemplate with that name.'; $wb['ostemplate_exec_txt'] = 'The command to create a OSTemplate has been sent to the host server. It will take several minutes until the OSTemplate has been created.'; ?> interface/web/vm/lib/lang/cz_openvz_ip.lng
@@ -7,3 +7,5 @@ $wb['ip_error_unique'] = 'This IP address does already exist.'; $wb['IP address'] = 'IP address'; ?> interface/web/vm/lib/lang/cz_openvz_ip_list.lng
@@ -5,3 +5,5 @@ $wb['reserved_txt'] = 'Reserved'; $wb['vm_id_txt'] = 'VM'; ?> interface/web/vm/lib/lang/cz_openvz_ostemplate.lng
@@ -9,3 +9,5 @@ $wb['template_file_error_empty'] = 'Template filename is empty.'; $wb['Template'] = 'Šablona'; ?> interface/web/vm/lib/lang/cz_openvz_ostemplate_list.lng
@@ -6,3 +6,5 @@ $wb['allservers_txt'] = 'Exists on all servers'; $wb['ostemplate_id_txt'] = 'ID'; ?> interface/web/vm/lib/lang/cz_openvz_template.lng
@@ -91,3 +91,5 @@ $wb['Template'] = 'Šablona'; $wb['Advanced'] = 'Pokročilý'; ?> interface/web/vm/lib/lang/cz_openvz_template_list.lng
@@ -3,3 +3,5 @@ $wb['active_txt'] = 'Aktivní'; $wb['template_name_txt'] = 'Název šablony'; ?> interface/web/vm/lib/lang/cz_openvz_vm.lng
@@ -38,3 +38,5 @@ $wb['Virtual server'] = 'Virtual server'; $wb['Advanced'] = 'Pokročilý'; ?> interface/web/vm/lib/lang/cz_openvz_vm_list.lng
@@ -8,3 +8,5 @@ $wb['ip_address_txt'] = 'IP address'; $wb['veid_txt'] = 'VEID'; ?> interface/web/vm/lib/lang/pl.lng
@@ -5,3 +5,4 @@ $wb['IP addresses'] = 'IP addresses'; $wb['OpenVZ'] = 'OpenVZ'; ?> interface/web/vm/lib/lang/pl_openvz_action.lng
@@ -14,3 +14,4 @@ $wb['ostemplate_name_unique_error'] = 'There is already a OSTemplate with that name.'; $wb['ostemplate_exec_txt'] = 'The command to create a OSTemplate has been sent to the host server. It will take several minutes until the OSTemplate has been created.'; ?> interface/web/vm/lib/lang/pl_openvz_ip.lng
@@ -7,3 +7,4 @@ $wb['ip_error_unique'] = 'This IP address does already exist.'; $wb['IP address'] = 'IP address'; ?> interface/web/vm/lib/lang/pl_openvz_ip_list.lng
@@ -5,3 +5,4 @@ $wb['reserved_txt'] = 'Zarezerwowany'; $wb['vm_id_txt'] = 'VM'; ?> interface/web/vm/lib/lang/pl_openvz_ostemplate.lng
@@ -9,3 +9,4 @@ $wb['template_file_error_empty'] = 'Template filename is empty.'; $wb['Template'] = 'Template'; ?> interface/web/vm/lib/lang/pl_openvz_ostemplate_list.lng
@@ -6,3 +6,4 @@ $wb['allservers_txt'] = 'Exists on all servers'; $wb['ostemplate_id_txt'] = 'ID'; ?> interface/web/vm/lib/lang/pl_openvz_template.lng
@@ -91,3 +91,4 @@ $wb['Template'] = 'Template'; $wb['Advanced'] = 'Advanced'; ?> interface/web/vm/lib/lang/pl_openvz_template_list.lng
@@ -3,3 +3,4 @@ $wb['active_txt'] = 'Active'; $wb['template_name_txt'] = 'Template name'; ?> interface/web/vm/lib/lang/pl_openvz_vm.lng
@@ -38,3 +38,4 @@ $wb['Virtual server'] = 'Virtual server'; $wb['Advanced'] = 'Advanced'; ?> interface/web/vm/lib/lang/pl_openvz_vm_list.lng
@@ -8,3 +8,4 @@ $wb['ip_address_txt'] = 'IP address'; $wb['veid_txt'] = 'VEID'; ?> server/cron_daily.php
@@ -272,24 +272,15 @@ } $sql = "SELECT domain_id, domain, document_root, web_folder, type, parent_domain_id FROM web_domain WHERE (type = 'vhost' or type = 'vhostsubdomain') and stats_type = 'webalizer' AND server_id = ".$conf['server_id']; $sql = "SELECT domain_id, domain, document_root, web_folder, type FROM web_domain WHERE (type = 'vhost' or type = 'vhostsubdomain') and stats_type = 'webalizer' AND server_id = ".$conf['server_id']; $records = $app->db->queryAllRecords($sql); foreach($records as $rec) { //$yesterday = date('Ymd',time() - 86400); $yesterday = date('Ymd',strtotime("-1 day", time())); $log_folder = 'log'; if($rec['type'] == 'vhostsubdomain') { $tmp = $app->db->queryOneRecord('SELECT `domain` FROM web_domain WHERE domain_id = '.intval($rec['parent_domain_id'])); $subdomain_host = preg_replace('/^(.*)\.' . preg_quote($tmp['domain'], '/') . '$/', '$1', $rec['domain']); if($subdomain_host == '') $subdomain_host = 'web'.$rec['domain_id']; $log_folder .= '/' . $subdomain_host; unset($tmp); } $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/'.$yesterday.'-access.log'); $logfile = escapeshellcmd($rec['document_root'].'/log/'.$yesterday.'-access.log'); if(!@is_file($logfile)) { $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/'.$yesterday.'-access.log.gz'); $logfile = escapeshellcmd($rec['document_root'].'/log/'.$yesterday.'-access.log.gz'); if(!@is_file($logfile)) { continue; } @@ -322,7 +313,7 @@ // Create awstats statistics ####################################################################################################### $sql = "SELECT domain_id, domain, document_root, web_folder, type, system_user, system_group, parent_domain_id FROM web_domain WHERE (type = 'vhost' or type = 'vhostsubdomain') and stats_type = 'awstats' AND server_id = ".$conf['server_id']; $sql = "SELECT domain_id, domain, document_root, web_folder, type, system_user, system_group FROM web_domain WHERE (type = 'vhost' or type = 'vhostsubdomain') and stats_type = 'awstats' AND server_id = ".$conf['server_id']; $records = $app->db->queryAllRecords($sql); $web_config = $app->getconf->get_server_config($conf['server_id'], 'web'); @@ -330,18 +321,9 @@ foreach($records as $rec) { //$yesterday = date('Ymd',time() - 86400); $yesterday = date('Ymd',strtotime("-1 day", time())); $log_folder = 'log'; if($rec['type'] == 'vhostsubdomain') { $tmp = $app->db->queryOneRecord('SELECT `domain` FROM web_domain WHERE domain_id = '.intval($rec['parent_domain_id'])); $subdomain_host = preg_replace('/^(.*)\.' . preg_quote($tmp['domain'], '/') . '$/', '$1', $rec['domain']); if($subdomain_host == '') $subdomain_host = 'web'.$rec['domain_id']; $log_folder .= '/' . $subdomain_host; unset($tmp); } $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/'.$yesterday.'-access.log'); $logfile = escapeshellcmd($rec['document_root'].'/log/'.$yesterday.'-access.log'); if(!@is_file($logfile)) { $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/'.$yesterday.'-access.log.gz'); $logfile = escapeshellcmd($rec['document_root'].'/log/'.$yesterday.'-access.log.gz'); if(!@is_file($logfile)) { continue; } @@ -446,23 +428,13 @@ // Manage and compress web logfiles and create traffic statistics ####################################################################################################### $sql = "SELECT domain_id, domain, type, document_root, web_folder, parent_domain_id FROM web_domain WHERE (type = 'vhost' or type = 'vhostsubdomain') AND server_id = ".$conf['server_id']; $sql = "SELECT domain_id, domain, document_root FROM web_domain WHERE (type = 'vhost' or type = 'vhostsubdomain') AND server_id = ".$conf['server_id']; $records = $app->db->queryAllRecords($sql); foreach($records as $rec) { //* create traffic statistics based on yesterdays access log file $yesterday = date('Ymd',time() - 86400); $log_folder = 'log'; if($rec['type'] == 'vhostsubdomain') { $tmp = $app->db->queryOneRecord('SELECT `domain` FROM web_domain WHERE domain_id = '.intval($rec['parent_domain_id'])); $subdomain_host = preg_replace('/^(.*)\.' . preg_quote($tmp['domain'], '/') . '$/', '$1', $rec['domain']); if($subdomain_host == '') $subdomain_host = 'web'.$rec['domain_id']; $log_folder .= '/' . $subdomain_host; unset($tmp); } $logfile = $rec['document_root'].'/' . $log_folder . '/'.$yesterday.'-access.log'; $logfile = $rec['document_root'].'/log/'.$yesterday.'-access.log'; $total_bytes = 0; $handle = @fopen($logfile, "r"); @@ -490,7 +462,7 @@ } $yesterday2 = date('Ymd',time() - 86400*2); $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/'.$yesterday2.'-access.log'); $logfile = escapeshellcmd($rec['document_root'].'/log/'.$yesterday2.'-access.log'); //* Compress logfile if(@is_file($logfile)) { @@ -500,7 +472,7 @@ } // rotate and compress the error.log when it exceeds a size of 10 MB $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/error.log'); $logfile = escapeshellcmd($rec['document_root'].'/log/error.log'); if(is_file($logfile) && filesize($logfile) > 10000000) { exec("gzip -c $logfile > $logfile.1.gz"); exec("cat /dev/null > $logfile"); @@ -508,7 +480,7 @@ // delete logfiles after 30 days $month_ago = date('Ymd',time() - 86400 * 30); $logfile = escapeshellcmd($rec['document_root'].'/' . $log_folder . '/'.$month_ago.'-access.log.gz'); $logfile = escapeshellcmd($rec['document_root'].'/log/'.$month_ago.'-access.log.gz'); if(@is_file($logfile)) { unlink($logfile); } @@ -516,10 +488,10 @@ //* Delete older Log files, in case that we missed them before due to serverdowntimes. $datepart = date('Ym',time() - 86400 * 31 * 2); $logfile = escapeshellcmd($rec['document_root']).'/' . $log_folder . '/'.$datepart.'*-access.log.gz'; $logfile = escapeshellcmd($rec['document_root']).'/log/'.$datepart.'*-access.log.gz'; exec('rm -f '.$logfile); $logfile = escapeshellcmd($rec['document_root']).'/' . $log_folder . '/'.$datepart.'*-access.log'; $logfile = escapeshellcmd($rec['document_root']).'/log/'.$datepart.'*-access.log'; exec('rm -f '.$logfile); } @@ -769,11 +741,6 @@ ####################################################################################################### // Create website backups ####################################################################################################### function formatBytes($size, $precision = 2) { $base=log($size)/log(1024); $suffixes=array('','k','M','G','T'); return round(pow(1024,$base-floor($base)),$precision).$suffixes[floor($base)]; } $server_config = $app->getconf->get_server_config($conf['server_id'], 'server'); $backup_dir = $server_config['backup_dir']; @@ -836,11 +803,7 @@ //* Insert web backup record in database //$insert_data = "(server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename) VALUES (".$conf['server_id'].",".$web_id.",'web','".$backup_mode."',".time().",'".$app->db->quote($web_backup_file)."')"; //$app->dbmaster->datalogInsert('web_backup', $insert_data, 'backup_id'); $sql = "INSERT INTO web_backup (server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename,filesize) VALUES (".$conf['server_id'].",".$web_id.",'web','".$backup_mode."',".time().",'".$app->db->quote($web_backup_file)."','".formatBytes(filesize($web_backup_dir.'/'.$web_backup_file))."')"; $sql = "INSERT INTO web_backup (server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename) VALUES (".$conf['server_id'].",".$web_id.",'web','".$backup_mode."',".time().",'".$app->db->quote($web_backup_file)."')"; $app->db->query($sql); if($app->db->dbHost != $app->dbmaster->dbHost) $app->dbmaster->query($sql); @@ -938,10 +901,7 @@ //* Insert web backup record in database //$insert_data = "(server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename) VALUES (".$conf['server_id'].",$web_id,'mysql','sqlgz',".time().",'".$app->db->quote($db_backup_file).".gz')"; //$app->dbmaster->datalogInsert('web_backup', $insert_data, 'backup_id'); // $sql = "INSERT INTO web_backup (server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename) VALUES (".$conf['server_id'].",$web_id,'mysql','sqlgz',".time().",'".$app->db->quote($db_backup_file).".gz')"; $sql = "INSERT INTO web_backup (server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename,filesize) VALUES (".$conf['server_id'].",$web_id,'mysql','sqlgz',".time().",'".$app->db->quote($db_backup_file).".gz','".formatBytes(filesize($db_backup_dir.'/'.$db_backup_file))."')"; $sql = "INSERT INTO web_backup (server_id,parent_domain_id,backup_type,backup_mode,tstamp,filename) VALUES (".$conf['server_id'].",$web_id,'mysql','sqlgz',".time().",'".$app->db->quote($db_backup_file).".gz')"; $app->db->query($sql); if($app->db->dbHost != $app->dbmaster->dbHost) $app->dbmaster->query($sql); server/lib/classes/system.inc.php
@@ -575,58 +575,6 @@ } /** * Get the group id from an group * */ function getgid($group){ global $app; if($this->is_group($group)){ $group_datei = $this->server_conf['group_datei']; $groups = $app->file->no_comments($group_datei); $lines = explode("\n", $groups); if(is_array($lines)){ foreach($lines as $line){ if(trim($line) != ""){ list($f1, $f2, $f3, $f4) = explode(':', $line); if($f1 == $group) return $f3; } } } } else { return false; } } /** * Return info about a group by name * */ function posix_getgrnam($group) { if(!function_exists('posix_getgrnam')){ $group_datei = $this->server_conf['group_datei']; $cmd = 'grep -m 1 "^'.$group.':" '.$group_datei; exec($cmd, $output, $return_var); if($return_var != 0 || !$output[0]) return false; list($f1, $f2, $f3, $f4) = explode(':', $output[0]); $f2 = trim($f2); $f3 = trim($f3); $f4 = trim($f4); if($f4 != ''){ $members = explode(',', $f4); } else { $members = array(); } $group_details = array( 'name' => $group, 'passwd' => $f2, 'members' => $members, 'gid' => $f3); return $group_details; } else { return posix_getgrnam($group); } } /** * Get all information from a user * */ server/plugins-available/apache2_plugin.inc.php
@@ -923,7 +923,7 @@ //* Create custom php.ini if(trim($data['new']['custom_php_ini']) != '') { $has_custom_php_ini = true; if(!is_dir($custom_php_ini_dir)) $app->system->mkdirpath($custom_php_ini_dir); if(!is_dir($custom_php_ini_dir)) $app->system->mkdir($custom_php_ini_dir); $php_ini_content = ''; if($data['new']['php'] == 'mod') { $master_php_ini_path = $web_config['php_ini_path_apache']; server/plugins-available/mail_plugin_dkim.inc.php
File was deleted server/plugins-available/mailman_plugin.inc.php
@@ -74,7 +74,7 @@ $this->update_config(); exec("nohup /usr/lib/mailman/bin/newlist -u ".escapeshellcmd($data["new"]["domain"])." -e ".escapeshellcmd($data["new"]["domain"])." ".escapeshellcmd($data["new"]["listname"])." ".escapeshellcmd($data["new"]["email"])." ".escapeshellcmd($data["new"]["password"])." >/dev/null 2>&1 &"); if(is_file('/var/lib/mailman/data/virtual-mailman')) exec('postmap /var/lib/mailman/data/virtual-mailman'); exec('nohup '.$conf['init_scripts'] . '/' . 'mailman reload >/dev/null 2>&1 &'); $app->db->query("UPDATE mail_mailinglist SET password = '' WHERE mailinglist_id = ".$app->db->quote($data["new"]['mailinglist_id'])); server/plugins-available/nginx_plugin.inc.php
@@ -831,7 +831,7 @@ if(!is_dir($web_config['website_basedir'].'/conf')) mkdir($web_config['website_basedir'].'/conf'); if(trim($data['new']['custom_php_ini']) != '') { $has_custom_php_ini = true; if(!is_dir($custom_php_ini_dir)) $app->system->mkdirpath($custom_php_ini_dir); if(!is_dir($custom_php_ini_dir)) $app->system->mkdir($custom_php_ini_dir); $php_ini_content = ''; if($data['new']['php'] == 'mod') { $master_php_ini_path = $web_config['php_ini_path_apache']; server/plugins-available/shelluser_base_plugin.inc.php
@@ -162,8 +162,8 @@ exec($command); $app->log("Executed command: $command ",LOGLEVEL_DEBUG); */ //$groupinfo = $app->system->posix_getgrnam($data['new']['pgroup']); $app->system->usermod($data['old']['username'],0, $app->system->getgid($data['new']['pgroup']), $data['new']['dir'], $data['new']['shell'], $data['new']['password'], $data['new']['username']); $groupinfo = posix_getgrnam($data['new']['pgroup']); $app->system->usermod($data['old']['username'],0, $groupinfo[gid], $data['new']['dir'], $data['new']['shell'], $data['new']['password'], $data['new']['username']); $app->log("Updated shelluser: ".$data['old']['username'],LOGLEVEL_DEBUG); // call the ssh-rsa update function