mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
show Type and version of Firewall in titel
This commit is contained in:
@@ -7,7 +7,7 @@ if (&get_ipvx_version() == 6) { require './firewall6-lib.pl';
|
||||
} else { require './firewall4-lib.pl'; }
|
||||
$access{'cluster'} || &error($text{'ecluster'});
|
||||
&foreign_require("servers", "servers-lib.pl");
|
||||
&ui_print_header(undef, $text{'cluster_title'}, undef, "cluster");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'cluster_title'}, undef, "cluster");
|
||||
|
||||
# Show existing servers
|
||||
@servers = &list_cluster_servers();
|
||||
|
||||
@@ -26,7 +26,7 @@ else {
|
||||
$msg = &text('add_gmsg', $in{'group'});
|
||||
}
|
||||
|
||||
&ui_print_header(undef, $text{'add_title'}, "");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'add_title'}, "");
|
||||
print "<b>$msg</b><p>\n";
|
||||
|
||||
# Setup error handler for down hosts
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/local/bin/perl
|
||||
|
||||
# Remove some servers from the managed list
|
||||
|
||||
require './firewall-lib.pl';
|
||||
|
||||
@@ -10,17 +10,17 @@ if (&get_ipvx_version() == 6) { require './firewall6-lib.pl';
|
||||
$table = $tables[$in{'table'}];
|
||||
&can_edit_table($table->{'name'}) || &error($text{'etable'});
|
||||
if ($in{'clone'} ne '') {
|
||||
&ui_print_header(undef, $text{'edit_title3'}, "");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'edit_title3'}, "");
|
||||
%clone = %{$table->{'rules'}->[$in{'clone'}]};
|
||||
$rule = \%clone;
|
||||
}
|
||||
elsif ($in{'new'}) {
|
||||
&ui_print_header(undef, $text{'edit_title1'}, "");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'edit_title1'}, "");
|
||||
$rule = { 'chain' => $in{'chain'},
|
||||
'j' => &can_jump('DROP') ? 'DROP' : "" };
|
||||
}
|
||||
else {
|
||||
&ui_print_header(undef, $text{'edit_title2'}, "");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'edit_title2'}, "");
|
||||
$rule = $table->{'rules'}->[$in{'idx'}];
|
||||
&can_jump($rule) || &error($text{'ejump'});
|
||||
}
|
||||
|
||||
@@ -12,13 +12,13 @@ if (&get_ipvx_version() == 6) { require './firewall6-lib.pl';
|
||||
if ($ipvx_save) {
|
||||
$desc = &text('index_editing', "<tt>$ipvx_save</tt>");
|
||||
}
|
||||
&ui_print_header(undef, $text{'index_title'}, undef, "intro", 1, 1, 0,
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'index_title'}, undef, "intro", 1, 1, 0,
|
||||
&help_search_link("ip${ipvx}tables", "man", "doc"));
|
||||
#print tabs for IPv4 and IPv6
|
||||
print <<EOF ;
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="$ipv4_active">
|
||||
<a href="$ipv4_link"><b>$text{'index_title_v4'}</b></a>
|
||||
<a href="$ipv4_link"><b>$text{'index_title_v'}</b></a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="$ipv6_active">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
index_title=Tallafocs Linux
|
||||
index_title=Tallafocs Linux IPTables
|
||||
index_editing=Fitxer de regles $1
|
||||
index_ecommand=No s'ha trobat al sistema l'ordre $1. Webmin necessita aquesta ordre per configurar IPtables.
|
||||
index_ekernel=S'ha produït un error en comprovar la configuració actual d'IPtables: $1 Això pot indicar que el nucli no suporta IPtables.
|
||||
|
||||
@@ -218,7 +218,7 @@ index_shorewall=Pozor! Vypad
|
||||
index_table_filter=Filtrování packetů (filter)
|
||||
index_table_mangle=Změna paketů (mangle)
|
||||
index_table_nat=Překlad síťové adresy (nat)
|
||||
index_title=Firewall Linuxu
|
||||
index_title=Firewall IPTables Linuxu
|
||||
index_unapply=Navrátit konfiguraci
|
||||
index_unapplydesc=Klepnutím na toto tlačítko se resetuje konfigurace uvedená výše na jednu z právě aktivních konfigurací.
|
||||
log_add_group=Přidány do clusteru servery ze skupiny $1
|
||||
|
||||
@@ -232,7 +232,7 @@ index_shorewall=Hinweis! Es scheint, dass Shorewall verwendet wird, um das Firew
|
||||
index_table_filter=Packet filtering (filter)
|
||||
index_table_mangle=Packet alteration (mangle)
|
||||
index_table_nat=Netzwerk Adress Translation (NAT)
|
||||
index_title=Linux Firewall
|
||||
index_title=Linux IPTables Firewall
|
||||
index_unapply=Konfiguration zurücksetzen
|
||||
index_unapply2=Speichere Konfiguration
|
||||
index_unapply2desc=Klicke auf diese Schaltfläche, um die Konfiguration oben in die permanente Firewall-Konfigurationsdatei zu speichern.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
index_title=Linux Firewall
|
||||
index_title_v4=IPv4 Firewall
|
||||
index_title=Linux IPTables Firewall
|
||||
index_title_v=IPv4 Firewall
|
||||
index_title_v6=IPv6 Firewall
|
||||
index_editing=Rules file $1
|
||||
index_ecommand=The command $1 was not found on your system. Webmin needs this command to configure IPtables.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
index_title=Firewall
|
||||
index_title=Firewall IPTables
|
||||
index_ecommand=El comando $1 no se encontro en su sistema. Allconnections necesita este comando para configurar el firewall.
|
||||
index_ekernel=Ocurrio un error al comprobar su configuracion de firewall actual: esto puede indicar que su kernel no tiene soporte de Firewall
|
||||
index_header=Configuracion de firewall para $1
|
||||
|
||||
@@ -201,7 +201,7 @@ index_shorewall=Attention! Il semble que Shorewall soit utilisé pour gé
|
||||
index_table_filter=Filtrage de paquets (filter)
|
||||
index_table_mangle=Altération de paquets (mangle)
|
||||
index_table_nat=Translation d'adresses réseau (nat)
|
||||
index_title=Firewall Linux
|
||||
index_title=Firewall IPTables Linux
|
||||
index_unapply=Rétablir la Configuration
|
||||
index_unapplydesc=Cliquez sur ce bouton pour rétablir la configuration listée ci-dessus en fonction de celle actuellement active.
|
||||
log_apply=Configuration appliqué
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
index_title=Linux Firewall
|
||||
index_title=Linux IPTables Firewall
|
||||
index_editing=Rules file $1
|
||||
index_ecommand=The command $1 was not found on your system. Webmin needs this command to configure IPtables.
|
||||
index_ekernel=An error occured when checking your current IPtables configuration : $1 This may indicate that your kernel does not support IPtables.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ../firewall/lang/it
|
||||
# Tradotto il 24 Dicembre 2002 alle 12.10 da Michele (M@Z) Azzolari - MILANO (ITALY)
|
||||
|
||||
index_title=Linux Firewall
|
||||
index_title=Linux IPTables Firewall
|
||||
index_ecommand=Il comando $1 non è stato trovato sul tuo sistema. Webmin ha bisogno di questo comando per configurare IPtables.
|
||||
index_ekernel=Si è verificato un errore rilevando la tua configurazione di IPtables: $1. Questo può indicare che il tuo kernel non supporta IPtables.
|
||||
index_header=Configurazione del Firewall da $1
|
||||
|
||||
@@ -172,7 +172,7 @@ index_shorewall=
|
||||
index_table_filter=パケットフィルタリング (filter)
|
||||
index_table_mangle=パケット変換
|
||||
index_table_nat=ネットワークアドレス変換 (nat)
|
||||
index_title=Linux ファイヤウォール
|
||||
index_title=Linux IPTables ファイヤウォール
|
||||
index_unapply=元に戻す
|
||||
index_unapplydesc=このボタンをクリックするとリストされた設定をリセットし現在有効な設定をリストします。
|
||||
log_apply=変更を適用した
|
||||
|
||||
@@ -231,7 +231,7 @@ index_shorewall=Waarschuwing! Het lijkt erop dat Shorewall word gebruikt om uw s
|
||||
index_table_filter=Pakket filteren (filter)
|
||||
index_table_mangle=Pakket wijziging (mangle)
|
||||
index_table_nat=Netwerk adres vertaling (NAT)
|
||||
index_title=Linux Firewall
|
||||
index_title=Linux IPTables Firewall
|
||||
index_unapply=Omkeren Configuratie
|
||||
index_unapplydesc=Klik op deze knop om de configuratie die hierboven staat te resetten naar de configuratie die op dit moment actief is
|
||||
log_add_group=Toegevoegde cluster servers van groep $1
|
||||
|
||||
@@ -232,7 +232,7 @@ index_shorewall=Warning! It appears that Shorewall is being used to generate you
|
||||
index_table_filter=Pakkefiltrering (filter)
|
||||
index_table_mangle=Pakke endring (mangle)
|
||||
index_table_nat=Nettverksadresse oversetting (nat)
|
||||
index_title=Linux brannmur
|
||||
index_title=Linux IPTables brannmur
|
||||
index_unapply=Tilbakestill konfigurasjon
|
||||
index_unapply2=Lagre konfigurasjon
|
||||
index_unapply2desc=Klikk på denne knappen for å lagre konfigurasjonen ovenfor i den permanente brannmur-konfigurasjonsfilen
|
||||
|
||||
@@ -232,7 +232,7 @@ index_shorewall=Uwaga! Wygl
|
||||
index_table_filter=Filtracja pakietu (filter)
|
||||
index_table_mangle=Przeróbka pakietu (mangle)
|
||||
index_table_nat=Translacja adresów sieciowych (nat)
|
||||
index_title=Firewall Linuksa
|
||||
index_title=Firewall IPTables Linuksa
|
||||
index_unapply=Przywróć konfigurację
|
||||
index_unapply2=Zapisz konfigurację
|
||||
index_unapply2desc=Kliknij na ten przycisk, aby zapisać powyższą konfigurację do pliku konfiguracyjnego firewalla.
|
||||
|
||||
@@ -219,7 +219,7 @@ index_shorewall=Aviso! Parece que o Shorewall está sendo usado para gerar s
|
||||
index_table_filter=Filtragem de pacotes (filter)
|
||||
index_table_mangle=Alteração de pacotes (mangle)
|
||||
index_table_nat=Tradução de endereço de rede (nat)
|
||||
index_title=Linux Firewall
|
||||
index_title=Linux IPTables Firewall
|
||||
index_unapply=Reverter Configuração
|
||||
index_unapplydesc=Clique neste botão para reiniciar as configurações listadas acima para a que estiver em uso atual.
|
||||
log_add_group=Adicionando servidores clusters do grupo $1
|
||||
|
||||
@@ -127,7 +127,7 @@ apply_err=
|
||||
index_radd=Добавить правило
|
||||
index_ecommand=Команда $1 в вашей системе не обнаружена. Эта команда необходима Webmin для настройки IPtables.
|
||||
edit_ports=Порт(ы) источника или назначения ( --ports )
|
||||
index_title=Межсетевой экран Linux (firewall)
|
||||
index_title=Межсетевой экран Linux IPTables (firewall)
|
||||
save_egidowner=Группа unix не указана или указана неверно
|
||||
edit_state=Состояние соединения ( --state )
|
||||
edit_tcpoption=Номером TCP опции ( --tcp-option )
|
||||
|
||||
@@ -221,7 +221,7 @@ index_shorewall=
|
||||
index_table_filter=Фильтрование пакетов (filter)
|
||||
index_table_mangle=Изменение пакетов (mangle)
|
||||
index_table_nat=Преобразование сетевых адресов (nat)
|
||||
index_title=Межсетевой экран Linux (firewall)
|
||||
index_title=Межсетевой экран Linux IPTables (firewall)
|
||||
index_unapply=Вернуть конфигурацию
|
||||
index_unapplydesc=Нажатие на эту кнопку приведет к сбросу вышеприведенной конфигурации к активной в данный момент в ядре.
|
||||
log_add_group=Добавлены серверы кластера из группы $1
|
||||
|
||||
@@ -219,7 +219,7 @@ index_shorewall=Varovanie! Zd
|
||||
index_table_filter=Filtrovanie paketov (filter)
|
||||
index_table_mangle=Zmena paketov (mangle)
|
||||
index_table_nat=Preklad sieťovej adresy (nat)
|
||||
index_title=Firewall Linuxu
|
||||
index_title=Firewall IPTables Linuxu
|
||||
index_unapply=Vrátiť konfiguráciu
|
||||
index_unapplydesc=Na toto tlačidlo kliknite, ak chcete zrušiť konfiguráciu zobrazenú vyššie a obnoviť tú, čo je práve aktívna.
|
||||
log_add_group=Pridané cluster servery zo skupiny $1
|
||||
|
||||
@@ -216,7 +216,7 @@ index_shorewall=Uyar
|
||||
index_table_filter=Paket filtreleme (filtre)
|
||||
index_table_mangle=Paket değişikliği (mangle)
|
||||
index_table_nat=Ağ adres çevirisi (nat)
|
||||
index_title=Linux Güvenlik Duvarı
|
||||
index_title=Linux IPTables Güvenlik Duvarı
|
||||
index_unapply=Yapılandırmayı Geri Al
|
||||
index_unapplydesc=Yukarıda listelenen yapılandırmayı halen aktif olan yapılandırmayla değiştirmek için bu tuşa basın.
|
||||
log_add_group=$1 grubundan küme sunucuları eklendi
|
||||
|
||||
@@ -129,7 +129,7 @@ apply_err=
|
||||
index_radd=Додати правило
|
||||
index_ecommand=Команда $1 у вашій системі не виявлена. Ця команда необхідна Webmin для настроювання IPtables.
|
||||
edit_ports=Порт(ы) джерела і призначення
|
||||
index_title=Міжмережевий екран Linux (firewall)
|
||||
index_title=Міжмережевий екран Linux IPTables (firewall)
|
||||
save_egidowner=Група unix чи не зазначена зазначена невірно
|
||||
edit_state=Стану з'єднання
|
||||
edit_tcpoption=Встановлена опція TCP з номером
|
||||
|
||||
@@ -52,7 +52,7 @@ elsif ($in{'delete'} || $in{'clear'}) {
|
||||
# Ask for confirmation on deleting the chain
|
||||
$mode = $in{'delete'} ? "delete" : "clear";
|
||||
$access{'delchain'} || &error($text{$mode.'_ecannot'});
|
||||
&ui_print_header(undef, $text{$mode.'_title'}, "");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{$mode.'_title'}, "");
|
||||
|
||||
@rules = grep { $_->{'chain'} eq $in{'chain'} } @{$table->{'rules'}};
|
||||
print &ui_form_start("save_policy.cgi");
|
||||
@@ -107,7 +107,7 @@ elsif ($in{'rename'} && $in{'newname'}) {
|
||||
}
|
||||
elsif ($in{'rename'}) {
|
||||
# Show chain rename form
|
||||
&ui_print_header(undef, $text{'rename_title'}, "");
|
||||
&ui_print_header($text{"index_title_v${ipvx}"}, $text{'rename_title'}, "")
|
||||
|
||||
print &ui_form_start("save_policy.cgi");
|
||||
print &ui_hidden("version", ${ipvx_arg});
|
||||
@@ -177,7 +177,7 @@ elsif ($in{'movesel'} && $in{'dest'}) {
|
||||
}
|
||||
elsif ($in{'movesel'}) {
|
||||
# Show rule move form
|
||||
&ui_print_header(undef, $text{'move_title'}, "");
|
||||
&ui_undef, $text{'move_title'}, "");
|
||||
|
||||
print &ui_form_start("save_policy.cgi");
|
||||
print &ui_hidden("version", ${ipvx_arg});
|
||||
|
||||
Reference in New Issue
Block a user