chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
This is the README file for the OpenSLP webmin
module by Monty Charlton <monty@caldera.com>.
Installation is easy.
Just use the 'Webmin Modules' applet under 'Webmin Configuration'.
Use the '...' box to find openslp.tar.wbm and it should install fine.
Worst case, just copy the tar file to your webmin directory
(usually /usr/libexec/webmin) and extract it:
tar xvf openslp.tar.wbm
You may notice there are a number of config-some-system files in
the openslp directory. You may have to edit the file that pertains
to your particular system. If you do, please send me (monty@caldera.com)
the change you had to make to get things to work.
To make your module appear in the main list, you may have to edit
/etc/webmin/webmin.acl. Just add openslp to the list somewhere and it
should magically appear. But you probably won't have to do this.
This OpenSLP module is Copyright (c) 2000 Caldera Systems
Permission to use, copy, modify, and distribute this software and its
documentation under the terms of the GNU General Public License is hereby
granted. No representations are made about the suitability of this software
for any purpose. It is provided "as is" without express or implied warranty.
See the GNU General Public License for more details.
+43
View File
@@ -0,0 +1,43 @@
do 'slp-lib.pl';
# backup_config_files()
# Returns files and directories that can be backed up
sub backup_config_files
{
return ( $config{'slpd_conf'}, $config{'slpd_reg'} );
}
# pre_backup(&files)
# Called before the files are actually read
sub pre_backup
{
return undef;
}
# post_backup(&files)
# Called after the files are actually read
sub post_backup
{
return undef;
}
# pre_restore(&files)
# Called before the files are restored from a backup
sub pre_restore
{
return undef;
}
# post_restore(&files)
# Called after the files are restored from a backup
sub post_restore
{
if (&slpd_is_running()) {
&restart();
}
return undef;
}
1;
+5
View File
@@ -0,0 +1,5 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/usr/local/etc/slp.conf
slpd_reg=/usr/local/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
slpd=/usr/sbin/slpd
start_cmd=/usr/local/etc/rc.d/slpd start
stop_cmd=/usr/local/etc/rc.d/slpd stop
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=service slpd start
stop_cmd=service slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+5
View File
@@ -0,0 +1,5 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+5
View File
@@ -0,0 +1,5 @@
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
slpd_conf=/etc/slp.conf
slpd=/usr/sbin/slpd
slpd_reg=/etc/slp.reg
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/rc.d/init.d/slpd start
stop_cmd=/etc/rc.d/init.d/slpd stop
slpd=/usr/sbin/slpd
+7
View File
@@ -0,0 +1,7 @@
slpd_conf=/etc/slp.conf
slpd_reg=/etc/slp.reg
slpd_log=/var/log/slpd.log
slpd_pid=/var/run/slpd.pid
start_cmd=/etc/init.d/slpd start
stop_cmd=/etc/init.d/slpd stop
slpd=/usr/sbin/slpd
+8
View File
@@ -0,0 +1,8 @@
line2=System configuration,11
slpd_conf=Path to OpenSLP configuration file,0
slpd_reg=Path to OpenSLP registration file,0
slpd_log=Path to OpenSLP log file,0
slpd_pid=Path to OpenSLP PID file,0
slpd=Path to OpenSLP daemon executable,0
start_cmd=Command to start OpenSLP,3,Just run daemon
stop_cmd=Command to stop OpenSLP,3,Kill process
+8
View File
@@ -0,0 +1,8 @@
line2=Configuració del sistema,11
slpd_conf=Camí del fitxer de configuració d'OpenSLP,0
slpd_reg=Camí del fitxer d'enregistrament d'OpenSLP,0
slpd_log=Camí del fitxer de registre d'OpenSLP,0
slpd_pid=Camí del fitxer de PID d'OpenSLP,0
slpd=Camí del dimoni executable d'OpenSLP,0
start_cmd=Ordre per iniciar OpenSLP,3,Executa el dimoni
stop_cmd=Ordre per aturar OpenSLP,3,Mata el procés
+8
View File
@@ -0,0 +1,8 @@
line2=Konfigurace systému,11
slpd_conf=Cesta ke konfiguračnímu souboru OpenSLP,0
slpd_reg=Cesta k registračnímu souboru OpenSLP,0
slpd_log=Cesta k log souboru OpenSLP,0
slpd_pid=Cesta k OpenSLP PID souboru,0
slpd=Cesta ke spouštěči OpenSLP démona,0
start_cmd=Příkaz pro spuštění OpenSLP,3,Démon právě běží
stop_cmd=Příkaz pro ukončení OpenSLP,3,Zabít proces
+8
View File
@@ -0,0 +1,8 @@
line2=Systemkonfiguration,11
slpd_conf=Pfad zur OpenSLP Konfigurationsdatei,0
slpd_reg=Pfad zur OpenSLP Registrationsdatei,0
slpd_log=Pfad zur OpenSLP Log-Datei,0
slpd_pid=Pfad zur OpenSLP PID Datei,0
slpd=Pfad zur ausführbaren Datei von OpenSLP,0
start_cmd=Befehl zum Starten von OpenSLP,3,Nur Daemon ausführen
stop_cmd=Befehl zum Stoppen von OpenSLP,3,Töte Prozess
+8
View File
@@ -0,0 +1,8 @@
line2=Konfigurasi sistem,11
slpd_conf=Laluan ke fail konfiguasi OpenSLP,0
slpd_reg=Laluan ke fail pendaftaran OpenSLP,0
slpd_log=Laluan ke fail log OpenSLP,0
slpd_pid=Laluan ke fail PID OpenSLP,0
slpd=Laluan ke pelaksana daemon OpenSLP,0
start_cmd=Arahan untuk mulakan OpenSLP,3,Cuma larikan daemon
stop_cmd=Arahanuntuk henti OpenSLP,3,Bunuh proses
+8
View File
@@ -0,0 +1,8 @@
line2=Systeem configuratie,11
slpd_conf=Pad naar de OpenSLP configuratie file,0
slpd_reg=Pad naar de OpenSLP registratie file,0
slpd_log=Pad naar de OpenSLP log file,0
slpd_pid=Pad naar de OpenSLP PID file,0
slpd=Pad naar de OpenSLP daemon exe,0
start_cmd=Opdracht om de OpenSLP te starten,3,Alleen de deamon laten werken
stop_cmd=Opdracht om de OpenSLP te stoppen,3,Kill proces
+8
View File
@@ -0,0 +1,8 @@
line2=System konfigurasjon,11
slpd_conf=Stil til OpenSLP konfigurasjonsfil,0
slpd_reg=Stil til OpenSLP registreringsfil,0
slpd_log=Stil til OpenSLP loggfil,0
slpd_pid=Stil til OpenSLP PID fil,0
slpd=Stil til OpenSLP program,0
start_cmd=Kommando for å starte OpenSLP,3,Kjør programmet direkte
stop_cmd=Kommando for å stoppe OpenSLP,3,Stopp prosessen
+8
View File
@@ -0,0 +1,8 @@
line2=Системные параметры,11
slpd_conf=Путь к файлу настроек OpenSLP,0
slpd_reg=Путь к файлу регистрации OpenSLP,0
slpd_log=Путь к файлу журнала OpenSLP,0
slpd_pid=Путь к файлу PID OpenSLP,0
slpd=Путь к исполняемому файлу демона OpenSLP,0
start_cmd=Команда запуска OpenSLP,3,Просто запуск демона
stop_cmd=Команда остановки OpenSLP,3,Убить процесс
+8
View File
@@ -0,0 +1,8 @@
line2=Системні параметри,11
slpd_conf=Шлях до файлу настроювань OpenSLP,0
slpd_reg=Шлях до файлу реєстрації OpenSLP,0
slpd_log=Шлях до файлу журналу OpenSLP,0
slpd_pid=Шлях до файлу PID OpenSLP,0
slpd=Шлях до файлу демона&#44; що виконується&#44; OpenSLP,0
start_cmd=Команда запуску OpenSLP,3,Просто запуск демона
stop_cmd=Команда зупинки OpenSLP,3,Убити процес
+42
View File
@@ -0,0 +1,42 @@
#!/usr/local/bin/perl
#
# An OpenSLP webmin module
# by Monty Charlton <monty@caldera.com>,
#
# Copyright (c) 2000 Caldera Systems
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
require './slp-lib.pl';
&ui_print_header(undef, $text{'dacfg_title'}, "");
local $dacfg = &get_dacfg_config();
print "<form action=save_dacfg.cgi>\n";
print "<table border width=100%>\n";
print "<tr $tb> <td><b>$text{'dacfg_title'}</b></td> </tr>\n";
print "<tr $cb> <td><table width=100%>\n";
local $true=""; local $false="";
if ($dacfg->{'isDA'} !~ /^true$/i || $dacfg->{'isDADisabled'}) {
$false = " checked";
} else {
$true = " checked";
}
print "<tr><td><b>$text{'dacfg_isDA'}</b></td><td nowrap>\n";
print "<table><tr><td nowrap>\n";
print "<input type=radio name=isDA value=1$true>\n";
print "True&nbsp;<BR>\n";
print "<input type=radio name=isDA value=0$false>\n";
print "False&nbsp;(default)&nbsp;";
print "</td></tr></table></td></tr>\n";
print "</table></td></tr></table>\n";
print "<input type=submit value=\"$text{'save'}\"></form>\n";
&ui_print_footer("", $text{'index_return'});
+83
View File
@@ -0,0 +1,83 @@
#!/usr/local/bin/perl
#
# An OpenSLP webmin module
# by Monty Charlton <monty@caldera.com>,
#
# Copyright (c) 2000 Caldera Systems
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
require './slp-lib.pl';
&ui_print_header(undef, $text{'log_title'}, "");
local $log = &get_log_config();
print "<form action=save_log.cgi>\n";
print "<table border width=100%>\n";
print "<tr $tb> <td><b>$text{'log_title'}</b></td> </tr>\n";
print "<tr $cb> <td><table width=100%>\n";
if ($log->{'traceDATraffic'} !~ /^true$/i || $log->{'traceDATrafficDisabled'}) {
$false = " checked";
} else {
$true = " checked";
}
print "<tr><td><b>$text{'log_traceDATraffic'}</b></td><td nowrap>\n";
print "<input type=radio name=traceDATraffic value=1$true>\n";
print "True&nbsp;&nbsp;<BR>";
print "<input type=radio name=traceDATraffic value=0$false>\n";
print "False&nbsp;(default)";
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
local $true=""; local $false="";
if ($log->{'traceMsg'} !~ /^true$/i || $log->{'traceMsgDisabled'}) {
$false = " checked";
} else {
$true = " checked";
}
print "<td><b>$text{'log_traceMsg'}</b></td><td nowrap>\n";
print "<input type=radio name=traceMsg value=1$true>\n";
print "True&nbsp;<BR>";
print "<input type=radio name=traceMsg value=0$false>\n";
print "False&nbsp;(default)&nbsp;";
print "</td></tr>\n";
print "<tr><td colspan=6><HR></td></tr>";
$true=""; $false="";
if ($log->{'traceDrop'} !~ /^true$/i || $log->{'traceDropDisabled'}) {
$false = " checked";
} else {
$true = " checked";
}
print "<tr><td><b>$text{'log_traceDrop'}</b></td><td nowrap>\n";
print "<input type=radio name=traceDrop value=1$true>\n";
print "True&nbsp;<BR>";
print "<input type=radio name=traceDrop value=0$false>\n";
print "False&nbsp;(default)&nbsp;";
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($log->{'traceReg'} !~ /^true$/i || $log->{'traceRegDisabled'}) {
$false = " checked";
} else {
$true = " checked";
}
print "<td><b>$text{'log_traceReg'}</b></td><td nowrap>\n";
print "<input type=radio name=traceReg value=1$true>\n";
print "True&nbsp;<BR>";
print "<input type=radio name=traceReg value=0$false>\n";
print "False&nbsp;(default)&nbsp;";
print "</td>\n";
print "</table></td></tr></table>\n";
print "<input type=submit value=\"$text{'save'}\"></form>\n";
&ui_print_footer("", $text{'index_return'});
+250
View File
@@ -0,0 +1,250 @@
#!/usr/local/bin/perl
#
# An OpenSLP webmin module
# by Monty Charlton <monty@caldera.com>,
#
# Copyright (c) 2000 Caldera Systems
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
require './slp-lib.pl';
&ui_print_header(undef, $text{'netcfg_title'}, "");
local $netcfg = &get_netcfg_config();
print "<form action=save_netcfg.cgi>\n";
print "<table border width=100%>\n";
print "<tr $tb> <td><b>$text{'netcfg_title'}</b></td> </tr>\n";
print "<tr $cb> <td><table width=100% cellpadding=2>\n";
if ($netcfg->{'isBroadcastOnly'} !~ /^true$/i || $netcfg->{'isBroadcastOnlyDisabled'}) {
$false = " checked";
} else {
$true = " checked";
}
print "<tr><td><b>$text{'netcfg_isBroadcastOnly'}</b></td><td nowrap>\n";
print "<input type=radio name=isBroadcastOnly value=1$true>\n";
print "True&nbsp;&nbsp;<BR>";
print "<input type=radio name=isBroadcastOnly value=0$false>\n";
print "False&nbsp;(default)";
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
local $true=""; local $false="";
if ($netcfg->{'passiveDADetection'} !~ /^false$/i || $netcfg->{'passiveDADetectionDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_passiveDADetection'}</b></td><td nowrap>\n";
print "<input type=radio name=passiveDADetection value=1$true>\n";
print "True&nbsp;(default)&nbsp;<BR>";
print "<input type=radio name=passiveDADetection value=0$false>\n";
print "False&nbsp;";
print "</td></tr>\n";
print "<tr><td colspan=6><HR></td></tr>";
$true=""; $false="";
if ($netcfg->{'activeDADetection'} !~ /^false$/i || $netcfg->{'activeDADetectionDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<tr><td><b>$text{'netcfg_activeDADetection'}</b></td><td nowrap>\n";
print "<input type=radio name=activeDADetection value=1$true>\n";
print "True&nbsp;(default)&nbsp;<BR>";
print "<input type=radio name=activeDADetection value=0$false>\n";
print "False&nbsp;";
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($netcfg->{'DAActiveDiscoveryIntervalDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_DAActiveDiscoveryInterval'}</b></td><td nowrap>\n";
print "<input type=radio name=DAActiveDiscoveryInterval value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=DAActiveDiscoveryInterval value=0$false>\n";
print "&nbsp;";
printf "<input name=DAActiveDiscoveryIntervalValue size=6 value=\"%s\"><br>\n",
$netcfg->{'DAActiveDiscoveryInterval'};
print "</td>\n";
print "<tr><td colspan=6><HR></td>";
$true=""; $false="";
if ($netcfg->{'multicastTTLDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<tr><td><b>$text{'netcfg_multicastTTL'}</b></td><td nowrap>\n";
print "<input type=radio name=multicastTTL value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=multicastTTL value=0$false>\n";
print "&nbsp;";
printf "<input name=multicastTTLValue size=6 value=\"%s\"><br>\n",
$netcfg->{'multicastTTL'};
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($netcfg->{'DADiscoveryMaximumWaitDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_DADiscoveryMaximumWait'}</b></td><td nowrap>\n";
print "<input type=radio name=DADiscoveryMaximumWait value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=DADiscoveryMaximumWait value=0$false>\n";
print "&nbsp;";
printf "<input name=DADiscoveryMaximumWaitValue size=6 value=\"%s\"><br>\n",
$netcfg->{'DADiscoveryMaximumWait'};
print "</td></tr>\n";
print "<tr><td colspan=6><HR></td>";
$true=""; $false="";
if ($netcfg->{'DADiscoveryTimeoutsDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<tr><td><b>$text{'netcfg_DADiscoveryTimeouts'}</b></td><td nowrap>\n";
print "<table><tr><td nowrap>\n";
print "<input type=radio name=DADiscoveryTimeouts value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=DADiscoveryTimeouts value=0$false></td><td>\n";
for ($i=0; $i<5; $i++) {
printf "<input name=DADiscoveryTimeoutsValue_$i size=6 value=\"%s\"><br>\n",
$netcfg->{'DADiscoveryTimeouts'}->[$i];
}
print "</td></tr></table></td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($netcfg->{'HintsFileDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_HintsFile'}</b></td><td nowrap>\n";
print "<input type=radio name=HintsFile value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=HintsFile value=0$false>\n";
print "&nbsp;";
printf "<input name=HintsFileValue size=13 value=\"%s\"><br>\n",
$netcfg->{'HintsFile'};
print "</td></tr>\n";
print "<tr><td colspan=6><HR></td>";
$true=""; $false="";
if ($netcfg->{'multicastMaximumWaitDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<tr><td><b>$text{'netcfg_multicastMaximumWait'}</b></td><td nowrap>\n";
print "<input type=radio name=multicastMaximumWait value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=multicastMaximumWait value=0$false>\n";
print "&nbsp;";
printf "<input name=multicastMaximumWaitValue size=6 value=\"%s\"><br>\n",
$netcfg->{'multicastMaximumWait'};
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($netcfg->{'multicastTimeoutsDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_multicastTimeouts'}</b></td><td nowrap>\n";
print "<table><tr><td nowrap>\n";
print "<input type=radio name=multicastTimeouts value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=multicastTimeouts value=0$false></td><td>\n";
for ($i=0; $i<5; $i++) {
printf "<input name=multicastTimeoutsValue_$i size=6 value=\"%s\"><br>\n",
$netcfg->{'multicastTimeouts'}->[$i];
}
print "</td></tr></table></td><tr>\n";
print "<tr><td colspan=6><HR></td>";
$true=""; $false="";
if ($netcfg->{'unicastMaximumWaitDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<tr><td><b>$text{'netcfg_unicastMaximumWait'}</b></td><td nowrap>\n";
print "<input type=radio name=unicastMaximumWait value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=unicastMaximumWait value=0$false>\n";
print "&nbsp;";
printf "<input name=unicastMaximumWaitValue size=6 value=\"%s\"><br>\n",
$netcfg->{'unicastMaximumWait'};
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($netcfg->{'randomWaitBoundDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_randomWaitBound'}</b></td><td nowrap>\n";
print "<input type=radio name=randomWaitBound value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=randomWaitBound value=0$false>\n";
print "&nbsp;";
printf "<input name=randomWaitBoundValue size=6 value=\"%s\"><br>\n",
$netcfg->{'randomWaitBound'};
print "</td></tr>\n";
print "<tr><td colspan=6><HR></td>";
$true=""; $false="";
if ($netcfg->{'MTUDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<tr><td><b>$text{'netcfg_MTU'}</b></td><td nowrap>\n";
print "<input type=radio name=MTU value=1$true>\n";
print "Default&nbsp;";
print "<input type=radio name=MTU value=0$false>\n";
print "&nbsp;";
printf "<input name=MTUValue size=6 value=\"%s\"><br>\n",
$netcfg->{'MTU'};
print "</td>\n";
print "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
$true=""; $false="";
if ($netcfg->{'interfacesDisabled'}) {
$true = " checked";
} else {
$false = " checked";
}
print "<td><b>$text{'netcfg_interfaces'}</b></td><td nowrap>\n";
print "<table><tr><td nowrap>\n";
print "<input type=radio name=interfaces value=1$true>\n";
print "All&nbsp;";
print "<input type=radio name=interfaces value=0$false></td><td>\n";
for ($i=0; $i<5; $i++) {
printf "<input name=interfacesValue_$i size=13 value=\"%s\"><br>\n",
$netcfg->{'interfaces'}->[$i];
}
print "</td></tr></table></td><tr>\n";
print "</table></td></tr></table>\n";
print "<input type=submit value=\"$text{'save'}\"></form>\n";
&ui_print_footer("", $text{'index_return'});
+64
View File
@@ -0,0 +1,64 @@
#!/usr/local/bin/perl
#
# An OpenSLP webmin module
# by Monty Charlton <monty@caldera.com>,
#
# Copyright (c) 2000 Caldera Systems
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
require './slp-lib.pl';
&ui_print_header(undef, $text{'snda_title'}, "");
local $snda = &get_snda_config();
print "<form action=save_snda.cgi>\n";
print "<table border width=100%>\n";
print "<tr $tb> <td><b>$text{'snda_title'}</b></td> </tr>\n";
print "<tr $cb> <td><table width=100%>\n";
if ($snda->{'useScopesDisabled'}) {
$true = " checked";
}
else {
$false = " checked";
}
print "<tr><td><b>$text{'snda_useScopes'}</b></td><td nowrap>\n";
print "<table><tr><td nowrap>\n";
print "<input type=radio name=useScopes value=1$true>\n";
print "&nbsp;Default&nbsp;&nbsp;";
print "<input type=radio name=useScopes value=0$false></td><td>\n";
for($i=0; $i<3; $i++) {
printf "<input name=useScopesValue_$i size=20 value=\"%s\"><br>\n",
$snda->{'useScopes'}->[$i];
}
print "</td></tr></table></td></tr>\n";
print "<tr><td colspan=3><HR></td></tr>";
local $true=""; local $false="";
if ($snda->{'DAAddressesDisabled'}) {
$true = " checked";
}
else {
$false = " checked";
}
print "<tr><td><b>$text{'snda_DAAddresses'}</b></td><td nowrap>\n";
print "<table><tr><td nowrap>\n";
print "<input type=radio name=DAAddresses value=1$true>\n";
print "&nbsp;Default&nbsp;&nbsp;";
print "<input type=radio name=DAAddresses value=0$false></td><td>\n";
for($i=0; $i<3; $i++) {
printf "<input name=DAAddressesValue_$i size=20 value=\"%s\"><br>\n",
$snda->{'DAAddresses'}->[$i];
}
print "</td></tr></table></td></tr>\n";
print "</table></td></tr></table>\n";
print "<input type=submit value=\"$text{'save'}\"></form>\n";
&ui_print_footer("", $text{'index_return'});
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> بروتوكول موقع الخدمة (SLP) هو بروتوكول تتبع لمعايير IETF يوفر إطار عمل يسمح لتطبيقات الشبكات باكتشاف وجود الخدمات الشبكية وموقعها وتكوينها في شبكات المؤسسة. <center style=";text-align:right;direction:rtl"><form style=";text-align:right;direction:rtl"><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) е протокол за проследяване на стандарти IETF, който предоставя рамка, която позволява на мрежовите приложения да откриват съществуването, местоположението и конфигурирането на мрежови услуги в корпоративни мрежи. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+11
View File
@@ -0,0 +1,11 @@
<header>OpenSLP</header>
El Protocol d'Ubicació de Servei (SLP) és un protocol de rastreig estàndard
IETF que subministra un marc de treball per permet que les aplicacions de
xarxa descobreixin l'existència, ubicació i configuració de serveis en xarxa
en xarxes corporatives.
<center><form><input type="button" value="close" onclick="self.close()"></form></center>
<hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Protokol Service Location Protocol (SLP) je protokol IETF standard trať, který poskytuje rámec, který umožňuje síťovým aplikacím objevit existenci, umístění a konfiguraci síťových služeb v podnikových sítích. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) er en IETF-standardsporprotokol, der giver en ramme, der tillader netværksapplikationer at opdage eksistensen, placeringen og konfigurationen af netværkstjenester i virksomhedsnetværk. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header>OpenSLP</header>Das Service Location Protocol (SLP) ist ein Protokoll im Standards Track der IETF, das einen Rahmen bereitstellt, um Netzwerkanwendungen die Entdeckung der Existenz, des Standorts und der Konfiguration von Netzwerkdiensten in Unternehmensnetzwerken zu ermöglichen.<center><form><input type="button" value="schließen" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Το Service Location Protocol (SLP) είναι ένα πρωτόκολλο παρακολούθησης προτύπων IETF που παρέχει ένα πλαίσιο που επιτρέπει στις εφαρμογές δικτύωσης να ανακαλύπτουν την ύπαρξη, τη θέση και τη διαμόρφωση των δικτυακών υπηρεσιών σε εταιρικά δίκτυα. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) es un protocolo de seguimiento de estándares IETF que proporciona un marco para permitir que las aplicaciones de redes descubran la existencia, ubicación y configuración de servicios en red en redes empresariales. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Zerbitzuaren kokapenaren protokoloa (SLP) IETF estandarren jarraipen protokoloa da. Sareko aplikazioek sareko zerbitzuen existentzia, kokapena eta konfigurazioa ezagutzeko aukera ematen dute. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> پروتکل موقعیت یابی سرویس (SLP) یک پروتکل مسیر استاندارد استاندارد IETF است که چارچوبی را فراهم می کند تا برنامه های شبکه بتوانند وجود ، مکان و پیکربندی سرویس های شبکه در شبکه های سازمانی را کشف کنند. <center style=";text-align:right;direction:rtl"><form style=";text-align:right;direction:rtl"><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Palvelun sijaintiprotokolla (Service Location Protocol, SLP) on IETF-standardien seurantaprotokolla, joka tarjoaa kehyksen, jonka avulla verkkoratkaisut voivat löytää verkotettujen palveluiden olemassaolon, sijainnin ja kokoonpanon yritysverkoissa. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Le Service Location Protocol (SLP) est un protocole de suivi des normes IETF qui fournit un cadre permettant aux applications de mise en réseau de découvrir l&#39;existence, l&#39;emplacement et la configuration des services en réseau dans les réseaux d&#39;entreprise. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) protokol je IETF standarda za praćenje koji pruža okvir koji omogućuje mrežnim aplikacijama da otkriju postojanje, lokaciju i konfiguraciju umreženih usluga u poslovnim mrežama. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+8
View File
@@ -0,0 +1,8 @@
<header>OpenSLP</header>
Service Location Protocol (SLP) is an IETF standards track protocol that provides a framework to allow networking
applications to discover the existence, location, and configuration of networked services in enterprise
networks.
<center><form><input type="button" value="close" onclick="self.close()"></form></center>
<hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> A Service Location Protocol (SLP) egy IETF szabványok követési protokollja, amely keretet biztosít a hálózati alkalmazások számára a hálózati szolgáltatások meglétének, helyének és konfigurációjának felfedezéséhez a vállalati hálózatokban. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) è un protocollo di tracciamento degli standard IETF che fornisce un framework per consentire alle applicazioni di rete di scoprire l&#39;esistenza, l&#39;ubicazione e la configurazione dei servizi di rete nelle reti aziendali. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location ProtocolSLP)は、ネットワークアプリケーションが企業ネットワーク内のネットワークサービスの存在、場所、および構成を検出できるようにするフレームワークを提供するIETF標準トラックプロトコルです。 <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> SLP (Service Location Protocol)는 네트워킹 응용 프로그램이 엔터프라이즈 네트워크에서 네트워크 서비스의 존재, 위치 및 구성을 발견 할 수 있도록하는 프레임 워크를 제공하는 IETF 표준 추적 프로토콜입니다. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Perkhidmatan Lokasi Protokol (SLP) adalah protokol trek piawai IETF yang menyediakan kerangka kerja untuk memungkinkan aplikasi jaringan menemukan keberadaan, lokasi, dan konfigurasi layanan jaringan dalam jaringan perusahaan. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+9
View File
@@ -0,0 +1,9 @@
<header>OpenSLP</header>
Service Locatie Protocol (SLP) is een IETF standaard track protocol waarmee een raamwerk
word geleverd zodat netwerk applicaties binnen een netwerk van een bedrijf zaken kunnen
uitzoeken zoals aanwezigheid, locatie en configuratie van de netwerk services.
<center><form><input type="button" value="close" onclick="self.close()"></form></center>
<hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) er en IETF-standard sporprotokoll som gir et rammeverk som lar nettverksapplikasjoner oppdage eksistensen, plasseringen og konfigurasjonen av nettverkstjenester i bedriftsnettverk. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Service Location Protocol (SLP) to protokół śledzenia standardów IETF, który zapewnia platformę umożliwiającą aplikacjom sieciowym wykrywanie istnienia, lokalizacji i konfiguracji usług sieciowych w sieciach przedsiębiorstw. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> O SLP (Service Location Protocol) é um protocolo de rastreamento de padrões da IETF que fornece uma estrutura para permitir que aplicativos de rede descubram a existência, localização e configuração de serviços em rede em redes corporativas. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> O SLP (Service Location Protocol) é um protocolo de rastreamento de padrões da IETF que fornece uma estrutura para permitir que aplicativos de rede descubram a existência, localização e configuração de serviços em rede em redes corporativas. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Протокол определения местоположения услуг (SLP) - это протокол отслеживания стандартов IETF, который обеспечивает платформу, позволяющую сетевым приложениям обнаруживать существование, местоположение и конфигурацию сетевых служб в сетях предприятия. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Protokol Service Location Protocol (SLP) je protokol IETF štandardov, ktorý poskytuje rámec, ktorý umožňuje sieťovým aplikáciám objavovať existenciu, umiestnenie a konfiguráciu sieťových služieb v podnikových sieťach. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> openslp </header> Service Location Protocol (SLP) är ett spårprotokoll för IETF-standarder som tillhandahåller ett ramverk som gör det möjligt för nätverksapplikationer att upptäcka förekomsten, platsen och konfigurationen av nätverkstjänster i företagsnätverk. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Hizmet Konumu Protokolü (SLP), ağ uygulamalarının kurumsal ağlarda ağa bağlı hizmetlerin varlığını, yerini ve yapılandırmasını keşfetmesine olanak tanıyan bir çerçeve sağlayan bir IETF standartları izleme protokolüdür. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header> Протокол розташування служб (SLP) - протокол треку стандартів IETF, який забезпечує основу, яка дозволяє мережним програмам виявити існування, розташування та конфігурацію мережевих служб у корпоративних мережах. <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header>服务定位协议(SLP)是IETF标准跟踪协议,它提供了一个框架,允许网络应用程序发现企业网络中网络服务的存在,位置和配置。 <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
+1
View File
@@ -0,0 +1 @@
<header> OpenSLP </header>服務定位協議(SLP)是IETF標準跟踪協議,它提供了一個框架,允許網絡應用程序發現企業網絡中網絡服務的存在,位置和配置。 <center><form><input type="button" value="close" onclick="self.close()"></form></center><hr>
Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

+67
View File
@@ -0,0 +1,67 @@
#!/usr/local/bin/perl
#
# An OpenSLP webmin module
# by Monty Charlton <monty@caldera.com>,
#
# Copyright (c) 2000 Caldera Systems
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
require './slp-lib.pl';
# Check if OpenSLP is actually installed
if (!-x $config{'slpd'}) {
&ui_print_header(undef, $text{'index_title'}, "", "english", 1, 1, 0,
&help_search_link("openslp", "man", "doc", "google"));
print &text('index_eslpd', "<tt>$config{'slpd'}</tt>",
"@{[&get_webprefix()]}/config.cgi?$module_name"),"<p>\n";
&ui_print_footer("/", $text{'index'});
exit;
}
# Get the version number
$out = `$config{'slpd'} -v 2>&1`;
$out =~ /version:\s+(\S+)/i;
&ui_print_header(undef, $text{'index_title'}, "", "english", 1, 1, 0,
&help_search_link("openslp", "man", "doc", "google"),
undef, undef, &text('index_version', "$1"));
# Check if the config file exists
if (!-r $config{'slpd_conf'}) {
print &text('index_econf', "<tt>$config{'slpd_conf'}</tt>",
"@{[&get_webprefix()]}/config.cgi?$module_name"),"<p>\n";
&ui_print_footer("/", $text{'index'});
exit;
}
@links = ( "edit_snda.cgi", "edit_netcfg.cgi",
"edit_dacfg.cgi", "edit_log.cgi" );
@titles = ( $text{'snda_title'}, $text{'netcfg_title'},
$text{'dacfg_title'}, $text{'log_title'} );
@icons = ( "images/snda.gif", "images/netcfg.gif",
"images/dacfg.gif", "images/log.gif" );
&icons_table(\@links, \@titles, \@icons);
print &ui_hr();
if (&slpd_is_running()) {
print "<form action=stop.cgi>\n";
print "<table width=100%><tr><td>\n";
print "<input type=submit ",
"value=\"$text{'index_stop'}\"></td>\n";
print "<td>$text{'index_stopmsg'}</td> </tr></table>\n";
print "</form>\n";
}
else {
print "<form action=start.cgi>\n";
print "<table width=100%><tr><td>\n";
print "<input type=submit ",
"value=\"$text{'index_start'}\"></td>\n";
print "<td>$text{'index_startmsg'}</td> </tr></table>\n";
print "</form>\n";
}
&ui_print_footer("/", $text{'index'});
+14
View File
@@ -0,0 +1,14 @@
# install_check.pl
do 'slp-lib.pl';
# is_installed(mode)
# For mode 1, returns 2 if the server is installed and configured for use by
# Webmin, 1 if installed but not configured, or 0 otherwise.
# For mode 0, returns 1 if installed, 0 if not
sub is_installed
{
return 0 if (!-x $config{'slpd'});
return $_[0] ? 2 : 1;
}
+50
View File
@@ -0,0 +1,50 @@
index_title=تكوين OpenSLP
index_return=تكوين OpenSLP
index_eslpd=لم يتم العثور على البرنامج الخفي لـ OpenSLP $1 على نظامك. ربما لم يتم تثبيته أو أن <a href='$2'>تهيئة الوحدة النمطية</a> غير صحيحة.
index_econf=لم يتم العثور على ملف تكوين OpenSLP $1 على نظامك. ربما لم يتم تثبيته أو أن <a href='$2'>تهيئة الوحدة النمطية</a> غير صحيحة.
index_version=إصدار OpenSLP$1
slp_apply=تطبيق التغييرات
slp_stop=أوقف OpenSLP
snda_title=نطاق ثابت وجدول أعمال
snda_useScopes=قائمة ثابتة للنطاقات
snda_DAAddresses=قائمة ثابتة لوكلاء الدليل (DA)
netcfg_title=تكوين شبكة
netcfg_isBroadcastOnly=فرض استخدام عمليات البث بدلاً من الإرسال المتعدد
netcfg_passiveDADetection=استخدم كشف DA السلبي
netcfg_activeDADetection=استخدام كشف DA النشط (يقتصر على عناوين DHCP أو DA فقط)
netcfg_DAActiveDiscoveryInterval=الاكتشاف النشط في ثوان (0 يعطل الاكتشاف النشط)
netcfg_multicastTTL=الإرسال المتعدد TTL (0-255)
netcfg_DADiscoveryMaximumWait=أقصى وقت انتظار لطلبات اكتشاف DA (بالمللي ثانية)
netcfg_DADiscoveryTimeouts=أوقات انتظار اكتشاف DA المتتالية (بالمللي ثانية)
netcfg_HintsFile=مسار ملف تلميحات OpenSLP
netcfg_multicastMaximumWait=الحد الأقصى للانتظار لطلبات الإرسال المتعدد (بالمللي ثانية)
netcfg_multicastTimeouts=أوقات انتظار الإرسال المتعدد المتتالية (بالمللي ثانية)
netcfg_unicastMaximumWait=أقصى قدر من الوقت بين طلبات البث الأحادي (بالمللي ثانية)
netcfg_randomWaitBound=القيمة القصوى لجميع معلمات الانتظار العشوائية (بالمللي ثانية)
netcfg_MTU=حجم حزمة MTU (بالبايت)
netcfg_interfaces=عناوين IP للواجهات التي يجب أن يستمع إليها DA/SA
dacfg_title=تكوين DA
dacfg_isDA=تعمل كجهاز DA فقط (اقرأ دليل المستخدمين قبل تغيير هذا)
log_title=تتبع وتسجيل
log_traceDATraffic=طباعة رسائل المرور DA
log_traceMsg=طباعة رسائل تفاصيل SLP
log_traceDrop=إسقاط طباعة SLP معلومات الرسالة
log_traceReg=طباعة معلومات التسجيل وإلغاء التسجيل DA و SA
error_open=خطأ في فتح الملف
error_flock_on=خطأ في إنشاء قفل الملف
error_flock_off=خطأ في تدمير قفل الملف
error_hup=خطأ في إعادة تشغيل OpenSLP باستخدام PID
index_start=قم بتشغيل OpenSLP
index_startmsg=انقر فوق هذا الزر لبدء برنامج OpenSLP على نظامك.
index_stop=أوقف OpenSLP
index_stopmsg=انقر فوق هذا الزر لإيقاف البرنامج الخفي لـ OpenSLP على نظامك.
stop_err=فشل إيقاف OpenSLP
start_err=فشل بدء OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP конфигурация
index_return=OpenSLP конфигурация
index_eslpd=OpenSLP демон $1 не е намерен във вашата система. Може би не е инсталиран или вашата <a href='$2'>конфигурация на модул</a> е неправилна.
index_econf=Конфигурационният файл OpenSLP $1 не беше намерен във вашата система. Може би не е инсталиран или вашата <a href='$2'>конфигурация на модул</a> е неправилна.
index_version=OpenSLP версия $1
slp_apply=Прилага промени
slp_stop=Спрете OpenSLP
snda_title=Статичен обхват и DA
snda_useScopes=Статичен списък на обхвата
snda_DAAddresses=Статичен списък на агенти в директорията (DA)
netcfg_title=Конфигурация на мрежата
netcfg_isBroadcastOnly=Принуждавайте излъчванията да се използват вместо мултикаст
netcfg_passiveDADetection=Използвайте пасивно откриване на DA
netcfg_activeDADetection=Използвайте активно откриване на DA (ограничете се само до DHCP или DA адреси)
netcfg_DAActiveDiscoveryInterval=Активно откриване за секунди (0 деактивира Active Discovery)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Максимално време за изчакване за заявки за откриване на DA (в милисекунди)
netcfg_DADiscoveryTimeouts=Последователни периоди на изчакване за откриване на DA (в милисекунди)
netcfg_HintsFile=Пътят към OpenSLP файла със съвети
netcfg_multicastMaximumWait=Максимално изчакване при заявки за множествено предаване (в милисекунди)
netcfg_multicastTimeouts=Последователни периоди на изчакване за многоадресни съобщения (в милисекунди)
netcfg_unicastMaximumWait=Максимален период от време между еднократни заявки (в милисекунди)
netcfg_randomWaitBound=Максимална стойност за всички произволни параметри на изчакване (в милисекунди)
netcfg_MTU=MTU размер на пакета (в байтове)
netcfg_interfaces=IP адреси на интерфейси, които DA/SA трябва да слушат
dacfg_title=Конфигурация на DA
dacfg_isDA=Функционира само като DA (прочетете ръководството за потребителя, преди да промените това)
log_title=Проследяване и регистриране
log_traceDATraffic=Печат на съобщения за трафик на DA
log_traceMsg=Печатайте подробни съобщения за SLP
log_traceDrop=Отпечатайте информацията за съобщенията, отказана от SLP
log_traceReg=Разпечатайте информация за регистрация и дерегистрация на DA и SA
error_open=Грешка при отварянето на файла
error_flock_on=Грешка при създаването на заключване на файл
error_flock_off=Грешка при унищожаване на заключване на файл
error_hup=Грешка при рестартиране на OpenSLP с PID
index_start=Стартирайте OpenSLP
index_startmsg=Кликнете върху този бутон, за да стартирате демона на OpenSLP във вашата система.
index_stop=Спрете OpenSLP
index_stopmsg=Щракнете върху този бутон, за да спрете демона на OpenSLP във вашата система.
stop_err=Спирането на OpenSLP не бе успешно
start_err=Неуспешно стартиране на OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Configuració d'OpenSLP
index_return=Configuració d'OpenSLP
index_eslpd=No s'ha trobat al sistema el dimoni $1 d'OpenSLP. Pot ser que no estigui instal·lat, o bé que la <a href='$2'>configuració del mòdul</a> sigui incorrecta.
index_econf=No s'ha trobat al sistema el fitxer de configuració $1 d'OpenSLP. Pot ser que no estigui instal·lat, o bé que la <a href='$2'>configuració del mòdul</a> sigui incorrecta.
index_version=OpenSLP versió $1
slp_apply=Aplica els Canvis
slp_stop=Atura OpenSLP
snda_title=Abast Estàtic i DA
snda_useScopes=Llista estàtica d'Abasts
snda_DAAddresses=Llista estàtica d'Agents de Directori (DA)
netcfg_title=Configuració de Xarxa
netcfg_isBroadcastOnly=Força l'ús de retransmissions en lloc de multiemissió
netcfg_passiveDADetection=Utilitza detecció passiva de DA
netcfg_activeDADetection=Utilitza detecció activa de DA (restringida només a adreces DHCP o DA)
netcfg_DAActiveDiscoveryInterval=Descobriment Actiu en segons (0 desactiva el Descobriment Actiu)
netcfg_multicastTTL=TTL multiemissió (0-255)
netcfg_DADiscoveryMaximumWait=Temps màxim d'espera per a les peticions de descobriment de DA (en mil·lisegons)
netcfg_DADiscoveryTimeouts=Intervals d'espera successius de descobriment de DA (en mi·lisegons)
netcfg_HintsFile=Camí del fitxer de consells d'OpenSLP
netcfg_multicastMaximumWait=Temps d'espera màxima en peticions multiemissió (en mi·lisegons)
netcfg_multicastTimeouts=Temps successius d'espera multiemissió (en mi·lisegons)
netcfg_unicastMaximumWait=Temps d'espera màxima entre peticions monoemissió (en mi·lisegons)
netcfg_randomWaitBound=Valor màxim per a tots els paràmetres d'espera aleatoris (en mil·lisegons)
netcfg_MTU=Mida del paquet MTU (en bytes)
netcfg_interfaces=Adreces IP de les interfícies que el DA/SA ha d'escoltar
dacfg_title=Configuració de DA
dacfg_isDA=Funciona només com a DA (Llegiu la guia d'usuaris abans de canviar això)
log_title=Rastreig i Registre
log_traceDATraffic=Mostra els missatges de trànsit DA
log_traceMsg=Mostra els missatges de detall de SLP
log_traceDrop=Mostra la informació de missatges omesos de SLP
log_traceReg=Mostra la informació d'enregistrament i desenregistrament de DA i SA
error_open=Error en obrir el fitxer
error_flock_on=Error en crear el bloqueig del fitxer
error_flock_off=Error en destruir el bloqueig del fitxer
error_hup=Error en reiniciar OpenSLP amb PID
index_start=Inicia OpenSLP
index_startmsg=Fes clic sobre aquest botó per iniciar el dimoni d'OpenSL al sistema.
index_stop=Atura OpenSLP
index_stopmsg=Fes clic sobre aquest botó per aturar el dimoni d'OpenSLP del sistema.
stop_err=No s'ha pogut aturar OpenSLP
start_err=No s'ha pogut iniciar OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Konfigurace OpenSLP
index_return=konfigurace OpenSLP
index_eslpd=OpenSLP démon $1 nebyl ve vašem systému nalezen. Možná není nainstalován, nebo vaše <a href='$2'>konfigurace modulu</a> není správná.
index_econf=OpenSLP konfigurační soubor $1 nebyl ve vašem systému nalezen. Možná není nainstalován, nebo vaše <a href='$2'>konfigurace modulu</a> není správná.
index_version=OpenSLP verze $1
slp_apply=Použít změny
slp_stop=Ukončit OpenSLP
snda_title=Statické příležitosti a DA
snda_useScopes=Staticý seznam příležitostí
snda_DAAddresses=Statický seznam adresářových agentů (DA)
netcfg_title=Konfigurace sítě
netcfg_isBroadcastOnly=Uplatnít broadcasty namísto vícenásobných požadavků
netcfg_passiveDADetection=Použít pasivní DA detekci
netcfg_activeDADetection=Použít aktivní DA detekci (omezeno pouze na DHCP nebo DA adresy)
netcfg_DAActiveDiscoveryInterval=Aktivní objevování e vteřinách (0 nepovouje aktivní objevování)
netcfg_multicastTTL=Vícenásobné TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maximimální doba čekání pro DA objevování požadavků (v milisekundách)
netcfg_DADiscoveryTimeouts=Doba čekání postupného DA objevování (v milisekundách)
netcfg_HintsFile=Cesta k OpenSLP souboru upozornění
netcfg_multicastMaximumWait=Maximální doba čekání na vícenásobné požadavky (v milisekundách)
netcfg_multicastTimeouts=Doba čekání postupných vícenásobných požadavků (v milisekundách)
netcfg_unicastMaximumWait=Maximální časová prodleva mezi unikátními požadavky (v milisekundách)
netcfg_randomWaitBound=Maximální hodnota pro všechny náhodné parametry čekání (v milisekundách)
netcfg_MTU=MTU velikost packetu (v bytech)
netcfg_interfaces=IP adresy rozhraní, které by mělo naslouchat DA/SA
dacfg_title=DA konfigurace
dacfg_isDA=Fukce, které jsou pouze pro DA (než budete cokoliv mšnit, přečtěte si uživatelskou příručku)
log_title=Tracing a Logging
log_traceDATraffic=Tisknout DA zpravy přenosů
log_traceMsg=Tisknout SLP detailní zprávy
log_traceDrop=Tisknout SLP informace o smazané zprávě
log_traceReg=Tisknout DA a SA informace o registraci a zrušení registrace
error_open=Chyba při otevírání soubory
error_flock_on=Chyba při vytváření zámku souboru
error_flock_off=Chyba při zrušení zámku souboru
error_hup=Chyba restartování OpenSLP pomocí PID
index_start=Spustit OpenSLP
index_startmsg=Klepnutím na toto tlačítko spustíte na vašem systému démona OpenSLP.
index_stop=Ukončit OpenSLP
index_stopmsg=Klepnutím na toto tlačítko ukončíte na vašem systému démona OpenSLP.
stop_err=Chyba při ukončení OpenSLP
start_err=Chyba při spuštění OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP-konfiguration
index_return=OpenSLP-konfiguration
index_eslpd=OpenSLP-dæmonen $1 blev ikke fundet på dit system. Måske er det ikke installeret, eller din <a href='$2'>modulkonfiguration</a> er forkert.
index_econf=OpenSLP-konfigurationsfilen $1 blev ikke fundet på dit system. Måske er det ikke installeret, eller din <a href='$2'>modulkonfiguration</a> er forkert.
index_version=OpenSLP version $1
slp_apply=Anvend ændringer
slp_stop=Stop OpenSLP
snda_title=Statisk rækkevidde og DA
snda_useScopes=Statisk liste over anvendelsesområder
snda_DAAddresses=Statisk liste over katalogagenter (DA)
netcfg_title=Netværkskonfiguration
netcfg_isBroadcastOnly=Tving tv-sendinger i stedet for multicast
netcfg_passiveDADetection=Brug passiv DA-detektion
netcfg_activeDADetection=Brug aktiv DA-detektion (begræns kun til DHCP- eller DA-adresser)
netcfg_DAActiveDiscoveryInterval=Aktiv opdagelse i sekunder (0 deaktiverer Aktiv opdagelse)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maksimal ventetid for DA-opdagelsesanmodninger (i millisekunder)
netcfg_DADiscoveryTimeouts=På hinanden følgende ventetider på DA-opdagelse (i millisekunder)
netcfg_HintsFile=Sti til OpenSLP-tipfil
netcfg_multicastMaximumWait=Maksimal ventetid på multicast-anmodninger (i millisekunder)
netcfg_multicastTimeouts=På hinanden følgende ventetider på multicast (i millisekunder)
netcfg_unicastMaximumWait=Maksimal tid mellem unicast-anmodninger (i millisekunder)
netcfg_randomWaitBound=Maksimal værdi for alle tilfældige venteparametre (i millisekunder)
netcfg_MTU=MTU-pakkestørrelse (i bytes)
netcfg_interfaces=IP-adresser på grænseflader, som DA/SA skal lytte til
dacfg_title=DA-konfiguration
dacfg_isDA=Funktion som kun DA (læs brugervejledningen, før du ændrer dette)
log_title=Sporing og logning
log_traceDATraffic=Udskriv DA-trafikmeddelelser
log_traceMsg=Udskriv SLP-detailbeskeder
log_traceDrop=Print SLP faldt meddelelsesoplysninger
log_traceReg=Udskriv DA og SA registrerings- og afregistreringsoplysninger
error_open=Fejl ved åbning af fil
error_flock_on=Fejl ved oprettelse af fillås
error_flock_off=Fejl ved ødelæggelse af fillås
error_hup=Fejl ved genstart af OpenSLP med PID
index_start=Start OpenSLP
index_startmsg=Klik på denne knap for at starte OpenSLP-dæmonen på dit system.
index_stop=Stop OpenSLP
index_stopmsg=Klik på denne knap for at stoppe OpenSLP-dæmonen på dit system.
stop_err=Kunne ikke stoppe OpenSLP
start_err=Kunne ikke starte OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP-Konfiguration
index_return=OpenSLP-Konfiguration
index_eslpd=Der OpenSLP-Daemon $1 wurde auf Ihrem System nicht gefunden. Vielleicht ist er nicht installiert, oder Ihre <a href='$2'>Modulkonfiguration</a> ist falsch.
index_econf=Die OpenSLP-Konfigurationsdatei $1 wurde auf Ihrem System nicht gefunden. Vielleicht ist sie nicht installiert, oder Ihre <a href='$2'>Modulkonfiguration</a> ist falsch.
index_version=OpenSLP-Version $1
slp_apply=Änderungen anwenden
slp_stop=OpenSLP stoppen
snda_title=Statische Scope- und DA-Liste
snda_useScopes=Statische Liste der Scopes
snda_DAAddresses=Statische Liste der Directory Agents (DA)
netcfg_title=Netzwerkkonfiguration
netcfg_isBroadcastOnly=Broadcasts anstelle von Multicast erzwingen
netcfg_passiveDADetection=Passive DA-Erkennung verwenden
netcfg_activeDADetection=Aktive DA-Erkennung verwenden (nur auf DHCP oder DA-Adressen beschränken)
netcfg_DAActiveDiscoveryInterval=Aktive Erkennung in Sekunden (0 deaktiviert die aktive Erkennung)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maximale Wartezeit für DA-Erkennungsanforderungen (in Millisekunden)
netcfg_DADiscoveryTimeouts=Aufeinanderfolgende Wartezeiten für DA-Erkennung (in Millisekunden)
netcfg_HintsFile=Pfad zur OpenSLP-Hinweisdatei
netcfg_multicastMaximumWait=Maximale Wartezeit für Multicast-Anfragen (in Millisekunden)
netcfg_multicastTimeouts=Aufeinanderfolgende Wartezeiten für Multicast (in Millisekunden)
netcfg_unicastMaximumWait=Maximale Wartezeit zwischen Unicast-Anfragen (in Millisekunden)
netcfg_randomWaitBound=Maximaler Wert für alle Zufallswarteparameter (in Millisekunden)
netcfg_MTU=MTU-Paketgröße (in Bytes)
netcfg_interfaces=IP-Adressen der Schnittstellen, die der DA/SA überwachen soll
dacfg_title=DA-Konfiguration
dacfg_isDA=Nur als DA fungieren (Benutzerhandbuch vor Änderung lesen)
log_title=Tracing und Logging
log_traceDATraffic=DA-Traffic-Nachrichten ausgeben
log_traceMsg=SLP-Detailnachrichten ausgeben
log_traceDrop=Informationen zu verworfenen SLP-Nachrichten ausgeben
log_traceReg=Registrierungs- und Deregistrierungsinformationen von DA und SA ausgeben
error_open=Fehler beim Öffnen der Datei
error_flock_on=Fehler beim Erstellen der Dateisperre
error_flock_off=Fehler beim Entfernen der Dateisperre
error_hup=Fehler beim Neustarten von OpenSLP mit PID
index_start=OpenSLP starten
index_startmsg=Klicken Sie auf diese Schaltfläche, um den OpenSLP-Daemon auf Ihrem System zu starten.
index_stop=OpenSLP stoppen
index_stopmsg=Klicken Sie auf diese Schaltfläche, um den OpenSLP-Daemon auf Ihrem System zu stoppen.
stop_err=Fehler beim Stoppen von OpenSLP
start_err=Fehler beim Starten von OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Διαμόρφωση OpenSLP
index_return=Διαμόρφωση OpenSLP
index_eslpd=Ο δαίμονας OpenSLP $1 δεν βρέθηκε στο σύστημά σας. Ίσως να μην έχει εγκατασταθεί ή η διαμόρφωση της μονάδας σας <a href='$2'></a> είναι εσφαλμένη.
index_econf=Το αρχείο διαμόρφωσης OpenSLP $1 δεν βρέθηκε στο σύστημά σας. Ίσως να μην έχει εγκατασταθεί ή η διαμόρφωση της μονάδας σας <a href='$2'></a> είναι εσφαλμένη.
index_version=Η έκδοση OpenSLP $1
slp_apply=Εφαρμογή αλλαγών
slp_stop=Σταματήστε το OpenSLP
snda_title=Στατικό πεδίο εφαρμογής και DA
snda_useScopes=Στατική λίστα Scopes
snda_DAAddresses=Στατική λίστα πρακτορείων καταλόγου (DA)
netcfg_title=Ρύθμιση δικτύου
netcfg_isBroadcastOnly=Οι μεταδόσεις δύναμης πρέπει να χρησιμοποιούνται αντί για πολυεκπομπή
netcfg_passiveDADetection=Χρησιμοποιήστε παθητική ανίχνευση DA
netcfg_activeDADetection=Χρησιμοποιήστε ενεργή ανίχνευση DA (περιορίστε μόνο στις διευθύνσεις DHCP ή DA)
netcfg_DAActiveDiscoveryInterval=Active Discovery σε δευτερόλεπτα (0 απενεργοποιεί την ενεργή ανίχνευση)
netcfg_multicastTTL=Πολυεκπομπή TTL (0-255)
netcfg_DADiscoveryMaximumWait=Μέγιστος χρόνος αναμονής για αιτήματα εντοπισμού DA (σε χιλιοστά του δευτερολέπτου)
netcfg_DADiscoveryTimeouts=Διαδοχικοί χρόνοι αναμονής για την εξακρίβωση DA (σε χιλιοστά του δευτερολέπτου)
netcfg_HintsFile=Η διαδρομή προς το αρχείο OpenSLP υποδηλώνει
netcfg_multicastMaximumWait=Μέγιστη αναμονή για αιτήματα πολλαπλής διανομής (σε χιλιοστά του δευτερολέπτου)
netcfg_multicastTimeouts=Διαδοχικοί χρόνοι αναμονής πολλαπλής διανομής (σε χιλιοστά του δευτερολέπτου)
netcfg_unicastMaximumWait=Μέγιστο χρονικό διάστημα μεταξύ αιτήσεων unicast (σε χιλιοστά του δευτερολέπτου)
netcfg_randomWaitBound=Μέγιστη τιμή για όλες τις παραμέτρους τυχαίας αναμονής (σε χιλιοστά του δευτερολέπτου)
netcfg_MTU=Μέγεθος πακέτου MTU (σε bytes)
netcfg_interfaces=Οι διευθύνσεις IP των διεπαφών που πρέπει να ακούσει η DA/SA
dacfg_title=Διαμόρφωση DA
dacfg_isDA=Λειτουργία μόνο ως DA (διαβάστε τον οδηγό χρηστών πριν αλλάξετε αυτό το στοιχείο)
log_title=Παρακολούθηση και καταγραφή
log_traceDATraffic=Εκτύπωση μηνυμάτων κυκλοφορίας DA
log_traceMsg=Εκτυπώστε τα λεπτομερή μηνύματα SLP
log_traceDrop=Εκτύπωση SLP έπεσε πληροφορίες μηνυμάτων
log_traceReg=Εκτυπώστε τις πληροφορίες εγγραφής και διαγραφής από την υπηρεσία DA και SA
error_open=Σφάλμα κατά το άνοιγμα αρχείου
error_flock_on=Σφάλμα δημιουργίας κλειδώματος αρχείου
error_flock_off=Σφάλμα κατά την καταστροφή του κλειδώματος αρχείων
error_hup=Παρουσιάστηκε σφάλμα κατά την επανεκκίνηση του OpenSLP με PID
index_start=Ξεκινήστε το OpenSLP
index_startmsg=Κάντε κλικ σε αυτό το κουμπί για να ξεκινήσετε τον δαίμονα OpenSLP στο σύστημά σας.
index_stop=Σταματήστε το OpenSLP
index_stopmsg=Κάντε κλικ σε αυτό το κουμπί για να σταματήσετε το δαίμονα OpenSLP στο σύστημά σας.
stop_err=Δεν ήταν δυνατή η διακοπή του OpenSLP
start_err=Δεν ήταν δυνατή η εκκίνηση του OpenSLP
+51
View File
@@ -0,0 +1,51 @@
index_title=OpenSLP Configuration
index_return=OpenSLP configuration
index_eslpd=The OpenSLP daemon $1 was not found on your system. Maybe it is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_econf=The OpenSLP configuration file $1 was not found on your system. Maybe it is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_version=OpenSLP version $1
slp_apply=Apply Changes
slp_stop=Stop OpenSLP
snda_title=Static Scope and DA
snda_useScopes=Static list of Scopes
snda_DAAddresses=Static list of Directory Agents (DA)
netcfg_title=Network Configuration
netcfg_isBroadcastOnly=Force broadcasts to be used instead of multicast
netcfg_passiveDADetection=Use passive DA detection
netcfg_activeDADetection=Use active DA detection (restrict to DHCP or DA Addresses only)
netcfg_DAActiveDiscoveryInterval=Active Discovery in seconds (0 disables Active Discovery)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maximum wait time for DA discovery requests (in milliseconds)
netcfg_DADiscoveryTimeouts=Successive DA discovery wait times (in milliseconds)
netcfg_HintsFile=Path to OpenSLP hints file
netcfg_multicastMaximumWait=Maximum wait on multicast requests (in milliseconds)
netcfg_multicastTimeouts=Successive multicast wait times (in milliseconds)
netcfg_unicastMaximumWait=Maximum amount of time between unicast requests (in milliseconds)
netcfg_randomWaitBound=Maximum value for all random wait parameters (in milliseconds)
netcfg_MTU=MTU packet size (in bytes)
netcfg_interfaces=IP addresses of interfaces that the DA/SA should listen to
dacfg_title=DA Configuration
dacfg_isDA=Function as a DA only (read users guide before changing this)
log_title=Tracing and Logging
log_traceDATraffic=Print DA traffic messages
log_traceMsg=Print SLP detail messages
log_traceDrop=Print SLP dropped message information
log_traceReg=Print DA and SA registration and deregistration information
error_open=Error opening file
error_flock_on=Error creating file lock
error_flock_off=Error destroying file lock
error_hup=Error restarting OpenSLP with PID
index_start=Start OpenSLP
index_startmsg=Click this button to start the OpenSLP daemon on your system.
index_stop=Stop OpenSLP
index_stopmsg=Click this button to stop the OpenSLP daemon on your system.
stop_err=Failed to stop OpenSLP
start_err=Failed to start OpenSLP
__norefs=1
+50
View File
@@ -0,0 +1,50 @@
index_title=Configuración de OpenSLP
index_return=Configuración de OpenSLP
index_eslpd=El daemon $1 de OpenSLP no se encontró en su sistema. Tal vez no esté instalado o la <a href='$2'>configuración del módulo</a> sea incorrecta.
index_econf=El archivo de configuración de OpenSLP $1 no se encontró en su sistema. Tal vez no esté instalado o la <a href='$2'>configuración del módulo</a> sea incorrecta.
index_version=Versión de OpenSLP $1
slp_apply=Aplicar los cambios
slp_stop=Detener OpenSLP
snda_title=Alcance estático y DA
snda_useScopes=Lista estática de alcances
snda_DAAddresses=Lista estática de agentes de directorio (DA)
netcfg_title=configuración de la red
netcfg_isBroadcastOnly=Forzar transmisiones para ser utilizadas en lugar de multidifusión
netcfg_passiveDADetection=Usar detección DA pasiva
netcfg_activeDADetection=Utilice la detección DA activa (restringir solo a direcciones DHCP o DA)
netcfg_DAActiveDiscoveryInterval=Descubrimiento activo en segundos (0 desactiva el descubrimiento activo)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Tiempo de espera máximo para solicitudes de descubrimiento DA (en milisegundos)
netcfg_DADiscoveryTimeouts=Tiempos de espera de descubrimiento DA sucesivos (en milisegundos)
netcfg_HintsFile=Ruta al archivo de sugerencias de OpenSLP
netcfg_multicastMaximumWait=Espera máxima en solicitudes de multidifusión (en milisegundos)
netcfg_multicastTimeouts=Tiempos de espera de multidifusión sucesivos (en milisegundos)
netcfg_unicastMaximumWait=Cantidad máxima de tiempo entre solicitudes de unidifusión (en milisegundos)
netcfg_randomWaitBound=Valor máximo para todos los parámetros de espera aleatorios (en milisegundos)
netcfg_MTU=Tamaño de paquete MTU (en bytes)
netcfg_interfaces=Direcciones IP de interfaces que el DA/SA debería escuchar
dacfg_title=Configuración DA
dacfg_isDA=Funciona solo como DA (lea la guía del usuario antes de cambiar esto)
log_title=Seguimiento y registro
log_traceDATraffic=Imprimir mensajes de tráfico DA
log_traceMsg=Imprimir mensajes detallados de SLP
log_traceDrop=Imprimir información de mensaje SLP descartado
log_traceReg=Imprima la información de registro y baja de DA y SA
error_open=Error al abrir el archivo
error_flock_on=Error al crear bloqueo de archivo
error_flock_off=Error al destruir el bloqueo de archivo
error_hup=Error al reiniciar OpenSLP con PID
index_start=Inicie OpenSLP
index_startmsg=Haga clic en este botón para iniciar el demonio OpenSLP en su sistema.
index_stop=Detener OpenSLP
index_stopmsg=Haga clic en este botón para detener el demonio OpenSLP en su sistema.
stop_err=Error al detener OpenSLP
start_err=Error al iniciar OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP konfigurazioa
index_return=OpenSLP konfigurazioa
index_eslpd=$1 OpenSLP daemon ez da zure sisteman aurkitu. Agian ez dago instalatuta edo zure <a href='$2'>moduluaren konfigurazioa</a> okerra da.
index_econf=$1 OpenSLP konfigurazio fitxategia ez da zure sisteman aurkitu. Agian ez dago instalatuta edo zure <a href='$2'>moduluaren konfigurazioa</a> okerra da.
index_version=$1 bertsio OpenSLP
slp_apply=Aplikatu aldaketak
slp_stop=Utzi OpenSLP
snda_title=Esparru estatikoa eta DA
snda_useScopes=Esparruen zerrenda estatikoa
snda_DAAddresses=Direktorioko agenteen zerrenda estatikoa (DA)
netcfg_title=Sarearen konfigurazioa
netcfg_isBroadcastOnly=Eman behartu emisioak multikastearen ordez
netcfg_passiveDADetection=Erabili DA hautemate pasiboa
netcfg_activeDADetection=Erabili DA detektazio aktiboa (DHCP edo DA helbideetara mugatu bakarrik)
netcfg_DAActiveDiscoveryInterval=Aurkikuntza aktiboa segundotan (0 Discovery aktiboa desgaitzen du)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=DA aurkikuntza eskaeren gehienez itxaron denbora (milisegundotan)
netcfg_DADiscoveryTimeouts=DA aurkikuntzaren itxaron denbora segidan (milisegundotan)
netcfg_HintsFile=Path OpenSLP iradokizunen fitxategira
netcfg_multicastMaximumWait=Gehieneko itxaron multicast eskaeretan (milisegundotan)
netcfg_multicastTimeouts=Multicast itxaron denbora segidan (milisegundotan)
netcfg_unicastMaximumWait=Unicast eskaeraren arteko gehienezko denbora (milisegundotan)
netcfg_randomWaitBound=Ausazko itxaron parametro guztientzako gehienezko balioa (milisegundotan)
netcfg_MTU=MTU paketeen tamaina (byteetan)
netcfg_interfaces=DA/SAk entzun beharko lituzkeen interfazeen IP helbideak
dacfg_title=DA konfigurazioa
dacfg_isDA=Funtzionatu DA soilik (irakurri erabiltzaileen gida hau aldatu aurretik)
log_title=Trazadura eta erregistroa
log_traceDATraffic=Inprimatu DA trafikoko mezuak
log_traceMsg=Inprimatu SLP xehetasuneko mezuak
log_traceDrop=Inprimatu SLPk mezuen informazioa bota du
log_traceReg=Inprimatu DA eta SA erregistratzeari eta erregistratzeari buruzko informazioa
error_open=Errorea gertatu da fitxategia irekitzean
error_flock_on=Errorea gertatu da fitxategien blokeoa sortzean
error_flock_off=Errorea gertatu da fitxategien blokeoa suntsitzerakoan
error_hup=Errorea OpenSLP PID-rekin berrabiatzean
index_start=Hasi OpenSLP
index_startmsg=Egin klik botoi honetan OpenSLP deabrua zure sisteman hasteko.
index_stop=Utzi OpenSLP
index_stopmsg=Egin klik botoi honetan OpenSLP deabrua sisteman gelditzeko.
stop_err=Ezin izan da OpenSLP gelditu
start_err=Ezin izan da OpenSLP abiarazi
+50
View File
@@ -0,0 +1,50 @@
index_title=پیکربندی OpenSLP
index_return=پیکربندی OpenSLP
index_eslpd=Daemon OpenSLP $1 در سیستم شما یافت نشد. شاید نصب نشده باشد یا تنظیمات ماژول <a href='$2'></a> نادرست باشد.
index_econf=پرونده پیکربندی OpenSLP $1 در سیستم شما یافت نشد. شاید نصب نشده باشد یا تنظیمات ماژول <a href='$2'></a> نادرست باشد.
index_version=نسخه OpenSLP$1
slp_apply=تغغیرات را اعمال کن
slp_stop=OpenSLP را متوقف کنید
snda_title=Scatic Scope و DA
snda_useScopes=لیست استاتیک اسکوپ ها
snda_DAAddresses=لیست استاتیک نمایندگان دایرکتوری (DA)
netcfg_title=تنظیمات شبکه
netcfg_isBroadcastOnly=از مجبور کردن پخش ها به جای مولتی کاست استفاده می شود
netcfg_passiveDADetection=از تشخیص DA منفعل استفاده کنید
netcfg_activeDADetection=از تشخیص DA فعال استفاده کنید (فقط به آدرسهای DHCP یا DA محدود شوید)
netcfg_DAActiveDiscoveryInterval=کشف فعال در ثانیه (0 غیرفعال کردن کشف غیرفعال)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=حداکثر زمان انتظار برای درخواست های کشف DA (در میلی ثانیه)
netcfg_DADiscoveryTimeouts=زمان انتظار برای کشف DA (در میلی ثانیه)
netcfg_HintsFile=فایل به نکات مربوط به OpenSLP
netcfg_multicastMaximumWait=حداکثر انتظار برای درخواست های چند مرحله ای (در چند ثانیه)
netcfg_multicastTimeouts=زمان انتظار چند مرحله ای (در چند ثانیه)
netcfg_unicastMaximumWait=حداکثر زمان بین درخواست های unicast (در میلی ثانیه)
netcfg_randomWaitBound=حداکثر مقدار برای همه پارامترهای انتظار تصادفی (در میلی ثانیه)
netcfg_MTU=اندازه بسته MTU (بایت)
netcfg_interfaces=آدرس های IP رابط هایی که DA/SA باید به آنها گوش کند
dacfg_title=پیکربندی DA
dacfg_isDA=عملکرد فقط به عنوان DA (قبل از تغییر این راهنمای کاربر را بخوانید)
log_title=ردیابی و ورود به سیستم
log_traceDATraffic=پیام های راهنمایی و رانندگی DA را چاپ کنید
log_traceMsg=پیام های جزئیات SLP را چاپ کنید
log_traceDrop=چاپ SLP اطلاعات پیام را رها کرد
log_traceReg=اطلاعات ثبت نام و ثبت نام DA و SA را چاپ کنید
error_open=خطا در باز کردن پرونده
error_flock_on=خطا در ایجاد قفل پرونده
error_flock_off=خطایی در از بین بردن قفل پرونده
error_hup=خطا در راه اندازی مجدد OpenSLP با PID
index_start=OpenSLP را شروع کنید
index_startmsg=بر روی این دکمه کلیک کنید تا Daemon OpenSLP روی سیستم شما شروع شود.
index_stop=OpenSLP را متوقف کنید
index_stopmsg=روی این دکمه کلیک کنید تا daemon OpenSLP روی سیستم شما متوقف شود.
stop_err=متوقف نشدن OpenSLP
start_err=شروع OpenSLP انجام نشد
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP-määritykset
index_return=OpenSLP-määritykset
index_eslpd=OpenSLP-demonia $1 ei löydy järjestelmästäsi. Ehkä sitä ei ole asennettu, tai <a href='$2'>moduulin määritykset</a> ovat vääriä.
index_econf=OpenSLP-määritystiedostoa $1 ei löydy järjestelmästäsi. Ehkä sitä ei ole asennettu, tai <a href='$2'>moduulin määritykset</a> ovat vääriä.
index_version=OpenSLP-versio $1
slp_apply=Ota muutokset käyttöön
slp_stop=Lopeta OpenSLP
snda_title=Staattinen laajuus ja DA
snda_useScopes=Staattinen luettelo laajuuksista
snda_DAAddresses=Kiinteä luettelo hakemistoagentteista (DA)
netcfg_title=Verkon kokoonpano
netcfg_isBroadcastOnly=Pakota lähetykset käytettäväksi ryhmälähetysten sijasta
netcfg_passiveDADetection=Käytä passiivista DA-tunnistusta
netcfg_activeDADetection=Käytä aktiivista DA-tunnistusta (rajoitu vain DHCP- tai DA-osoitteisiin)
netcfg_DAActiveDiscoveryInterval=Aktiivinen etsintä sekunneissa (0 poistaa aktiivisen etsinnän käytöstä)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Suurin odotusaika DA-etsintäpyyntöihin (millisekunnissa)
netcfg_DADiscoveryTimeouts=Peräkkäiset DA-etsinnän odotusajat (millisekunnissa)
netcfg_HintsFile=Polku OpenSLP-vihjeisiin tiedostoon
netcfg_multicastMaximumWait=Suurin odotus ryhmälähetyspyynnöissä (millisekuntina)
netcfg_multicastTimeouts=Peräkkäiset ryhmälähetysten odotusajat (millisekunnissa)
netcfg_unicastMaximumWait=Enimmäisaika unicast-pyyntöjen välillä (millisekunnissa)
netcfg_randomWaitBound=Kaikkien satunnaisten odotusparametrien enimmäisarvo (millisekunnissa)
netcfg_MTU=MTU-paketin koko (tavuina)
netcfg_interfaces=Niiden rajapintojen IP-osoitteet, joita DA/SA: n tulisi kuunnella
dacfg_title=DA-kokoonpano
dacfg_isDA=Toimii vain DA: na (lue käyttöohjeet ennen tämän muuttamista)
log_title=Jäljitys ja kirjaaminen
log_traceDATraffic=Tulosta DA-liikenneviestit
log_traceMsg=Tulosta SLP-yksityiskohtaiset viestit
log_traceDrop=Tulosta SLP pudotti viestitiedot
log_traceReg=Tulosta DA- ja SA-rekisteröinti- ja rekisteröintitiedot
error_open=Virhe tiedoston avaamisessa
error_flock_on=Virhe tiedostojen lukituksen luomisessa
error_flock_off=Virhe tiedostojen lukituksen tuhoamisessa
error_hup=Virhe käynnistettäessä OpenSLP PID: llä
index_start=Käynnistä OpenSLP
index_startmsg=Napsauta tätä painiketta, kun haluat käynnistää OpenSLP-palvelun järjestelmässä.
index_stop=Lopeta OpenSLP
index_stopmsg=Napsauta tätä painiketta, kun haluat pysäyttää järjestelmän OpenSLP-palvelun.
stop_err=OpenSLP: n pysäyttäminen epäonnistui
start_err=OpenSLP: n käynnistäminen epäonnistui
+50
View File
@@ -0,0 +1,50 @@
index_title=Configuration d'OpenSLP
index_return=Configuration OpenSLP
index_eslpd=Le démon OpenSLP $1 est introuvable sur votre système. Il n'est peut-être pas installé ou la configuration de votre <a href='$2'>module</a> est incorrecte.
index_econf=Le fichier de configuration OpenSLP $1 est introuvable sur votre système. Il n'est peut-être pas installé ou la configuration de votre <a href='$2'>module</a> est incorrecte.
index_version=Version OpenSLP $1
slp_apply=Appliquer les modifications
slp_stop=Arrêtez OpenSLP
snda_title=Portée statique et DA
snda_useScopes=Liste statique des étendues
snda_DAAddresses=Liste statique des agents d'annuaire (DA)
netcfg_title=Configuration du réseau
netcfg_isBroadcastOnly=Forcer les diffusions à être utilisées au lieu de la multidiffusion
netcfg_passiveDADetection=Utiliser la détection DA passive
netcfg_activeDADetection=Utiliser la détection DA active (restreindre aux adresses DHCP ou DA uniquement)
netcfg_DAActiveDiscoveryInterval=Découverte active en quelques secondes (0 désactive la découverte active)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Temps d'attente maximum pour les demandes de découverte DA (en millisecondes)
netcfg_DADiscoveryTimeouts=Temps d'attente de découverte DA successifs (en millisecondes)
netcfg_HintsFile=Chemin d'accès au fichier d'indices OpenSLP
netcfg_multicastMaximumWait=Attente maximale sur les demandes de multidiffusion (en millisecondes)
netcfg_multicastTimeouts=Temps d'attente de multidiffusion successifs (en millisecondes)
netcfg_unicastMaximumWait=Temps maximum entre les demandes de monodiffusion (en millisecondes)
netcfg_randomWaitBound=Valeur maximale pour tous les paramètres d'attente aléatoires (en millisecondes)
netcfg_MTU=Taille du paquet MTU (en octets)
netcfg_interfaces=Adresses IP des interfaces que le DA/SA doit écouter
dacfg_title=Configuration DA
dacfg_isDA=Fonctionne comme un DA uniquement (lire le guide de l'utilisateur avant de le changer)
log_title=Suivi et journalisation
log_traceDATraffic=Imprimer les messages de trafic DA
log_traceMsg=Imprimer les messages de détail SLP
log_traceDrop=Imprimer les informations de message abandonné SLP
log_traceReg=Imprimer les informations d'inscription et de désinscription de DA et SA
error_open=Erreur lors de l'ouverture du fichier
error_flock_on=Erreur lors de la création du verrouillage de fichier
error_flock_off=Erreur lors de la destruction du verrou de fichier
error_hup=Erreur lors du redémarrage d'OpenSLP avec PID
index_start=Démarrez OpenSLP
index_startmsg=Cliquez sur ce bouton pour démarrer le démon OpenSLP sur votre système.
index_stop=Arrêtez OpenSLP
index_stopmsg=Cliquez sur ce bouton pour arrêter le démon OpenSLP sur votre système.
stop_err=Impossible d'arrêter OpenSLP
start_err=Impossible de démarrer OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Konfiguracija OpenSLP
index_return=Konfiguracija OpenSLP
index_eslpd=OpenSLP demon $1 nije pronađen u vašem sustavu. Možda nije instaliran ili je vaša <a href='$2'>konfiguracija modula</a> netočna.
index_econf=Konfiguracijska datoteka OpenSLP $1 nije pronađena u vašem sustavu. Možda nije instaliran ili je vaša <a href='$2'>konfiguracija modula</a> netočna.
index_version=Verzija OpenSLP $1
slp_apply=Primijeni promjene
slp_stop=Zaustavite OpenSLP
snda_title=Statički opseg i DA
snda_useScopes=Statički popis opsega
snda_DAAddresses=Statični popis agenata kataloga (DA)
netcfg_title=Konfiguracija mreže
netcfg_isBroadcastOnly=Prisilite emisije da se koriste umjesto multicast
netcfg_passiveDADetection=Koristite pasivno otkrivanje DA
netcfg_activeDADetection=Koristite aktivno otkrivanje DA (ograničite se samo na DHCP ili DA adrese)
netcfg_DAActiveDiscoveryInterval=Aktivno otkrivanje u sekundi (0 onemogućuje Aktivno otkrivanje)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maksimalno vrijeme čekanja za DA zahtjeve za otkrivanjem (u milisekundama)
netcfg_DADiscoveryTimeouts=Uzastopna vremena čekanja za otkrivanje DA (u milisekundama)
netcfg_HintsFile=Put do OpenSLP datoteke sa savjetima
netcfg_multicastMaximumWait=Maksimalno čekanje na zahtjeve za višestruko slanje (u milisekundama)
netcfg_multicastTimeouts=Uzastopna čekanja za višestruko slanje (u milisekundama)
netcfg_unicastMaximumWait=Maksimalno vrijeme između jednogodičnih zahtjeva (u milisekundama)
netcfg_randomWaitBound=Maksimalna vrijednost za sve parametre nasumičnog čekanja (u milisekundama)
netcfg_MTU=MTU veličina paketa (u bajtovima)
netcfg_interfaces=IP adrese sučelja koje bi DA/SA trebao slušati
dacfg_title=Konfiguracija DA
dacfg_isDA=Djeluje samo kao DA (pročitajte korisnički vodič prije promjene ove)
log_title=Traženje i vođenje zapisnika
log_traceDATraffic=Ispis DA prometnih poruka
log_traceMsg=Ispis detalja o SLP porukama
log_traceDrop=Ispis informacija o ispuštenom SLP-u
log_traceReg=Ispišite podatke o registraciji i odjavi za DA i SA
error_open=Pogreška prilikom otvaranja datoteke
error_flock_on=Pogreška pri stvaranju zaključavanja datoteka
error_flock_off=Pogreška prilikom uništavanja datoteke zaključana
error_hup=Pogreška pri ponovnom pokretanju OpenSLP-a s PID-om
index_start=Pokrenite OpenSLP
index_startmsg=Kliknite ovaj gumb za pokretanje demona OpenSLP na vašem sustavu.
index_stop=Zaustavite OpenSLP
index_stopmsg=Kliknite ovaj gumb kako biste zaustavili demon OpenSLP na vašem sustavu.
stop_err=Zaustavljanje OpenSLP-a nije uspjelo
start_err=Pokretanje OpenSLP-a nije uspjelo
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP konfiguráció
index_return=OpenSLP konfiguráció
index_eslpd=A (z) $1 OpenSLP démon nem található meg a rendszerén. Lehet, hogy nincs telepítve, vagy a <a href='$2'>modul konfigurációja</a> helytelen.
index_econf=A (z) $1 OpenSLP konfigurációs fájl nem található a rendszerén. Lehet, hogy nincs telepítve, vagy a <a href='$2'>modul konfigurációja</a> helytelen.
index_version=OpenSLP verzió $1
slp_apply=Módosítások elfogadása
slp_stop=Állítsa le az OpenSLP-t
snda_title=Statikus hatókör és DA
snda_useScopes=Hatályok statikus listája
snda_DAAddresses=A Directory Agents (DA) statikus listája
netcfg_title=Hálózati konfiguráció
netcfg_isBroadcastOnly=Az adások kényszerítése a multicast helyett
netcfg_passiveDADetection=Használjon passzív DA észlelést
netcfg_activeDADetection=Használjon aktív DA-észlelést (csak DHCP- vagy DA-címekre korlátozható)
netcfg_DAActiveDiscoveryInterval=Aktív felfedezés másodpercben (0 letiltja az aktív felfedezést)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=A DA felderítési kérelmek maximális várakozási ideje (ezredmásodpercben)
netcfg_DADiscoveryTimeouts=Az egymást követő DA felfedezési várakozási idők (ezredmásodpercben)
netcfg_HintsFile=Az OpenSLP elérési útja utal a fájlhoz
netcfg_multicastMaximumWait=A multicast kérések maximális várakozása (ezredmásodpercben)
netcfg_multicastTimeouts=Az egymást követő multicast várakozási idők (ezredmásodpercben)
netcfg_unicastMaximumWait=Az unicast kérések közötti maximális időtartam (ezredmásodpercben)
netcfg_randomWaitBound=Az összes véletlenszerű várakozási paraméter maximális értéke (ezredmásodpercben)
netcfg_MTU=MTU csomagméret (byte-ban)
netcfg_interfaces=Az interfészek IP-címei, amelyeket a DA/SA-nak meg kell hallgatnia
dacfg_title=DA konfiguráció
dacfg_isDA=Csak DAként működik (ennek megváltoztatása előtt olvassa el a felhasználói útmutatót)
log_title=Követés és naplózás
log_traceDATraffic=DA forgalmi üzenetek nyomtatása
log_traceMsg=Az SLP részletes üzeneteinek kinyomtatása
log_traceDrop=Az SLP nyomtatása elhagyta az üzenet adatait
log_traceReg=Nyomtasson ki DA és SA regisztrációs és regisztrációs adatokat
error_open=Hiba a fájl megnyitásakor
error_flock_on=Hiba a fájlzár létrehozásakor
error_flock_off=Hiba a fájlzár megsemmisítésében
error_hup=Hiba történt az OpenSLP újraindításakor a PID-vel
index_start=Indítsa el az OpenSLP-t
index_startmsg=Kattintson erre a gombra az OpenSLP démon elindításához a rendszeren.
index_stop=Állítsa le az OpenSLP-t
index_stopmsg=Kattintson erre a gombra az OpenSLP démon leállításához a rendszeren.
stop_err=Nem sikerült leállítani az OpenSLP-t
start_err=Nem sikerült elindítani az OpenSLP-t
+50
View File
@@ -0,0 +1,50 @@
index_title=Configurazione OpenSLP
index_return=Configurazione OpenSLP
index_eslpd=Il demone OpenSLP $1 non è stato trovato sul tuo sistema. Forse non è installato o la <a href='$2'>configurazione del modulo</a> non è corretta.
index_econf=Il file di configurazione OpenSLP $1 non è stato trovato sul tuo sistema. Forse non è installato o la <a href='$2'>configurazione del modulo</a> non è corretta.
index_version=Versione OpenSLP $1
slp_apply=Applica i cambiamenti
slp_stop=Ferma OpenSLP
snda_title=Ambito statico e DA
snda_useScopes=Elenco statico di ambiti
snda_DAAddresses=Elenco statico di agenti directory (DA)
netcfg_title=Configurazione di rete
netcfg_isBroadcastOnly=Forza le trasmissioni da utilizzare al posto del multicast
netcfg_passiveDADetection=Usa il rilevamento DA passivo
netcfg_activeDADetection=Utilizza il rilevamento DA attivo (solo per indirizzi DHCP o DA)
netcfg_DAActiveDiscoveryInterval=Active Discovery in secondi (0 disabilita Active Discovery)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Tempo di attesa massimo per richieste di individuazione DA (in millisecondi)
netcfg_DADiscoveryTimeouts=Tempi di attesa successivi alla rilevazione DA (in millisecondi)
netcfg_HintsFile=Percorso del file dei suggerimenti di OpenSLP
netcfg_multicastMaximumWait=Attesa massima su richieste multicast (in millisecondi)
netcfg_multicastTimeouts=Tempi di attesa multicast successivi (in millisecondi)
netcfg_unicastMaximumWait=Intervallo di tempo massimo tra le richieste unicast (in millisecondi)
netcfg_randomWaitBound=Valore massimo per tutti i parametri di attesa casuali (in millisecondi)
netcfg_MTU=Dimensione del pacchetto MTU (in byte)
netcfg_interfaces=Indirizzi IP di interfacce che il DA/SA dovrebbe ascoltare
dacfg_title=Configurazione DA
dacfg_isDA=Funziona solo come DA (leggi la guida per l'utente prima di modificarlo)
log_title=Traccia e registrazione
log_traceDATraffic=Stampa i messaggi sul traffico DA
log_traceMsg=Stampa messaggi di dettaglio SLP
log_traceDrop=Stampa SLP ha lasciato cadere le informazioni sul messaggio
log_traceReg=Stampa le informazioni di registrazione e cancellazione di DA e SA
error_open=Errore durante l'apertura del file
error_flock_on=Errore durante la creazione del blocco file
error_flock_off=Errore durante la distruzione del blocco dei file
error_hup=Errore nel riavvio di OpenSLP con PID
index_start=Avvia OpenSLP
index_startmsg=Fare clic su questo pulsante per avviare il demone OpenSLP sul proprio sistema.
index_stop=Ferma OpenSLP
index_stopmsg=Fare clic su questo pulsante per interrompere il demone OpenSLP sul proprio sistema.
stop_err=Impossibile arrestare OpenSLP
start_err=Impossibile avviare OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLPの構成
index_return=OpenSLPの構成
index_eslpd=OpenSLPデーモン $1がシステムで見つかりませんでした。インストールされていないか、<a href='$2'>モジュール設定</a>が間違っている可能性があります。
index_econf=OpenSLP構成ファイル $1がシステムで見つかりませんでした。インストールされていないか、<a href='$2'>モジュール設定</a>が間違っている可能性があります。
index_version=OpenSLPバージョン $1
slp_apply=変更を適用
slp_stop=OpenSLPを停止する
snda_title=静的スコープとDA
snda_useScopes=スコープの静的リスト
snda_DAAddresses=ディレクトリエージェントの静的リスト(DA)
netcfg_title=ネットワーク設定
netcfg_isBroadcastOnly=マルチキャストの代わりにブロードキャストを強制的に使用する
netcfg_passiveDADetection=パッシブDA検出を使用する
netcfg_activeDADetection=アクティブなDA検出を使用する(DHCPまたはDAアドレスのみに制限)
netcfg_DAActiveDiscoveryInterval=数秒でアクティブ検出(0はアクティブ検出を無効にします)
netcfg_multicastTTL=マルチキャストTTL0-255
netcfg_DADiscoveryMaximumWait=DAディスカバリー要求の最大待機時間(ミリ秒)
netcfg_DADiscoveryTimeouts=連続したDA検出待機時間(ミリ秒)
netcfg_HintsFile=OpenSLPヒントファイルへのパス
netcfg_multicastMaximumWait=マルチキャスト要求の最大待機時間(ミリ秒)
netcfg_multicastTimeouts=連続したマルチキャスト待機時間(ミリ秒)
netcfg_unicastMaximumWait=ユニキャスト要求間の最大時間(ミリ秒)
netcfg_randomWaitBound=すべてのランダム待機パラメーターの最大値(ミリ秒)
netcfg_MTU=MTUパケットサイズ(バイト単位)
netcfg_interfaces=DA/SAがリッスンするインターフェイスのIPアドレス
dacfg_title=DAの構成
dacfg_isDA=DAとしてのみ機能します(これを変更する前にユーザーガイドをお読みください)
log_title=トレースとロギング
log_traceDATraffic=DAトラフィックメッセージを印刷する
log_traceMsg=SLP詳細メッセージを印刷する
log_traceDrop=SLPドロップメッセージ情報を出力
log_traceReg=DAおよびSAの登録および登録解除情報を印刷する
error_open=ファイルを開く際のエラー
error_flock_on=ファイルロックの作成エラー
error_flock_off=ファイルロックの破壊エラー
error_hup=PIDを使用したOpenSLPの再起動エラー
index_start=OpenSLPを開始する
index_startmsg=このボタンをクリックして、システムでOpenSLPデーモンを起動します。
index_stop=OpenSLPを停止する
index_stopmsg=このボタンをクリックして、システムのOpenSLPデーモンを停止します。
stop_err=OpenSLPを停止できませんでした
start_err=OpenSLPを開始できませんでした
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP 구성
index_return=OpenSLP 구성
index_eslpd=시스템에서 OpenSLP 데몬 $1 을 (를) 찾을 수 없습니다. 설치되지 않았거나 <a href='$2'>모듈 구성</a>이 잘못되었을 수 있습니다.
index_econf=시스템에서 OpenSLP 구성 파일 $1 을 (를) 찾을 수 없습니다. 설치되지 않았거나 <a href='$2'>모듈 구성</a>이 잘못되었을 수 있습니다.
index_version=OpenSLP 버전 $1
slp_apply=변경 승인
slp_stop=OpenSLP 중지
snda_title=정적 범위 및 DA
snda_useScopes=범위의 정적 목록
snda_DAAddresses=디렉토리 에이전트 (DA)의 정적 목록
netcfg_title=네트워크 구성
netcfg_isBroadcastOnly=멀티 캐스트 대신 브로드 캐스트를 사용하도록 설정
netcfg_passiveDADetection=수동 DA 감지 사용
netcfg_activeDADetection=활성 DA 감지 사용 (DHCP 또는 DA 주소로만 제한)
netcfg_DAActiveDiscoveryInterval=초 단위의 활성 검색 (0은 활성 검색을 사용하지 않도록 설정)
netcfg_multicastTTL=멀티 캐스트 TTL (0-255)
netcfg_DADiscoveryMaximumWait=DA 발견 요청의 최대 대기 시간 (밀리 초)
netcfg_DADiscoveryTimeouts=연속 DA 검색 대기 시간 (밀리 초)
netcfg_HintsFile=OpenSLP 힌트 파일의 경로
netcfg_multicastMaximumWait=멀티 캐스트 요청에 대한 최대 대기 시간 (밀리 초)
netcfg_multicastTimeouts=연속 멀티 캐스트 대기 시간 (밀리 초)
netcfg_unicastMaximumWait=유니 캐스트 요청 사이의 최대 시간 (밀리 초)
netcfg_randomWaitBound=모든 임의 대기 매개 변수의 최대 값 (밀리 초)
netcfg_MTU=MTU 패킷 크기 (바이트)
netcfg_interfaces=DA/SA가 청취해야하는 인터페이스의 IP 주소
dacfg_title=DA 구성
dacfg_isDA=DA로만 기능 (이 내용을 변경하기 전에 사용 설명서를 읽으십시오)
log_title=추적 및 로깅
log_traceDATraffic=DA 교통 메시지 인쇄
log_traceMsg=SLP 상세 메시지 인쇄
log_traceDrop=삭제 된 SLP 메시지 정보 인쇄
log_traceReg=DA 및 SA 등록 및 등록 취소 정보 인쇄
error_open=파일을 여는 중 오류
error_flock_on=파일 잠금 생성 오류
error_flock_off=파일 잠금 파괴 중 오류
error_hup=PID로 OpenSLP 재시작 오류
index_start=OpenSLP 시작
index_startmsg=시스템에서 OpenSLP 데몬을 시작하려면이 버튼을 클릭하십시오.
index_stop=OpenSLP 중지
index_stopmsg=시스템에서 OpenSLP 데몬을 중지하려면이 버튼을 클릭하십시오.
stop_err=OpenSLP를 중지하지 못했습니다
start_err=OpenSLP를 시작하지 못했습니다
+50
View File
@@ -0,0 +1,50 @@
index_title=Konfigurasi OpenSLP
index_return=Konfigurasi OpenSLP
index_eslpd=Daemon OpenSLP $1 tidak ditemui dalam sistem anda. Mungkin tidak dipasang, atau <a href='$2'>modul konfigurasi</a> anda salah.
index_econf=Fail konfigurasi OpenSLP $1 tidak ditemui dalam sistem anda. Mungkin tidak dipasang, atau <a href='$2'>modul konfigurasi</a> anda salah.
index_version=OpenSLP versi $1
slp_apply=Terapkan perubahan
slp_stop=Hentikan OpenSLP
snda_title=Skop statik dan DA
snda_useScopes=Senarai statik skop
snda_DAAddresses=Senarai statik Agen Direktori (DA)
netcfg_title=KOnfigurasi Rangkaian
netcfg_isBroadcastOnly=Paksa penggunaan penyiaran selain multicast
netcfg_passiveDADetection=Guna pengesan pasif DA
netcfg_activeDADetection=Guna pengesan aktif DA (terhad kepada DHCP atau DAAddresses sahaja)
netcfg_DAActiveDiscoveryInterval=Penemuan Actif dalam saat (0 untuk melumpuhkan PEnemuan Aktif)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Masa tunggu maksima untuk permintaan penemuan DA (dalam milisaat)
netcfg_DADiscoveryTimeouts=Masa tunggu penemuan Da berturut-turut (dalam milisaat)
netcfg_HintsFile=Laluan kepada fail kiasan OpenSLP
netcfg_multicastMaximumWait=Penantian maksima pada permintaan multicast (dalam milisaat)
netcfg_multicastTimeouts=Masa tunggu multicast berturut-turut (dalam milisaat)
netcfg_unicastMaximumWait=Nilai maksima masa antara permintaan unicast (dalam milisaat)
netcfg_randomWaitBound=Nilai maksima untuk semua parameter menuggu rawak (dalam milisaat)
netcfg_MTU=Saiz paket MTU (dalan bait)
netcfg_interfaces=Alamat IP antaramuka yang sepatutnya DA/SA dengar
dacfg_title=Konfigurasi DA
dacfg_isDA=Fungsi sebagai ON saja (baca panduan pengguna sebelum menukar ini)
log_title=Menjejak dan menglog
log_traceDATraffic=Cetak mesej trafik DA
log_traceMsg=Cetak mesej perincian SLP
log_traceDrop=Cetak infomasi mesej SLP tercicir
log_traceReg=Cetak informasi pendaftaran dan pengguguran DA dan SA
error_open=Ralat membuka fail
error_flock_on=Ralat mencipta fail kunci
error_flock_off=Ralat menghapuskan fail kunci
error_hup=Ralat mulakan OpenSLP dengan PID
index_start=Mulakan OpenSLP
index_startmsg=Klik butang untuk mulakan daemon OpenSLP pada sistem anda.
index_stop=Hentikan OpenSLP
index_stopmsg=Klik butang ini untuk hentikan daemon OpenSLP pada sistem anda.
stop_err=Gagal hentikan OpenSLP
start_err=Gagal mulakan OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP Configuratie
index_return=OpenSLP configuratie
index_eslpd=De OpenSLP daemon $1 is niet gevonden op uw systeem. Misschien is het niet geinstalleerd, of uw <a href='$2'>module configuratie</a> is niet correct.
index_econf=De OpenSLP configuratie file $1 is niet gevonden op uw systeem. Misschien is het niet geinstalleerd, of uw <a href='$2'>module configuratie</a> is niet correct.
index_version=OpenSLP versie $1
slp_apply=Veranderingen Toevoegen
slp_stop=Stop OpenSLP
snda_title=Statische Scope en DA
snda_useScopes=Statische lijst van Scopes
snda_DAAddresses=Statische lijst van Directorie Agenten (DA)
netcfg_title=Netwerk Configuratie
netcfg_isBroadcastOnly=Forceer broadcast om te gebruiken in plaats van multicast
netcfg_passiveDADetection=Gebruik passieve DA detectie
netcfg_activeDADetection=Gebruik actiefe DA detectie (beperk alleen tot DHCP of DA Adressen)
netcfg_DAActiveDiscoveryInterval=Actief Ontdekken in seconden (0 schakelt Actief Ontdekken uit)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maximum wacht tijd voor DA ontdekken aanvraag (in milliseconden)
netcfg_DADiscoveryTimeouts=Succesvolle DA ontdekken wacht tijd (in milliseconden)
netcfg_HintsFile=Pad naar OpenSLP hint file
netcfg_multicastMaximumWait=Maximum wacht tijd voor multicast (in milliseconden)
netcfg_multicastTimeouts=Succesvolle multicast wacht tijden (in milliseconden)
netcfg_unicastMaximumWait=Maximale tijd tussen unicast aanvragen (in milliseconden)
netcfg_randomWaitBound=Maximum waarde voor alle random wachtende parameters (in milliseconden)
netcfg_MTU=MTU pakket grote (in bytes)
netcfg_interfaces=IP adressen of interfaces waar de DA/SA naar moet luisteren
dacfg_title=DA Configuratie
dacfg_isDA=Functie alleen als DA (lees de gebruikers guide voordat je dit verandert)
log_title=Traceren en loggen
log_traceDATraffic=Print DA verkeers berichten
log_traceMsg=Print SLP berichten detail
log_traceDrop=Print SLP gedropte berichten informatie
log_traceReg=Print DA en SA registratie en de-registratie informatie
error_open=Fout openen file
error_flock_on=Fout aanmaken file slot
error_flock_off=Fout vernietigen file slot
error_hup=Fout herstarten OpenSLP met PID
index_start=Start OpenSLP
index_startmsg=Klik op deze knop om de OpenSLP daemon te starten op uw systeem.
index_stop=Stop OpenSLP
index_stopmsg=Klik op deze knop om de OpenSLP daemon te stoppen op uw systeem.
stop_err=Mislukt om OpenSLP te stoppen
start_err=Mislukt om OpenSLP te starten
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP konfigurasjon
index_return=OpenSLP konfigurasjon
index_eslpd=OpenSLP daemonen $1 ble ikke funnet på systemet ditt. Kanskje den ikke er installert, eller så er <a href='$2'>modulkonfigurasjonen</a> feil.
index_econf=OpenSLP konfigurasjonsfilen $1 ble ikke funnet på systemet ditt. Kanskje den ikke er installert, eller så er <a href='$2'>modulkonfigurasjonen</a> feil.
index_version=OpenSLP versjon $1
slp_apply=Bruk endringer
slp_stop=Stopp OpenSLP
snda_title=Statisk Virkeområde og DA
snda_useScopes=Statisk liste over virkeområder
snda_DAAddresses=Statisk liste med Katalog Agenter (DA)
netcfg_title=Nettverkskonfigurasjon
netcfg_isBroadcastOnly=Tving bruk av broadcast i stedet for multicast
netcfg_passiveDADetection=Bruk passiv DA oppdaging
netcfg_activeDADetection=Bruk aktiv DA oppdaging (begrens til kun DHCP eller DA adresser)
netcfg_DAActiveDiscoveryInterval=Active Discovery i sekunder (0 deaktivere Active Discovery)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maks. ventetid for forespørsler om DA oppdaging (i millisekunder)
netcfg_DADiscoveryTimeouts=Ventetid for etterfølgende DA oppdaging (i millisekunder)
netcfg_HintsFile=Sti til OpenSLP hints fil
netcfg_multicastMaximumWait=Maks. ventetid på multicast forespørsler (i millisekunder)
netcfg_multicastTimeouts=Ventetid for etterfølgende multicasts (i millisekunder)
netcfg_unicastMaximumWait=Maks. mengde tid melldom unicast forespørsler (i millisekunder)
netcfg_randomWaitBound=Maks. verdi for alle random venteparametere (i millisekunder)
netcfg_MTU=MTU pakkestørrelse (i bytes)
netcfg_interfaces=IP adresser til grensesnitt som DA/SA skal lytte på
dacfg_title=DA konfigurasjon
dacfg_isDA=Operer som en ren DA (les brukerhåndboken før du endrer denne)
log_title=Sporing og logging
log_traceDATraffic=Skriv ut DA trafikkmelding
log_traceMsg=Skriv ut SLP detaljmeldinger
log_traceDrop=Skriv ut informasjon om SLP droppet melding
log_traceReg=Skriv ut informasjon om DA og SA registrering og deregistrering
error_open=Feil ved åpning av fil
error_flock_on=Feil ved oppretting av fillås
error_flock_off=Feil ved ødelegging av fillås
error_hup=Feil ved omstarting av OpenSLP med PID
index_start=Start OpenSLP
index_startmsg=Klikk på denne knappen for å starte OpenSLP på systemet ditt
index_stop=Stopp OpenSLP
index_stopmsg=Klikk på denne knappen for å stoppe OpenSLP på systemet ditt
stop_err=Kunne ikke stoppe OpenSLP
start_err=Kunne ikke starte OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Konfiguracja OpenSLP
index_return=Konfiguracja OpenSLP
index_eslpd=Demon OpenSLP $1 nie został znaleziony w twoim systemie. Być może nie jest zainstalowany lub konfiguracja modułu <a href='$2'></a> jest nieprawidłowa.
index_econf=Plik konfiguracyjny OpenSLP $1 nie został znaleziony w twoim systemie. Być może nie jest zainstalowany lub konfiguracja modułu <a href='$2'></a> jest nieprawidłowa.
index_version=Wersja OpenSLP $1
slp_apply=Zatwierdź zmiany
slp_stop=Zatrzymaj OpenSLP
snda_title=Zakres statyczny i DA
snda_useScopes=Statyczna lista zakresów
snda_DAAddresses=Statyczna lista agentów katalogowych (DA)
netcfg_title=konfiguracja sieci
netcfg_isBroadcastOnly=Wymuś używanie transmisji zamiast multiemisji
netcfg_passiveDADetection=Użyj pasywnego wykrywania DA
netcfg_activeDADetection=Użyj aktywnego wykrywania DA (ogranicz tylko do DHCP lub adresów DA)
netcfg_DAActiveDiscoveryInterval=Active Discovery w kilka sekund (0 wyłącza Active Discovery)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maksymalny czas oczekiwania na żądania wykrywania DA (w milisekundach)
netcfg_DADiscoveryTimeouts=Czas oczekiwania na kolejne wykrywanie DA (w milisekundach)
netcfg_HintsFile=Ścieżka do pliku wskazówek OpenSLP
netcfg_multicastMaximumWait=Maksymalne oczekiwanie na żądania multiemisji (w milisekundach)
netcfg_multicastTimeouts=Kolejne czasy oczekiwania multiemisji (w milisekundach)
netcfg_unicastMaximumWait=Maksymalny czas między żądaniami emisji pojedynczej (w milisekundach)
netcfg_randomWaitBound=Maksymalna wartość dla wszystkich parametrów losowego oczekiwania (w milisekundach)
netcfg_MTU=Rozmiar pakietu MTU (w bajtach)
netcfg_interfaces=Adresy IP interfejsów, których powinien wysłuchać DA/SA
dacfg_title=Konfiguracja DA
dacfg_isDA=Działa tylko jako DA (przed zmianą przeczytaj instrukcję obsługi)
log_title=Śledzenie i rejestrowanie
log_traceDATraffic=Drukuj komunikaty drogowe DA
log_traceMsg=Drukuj szczegółowe informacje SLP
log_traceDrop=Wydrukuj informację o odrzuconej wiadomości SLP
log_traceReg=Wydrukuj informacje o rejestracji i wyrejestrowaniu DA i SA
error_open=Błąd podczas otwierania pliku
error_flock_on=Błąd podczas tworzenia blokady pliku
error_flock_off=Błąd podczas niszczenia blokady pliku
error_hup=Błąd podczas ponownego uruchamiania OpenSLP z PID
index_start=Uruchom OpenSLP
index_startmsg=Kliknij ten przycisk, aby uruchomić demona OpenSLP w systemie.
index_stop=Zatrzymaj OpenSLP
index_stopmsg=Kliknij ten przycisk, aby zatrzymać demona OpenSLP w systemie.
stop_err=Nie udało się zatrzymać OpenSLP
start_err=Nie udało się uruchomić OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Configuração OpenSLP
index_return=Configuração OpenSLP
index_eslpd=O daemon OpenSLP $1 não foi encontrado no seu sistema. Talvez não esteja instalado ou sua <a href='$2'>configuração do módulo</a> está incorreta.
index_econf=O arquivo de configuração do OpenSLP $1 não foi encontrado no seu sistema. Talvez não esteja instalado ou sua <a href='$2'>configuração do módulo</a> está incorreta.
index_version=Versão OpenSLP $1
slp_apply=Aplicar mudanças
slp_stop=Stop OpenSLP
snda_title=Escopo estático e DA
snda_useScopes=Lista estática de escopos
snda_DAAddresses=Lista estática de agentes do diretório (DA)
netcfg_title=configuração de rede
netcfg_isBroadcastOnly=Forçar transmissões a serem usadas em vez de multicast
netcfg_passiveDADetection=Use detecção passiva de DA
netcfg_activeDADetection=Use a detecção de DA ativa (restrinja apenas aos endereços DHCP ou DA)
netcfg_DAActiveDiscoveryInterval=Descoberta ativa em segundos (0 desativa a descoberta ativa)
netcfg_multicastTTL=TTL multicast (0-255)
netcfg_DADiscoveryMaximumWait=Tempo máximo de espera para solicitações de descoberta de DA (em milissegundos)
netcfg_DADiscoveryTimeouts=Tempos de espera sucessivos para descoberta de DA (em milissegundos)
netcfg_HintsFile=Caminho para o arquivo de dicas do OpenSLP
netcfg_multicastMaximumWait=Espera máxima em solicitações de multicast (em milissegundos)
netcfg_multicastTimeouts=Tempos de espera multicast sucessivos (em milissegundos)
netcfg_unicastMaximumWait=Tempo máximo entre solicitações de unicast (em milissegundos)
netcfg_randomWaitBound=Valor máximo para todos os parâmetros de espera aleatória (em milissegundos)
netcfg_MTU=Tamanho do pacote MTU (em bytes)
netcfg_interfaces=Endereços IP de interfaces que o DA/SA deve ouvir
dacfg_title=Configuração DA
dacfg_isDA=Funciona apenas como DA (leia o guia do usuário antes de alterar isso)
log_title=Rastreamento e registro
log_traceDATraffic=Imprimir mensagens de tráfego DA
log_traceMsg=Imprimir mensagens detalhadas de SLP
log_traceDrop=Imprimir SLP deixou cair as informações da mensagem
log_traceReg=Imprimir informações de registro e cancelamento de registro DA e SA
error_open=Erro ao abrir o arquivo
error_flock_on=Erro ao criar bloqueio de arquivo
error_flock_off=Erro ao destruir o bloqueio de arquivo
error_hup=Erro ao reiniciar o OpenSLP com PID
index_start=Iniciar o OpenSLP
index_startmsg=Clique neste botão para iniciar o daemon OpenSLP no seu sistema.
index_stop=Stop OpenSLP
index_stopmsg=Clique neste botão para parar o daemon OpenSLP no seu sistema.
stop_err=Falha ao parar o OpenSLP
start_err=Falha ao iniciar o OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Configuração OpenSLP
index_return=Configuração OpenSLP
index_eslpd=O daemon OpenSLP $1 não foi encontrado no seu sistema. Talvez não esteja instalado ou sua <a href='$2'>configuração do módulo</a> está incorreta.
index_econf=O arquivo de configuração do OpenSLP $1 não foi encontrado no seu sistema. Talvez não esteja instalado ou sua <a href='$2'>configuração do módulo</a> está incorreta.
index_version=Versão OpenSLP $1
slp_apply=Aplicar mudanças
slp_stop=Stop OpenSLP
snda_title=Escopo estático e DA
snda_useScopes=Lista estática de escopos
snda_DAAddresses=Lista estática de agentes do diretório (DA)
netcfg_title=configuração de rede
netcfg_isBroadcastOnly=Forçar transmissões a serem usadas em vez de multicast
netcfg_passiveDADetection=Use detecção passiva de DA
netcfg_activeDADetection=Use a detecção de DA ativa (restrinja apenas aos endereços DHCP ou DA)
netcfg_DAActiveDiscoveryInterval=Descoberta ativa em segundos (0 desativa a descoberta ativa)
netcfg_multicastTTL=TTL multicast (0-255)
netcfg_DADiscoveryMaximumWait=Tempo máximo de espera para solicitações de descoberta de DA (em milissegundos)
netcfg_DADiscoveryTimeouts=Tempos de espera sucessivos para descoberta de DA (em milissegundos)
netcfg_HintsFile=Caminho para o arquivo de dicas do OpenSLP
netcfg_multicastMaximumWait=Espera máxima em solicitações de multicast (em milissegundos)
netcfg_multicastTimeouts=Tempos de espera multicast sucessivos (em milissegundos)
netcfg_unicastMaximumWait=Tempo máximo entre solicitações de unicast (em milissegundos)
netcfg_randomWaitBound=Valor máximo para todos os parâmetros de espera aleatória (em milissegundos)
netcfg_MTU=Tamanho do pacote MTU (em bytes)
netcfg_interfaces=Endereços IP de interfaces que o DA/SA deve ouvir
dacfg_title=Configuração DA
dacfg_isDA=Funciona apenas como DA (leia o guia do usuário antes de alterar isso)
log_title=Rastreamento e registro
log_traceDATraffic=Imprimir mensagens de tráfego DA
log_traceMsg=Imprimir mensagens detalhadas de SLP
log_traceDrop=Imprimir SLP deixou cair as informações da mensagem
log_traceReg=Imprimir informações de registro e cancelamento de registro DA e SA
error_open=Erro ao abrir o arquivo
error_flock_on=Erro ao criar bloqueio de arquivo
error_flock_off=Erro ao destruir o bloqueio de arquivo
error_hup=Erro ao reiniciar o OpenSLP com PID
index_start=Iniciar o OpenSLP
index_startmsg=Clique neste botão para iniciar o daemon OpenSLP no seu sistema.
index_stop=Stop OpenSLP
index_stopmsg=Clique neste botão para parar o daemon OpenSLP no seu sistema.
stop_err=Falha ao parar o OpenSLP
start_err=Falha ao iniciar o OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Настройки OpenSLP
index_return=Настройки OpenSLP
index_eslpd=Демон OpenSLP $1 не найден в вашей системе. Возможно, он не установлен, или некорректны <a href='$2'>настройки модуля</a>.
index_econf=Файл настроек OpenSLP не найден в вашей системе. Возможно, он не установлен, или некорректны <a href='$2'>настройки модуля</a>.
index_version=OpenSLP версии $1
slp_apply=Применить изменения
slp_stop=Остановка OpenSLP
snda_title=Статические Scope и DA
snda_useScopes=Статический список Scope
snda_DAAddresses=Статический список Агентов Каталогов (DA - Directory Agents)
netcfg_title=Настройки сети
netcfg_isBroadcastOnly=Принудительно использовать broadcast вместо широковещательных запросов
netcfg_passiveDADetection=Использовать пассивное определение DA
netcfg_activeDADetection=Use active DA detection (restrict to DHCP or DAAddresses only)
netcfg_DAActiveDiscoveryInterval=Активное определение в секундах (0 отключает активное определение)
netcfg_multicastTTL=TTL широковещательных сообщений (0-255)
netcfg_DADiscoveryMaximumWait=Максимальное время ожидания запросов определения DA (в миллисекундах)
netcfg_DADiscoveryTimeouts=Время ожидания успешного определения DA (в миллисекундах)
netcfg_HintsFile=Путь к файлу подсказок OpenSLP
netcfg_multicastMaximumWait=Максимальное время ожидания широковещательных сообщений (в миллисекундах)
netcfg_multicastTimeouts=Успешное время ожидания широковещательных сообщений (в миллисекундах)
netcfg_unicastMaximumWait=Максимальное время между запросами unicast (в миллисекундах)
netcfg_randomWaitBound=Максимальное значение для всех случайных параметров ожидания (в миллисекундах)
netcfg_MTU=Размер пакета MTU (в байтах)
netcfg_interfaces=Адреса IP интерфейсов, слушаемых DA/SA
dacfg_title=Настройки DA
dacfg_isDA=Функционировать только как DA (прочитайте перед изменением этого руководство пользователя)
log_title=Трассировка и ведение журнала
log_traceDATraffic=Печать сообщений о трафике DA
log_traceMsg=Печать подробных сообщений SLP
log_traceDrop=Печать сброшенной информации о сообщениях SLP
log_traceReg=Печать регистрационной и разрегистрационной информации DA и SA
error_open=Ошибка при открытии файла
error_flock_on=Ошибка при создании блокировки файла
error_flock_off=Ошибка при снятии блокировки файла
error_hup=Ошибка при перезапуске OpenSLP с PID
index_start=Запуск OpenSLP
index_startmsg=Нажмите эту кнопку для запуска на вашей системе демона OpenSLP
index_stop=Остановка OpenSLP
index_stopmsg=Нажмите эту кнопку для остановки на вашей системе демона OpenSLP
stop_err=Ошибка при остановке OpenSLP
start_err=Ошибка при запуске OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=Konfigurácia OpenSLP
index_return=Konfigurácia OpenSLP
index_eslpd=Vo vašom systéme sa nenašiel démon OpenSLP $1. Možno nie je nainštalovaný alebo je vaša <a href='$2'>konfigurácia modulu</a> nesprávna.
index_econf=Vo vašom systéme sa nenašiel konfiguračný súbor OpenSLP $1. Možno nie je nainštalovaný alebo je vaša <a href='$2'>konfigurácia modulu</a> nesprávna.
index_version=Verzia OpenSLP $1
slp_apply=Aplikovať zmeny
slp_stop=Zastavte OpenSLP
snda_title=Statický rozsah a DA
snda_useScopes=Statický zoznam rozsahov
snda_DAAddresses=Statický zoznam adresárových agentov (DA)
netcfg_title=Konfigurácia siete
netcfg_isBroadcastOnly=Vynúti vysielanie, ktoré sa použije namiesto vysielania
netcfg_passiveDADetection=Použite pasívnu detekciu DA
netcfg_activeDADetection=Použiť aktívnu detekciu DA (obmedziť sa len na adresy DHCP alebo DA)
netcfg_DAActiveDiscoveryInterval=Aktívny objav v sekundách (0 deaktivuje aktívny objav)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maximálna doba čakania na žiadosti o zistenie DA (v milisekundách)
netcfg_DADiscoveryTimeouts=Čakajúce časy objavenia DA (v milisekundách)
netcfg_HintsFile=Cesta k súboru pokynov OpenSLP
netcfg_multicastMaximumWait=Maximálne čakanie na žiadosti o výberové vysielanie (v milisekundách)
netcfg_multicastTimeouts=Čakajúce časy viacerých vysielaní (v milisekundách)
netcfg_unicastMaximumWait=Maximálny čas medzi žiadosťami o unicast (v milisekundách)
netcfg_randomWaitBound=Maximálna hodnota pre všetky parametre náhodného čakania (v milisekundách)
netcfg_MTU=Veľkosť paketu MTU (v bajtoch)
netcfg_interfaces=IP adresy rozhraní, ktoré by mal DA/SA počúvať
dacfg_title=DA Configuration
dacfg_isDA=Fungovať iba ako DA (pred zmenou tohto textu si prečítajte používateľskú príručku)
log_title=Sledovanie a zaznamenávanie
log_traceDATraffic=Vytlačte dopravné správy DA
log_traceMsg=Tlač podrobných správ SLP
log_traceDrop=Informácie o správe s vynechanou SLP
log_traceReg=Vytlačte si registračné a registračné informácie spoločnosti DA a SA
error_open=Chyba pri otváraní súboru
error_flock_on=Pri vytváraní zámku súboru sa vyskytla chyba
error_flock_off=Pri likvidácii zámku súboru došlo k chybe
error_hup=Pri reštartovaní OpenSLP s PID sa vyskytla chyba
index_start=Spustite OpenSLP
index_startmsg=Kliknutím na toto tlačidlo spustíte vo vašom systéme démona OpenSLP.
index_stop=Zastavte OpenSLP
index_stopmsg=Kliknutím na toto tlačidlo zastavíte démona OpenSLP vo vašom systéme.
stop_err=OpenSLP sa nepodarilo zastaviť
start_err=OpenSLP sa nepodarilo spustiť
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP-konfiguration
index_return=OpenSLP-konfiguration
index_eslpd=OpenSLP-demonen $1 hittades inte på ditt system. Kanske är den inte installerad eller så är din <a href='$2'>modulkonfiguration</a> felaktig.
index_econf=OpenSLP-konfigurationsfilen $1 hittades inte på ditt system. Kanske är den inte installerad eller så är din <a href='$2'>modulkonfiguration</a> felaktig.
index_version=OpenSLP-version $1
slp_apply=Applicera förändringar
slp_stop=Stoppa OpenSLP
snda_title=Statisk räckvidd och DA
snda_useScopes=Statisk lista över omfattningar
snda_DAAddresses=Statisk lista över katalogagenter (DA)
netcfg_title=nätverkskonfiguration
netcfg_isBroadcastOnly=Tvinga sändningar som ska användas istället för multicast
netcfg_passiveDADetection=Använd passiv DA-detektion
netcfg_activeDADetection=Använd aktiv DA-detektion (begränsas endast till DHCP- eller DA-adresser)
netcfg_DAActiveDiscoveryInterval=Aktiv upptäckt på några sekunder (0 inaktiverar Active Discovery)
netcfg_multicastTTL=Multicast TTL (0-255)
netcfg_DADiscoveryMaximumWait=Maximal väntetid för upptäcktsförfrågningar från DA (i millisekunder)
netcfg_DADiscoveryTimeouts=Påföljande väntetider för DA-upptäckt (i millisekunder)
netcfg_HintsFile=Sökväg till OpenSLP-tipsfil
netcfg_multicastMaximumWait=Maximal väntan på multicast-begäranden (i millisekunder)
netcfg_multicastTimeouts=På varandra följande multicast-väntetider (i millisekunder)
netcfg_unicastMaximumWait=Maximal tid mellan unicast-förfrågningar (i millisekunder)
netcfg_randomWaitBound=Maximalt värde för alla slumpmässiga vänteparametrar (i millisekunder)
netcfg_MTU=MTU-paketstorlek (i byte)
netcfg_interfaces=IP-adresser för gränssnitt som DA/SA bör lyssna på
dacfg_title=DA-konfiguration
dacfg_isDA=Funktion som endast DA (läs användarguiden innan du ändrar detta)
log_title=Spårning och loggning
log_traceDATraffic=Skriv ut DA-trafikmeddelanden
log_traceMsg=Skriv ut SLP-detaljmeddelanden
log_traceDrop=Print SLP tappade meddelanden information
log_traceReg=Skriv ut DA- och SA-registrerings- och avregistreringsinformation
error_open=Fel vid öppning av fil
error_flock_on=Fel vid skapandet av fillås
error_flock_off=Fel vid förstörelse av fillås
error_hup=Fel vid omstart av OpenSLP med PID
index_start=Starta OpenSLP
index_startmsg=Klicka på den här knappen för att starta OpenSLP-demonen på ditt system.
index_stop=Stoppa OpenSLP
index_stopmsg=Klicka på den här knappen för att stoppa OpenSLP-demonen på ditt system.
stop_err=Det gick inte att stoppa OpenSLP
start_err=Det gick inte att starta OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP Yapılandırması
index_return=OpenSLP yapılandırması
index_eslpd=$1 OpenSLP arka plan programı sisteminizde bulunamadı. Belki yüklü değil veya <a href='$2'>modül yapılandırmanız</a> yanlış.
index_econf=$1 OpenSLP yapılandırma dosyası sisteminizde bulunamadı. Belki yüklü değil veya <a href='$2'>modül yapılandırmanız</a> yanlış.
index_version=OpenSLP sürüm $1
slp_apply=Değişiklikleri uygula
slp_stop=OpenSLP'yi Durdur
snda_title=Statik Kapsam ve DA
snda_useScopes=Statik Kapsam listesi
snda_DAAddresses=Dizin Aracılarının statik listesi (DA)
netcfg_title=Ağ Yapılandırması
netcfg_isBroadcastOnly=Yayınları çok noktaya yayın yerine kullanılmaya zorlayın
netcfg_passiveDADetection=Pasif DA tespiti kullanma
netcfg_activeDADetection=Etkin DA algılamayı kullan (yalnızca DHCP veya DA Adresleriyle kısıtla)
netcfg_DAActiveDiscoveryInterval=Saniyeler içinde Aktif Keşif (0 Aktif Keşfi devre dışı bırakır)
netcfg_multicastTTL=Çok Noktaya Yayın TTL (0-255)
netcfg_DADiscoveryMaximumWait=DA keşif istekleri için maksimum bekleme süresi (milisaniye cinsinden)
netcfg_DADiscoveryTimeouts=Art arda DA keşfi bekleme süreleri (milisaniye cinsinden)
netcfg_HintsFile=OpenSLP ipuçları dosyasının yolu
netcfg_multicastMaximumWait=Çok noktaya yayın isteklerinde maksimum bekleme (milisaniye cinsinden)
netcfg_multicastTimeouts=Ardışık çok noktaya yayın bekleme süreleri (milisaniye cinsinden)
netcfg_unicastMaximumWait=Tek noktaya yayın istekleri arasındaki maksimum süre (milisaniye cinsinden)
netcfg_randomWaitBound=Tüm rastgele bekleme parametreleri için maksimum değer (milisaniye cinsinden)
netcfg_MTU=MTU paket boyutu (bayt cinsinden)
netcfg_interfaces=DA/SA'nın dinlemesi gereken arabirimlerin IP adresleri
dacfg_title=DA Yapılandırması
dacfg_isDA=Yalnızca DA işlevi (bunu değiştirmeden önce kullanım kılavuzunu okuyun)
log_title=İzleme ve Günlüğe Kaydetme
log_traceDATraffic=DA trafik mesajlarını yazdırma
log_traceMsg=SLP ayrıntı mesajlarını yazdırma
log_traceDrop=SLP bırakılan mesaj bilgilerini yazdır
log_traceReg=DA ve SA kayıt ve kayıt silme bilgilerini yazdırın
error_open=Dosya açılırken hata oluştu
error_flock_on=Dosya kilidi oluşturulurken hata meydana geldi
error_flock_off=Dosya kilidini yok etme hatası
error_hup=PID ile OpenSLP yeniden başlatılırken hata oluştu
index_start=OpenSLP'yi başlat
index_startmsg=Sisteminizde OpenSLP arka plan programını başlatmak için bu düğmeyi tıklatın.
index_stop=OpenSLP'yi Durdur
index_stopmsg=Sisteminizdeki OpenSLP arka plan programını durdurmak için bu düğmeyi tıklatın.
stop_err=OpenSLP durdurulamadı
start_err=OpenSLP başlatılamadı
+50
View File
@@ -0,0 +1,50 @@
index_title=Настроювання OpenSLP
index_return=Настроювання OpenSLP
index_eslpd=Демон OpenSLP $1 не знайдений у вашій системі. Можливо, він не встановлений, чи некоректні <a href='$2'>настроювання модуля</a>.
index_econf=Файл настроювань OpenSLP не знайдений у вашій системі. Можливо, він не встановлений, чи некоректні <a href='$2'>настроювання модуля</a>.
index_version=OpenSLP версії $1
slp_apply=Застосувати зміни
slp_stop=Зупинка OpenSLP
snda_title=Статичні Scope і DA
snda_useScopes=Статичний список Scope
snda_DAAddresses=Статичний список Агентів Каталогів (DA - Directory Agents)
netcfg_title=Настроювання мережі
netcfg_isBroadcastOnly=Примусово використовувати broadcast замість широкомовних запитів
netcfg_passiveDADetection=Використовувати пасивне визначення DA
netcfg_activeDADetection=Use active DA detection (restrict to DHCP or DAAddresses only)
netcfg_DAActiveDiscoveryInterval=Активне визначення в секундах (0 відключає активне визначення)
netcfg_multicastTTL=TTL широкомовних повідомлень (0-255)
netcfg_DADiscoveryMaximumWait=Максимальний час чекання запитів визначення DA (у мілісекундах)
netcfg_DADiscoveryTimeouts=Час чекання успішного визначення DA (у мілісекундах)
netcfg_HintsFile=Шлях до файлу підказок OpenSLP
netcfg_multicastMaximumWait=Максимальний час чекання широкомовних повідомлень (у мілісекундах)
netcfg_multicastTimeouts=Успішний час чекання широкомовних повідомлень (у мілісекундах)
netcfg_unicastMaximumWait=Максимальний час між запитами unicast (у мілісекундах)
netcfg_randomWaitBound=Максимальне значення для усіх випадкових параметрів чекання (у мілісекундах)
netcfg_MTU=Розмір пакета MTU (у байтах)
netcfg_interfaces=Адреси IP інтерфейсів, що слухаються DA/SA
dacfg_title=Настроювання DA
dacfg_isDA=Функціонувати тільки як DA (прочитайте перед зміною цього керівництво користувача)
log_title=Трасування і ведення журналу
log_traceDATraffic=Печатка повідомлень про трафік DA
log_traceMsg=Печатка докладних повідомлень SLP
log_traceDrop=Печатка скинутої інформації про повідомлення SLP
log_traceReg=Печатка реєстраційної і відреєстраційної інформації DA і SA
error_open=Помилка при відкритті файлу
error_flock_on=Помилка при створенні блокування файлу
error_flock_off=Помилка при знятті блокування файлу
error_hup=Помилка при перезапуску OpenSLP з PID
index_start=Запуск OpenSLP
index_startmsg=Натисніть цю кнопку для запуску на вашій системі демона OpenSLP
index_stop=Зупинка OpenSLP
index_stopmsg=Натисніть цю кнопку для зупинки на вашій системі демона OpenSLP
stop_err=Помилка при зупинці OpenSLP
start_err=Помилка при запуску OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP配置
index_return=OpenSLP配置
index_eslpd=在您的系统上找不到OpenSLP守护程序 $1。可能未安装,或者您的<a href='$2'>模块配置</a>不正确。
index_econf=在您的系统上找不到OpenSLP配置文件 $1。可能未安装,或者您的<a href='$2'>模块配置</a>不正确。
index_version=OpenSLP版本 $1
slp_apply=应用更改
slp_stop=停止OpenSLP
snda_title=静态范围和DA
snda_useScopes=范围的静态列表
snda_DAAddresses=目录代理(DA)的静态列表
netcfg_title=网络配置
netcfg_isBroadcastOnly=强制使用广播代替多播
netcfg_passiveDADetection=使用被动DA检测
netcfg_activeDADetection=使用主动DA检测(仅限于DHCP或DA地址)
netcfg_DAActiveDiscoveryInterval=以秒为单位的活动发现(0禁用活动发现)
netcfg_multicastTTL=组播TTL0-255
netcfg_DADiscoveryMaximumWait=DA发现请求的最大等待时间(以毫秒为单位)
netcfg_DADiscoveryTimeouts=连续的DA发现等待时间(以毫秒为单位)
netcfg_HintsFile=OpenSLP提示文件的路径
netcfg_multicastMaximumWait=多播请求的最大等待时间(以毫秒为单位)
netcfg_multicastTimeouts=连续的多播等待时间(以毫秒为单位)
netcfg_unicastMaximumWait=单播请求之间的最长时间(以毫秒为单位)
netcfg_randomWaitBound=所有随机等待参数的最大值(以毫秒为单位)
netcfg_MTU=MTU数据包大小(以字节为单位)
netcfg_interfaces=DA/SA应该侦听的接口的IP地址
dacfg_title=DA配置
dacfg_isDA=仅用作DA(更改此设置之前,请先阅读用户指南)
log_title=跟踪和记录
log_traceDATraffic=打印DA交通消息
log_traceMsg=打印SLP详细消息
log_traceDrop=打印SLP丢弃的消息信息
log_traceReg=打印DA和SA注册和注销信息
error_open=打开文件时出错
error_flock_on=创建文件锁时出错
error_flock_off=销毁文件锁时出错
error_hup=使用PID重新启动OpenSLP时出错
index_start=启动OpenSLP
index_startmsg=单击此按钮以在系统上启动OpenSLP守护程序。
index_stop=停止OpenSLP
index_stopmsg=单击此按钮可在系统上停止OpenSLP守护程序。
stop_err=无法停止OpenSLP
start_err=无法启动OpenSLP
+50
View File
@@ -0,0 +1,50 @@
index_title=OpenSLP配置
index_return=OpenSLP配置
index_eslpd=在您的系統上找不到OpenSLP守護程序 $1。可能未安裝,或者您的<a href='$2'>模塊配置</a>不正確。
index_econf=在您的系統上找不到OpenSLP配置文件 $1。可能未安裝,或者您的<a href='$2'>模塊配置</a>不正確。
index_version=OpenSLP版本 $1
slp_apply=應用更改
slp_stop=停止OpenSLP
snda_title=靜態範圍和DA
snda_useScopes=範圍的靜態列表
snda_DAAddresses=目錄代理(DA)的靜態列表
netcfg_title=網絡配置
netcfg_isBroadcastOnly=強制使用廣播代替多播
netcfg_passiveDADetection=使用被動DA檢測
netcfg_activeDADetection=使用主動DA檢測(僅限於DHCP或DA地址)
netcfg_DAActiveDiscoveryInterval=以秒為單位的活動發現(0禁用活動發現)
netcfg_multicastTTL=組播TTL0-255
netcfg_DADiscoveryMaximumWait=DA發現請求的最大等待時間(以毫秒為單位)
netcfg_DADiscoveryTimeouts=連續的DA發現等待時間(以毫秒為單位)
netcfg_HintsFile=OpenSLP提示文件的路徑
netcfg_multicastMaximumWait=多播請求的最大等待時間(以毫秒為單位)
netcfg_multicastTimeouts=連續的多播等待時間(以毫秒為單位)
netcfg_unicastMaximumWait=單播請求之間的最大時間間隔(以毫秒為單位)
netcfg_randomWaitBound=所有隨機等待參數的最大值(以毫秒為單位)
netcfg_MTU=MTU數據包大小(以字節為單位)
netcfg_interfaces=DA/SA應該偵聽的接口的IP地址
dacfg_title=DA配置
dacfg_isDA=僅用作DA(更改此設置之前,請先閱讀用戶指南)
log_title=跟踪和記錄
log_traceDATraffic=打印DA交通消息
log_traceMsg=打印SLP詳細消息
log_traceDrop=打印SLP丟棄的消息信息
log_traceReg=打印DA和SA註冊和註銷信息
error_open=打開文件時出錯
error_flock_on=創建文件鎖時出錯
error_flock_off=銷毀文件鎖時出錯
error_hup=使用PID重新啟動OpenSLP時出錯
index_start=啟動OpenSLP
index_startmsg=單擊此按鈕以在系統上啟動OpenSLP守護程序。
index_stop=停止OpenSLP
index_stopmsg=單擊此按鈕可在系統上停止OpenSLP守護程序。
stop_err=無法停止OpenSLP
start_err=無法啟動OpenSLP

Some files were not shown because too many files have changed in this diff Show More