initial commit of file from CVS for smeserver-xt_geoip on Sat Sep 7 16:46:09 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 16:46:09 +10:00
parent 6a9aa6baf5
commit 23a0172ede
71 changed files with 10915 additions and 2 deletions

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
imaps,pop3s,sshd,ftp,sqpsmtpd

View File

@@ -0,0 +1,20 @@
{
my @addexclude = split(/,/,"imap,imaps,pop3,pop3s,pptpd,sshd,ftp,qpsmtpd,sqpsmtpd");
my $masq = $DB->get('masq') or return;
my @exclude = split(/,/, $masq->prop('XtServices') || '');
push @exclude, @addexclude;
# remove duplicates
undef %saw;
@exclude = grep(!$saw{$_}++, @exclude);
if ($#exclude > 0)
{
$masq->set_prop('XtServices', join(',', @exclude));
}
else
{
$masq->delete_prop('XtServices');
}
}

View File

@@ -0,0 +1,14 @@
#!/bin/bash
cd /usr/share/xt_geoip
if [ -f ./LE/A1.iv4 ]
then
FILES=$(find ./LE -name A1.iv4 -type f -mtime +7)
if [ -z $FILES ]
then
echo "recent base, no download"
exit 0
fi
fi
echo "download base for xt_geoip"
./update_base > /dev/null 2>&1
exit 0

View File

@@ -0,0 +1,6 @@
#!/bin/bash
modprobe -r xt_geoip
weak-modules --add-kernel
modprobe xt_geoip

View File

View File

@@ -0,0 +1,285 @@
<lexicon lang="bg">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[Администрация на XTABLES-ADDONS<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>Имаше грешка при актуализацията на xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Успешна промяна... Сега IP филтрирането ще вземе предвид въведените държави.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP филтрирането може да бъде включено или изключено със съответния бутон</li> <li>Кодовете на държавите за забраняване могат да бъдат въведени в съответното поле</li> <li>Незабавна актуализация на таблицата може да бъде заявена тук</li></ul> <p><i>Внимавайте да не забраните IP адресите необходими за работата на сървъра!</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>Няма промяна... няма актуализация!</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Текущо филтриране на GEOIP:</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>Искано филтриране на GEOIP:</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Трябва ли филтрирането по държави на произход да се активира?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Текущ списък на забранени кодове на държави:</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Кодът на държавата(те) не съществува(т) на сървъра: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Достигнат максимум за кодове на държави: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>Ще се използват нови кодове на държави:</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>Списък на кодове на държави (с главни букви и разделени със запетая).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Последна актуализация на таблицата на GeoIP:</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Форсиране на актуализация на таблицата на GeoIP:</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>Таблицата на GeoIP се актуализира всяка седмица, но можете ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Щракнете тук за да видите статистиката на предотвратените връзки</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Филтриран</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Щракнете тук за да видите статистиката на SSH грешките от неблокиран достъп</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH грешки</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Щракнете тук за да видите статистиката на предотвратените връзки</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>забранени</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Генерирана статистика</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Край на статистиката</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Грешен тип статистика</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Статистика за Xt_GeoIP</h3><ul> <li>За три периода: ден, седмица и месец</li> <li>Забранените IP адреси по държави сортирани по номер</li> <li>SSH грешки по държави сортирани по номер</li> </ul><p><i>XX означава че държавата не е намерена!</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Щракнете тук за да видите <b>списък на наличните кодове на държави</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Кодове на държави:</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Кодове на държави</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Списък</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Край на списъка с кодове</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Филтриране по услуги за Xtables GeoIP</h2><ul> <li>Ако искате различно филтриране, базирано на услуги</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Име на услуга:</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Услуги</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Добави или промени филтриране по услуги</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>Избирате определена държава за филтриране на тази услуга</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Изтриване на филтриране по услуга</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>Изтривате филтриране по услуга. Ще бъде приложено общо филтриране.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Нефилтрирана услуга.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Няма услуги.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>Списък на отхвърлените кодове на държави за услугата:</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Успешно изтриване на филтриране по услуга... Ново филтриране ще бъде взето предвид.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Черен списък</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Твърде много държави са избрани: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Отхвърли ако</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>Следната опция позволява да изберете ако искате да отхвърлите посетители от списък с държави (==) което е по подразбиране, или ако искате да им позволите само на тях да влизат (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>Стандартен филтър за услугите без правила</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Изберете ако искате стандартния филтър да бъде приложен за всички входящи връзки или ако не искате да филтрирате портовете вече определени с дадено правило за услуга. Това би позволило да имате услуги, по-малко ограничени от стандартното правило, ако го включите.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Щракнете тук за да изберете <b>нови </b>услуги от <b>наличните услуги list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Кодове на услуги:</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Списък</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> Избиране на нови услуги</h2> <ul><li>Изберете тук от другите услуги, които не се управляват самостоятелно. </li><li>Можете да изберете един или повече елементи. Стандартно <b>включени и публични</b>. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Налични услуги</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">Не е наличен лицензен ключ за GEOIP. Свалянето <b>не е активно</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Филтрирането на GEOIP <b>не е активно</b></font> (iptables) ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Филтрирането на GEOIP <b>не е активно</b></font> (iptables) ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Филтрирането на GEOIP <b>не е активно</b></font> (iptables) ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="da">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>filtreret</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>fejl</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>forbudt</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistik</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Vis statistik</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Afsenderstatistik</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Kildekode</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Kildekode</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Slutning på rapporten</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Tjeneste</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Tjeneste</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Tilføj eller ændre en post.</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>ufiltreret</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>DNS tjenester</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Sortlistet</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Afvis</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Tjeneste</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Tilgængelige pakker</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="de">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>gefiltert</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Fehler</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>gesperrt</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistiken</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Statistik anzeigen</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Senderstatistik</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Liste</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Ende der Resultate.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Dienst</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Dienst</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Erzeuge oder ändere einen Datensatz.</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>ungefiltert</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>DNS Dienste</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklisten</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Ablehnen</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Dienst</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Liste</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Jabber services</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="el">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Κλείδες SSH</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Προβολή στατιστικών</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Στατιστικά αποστολέων</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Τέλος Αναφοράς</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Επισκόπηση</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Unfiltered service.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>No services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Απόρριψη</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Επισκόπηση</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Διαθέσιμα πακέτα</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,315 @@
<lexicon lang="en-us">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]> </trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>
Successful change... Now IP filtering takes into account the countries entered.
</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul>
<li>IP filtering can be enabled or disabled with the appropriate button</li>
<li>Codes of the countries to be banished can be entered in the corresponding field</li>
<li>An immediate update of the table can be requested here</li></ul>
<p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]>
</trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !
</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering : </trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired : </trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes : </trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]>
</trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]>
</trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH errors</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]>
</trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>End of Statistics</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Invalid type of statistics</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul>
<li>For 3 periods : Day, Week and Month</li>
<li>Banned Ips by country sorted by number</li>
<li>Ssh errors by country sorted by number</li>
<li>Fail2ban banned IPs by country sorted by number</li>
</ul><p><i>XX means Country not found !</i></p> ]]>
</trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul>
<li>Click here to see a <b>list of available country codes</b></li>
</ul> ]]>
</trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes : </trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>End of code list</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul>
<li>If you want different filtering based on services</li>
</ul><p><i></i></p> ]]>
</trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name : </trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Services</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Unfiltered service.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>No services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service : </trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Reject if</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul>
<li>Click here to select <b>new </b>services among an <b>available services list</b></li>
</ul> ]]>
</trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Service codes : </trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2>
<ul><li>Select here among the other services not yet managed individually.
</li><li>You may select one or more elements. Generally <b>enabled and public</b> ones.
</li></ul> ]]>
</trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Available Services</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="es">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtro</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>error</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>banner</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Estadísticas</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Mostrar estadísticas</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Estadísticas del remitente</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Código fuente</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Código fuente</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Lista Cosas por hacer</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Fin de los resultados.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Estado del Servicio</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Estado del Servicio</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>servicio gratuito</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Servicios Jabber</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>lista</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Rechazar</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Estado del Servicio</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Lista Cosas por hacer</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Paquetes disponibles</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="et">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH Keys</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Näita statistikat</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Saatjate statistika</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Raporti lõpp</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>tasuta teenus</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>tasuta teenus</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>tasuta teenus</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Keeldu</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>tasuta teenus</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Saadolevad pakid</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="fr">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[Administration XTABLES-ADDONS <br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>Il y a eu une erreur en mettant à jour xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Modifié avec succès... Maintenant le filtrage IP prend en compte les pays entrés.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>Le filtrage IP peut être activé ou désactivé avec le bouton approprié</li> <li>Les codes de pays à bannir peuvent être entrés dans le champs correspondant</li> <li>Une mise à jour immédiate de la table peut être demandée ici</li></ul> <p><i>Faites attention de ne pas bannir d'IP ou de régions qui sont nécessaires pour le bon fonctionnement de votre serveur !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>Pas de changement... Pas de mise à jour !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Filtrage GeoIP courant:</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>Filtrage GeoIP désiré :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Le filtrage par pays d'origine doit-il être activé ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Liste des pays actuellement bannis :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Le(s) code(s) de pays n'existe(nt) pas sur le serveur: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Code(s) pays maximum atteint: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>Nouveau code de pays à utiliser :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>Liste des codes de pays (en majuscule et séparé par des virgules).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Dernière mise à jour de la table GeoIP</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Forcer la mise à jour de la table GeoIP</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>La table GeoIP est mise à jour chaque semaine, mais vous pouvez...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Cliquer ici pour voir les statistiques des connexions refusées</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtré</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Cliquez ici pour voir les statistiques des erreurs SSH pour les accès non bloqués</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Erreur de syntaxe SSH</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Cliquer ici pour voir les statistiques des connexions refusées par fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>Interdit par F2B</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistiques générées</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Fin des statistiques</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Type de statistiques non valides</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistiques pour Xt_GeoIP</h3><ul> <li>Pour 3 périodes : jour, semaine et mois</li> <li>IPs interdites par pays triées par numéro</li> <li>Erreurs Ssh par pays triées par numéro</li> </ul><p> <i>XX signifie Pays introuvable !</i> </p> ]]> </trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Cliquer ici pour avoir une <b>liste des codes pays disponibles</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Code des pays :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Code des pays</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Liste</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Fin de la liste des codes</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Filtrage par service pour Xtables GeoIP</h2><ul><li>Si vous souhaitez un filtrage différent fondé sur les services</li></ul><p><i></i></p>]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Nom du service :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Services</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Ajouter ou modifier un filtre par service</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>Vous choisissez un filtre dédié par pays pour ce service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Supprimer un filtre par service</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>Vous supprimez un filtre par service. Le filtre général s'appliquera alors.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Service non filtré.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Pas de services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>Liste des codes de pays rejetés pour le service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Filtre par service supprimé avec succès... Nouveau filtrage pris en compte.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Liste noire</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Trop de pays choisis : {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Refuser si</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>L'option suivante permet de choisir si vous souhaitez rejeter les visiteurs de la liste des pays (==) qui est le comportement par défaut, ou si vous souhaitez les laisser uniquement entrer (! =).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>Filtre général uniquement pour les services sans règles</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choisissez si vous souhaitez appliquer le filtre général à toutes les connexions entrantes ou si vous ne souhaitez pas filtrer les ports déjà définis avec une règle de service spécifique. Cela vous permettrait d'avoir un service moins restreint que la règle générale si vous l'activez.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Cliquer ici pour avoir une <b>nouvelle </b>services parmi une <b>liste des services disponibles</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Codes Service :</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Liste</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> Sélection de nouveaux services </h2> <ul> <li> Sélectionnez ici parmi les autres services non encore gérés individuellement. </li> <li> Vous pouvez sélectionner un ou plusieurs éléments. Généralement <b> activés et publics. </b> </li> </ul>]]> </trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Services disponibles</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">clé de licence GeoIP indisponible. Le téléchargement est <b>inactif</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Le filtrage GeoIP est <b>inactif</b></font> (iptables) ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Le filtrage GeoIP est <b>inactif</b></font> (iptables) ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Le filtrage GeoIP est <b>inactif</b></font> (iptables) ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="he">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH errors</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>הצג סטטיסטיקות</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>סטטיסטיקת שולחים</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>סוף הדוח</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>שם מערכת:</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>שם מערכת:</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Unfiltered service.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>No services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>דחיה</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>שם מערכת:</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>שם מערכת:</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="hu">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Szűrő</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Szintaktikai hiba</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statisztika</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Statisztika mutatása</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Feladó statisztikák</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Forráskód</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Forráskód</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Keresési eredmények vége.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>ingyenes szolgáltatás</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>ingyenes szolgáltatás</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>ingyenes szolgáltatás</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Eldobás</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>ingyenes szolgáltatás</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Elérhető szoftvercsomagok</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="id">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH errors</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Perlihatkan Statistik</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Statistik pengirim</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Akhir dari laporan</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>layanan bebas</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>layanan bebas</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>layanan bebas</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Tolak</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>layanan bebas</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Paket tersedia</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="it">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[Amministrazione XTABLES-ADDONS <br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>Si è verificato un errore aggiornando xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Modifica avvenuta con successo .... Ora il filtro IP tiene conto dei Paesi selezionati.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>L'IP filtering può essere abilitato o disabilitato con l'apposito bottone</li> <li>I codici paese da mettere in ban possono essere immessi nel campo corrispondente</li> <li>Un aggiornamento immediato della tabella può essere richiesto qui</li></ul> <p><i>Prestare attenzione a non inserire in ban gli indirizzi IP necessari al funzionamento del server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>Nessuna modifica ... nessun aggiornamento!</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>GEOIP filtering corrente:</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desiderato:</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Deve essere attivato il filtro per paese di origine ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Lista dei codici paese attualmente bloccati:</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Codice(i) paese inesistente sul server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Numero massimo di codice(i) paese raggiunto: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>Nuovo codice paese da utilizzare:</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>Lista dei codici paese (maiuscolo e e separati da virgola).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Ultimo aggiornamento della tabella GeoIP:</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Forzare l'aggiornamento della tabella GeoIP:</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>La tabella GeoIP è aggiornata ogni settimana, ma si può ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Premere qui per la statistica delle connessioni bloccate</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtrato</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Premere qui per mostrare le statistiche degli errori SSH per gl iaccessi non bloccati</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Errori SSH</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Premere qui per la statistica delle connessioni bloccate</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>bannato</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistiche generate</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Fine delle statistiche</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Tipo di statistiche non valido</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistiche per Xt_GeoIP</h3><ul> <li>Per 3 periodi : Giorno, Settimana e Mese</li> <li>Ip messi al bando per nazione ordinati per numero</li> <li>Errori Ssh per nazione ordinati per numero</li> </ul><p><i>XX significa Country Paese non trovato !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Premere qui per visualizzare <b>la lista dei "Codici Paese" disponibili</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Codici paese: </trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Codici paese:</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Lista</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Fine della lista dei codici.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Filtro sulla base del servizio per Xtables GeoIP</h2><ul> <li>Se si desidera un filtraggio diverso basato sui servizi</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Nome del servizio</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Servizi</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Crea o modifica un filtraggio per servizio</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>Si sta scegliendo un particolare "filtro paese" per questo servizio</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Rimuovi un filtro "per servizio"</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>Si sta rimuovendo un filtro "per servizio". Sarà attiva la configurazione di filtro generale.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Servizio non filtrato.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Nessun servizio.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>Lista dei codici paese rifiutati per il servizio:</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Rimozione filtro "per servizio" completata... Nuova configurazione presa in carico.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Troppi paesi selezionati: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Rifiutare se </trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>L'opzione seguente consente di scegliere se si vogliono respingere i visitatori provenienti dalla lista (==) che è il comportamento di default, o li si vuole lasciare accedere (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>Filtro generale per servizi senza regole definite</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Scegliere se si vuole applicare il filtro generale a tutte le connessioni in ingresso o se non si vogliono filtrare le porte già definite con una reola specifica per il servizio. In questo modo è possibile avere un servizio meno limitato rispetto alla regola generale.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Premere qui per selezionare <b>nuovi </b>servizi in una <b>lista di servizi disponibili </b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Codici servizio:</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Lista</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> Selezione nuovi Servizi</h2> <ul><li>Selezionare tra gli altri servizi non ancora gestiti individualmente. </li><li>Si possono selezionare uno o più elementi. Generalmente quelli <b>abilitati e pubblici</b>. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Servizi disponibili</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">License key GEOIP non disponibile. Il download è <b>inattivo</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="ja">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>フィルター</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>構文エラー</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>統計</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>統計表示</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Invalid type of statistics</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>ソースコード</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>ソースコード</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>やること一覧</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>検索結果は以上です。</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>装置</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Unfiltered service.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>No services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>拒絶</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>装置</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>やること一覧</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>装置</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="nb">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtrer</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Syntaksfeil</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistikk</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Vis statistikk</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Avsender statistikk</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Kildekode</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Kildekode</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Oppgaveliste</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Slutten av resultater.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>gratis service</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>gratis service</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>gratis service</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Avvis</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>gratis service</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Oppgaveliste</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Tilgjenglige pakker</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="nl">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>gefiltert</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Syntaxfout</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>verbannen</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistieken</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Statistieken tonen</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Verzend statistieken</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Broncode</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Broncode</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Lijst</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Einde resultaten.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Dienst</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Dienst</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Voeg toe of wijzig een instelling.</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>ongefiltert</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>DNS diensten</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Zwartelijst</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Weigeren</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Dienst</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Lijst</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Beschikbare pakketten</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="pl">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtr</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Błąd składniowy</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statystyka</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Pokaż statystyki</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Podstawowe statystyki</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Kod źródłowy</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Kod źródłowy</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Lista zadań</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Koniec wyników.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Serwery nazw (DNS)</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Urządzenie</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Unfiltered service.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>No services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Odrzuć</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Serwery nazw (DNS)</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Lista zadań</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Dostępne paczki</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="pt-br">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>filtrado</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Erro de sintaxe</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>banido</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Estatísticas</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Mostrar estatísticas</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Estatísticas de remetente</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Código fonte</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Código fonte</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Lista</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Fim dos resultados.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Status do Serviço</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Status do Serviço</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Adicionar ou modificar um registro.</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>serviço grátis</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Serviços jabber</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Lista Negra</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Retornar ao remetente</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Status do Serviço</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Lista</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Pacotes disponíveis</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="pt">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtro</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Erro de sintaxe</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Estatísticas</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Mostrar Estatísticas</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Enviar estatísticas</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Código fonte</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Código fonte</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Lista A-Fazer</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Fim dos resultados.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Serviços jabber</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>serviço grátis</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Serviços jabber</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Retornar ao remetente</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Serviços jabber</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Lista A-Fazer</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Pacotes disponíveis</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="ro">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH errors</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Arată statistici</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Statistică expeditori</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Final raport</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>serviciu gratuit</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>serviciu gratuit</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>serviciu gratuit</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Respinge</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>serviciu gratuit</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Pachete disponibile</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="ru">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH errors</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Показать статистику</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Статистика по отправителям</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Конец результатов.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Состояние службы</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Состояние службы</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Создать или изменить общую папку</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>бесплатный сервис</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Службы Jabber</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Отказаться</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Состояние службы</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Доступные пакеты</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="sl">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filtered</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH errors</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistics generated</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Prikaži statistiko</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Statistika posiljateljev</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Konec porocila</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>brezplačna storitev</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>brezplačna storitev</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>brezplačna storitev</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Vrni posiljatelju</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>brezplačna storitev</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Programski paketi</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="sv">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>Filter</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Syntaxfel</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>Statistik</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>Visa statistik</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Avsändarstatistik</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Källkod</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Källkod</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>Att-göra-lista</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Inga fler resultat.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Tjänst</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>Tjänst</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Skapa eller ändra en delad mapp</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>gratis tjänst</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>DNS-tjänster</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Förkasta</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>Tjänst</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>Att-göra-lista</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Tillgängliga paket</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="th">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>กรอง, ตัวกรอง</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>Syntax error</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>F2B banned</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>สถิติ</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>แสดงสถิติ</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>สถิติผู้ส่ง</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Source code</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Source code</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>สิ้นสุดการรายงาน</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>อุปกรณ์</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>Unfiltered service.</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>No services.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>Blacklist</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>ไม่รับ</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>อุปกรณ์</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>แพ็คเกจที่มี</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="tr">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>süzgeç</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>hata</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>afiş</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>istatistik</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>İstatistikleri Göster</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>Gönderici istatistikleri</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>Country codes :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>Country codes</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>Sonuçların sonu.</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>Service name :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>sınırsız servis</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>Add or modify a per service filtering</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>sınırsız servis</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>sınırsız servis</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>liste</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>Reddet</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>sınırsız servis</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>List</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>Kurulabilir paketler</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="zh-cn">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>更新 xt_geoip 时出错.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>已过滤</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>SSH错误</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>点击这里查看被 fail2ban 禁止的连接</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>被F2B 禁止</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>状态生成</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>状态的结尾</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>无效的状态</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>国家代码 :</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>国家代码</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>列表</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>代码列表的结尾</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>服务名 :</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>服务</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>添加或删除记录</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>未筛选的服务</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>没有服务.</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>拒绝提供服务的国家代码 :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>黑名单</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>选择了太多的国家: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>拒绝如果</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>服务编码 :</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>列表</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>可用的服务</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">模块 xt_geoip 尚未加载. GeoIP 过滤被 <b>禁用</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,285 @@
<lexicon lang="zh-tw">
<entry>
<base>FORM_TITLE</base>
<trans><![CDATA[XTABLES-ADDONS Administration<br>GeoIP ]]></trans>
</entry>
<entry>
<base>ERROR_UPDATING</base>
<trans>There was an error while updating xt_geoip.</trans>
</entry>
<entry>
<base>SUCCESS</base>
<trans>Successful change... Now IP filtering takes into account the countries entered.</trans>
</entry>
<entry>
<base>XT_GEOIP_STATUS_DESCRIPTION</base>
<trans><![CDATA[ <ul> <li>IP filtering can be enabled or disabled with the appropriate button</li> <li>Codes of the countries to be banished can be entered in the corresponding field</li> <li>An immediate update of the table can be requested here</li></ul> <p><i>Be careful not to ban the IP addresses needed to run your server !</i></p> ]]></trans>
</entry>
<entry>
<base>NO_CHANGE</base>
<trans>No change... no update !</trans>
</entry>
<entry>
<base>LABEL_GEOIP_STATUS</base>
<trans>Current GEOIP filtering :</trans>
</entry>
<entry>
<base>LABEL_GEOIP</base>
<trans>GEOIP filtering desired :</trans>
</entry>
<entry>
<base>DESC_GEOIP</base>
<trans>Should filtering by country of origin be activated ?</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES_STATUS</base>
<trans>Current list of banished country codes :</trans>
</entry>
<entry>
<base>ERR_COUNTRY_NOT_EXIST: {$listerr}</base>
<trans>Country code(s) does not exist on the server: {$listerr}</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Country code(s) maximum reached: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_BADCOUNTRIES</base>
<trans>New country codes to be used :</trans>
</entry>
<entry>
<base>DESC_BADCOUNTRIES</base>
<trans>List of country codes (uppercase et comma-separated).</trans>
</entry>
<entry>
<base>LABEL_DATE_UPDATE_STATUS</base>
<trans>Last update of GeoIP table :</trans>
</entry>
<entry>
<base>LABEL_UPDATE</base>
<trans>Force the update of GeoIP table :</trans>
</entry>
<entry>
<base>DESC_UPDATE</base>
<trans>GeoIP table is updated every week, but you can ...</trans>
</entry>
<entry>
<base>IPT_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the prevented connections</li></ul> ]]></trans>
</entry>
<entry>
<base>IPT_LIST</base>
<trans>過濾</trans>
</entry>
<entry>
<base>SSH_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of SSH errors for non blocked access</li></ul> ]]></trans>
</entry>
<entry>
<base>SSH_LIST</base>
<trans>語法錯誤</trans>
</entry>
<entry>
<base>F2B_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul><li>Click here to see the statistics of the connections banned by fail2ban</li></ul> ]]></trans>
</entry>
<entry>
<base>F2B_LIST</base>
<trans>阻絕</trans>
</entry>
<entry>
<base>STATS_GENERATED</base>
<trans>統計</trans>
</entry>
<entry>
<base>END_OF_STATS</base>
<trans>顯示統計</trans>
</entry>
<entry>
<base>INVALID_STATS_TYPE</base>
<trans>寄件人統計</trans>
</entry>
<entry>
<base>STATS_DESCRIPTION</base>
<trans><![CDATA[<HR class="sme-copyrightbar"> <h3>Statistics for Xt_GeoIP</h3><ul> <li>For 3 periods : Day, Week and Month</li> <li>Banned Ips by country sorted by number</li> <li>Ssh errors by country sorted by number</li> <li>Fail2ban banned IPs by country sorted by number</li> </ul><p><i>XX means Country not found !</i></p> ]]></trans>
</entry>
<entry>
<base>COUNTRY_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to see a <b>list of available country codes</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_COUNTRY_LIST</base>
<trans>源代碼</trans>
</entry>
<entry>
<base>COUNTRY_LIST</base>
<trans>源代碼</trans>
</entry>
<entry>
<base>CNTRY_LIST</base>
<trans>列表</trans>
</entry>
<entry>
<base>END_OF_CODES</base>
<trans>結果的結尾。</trans>
</entry>
<entry>
<base>SERVICE_DESCRIPTION</base>
<trans><![CDATA[ <h2> Per service filtering for Xtables GeoIP</h2><ul> <li>If you want different filtering based on services</li> </ul><p><i></i></p> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE</base>
<trans>服務狀態</trans>
</entry>
<entry>
<base>PER_SERVICE_GEOIP</base>
<trans>服務狀態</trans>
</entry>
<entry>
<base>ADD_SERVICE</base>
<trans>增加或修正一筆紀錄。</trans>
</entry>
<entry>
<base>ADD_DESC</base>
<trans>You are choosing a particular country filtering for this service</trans>
</entry>
<entry>
<base>REMOVE_SERVICE</base>
<trans>Delete a per service filtering</trans>
</entry>
<entry>
<base>REMOVE_DESC</base>
<trans>You are deleting a filtering by service. The general filtering will then apply.</trans>
</entry>
<entry>
<base>SERV_NOT_BAN</base>
<trans>無過濾</trans>
</entry>
<entry>
<base>NO_SERVICES</base>
<trans>Jabber服務</trans>
</entry>
<entry>
<base>LABEL_SERV_BADCOUNTRIES_STATUS</base>
<trans>List of rejected country codes for the service :</trans>
</entry>
<entry>
<base>SUCCESSFULLY_DELETED_SERVICE</base>
<trans>Per service filtering successfully deleted... New filtering taken into account.</trans>
</entry>
<entry>
<base>BADCOUNTRIES</base>
<trans>黑名單</trans>
</entry>
<entry>
<base>ERR_COUNTRY_MAX: {$ctr}</base>
<trans>Too many countries chosen: {$ctr}</trans>
</entry>
<entry>
<base>LABEL_REVERSE_MATCH</base>
<trans>拒絕</trans>
</entry>
<entry>
<base>DESC_REVERSE_MATCH</base>
<trans>The following option allow to chose if you want reject visitors from the country list (==) which is the default behaviour, or if you want to only let them in (!=).</trans>
</entry>
<entry>
<base>LABEL_OTHERS</base>
<trans>General filter only for services without rules</trans>
</entry>
<entry>
<base>DESC_OTHERS</base>
<trans>Choose if you want to have the general filter to apply to all incoming connections or if you do not want to filter ports already defined with a specific service rule. This would allow you to have a service less restricted than the general rule if you enable this.</trans>
</entry>
<entry>
<base>SERVICE_LIST_DESCRIPTION</base>
<trans><![CDATA[<ul> <li>Click here to select <b>new </b>services among an <b>available services list</b></li> </ul> ]]></trans>
</entry>
<entry>
<base>LABEL_SERVICE_LIST</base>
<trans>服務狀態</trans>
</entry>
<entry>
<base>SERV_LIST</base>
<trans>列表</trans>
</entry>
<entry>
<base>DESC_AVAILABLE_SERVICES</base>
<trans><![CDATA[ <h2> New Services selection</h2> <ul><li>Select here among the other services not yet managed individually. </li><li>You may select one or more elements. Generally <b>enabled and public</b> ones. </li></ul> ]]></trans>
</entry>
<entry>
<base>LABEL_AVAILABLE_SERVICES</base>
<trans>可用套件</trans>
</entry>
<entry>
<base>ERROR_LICENSE_KEY</base>
<trans><![CDATA[ <font color="red">GEOIP license key unavailable. Downloading is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_MISSING_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip is missing. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_UNLOADED_MODULE</base>
<trans><![CDATA[ <font color="red">Module xt_geoip not loaded. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
<entry>
<base>ERROR_FILTER_CHAIN_MISSING</base>
<trans><![CDATA[ <font color="red">Filtering chain XTGeoIP is not in use. GeoIP based filtering is <b>inactive</b></font> ]]></trans>
</entry>
</lexicon>

View File

@@ -0,0 +1,13 @@
{
my $output = ( ($masq{'XTlogmail'} || "disabled") eq "disabled" )? ">/dev/null" : "";
$OUT .= "
# saturday at 06:00 update xtables geoip base
00 06 * * 6 root /usr/share/xt_geoip/update_base $output
45 1 * * * root /usr/share/xt_geoip/geoip_stats f2b $output
50 1 * * * root /usr/share/xt_geoip/geoip_stats ssh $output
55 1 * * * root /usr/share/xt_geoip/geoip_stats ipt $output
05 2 * * * root /usr/share/xt_geoip/geoip_listat $output
#
";
}

View File

@@ -0,0 +1,12 @@
# masq : drop from geoip countries
{
$OUT .=<<'EOF';
# A blacklist chain for xtables-addons GEOIP
/sbin/iptables --new-chain XTGeoIP
/sbin/iptables --new-chain XTGeoIP_1
/sbin/iptables --append XTGeoIP -j XTGeoIP_1
/sbin/iptables --insert INPUT 1 \
-j XTGeoIP
EOF
}

View File

@@ -0,0 +1,111 @@
{
my $BC = $masq{BadCountries} || '';
my $GP = $masq{GeoIP} || 'disabled';
my $KERNEL = `/bin/uname -r`;
chomp($KERNEL);
my $PATH_MODULE = "/lib/modules/$KERNEL/extra/xt_geoip.ko";
my $PATH2_MODULE = "/lib/modules/$KERNEL/weak-updates/xt_geoip.ko";
my $PATH3_MODULE = "/lib/modules/$KERNEL/weak-updates/xtables-addons/xt_geoip.ko";
my $port;
my @locPorts;
my $servStatus;
my $locBC;
# to allow reload without locking just after initial install
$OUT .=<<'EOF';
iptables -n --list XTGeoIP >/dev/null 2>&1
test=$?
if [[ $test -eq 1 ]] ; then
# A blacklist chain for xtables-addons GEOIP
/sbin/iptables --new-chain XTGeoIP
/sbin/iptables --new-chain XTGeoIP_1
/sbin/iptables --append XTGeoIP -j XTGeoIP_1
/sbin/iptables --insert INPUT 1 \
-j XTGeoIP
fi
EOF
# Find the current XTGeoIP_$$ chain, and create a new one.
$OUT .=<<'EOF';
OLD_XTGeoIP=$(get_safe_id XTGeoIP filter find)
NEW_XTGeoIP=$(get_safe_id XTGeoIP filter new)
/sbin/iptables --new-chain $NEW_XTGeoIP
EOF
if ( $GP eq 'enabled' )
{
if (-s $PATH_MODULE || -s $PATH2_MODULE || -s $PATH3_MODULE)
{
# do not block Localhost(s)
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -s 127.0.0.0/24 -j RETURN\n";
# do not block LAN
my $locals = "@locals";
if (@locals)
{
# Make a new local_chk chain and add any networks found in networks db
foreach my $local (@locals)
{
# If the network is a remote vpn subnet, restrict it to the ipsec0
# interface.
my ($net, $msk) = split /\//, $local;
my $netrec = $nets->get($net);
die "Can't find network $net in networks db!\n" unless $netrec;
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -s $local";
if (($netrec->prop('remoteVPNSubnet') || 'no') eq 'yes')
{
$OUT .= " --in-interface ipsec0";
}
$OUT .= " -j RETURN\n";
}
}
my @services = split(/,/, $masq{'XtServices'});
foreach my $servName (@services)
{
$port = ${$servName}{'TCPPort'} || '';
my $servStatus = ${$servName}{'status'} || 'disabled';
my $servAccess = ${$servName}{'access'} || 'private';
my $locBC = ${$servName}{'BadCountries'} || '';
my $reverse = ( ( ${$servName}{'XTGeoipRev'} || 'disabled' ) eq "enabled" )? "!": "";
if ($port ne '' and $servStatus eq 'enabled' and $servAccess eq 'public' and $locBC ne '') {
push @locPorts, $port;
my $multi = ( $port =~ /[,:]/ )? "-m multiport --dports" : "--dport";
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -m geoip $reverse --src-cc $locBC -p tcp $multi $port -j ULOG --ulog-prefix \"GeoIP BAN: $servName\"\n";
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -m geoip $reverse --src-cc $locBC -p tcp $multi $port -j DROP\n";
}
}
# block for all or other ports should move there
if ($BC ne '') {
my $reverse = ( ( $masq{'XTGeoipRev'} || 'disabled' ) eq "enabled" )? "!": "";
my $others = ( ( $masq{'XTGeoipOther'} || 'disabled') eq "enabled") ? 1 : 0;
@locPorts = () unless $others;
if (@locPorts != 0) {
my $LocPorts = join ',', @locPorts;
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -p tcp -m geoip -m multiport ! --dports $LocPorts $reverse --src-cc $BC -j ULOG --ulog-prefix \"GeoIP BAN: OTHER\"\n";
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -p tcp -m geoip -m multiport ! --dports $LocPorts $reverse --src-cc $BC -j DROP\n";
} else {
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -p tcp -m geoip $reverse --src-cc $BC -j ULOG --ulog-prefix \"GeoIP BAN: ALL\"\n";
$OUT .= " /sbin/iptables -A \$NEW_XTGeoIP -p tcp -m geoip $reverse --src-cc $BC -j DROP\n";
}
}
$OUT .= " /sbin/iptables --append \$NEW_XTGeoIP" .
" -j RETURN\n";
## end of add
}
}
# Having created a new XTGeoIP chain, activate it and destroy the old.
$OUT .=<<'EOF';
/sbin/iptables --replace XTGeoIP 1 \
--jump $NEW_XTGeoIP
/sbin/iptables --flush $OLD_XTGeoIP
/sbin/iptables --delete-chain $OLD_XTGeoIP
EOF
}

View File

@@ -0,0 +1,312 @@
#!/usr/bin/perl -wT
# vim: set ft=xml:
#----------------------------------------------------------------------
# heading : Security
# description : GeoIP IP filtering
# navigation : 5000 5610
#----------------------------------------------------------------------
# copyright (C) 2007 Mitel Networks Corporation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# Technical support for this program is available from Mitel Networks
# Please visit our web site www.mitel.com/sme/ for details.
#----------------------------------------------------------------------
use strict;
use warnings;
use esmith::FormMagick::Panel::xt_geoip;
my $f = esmith::FormMagick::Panel::xt_geoip->new();
$f->display();
=head1
=cut
=begin testing
use esmith::FormMagick::Tester;
use esmith::TestUtils;
use esmith::ConfigDB;
use esmith::AccountsDB;
my $panel = $Original_File;
my $ua = esmith::FormMagick::Tester->new();
my $c = esmith::ConfigDB->open();
my $a = esmith::AccountsDB->open();
is (mode($panel), '4750', "Check permissions on script");
ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS");
is ($ua->{status}, 200, "200 OK");
#like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title");
ok ($ua->set_language("en-us"), "Set language to U.S. English");
ok ($ua->get_panel($panel), "Get panel");
is ($ua->{status}, 200, "200 OK");
like($ua->{content}, qr/xt_geoip Admin/, "Saw translated form title");
=end testing
=cut
__DATA__
<form
title="FORM_TITLE"
header="/etc/e-smith/web/common/head.tmpl"
footer="/etc/e-smith/web/common/foot.tmpl">
<page name="First" pre-event="print_status_message()">
# post-event="wherenext('Second')"
<description>XT_GEOIP_STATUS_DESCRIPTION</description>
<field
type="literal"
id="geoip"
value="get_geoip()">
<label>LABEL_GEOIP_STATUS</label>
</field>
<field
type="literal"
id="badcountries"
value="get_badcountries(1)">
<label>LABEL_BADCOUNTRIES_STATUS</label>
</field>
<field
type="literal"
id="date_update"
value="get_date_update()">
<label>LABEL_DATE_UPDATE_STATUS</label>
</field>
<field
type="literal"
id="stat_geoip"
value="get_stat_geoip()">
<label> </label>
</field>
<field
type="literal"
id="stat_license"
value="get_stat_license_key()">
<label> </label>
</field>
<field type="literal" id="country_list_label" value="">
<description>COUNTRY_LIST_DESCRIPTION</description>
</field>
<subroutine src="print_custom_button('CNTRY_LIST', 'Codes', '')"/>
<subroutine src="print_button('NEXT')" />
<field type="literal" id="service_label" value="">
<description>SERVICE_DESCRIPTION</description>
</field>
<subroutine src="print_service_table()" />
<field type="literal" id="service_list_label" value="">
<description>SERVICE_LIST_DESCRIPTION</description>
</field>
<subroutine src="print_custom_button('SERV_LIST', 'Services', '')"/>
<field type="literal" id="stats_label" value="">
<description>STATS_DESCRIPTION</description>
</field>
<field type="literal" id="ipt_list_label" value="">
<description>IPT_LIST_DESCRIPTION</description>
</field>
<subroutine src="print_custom_button('IPT_LIST', 'Stats', 'ipt')"/>
<field type="literal" id="ssh_list_label" value="">
<description>SSH_LIST_DESCRIPTION</description>
</field>
<subroutine src="print_custom_button('SSH_LIST', 'Stats', 'ssh')"/>
<field type="literal" id="f2b_list_label" value="">
<description>F2B_LIST_DESCRIPTION</description>
</field>
<subroutine src="print_custom_button('F2B_LIST', 'Stats', 'f2b')"/>
</page>
<page name="Second" pre-event="turn_off_buttons" post-event="change_settings()">
<field
type="select"
id="masq_geoip"
options="'enabled' => 'YES', 'disabled' => 'NO'"
value="get_geoip()">
<label>LABEL_GEOIP</label>
<description>DESC_GEOIP</description>
</field>
<field
type="select"
id="masq_reverse"
options="'enabled' => '!=', 'disabled' => '=='"
value="get_reverse('masq','XTGeoipRev')">
<label>LABEL_REVERSE_MATCH</label>
<description>DESC_REVERSE_MATCH</description>
</field>
<field
type="text"
id="masq_badcountries"
size="64"
value="get_badcountries(0)"
validation="must_exist()">
<label>LABEL_BADCOUNTRIES</label>
<description>DESC_BADCOUNTRIES</description>
</field>
<field
type="literal"
id="badcountries"
value="get_badcountries(1)">
<label>LABEL_BADCOUNTRIES_STATUS</label>
</field>
<field
type="select"
id="masq_others"
options="'enabled' => 'enabled', 'disabled' => 'disabled'"
value="get_reverse('masq','XTGeoipOther')">
<label>LABEL_OTHERS</label>
<description>DESC_OTHERS</description>
</field>
<field
type="select"
id="update_geoip"
options="'NO', 'YES'"
value="'NO'">
<label>LABEL_UPDATE</label>
<description>DESC_UPDATE</description>
</field>
<subroutine src="print_button('SAVE')" />
</page>
<page name="SrvModify" pre-event="turn_off_buttons()" post-event="modify_serv()">
<title>ADD_SERVICE</title>
<description>ADD_DESC</description>
<field
type="literal"
id="service"
value="get_srv_name()">
<label>LABEL_SERVICE</label>
</field>
<field
type="literal"
id="badcountries"
value="get_badcountries(1)">
<label>LABEL_BADCOUNTRIES_STATUS</label>
</field>
<field
type="select"
id="masq_srv_reverse"
options="'enabled' => '!=', 'disabled' => '=='"
value="get_reverse('','XTGeoipRev')">
<label>LABEL_REVERSE_MATCH</label>
<description>DESC_REVERSE_MATCH</description>
</field>
<field
type="text"
id="masq_srv_badcountries"
size="64"
value="get_srv_badcountries(0)"
validation="srv_must_exist()">
<label>LABEL_BADCOUNTRIES</label>
<description>DESC_BADCOUNTRIES</description>
</field>
<field
type="literal"
id="srv_badcountries"
value="get_srv_badcountries(1)">
<label>LABEL_SERV_BADCOUNTRIES_STATUS</label>
</field>
<subroutine src="print_button('SAVE')" />
</page>
<page name="SrvRemove" pre-event="turn_off_buttons()" post-event="remove_serv()">
<title>REMOVE_SERVICE</title>
<description>REMOVE_DESC</description>
<field
type="literal"
id="service"
value="get_srv_name()">
<label>LABEL_SERVICE</label>
</field>
<field
type="literal"
id="badcountries"
value="get_srv_badcountries()">
<label>LABEL_SERV_BADCOUNTRIES_STATUS</label>
</field>
<subroutine src="print_button('REMOVE')" />
</page>
<page name="Stats" pre-event="generateStats" post-event="wherenext('First')">
<subroutine src="print_button('NEXT')"/>
</page>
<page name="Codes" pre-event="generateCodes" post-event="wherenext('First')">
<subroutine src="print_button('NEXT')"/>
</page>
<page name="Services" pre-event="turn_off_buttons()" post-event="do_otherServices()">
<field
type="select" multiple="1"
id="SelectedServices"
value="otherServices('sel')"
options="otherServices('all')">
<label>LABEL_AVAILABLE_SERVICES</label>
<description>DESC_AVAILABLE_SERVICES</description>
</field>
<subroutine src="print_button('NEXT')"/>
</page>
</form>

View File

@@ -0,0 +1,4 @@
kernel*:any:/etc/e-smith/events/actions/xt_geoip_kmod
kmod*:any:/etc/e-smith/events/actions/xt_geoip_kmod
xtables-addons*:any:/etc/e-smith/events/actions/xt_geoip_kmod