forked from I2P_Developers/i2p.i2p
merge of '20d8216d0354a2fa3dbd14fa595ebe0ee080a9d8'
and 'b97f3cabaa528502fd5728f44345cc09348b74a6'
This commit is contained in:
@@ -355,11 +355,11 @@
|
||||
</label>
|
||||
<table border="0"><tr><!-- I give up -->
|
||||
<td><input value="1" type="radio" id="startOnLoad" name="newDest" title="New Destination"
|
||||
<%=(editBean.getNewDest(curTunnel) ? " checked=\"checked\"" : "")%> class="tickbox" />
|
||||
<td><%=intl._("Enable")%>
|
||||
<%=(editBean.getNewDest(curTunnel) ? " checked=\"checked\"" : "")%> class="tickbox" /></td>
|
||||
<td><%=intl._("Enable")%></td>
|
||||
<td><input value="0" type="radio" id="startOnLoad" name="newDest" title="New Destination"
|
||||
<%=(editBean.getNewDest(curTunnel) || editBean.getPersistentClientKey(curTunnel) ? "" : " checked=\"checked\"")%> class="tickbox" />
|
||||
<td><%=intl._("Disable")%>
|
||||
<%=(editBean.getNewDest(curTunnel) || editBean.getPersistentClientKey(curTunnel) ? "" : " checked=\"checked\"")%> class="tickbox" /></td>
|
||||
<td><%=intl._("Disable")%></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="portField" class="rowItem">
|
||||
|
@@ -1655,7 +1655,7 @@ public class WebMail extends HttpServlet
|
||||
", invert=" + sessionObject.invert +
|
||||
", clear=" + sessionObject.clear );
|
||||
out.println( "<tr class=\"list" + bg + "\"><td><input type=\"checkbox\" class=\"optbox\" name=\"check" + i + "\" value=\"1\"" +
|
||||
( idChecked ? "checked" : "" ) + ">" + ( RELEASE ? "" : "" + i ) + "</td><td>" + link + mail.shortSender + "</a></td><td> </td><td>" + link + mail.shortSubject + "</a></td><td> </td><td>" + mail.formattedDate + "</a></td><td> </td><td>" + ngettext("1 Byte", "{0} Bytes", mail.size) + "</a></td></tr>" );
|
||||
( idChecked ? "checked" : "" ) + ">" + ( RELEASE ? "" : "" + i ) + "</td><td>" + link + mail.shortSender + "</a></td><td> </td><td>" + link + mail.shortSubject + "</a></td><td> </td><td>" + mail.formattedDate + "</td><td> </td><td>" + ngettext("1 Byte", "{0} Bytes", mail.size) + "</td></tr>" );
|
||||
bg = 1 - bg;
|
||||
i++;
|
||||
}
|
||||
|
@@ -938,6 +938,7 @@
|
||||
</target>
|
||||
|
||||
<target name="updater200" depends="prepupdate, preplicenses, pack200, zipit200" />
|
||||
<target name="updater200WithJetty" depends="prepjupdate, preplicenses, pack200, zipit200" />
|
||||
<target name="updater200WithJettyFixes" depends="prepjupdatefixes, preplicenses, pack200, zipit200" />
|
||||
<target name="updater200WithJettyFixesAndJbigi" depends="prepjupdatefixes, prepjbigiupdate, preplicenses, pack200, zipit200" />
|
||||
<target name="updater" depends="prepupdate, preplicenses, zipit" />
|
||||
|
@@ -4,25 +4,28 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Destination key conflict</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Destination Key Conflict</h3>
|
||||
<p>
|
||||
The addresshelper link you followed specifies a different destination key
|
||||
than a host entry in your host database.
|
||||
Someone could be trying to impersonate another eepsite,
|
||||
or people have given two eepsites identical names.
|
||||
</p>
|
||||
<p>
|
||||
You can resolve the conflict by considering which key you trust,
|
||||
and either discarding the addresshelper link,
|
||||
discarding the host entry from your host database,
|
||||
or naming one of them differently.
|
||||
<p>
|
||||
</p>
|
||||
|
@@ -4,25 +4,28 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>I2P Warning: Destination key conflict</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">اعدادات</a> <a href="http://127.0.0.1:7657/help.jsp">مساعدة</a> <a href="http://127.0.0.1:7657/susidns/">دفتر العناوين</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Destination Key Conflict</h3>
|
||||
<p>
|
||||
The addresshelper link you followed specifies a different destination key
|
||||
than a host entry in your host database.
|
||||
Someone could be trying to impersonate another eepsite,
|
||||
or people have given two eepsites identical names.
|
||||
</p>
|
||||
<p>
|
||||
You can resolve the conflict by considering which key you trust,
|
||||
and either discarding the addresshelper link,
|
||||
discarding the host entry from your host database,
|
||||
or naming one of them differently.
|
||||
<p>
|
||||
</p>
|
||||
|
@@ -4,24 +4,27 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: kollidierende Ziele</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: Zielkonflikt</h3>
|
||||
<p>
|
||||
Der Adresshelferverweis, dem Sie folgen wollen, verwendet für diesen Hostnamen ein anderes kryptographisches Ziel
|
||||
als im zugehörigen Eintrag in Ihrem Routeradressbuch angegeben.
|
||||
Jemand könnte versuchen, fälschlicherweise eine andere als die gesuchte Eepseite auszugeben.
|
||||
Möglicherweise haben aber die betreiber beider Eepseiten nur zufällig denselben Namen ausgewählt.
|
||||
</p>
|
||||
<p>
|
||||
Diesen Konflikt können Sie lösen, indem Sie entscheiden, welchem Ziel Sie trauen, das gesuchte zu sein,
|
||||
und dann entweder den Verweis des Adresshelfers verwerfen, den Eintrag in Ihrem Routeradressbuch löschen,
|
||||
und dann entweder den Verweis des Adresshelfers verwerfen, den Eintrag in Ihrem Routeradressbuch löschen,
|
||||
oder beiden Zielen unterschiedliche Namen zuweisen.
|
||||
<p>
|
||||
</p>
|
||||
|
@@ -4,21 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: conflit de clef de destination</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/">Carnet d'adresses</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement: conflit de clef de destination</h3>
|
||||
<p>
|
||||
Le lien d'adresse que vous avez suivi indique une clef de destination différente de celle de votre carnet d'adresses.
|
||||
Quelqu'un est peut-être en train d'usurper un autre site eep, ou des gens ont donné le même nom à des sites eep différents.
|
||||
</p>
|
||||
<p>
|
||||
Vous pouvez résoudre le conflit en décidant à quelle clé accorder votre confiance,
|
||||
et soit écarter le lien d'adresse, supprimer l'entrée de votre carnet d'adresses, ou renommer un des deux.
|
||||
<p>
|
||||
</p>
|
||||
|
@@ -4,25 +4,28 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Destination conflict</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Destination Conflict</h3>
|
||||
<p>
|
||||
De adreshelper link die je probeert te volgen gebruikt een andere destination
|
||||
dan een host item in je host database.
|
||||
Mogelijk probeert iemand een andere eepsite na te apen,
|
||||
of mensen hebben twee eepsites een identieke naam gegeven.
|
||||
</p>
|
||||
<p>
|
||||
Je kan dit conflict oplossen door te bepalen welke destination je vertrouwt,
|
||||
en dan of de adreshelper link te verwerpen,
|
||||
de host item in je host database te verwijderen,
|
||||
of één van de twee een andere naam te geven.
|
||||
<p>
|
||||
</p>
|
||||
|
@@ -4,21 +4,28 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Конфликт ключей адреса назначения</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Конфликт ключей для адреса назначения</h3>
|
||||
|
||||
Addresshelper-ссылка, по которой вы перешли, задает ключ адреса назначения, отличающийся от ключа в Вашей адресной книге. Возможно это чья-то попытка выдать себя за чужой сайт. Или же это случайное совпадение, в результате которого два сайта получили идентичные названия.
|
||||
<p>
|
||||
Решите для себя, которому из ключей Вы доверяете. Затем устраните конфликт: либо проигнорируйте новую addresshelper-ссылку, либо переименуйте её при добавлении в адресную книгу.
|
||||
Addresshelper-ссылка, по которой вы перешли, задает ключ адреса назначения,
|
||||
отличающийся от ключа в Вашей адресной книге. Возможно это чья-то попытка
|
||||
выдать себя за чужой сайт. Или же это случайное совпадение, в результате
|
||||
которого два сайта получили идентичные названия.
|
||||
</p>
|
||||
<p>
|
||||
Решите для себя, которому из ключей Вы доверяете. Затем устраните конфликт:
|
||||
либо проигнорируйте новую addresshelper-ссылку, либо переименуйте её при
|
||||
добавлении в адресную книгу.
|
||||
</p>
|
||||
|
@@ -4,23 +4,26 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 目标密钥冲突</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 目标密钥冲突</h3>
|
||||
<p>
|
||||
您所打开的地址跳转链接中所指定的目标密钥
|
||||
与您I2P路由地址簿中对应匿名站点的密钥地址不同。
|
||||
可能有人在伪造匿名地址或有人为自己的匿名网站设定了相同的域名。
|
||||
</p>
|
||||
<p>
|
||||
您需要选择并信任一个目标密钥,才能解决这一冲突,
|
||||
您可以通过直接输入这个.i2p网址利用地址簿中的目标密钥访问
|
||||
或在地址簿删除对应的域名或为其改名来信任当前的跳转链接。
|
||||
<p>
|
||||
</p>
|
||||
|
@@ -4,17 +4,18 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Information: New Host Name</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Information: New Host Name with Address Helper</h3>
|
||||
<p>
|
||||
The address helper link you followed is for a new host name that is not in your address book.
|
||||
|
@@ -4,17 +4,18 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Bad Address Helper</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Bad Address Helper</h3>
|
||||
<p>
|
||||
The helper key you put for i2paddresshelper= is not resolvable.
|
||||
|
@@ -6,13 +6,15 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Proxy Authorization Required</title>
|
||||
<!-- we cannot have links to CSS or images here, but we could put in some simple inline style -->
|
||||
</head>
|
||||
<body>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>I2P HTTP Proxy Authorization Required</h3>
|
||||
<p>
|
||||
This proxy is configured to require a username and password for access.
|
||||
Please enter your username and password, or check your
|
||||
<a href="http://127.0.0.1:7657/advancedconfig.jsp">router configuration</a>
|
||||
@@ -20,4 +22,5 @@ or
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel configuration</a>.
|
||||
To disable authorization, remove the configuration
|
||||
<code>i2ptunnel.proxy.auth=basic</code>, then stop and restart the HTTP Proxy tunnel.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -6,18 +6,22 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Proxyautorisierung erforderlich</title>
|
||||
<!-- we cannot have links to CSS or images here, but we could put in some simple inline style -->
|
||||
</head>
|
||||
<body>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Autorisierung für den I2P-HTTP-Proxy erforderlich</h3>
|
||||
Dieser Proxy ist so eingestellt, dass er Zugang nur für gültige Kombinationen aus einem Benutzernamen und einem Passwort zulässt.
|
||||
Bitte geben Sie Ihren Benutzernamen und Passwort an bzw. überprüfen Sie Ihre
|
||||
<a href="http://127.0.0.1:7657/advancedconfig.jsp">Routereinstellungen</a>
|
||||
oder Ihre
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel-Einstellungen</a>!
|
||||
Um das Autorsierungserfordernis aufzuheben, entfernen Sie
|
||||
<code>i2ptunnel.proxy.auth=basic</code> aus der betreffenden Tunneleinstellung, stoppen Sie den HTTP-Proxy-Tunnel dann und starten Sie ihn neu!
|
||||
<p>
|
||||
Dieser Proxy ist so eingestellt, dass er Zugang nur für gültige Kombinationen
|
||||
aus einem Benutzernamen und einem Passwort zulässt. Bitte geben Sie Ihren
|
||||
Benutzernamen und Passwort an bzw. überprüfen Sie Ihre
|
||||
<a href="http://127.0.0.1:7657/advancedconfig.jsp">Routereinstellungen</a> oder
|
||||
Ihre <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel-Einstellungen</a>!
|
||||
Um das Autorsierungserfordernis aufzuheben, entfernen Sie
|
||||
<code>i2ptunnel.proxy.auth=basic</code> aus der betreffenden Tunneleinstellung,
|
||||
stoppen Sie den HTTP-Proxy-Tunnel dann und starten Sie ihn neu!
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -6,18 +6,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Autorisation Proxy requise</title>
|
||||
<!-- we cannot have links to CSS or images here, but we could put in some simple inline style -->
|
||||
</head>
|
||||
<body>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Autorisation I2P HTTP Proxy requise</h3>
|
||||
<p>
|
||||
Ce mandataire est configuré pour demander un nom d'utilisateur et un mot de passe pour les accès.
|
||||
Merci d'entrer votre identifiant / mot de passe, ou vérifier la
|
||||
<a href="http://127.0.0.1:7657/advancedconfig.jsp">configuration</a> de votre routeur,
|
||||
ou du
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a>.
|
||||
Merci d'entrer votre identifiant / mot de passe, ou vérifier la
|
||||
<a href="http://127.0.0.1:7657/advancedconfig.jsp">configuration</a> de votre routeur,
|
||||
ou du <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a>.
|
||||
Pour désactiver le contrôle d'accès, supprimez la configuration
|
||||
<code>i2ptunnel.proxy.auth=basic</code>, puis redémarrez le tunnel proxy HTTP.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Request Denied</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Request Denied</h3>
|
||||
<p>
|
||||
You attempted to connect to a non-I2P website or location.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>تحذير: لم يحدد بروكسي خارجي</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">اعدادات</a> <a href="http://127.0.0.1:7657/help.jsp">مساعدة</a> <a href="http://127.0.0.1:7657/susidns/">دفتر العناوين</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>تحذير : رفض طلب</h3>
|
||||
<p>
|
||||
حاولت الدخول الى موقع I2P خارج الشبكة.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: Anfrage verweigert</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: Anfrage verweigert</h3>
|
||||
<p>
|
||||
Sie haben versucht, sich mit einer Webseite oder einem anderen Ziel außerhalb von I2P zu verbinden.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: Requête refusée</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/index">Carnet d'adresse</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: Requête refusée</h3>
|
||||
<p>
|
||||
Vous avez tenté de vous connecter a un site ou emplacement non-I2P.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Verzoek Geweigerd</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Verzoek Geweigerd</h3>
|
||||
<p>
|
||||
Je probeerde een verbinding te maken met een niet-I2P website of lokatie.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,19 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Запрос запрещен</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Запрос запрещен</h3>
|
||||
|
||||
<p>
|
||||
Неправильно сформированный HTTP-запрос.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 请求被拒绝</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 请求被拒绝</h3>
|
||||
<p>
|
||||
您正试图连接非I2P内的网站或地址。
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,21 +4,25 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Eepsite not reachable</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/index">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Eepsite Unreachable</h3>
|
||||
<p>
|
||||
The eepsite was not reachable.
|
||||
The eepsite is offline, there is network congestion,
|
||||
or your router is not yet well-integrated with peers.
|
||||
You may want to
|
||||
<a href="javascript: window.location.reload()">retry</a>.
|
||||
<hr><b>Could not find the following destination:</b><BR><BR>
|
||||
You may want to
|
||||
<a href="javascript: window.location.reload()">retry</a>.</p>
|
||||
<hr>
|
||||
<p><b>Could not find the following destination:</b>
|
||||
</p>
|
||||
|
@@ -4,20 +4,26 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: Eepseite nicht erreichbar</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/index">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: Eepseite unerreichbar</h3>
|
||||
<p>
|
||||
Die Eepseite war nicht erreichbar.
|
||||
Sie ist vielleicht offline, es gibt eine Überlast oder Verstopfung im Netz,
|
||||
oder Ihr Router ist noch nicht gut ins Netzwerk integriert.
|
||||
Versuchen Sie, die Seite <a href="javascript: window.location.reload()">erneut zu laden</a>!
|
||||
<hr><b>Konnte das folgende Ziel nicht finden:</b><BR><BR>
|
||||
Versuchen Sie, die Seite <a href="javascript: window.location.reload()">erneut zu laden</a>!
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Konnte das folgende Ziel nicht finden:</b>
|
||||
</p>
|
||||
|
@@ -4,20 +4,25 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: site eep non joignable</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/index">Carnet d'adresse</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: site eep non joignable</h3>
|
||||
Le site eep n'a pas pu être atteint. Il est hors service,
|
||||
<p>
|
||||
Le site eep n'a pas pu être atteint. Il est hors service,
|
||||
le réseau est surchargé, ou votre routeur n'est pas bien intégré aux pairs.
|
||||
Vous pouvez
|
||||
<a href="javascript: window.location.reload()">réessayer</a>.
|
||||
<hr><b>Destination injoignable:</b><BR><BR>
|
||||
Vous pouvez <a href="javascript: window.location.reload()">réessayer</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Destination injoignable:</b>
|
||||
</p>
|
||||
|
@@ -4,20 +4,25 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Eepsite niet bereikbaar</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/index">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Eepsite Onbereikbaar</h3>
|
||||
<p>
|
||||
De eepsite was niet bereikbaar.
|
||||
De eepsite is offline, er is een netwerk verstopping,
|
||||
of je router is niet goed geïntegreerd met peers.
|
||||
Probeer <a href="javascript: window.location.reload()">opnieuw</a>.
|
||||
<hr><b>Kan de volgende destination niet vinden:</b><BR><BR>
|
||||
Probeer <a href="javascript: window.location.reload()">opnieuw</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Kan de volgende destination niet vinden:</b></p>
|
||||
|
@@ -4,22 +4,29 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Сайт недоступен</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/index">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: I2P-сайт недоступен</h3>
|
||||
<p>
|
||||
Не удалось открыть I2P-сайт. Он либо в оффлайне, либо сеть сейчас перегружена,
|
||||
либо ваш I2P-маршрутизатор ещё недостаточно интегрирован с другими пирами.
|
||||
</p>
|
||||
<p>
|
||||
Вы можете попробовать <a href="javascript: window.location.reload()">повторить запрос</a>.
|
||||
</p>
|
||||
|
||||
Не удалось открыть I2P-сайт. Он либо в оффлайне, либо сеть сейчас перегружена, либо ваш I2P-маршрутизатор ещё недостаточно интегрирован с другими пирами.
|
||||
<BR><BR>
|
||||
Вы можете попробовать <a href="javascript: window.location.reload()">повторить запрос</a>.
|
||||
|
||||
<hr><b>Не удается открыть следующий адрес:</b><BR><BR>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Не удается открыть следующий адрес:</b>
|
||||
</p>
|
||||
|
@@ -4,21 +4,27 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 匿名站点不可达</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/index">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 匿名站点不可达</h3>
|
||||
<p>
|
||||
无法打开此匿名站点。
|
||||
此匿名站点可能不在线(时区差异、对方路由器繁忙等),
|
||||
或您的路由器在网络中的整合度不佳。
|
||||
你可以尝试
|
||||
<a href="javascript: window.location.reload()">重试</a>。
|
||||
<hr><b>找不到 以下目标:</b><BR><BR>
|
||||
你可以尝试
|
||||
<a href="javascript: window.location.reload()">重试</a>。
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>找不到 以下目标:</b>
|
||||
</p>
|
||||
|
@@ -4,22 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Invalid eepsite destination</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Invalid Destination</h3>
|
||||
<p>
|
||||
The eepsite destination specified was not valid, or was
|
||||
otherwise unreachable. Perhaps you pasted in the
|
||||
wrong BASE64 string or the link you are following is
|
||||
bad. The I2P host could also
|
||||
be offline. You may want to
|
||||
<a href="javascript: window.location.reload()">retry</a>.
|
||||
<hr><b>Could not find the following destination:</b><BR><BR>
|
||||
otherwise unreachable. Perhaps you pasted in the
|
||||
wrong BASE64 string or the link you are following is
|
||||
bad. The I2P host could also be offline. You may want to
|
||||
<a href="javascript: window.location.reload()">retry</a>.
|
||||
<hr><b>Could not find the following destination:</b>
|
||||
</p>
|
||||
|
@@ -4,23 +4,26 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>
|
||||
تحذير: عنوان eepsite خاطئ
|
||||
</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">اعدادات</a> <a href="http://127.0.0.1:7657/help.jsp">مساعدة</a> <a href="http://127.0.0.1:7657/susidns/">دفتر العناوين</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>
|
||||
تحذير: عنوان eepsite خاطئ
|
||||
</h3>
|
||||
عنوان الموقع eepsite خاطئ، أو ربما قمت بلصق عنوان غير موجود، أو الموقع متوقف. يمكنك
|
||||
<p>عنوان الموقع eepsite خاطئ، أو ربما قمت بلصق عنوان غير موجود، أو الموقع متوقف. يمكنك
|
||||
|
||||
<a href="javascript: window.location.reload()">اعادة المحاولة</a>.
|
||||
<hr><b>لم يتم الوصول الى هذا العنوان:</b><BR><BR>
|
||||
<a href="javascript: window.location.reload()">اعادة المحاولة</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>لم يتم الوصول الى هذا العنوان:</b></p>
|
||||
|
@@ -4,20 +4,25 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: ungültiges Eepseiten-Ziel</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: ungültiges Eepseiten-Ziel</h3>
|
||||
<p>
|
||||
Das angegebene Eepseiten-Ziel ist nicht gültig,
|
||||
oder auf andere Art nicht erreichbar. Vielleicht haben Sie eine falsche BASIS64-Zeichenkette kopiert
|
||||
oder Sie folgten einem ungültigen Verweis. Möglicherweise ist auch der I2P-Host offline.
|
||||
oder Sie folgten einem ungültigen Verweis. Möglicherweise ist auch der I2P-Host offline.
|
||||
Versuchen Sie, die Seite <a href="javascript: window.location.reload()">erneut zu laden</a>!
|
||||
<hr><b>Konnte das folgende Ziel nicht finden:</b><BR><BR>
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Konnte das folgende Ziel nicht finden:</b></p>
|
||||
|
@@ -4,20 +4,25 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: destination eep site incorrecte</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/index">Carnet d'adresse</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: destination eep site incorrecte</h3>
|
||||
La destination du site eep indiquée est incorrecte, ou injoignable.
|
||||
Vous avez peut-être collé une chaîne BASE64 incorrecte le lien que vous suivez est incorrect.
|
||||
<p>
|
||||
La destination du site eep indiquée est incorrecte, ou injoignable.
|
||||
Vous avez peut-être collé une chaîne BASE64 incorrecte le lien que vous suivez est incorrect.
|
||||
L'hôte I2P est peut-être aussi hors-servicehost.
|
||||
Vous pouvez <a href="javascript: window.location.reload()">réessayer</a>.
|
||||
<hr><b>Destination non trouvée:</b><BR><BR>
|
||||
Vous pouvez <a href="javascript: window.location.reload()">réessayer</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>Destination non trouvée:</b>
|
||||
</p>
|
||||
|
@@ -4,22 +4,27 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Ongeldige eepsite destination</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Ongeldige Eepsite Destination</h3>
|
||||
<p>
|
||||
De gespecificeerde eepsite destination is ongeldig,
|
||||
of anderzijds onbereikbaar. Mogelijk heb je de
|
||||
BASE64 string niet goed gekopieerd of is de link
|
||||
die je probeert te volgen ongeldig. De I2P host kan
|
||||
ook offline zijn. Probeer
|
||||
ook offline zijn. Probeer
|
||||
<a href="javascript: window.location.reload()">opnieuw</a>.
|
||||
<hr><b>Kon de volgende destination niet vinden:</b><BR><BR>
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>Kon de volgende destination niet vinden:</b>
|
||||
</p>
|
||||
|
@@ -4,22 +4,29 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Неверный адрес назначения</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Неверный адрес назначения для I2P-сайта</h3>
|
||||
<p>
|
||||
Указанный I2P-адрес либо неверен, либо недоступен. Возможно Вы скопировали
|
||||
поврежденную BASE64-строчку или перешли по битой ссылке. Также возможно, что
|
||||
I2P-хост в офлайне.
|
||||
</p>
|
||||
<p>
|
||||
Вы можете попробовать <a href="javascript: window.location.reload()">повторить запрос</a>.
|
||||
</p>
|
||||
|
||||
Указанный I2P-адрес либо неверен, либо недоступен. Возможно Вы скопировали поврежденную BASE64-строчку или перешли по битой ссылке. Также возможно, что I2P-хост в офлайне.
|
||||
<BR><BR>
|
||||
Вы можете попробовать <a href="javascript: window.location.reload()">повторить запрос</a>.
|
||||
|
||||
<hr><b>Не удается открыть следующий адрес:</b><BR><BR>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Не удается открыть следующий адрес:</b></p>
|
||||
|
@@ -4,20 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 站点目标无效</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">配置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 目标无效</h3>
|
||||
<p>
|
||||
匿名站点所对应的目标密钥无效因而无法访问。
|
||||
或许您复制的Base64字符串有误,或者您所点击的跳转链接有问题。
|
||||
也许对方的 I2P 主机目前不在线。您可以选择
|
||||
<a href="javascript: window.location.reload()">重试</a>.
|
||||
<hr><b>找不到以下目标:</b><BR><BR>
|
||||
<a href="javascript: window.location.reload()">重试</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>找不到以下目标:</b></p>
|
||||
|
@@ -4,24 +4,30 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Eepsite unknown</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/index">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Eepsite Not Found in Addressbook</h3>
|
||||
<p>
|
||||
The eepsite was not found in your router's addressbook.
|
||||
Check the link or find a BASE64 address.
|
||||
If you have the BASE64 address, paste it into your userhosts.txt using
|
||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">SusiDNS</a>,
|
||||
use a BASE64 address helper, or use a jump service link below.<br><br>
|
||||
use a BASE64 address helper, or use a jump service link below.
|
||||
</p>
|
||||
<p>
|
||||
Seeing this page often? See <a href="http://www.i2p2.i2p/faq.html#subscriptions">the FAQ</a>
|
||||
for help in <a href="http://127.0.0.1:7657/susidns/config.jsp">adding some subscriptions</a>
|
||||
to your addressbook.<hr>
|
||||
<b>Could not find the following destination:</b><BR><BR>
|
||||
to your addressbook.</p><hr>
|
||||
<p>
|
||||
<b>Could not find the following destination:</b>
|
||||
</p>
|
||||
|
@@ -4,24 +4,31 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: Eepseite unbekannt</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/index">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: Eepseite nicht im Adressbuch gefunden</h3>
|
||||
<p>
|
||||
Die Eepseite konnte nicht im Adressbuch des Routers gefunden werden.
|
||||
Überprüfen Sie den Link oder finden Sie eine BASIS64-Adresse!
|
||||
Wenn Sie eine BASIS64-Adresse haben, fügen Sie diese unter folgendem Link zu Ihrer userhosts.txt hinzu:
|
||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">SusiDNS</a>,
|
||||
benutzen Sie einen BASIS64-Adresshelfer oder einen der folgenden Sprungdienste:<br><br>
|
||||
(Sehen Sie diese Seite öfters? Dann lesen Sie die <a href="http://www.i2p2.i2p/faq.html#subscriptions">FAQ</a>
|
||||
benutzen Sie einen BASIS64-Adresshelfer oder einen der folgenden Sprungdienste:
|
||||
</p>
|
||||
<p>
|
||||
(Sehen Sie diese Seite öfters? Dann lesen Sie die <a href="http://www.i2p2.i2p/faq.html#subscriptions">FAQ</a>
|
||||
für Hilfe beim <a href="http://127.0.0.1:7657/susidns/config.jsp">Hinzufügen von Abonnements</a>
|
||||
zu Ihrem Adressbuch.)<hr>
|
||||
<b>Konnte das folgende Ziel nicht finden:</b><BR><BR>
|
||||
zu Ihrem Adressbuch.)
|
||||
</p><hr>
|
||||
<p>
|
||||
<b>Konnte das folgende Ziel nicht finden:</b>
|
||||
</p>
|
||||
|
@@ -4,24 +4,31 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: site eep inconnu</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/index">Carnet d'adresse</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: site eep non trouvé dans le carnet d'adresses</h3>
|
||||
<p>
|
||||
Le site eep n'était pas dans le carnet d'adresses de votre routeur.
|
||||
Vérifiez le lien ou trouvez l'adresse BASE64.
|
||||
Si vous avez l'adresse BASE64, reportez-la dans votre fichier userhosts.txt en passant par
|
||||
Si vous avez l'adresse BASE64, reportez-la dans votre fichier userhosts.txt en passant par
|
||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">SusiDNS</a>,
|
||||
utilisez un lien d'adresse BASE64, ou un service de saut (jump) en lien ci-dessous.<br><br>
|
||||
Si vous voyez cette page souvent: lisez la <a href="http://www.i2p2.i2p/faq_fr.html#subscriptions">faq</a> pour obtenir
|
||||
de l'aide sur <a href="http://127.0.0.1:7657/susidns/config.jsp">l'ajout de quelques souscrptions</a> à votre carnet
|
||||
d'adresses.<hr>
|
||||
<b>Destination introuvable:</b><BR><BR>
|
||||
utilisez un lien d'adresse BASE64, ou un service de saut (jump) en lien ci-dessous.
|
||||
</p>
|
||||
<p>
|
||||
Si vous voyez cette page souvent: lisez la <a href="http://www.i2p2.i2p/faq_fr.html#subscriptions">faq</a> pour obtenir
|
||||
de l'aide sur <a href="http://127.0.0.1:7657/susidns/config.jsp">l'ajout de quelques souscrptions</a> à votre carnet
|
||||
d'adresses.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Destination introuvable:</b></p>
|
||||
|
@@ -4,24 +4,32 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Eepsite onbekend</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/index">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Eepsite Niet Gevonden in Adresboek</h3>
|
||||
<p>
|
||||
De eepsite was niet gevonden in je router's adresboek.
|
||||
Controlleer de link of zoek een BASE64 adres.
|
||||
Indien je een BASE64 adres hebt, plak het in je userhosts.txt via
|
||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">SusiDNS</a>,
|
||||
gebruikt een BASE64 adres helper, of gebruik een jump service link hieronder.<br><br>
|
||||
gebruikt een BASE64 adres helper, of gebruik een jump service link hieronder.
|
||||
</p>
|
||||
<p>
|
||||
Zie je deze pagina vaak? Lees <a href="http://www.i2p2.i2p/faq.html#subscriptions">de FAQ</a>
|
||||
for hulp bij het <a href="http://127.0.0.1:7657/susidns/config.jsp">toevoegen van subscriptions</a>
|
||||
aan je adresboek.<hr>
|
||||
<b>Kan de volgende destination niet vinden:</b><BR><BR>
|
||||
aan je adresboek.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Kan de volgende destination niet vinden:</b>
|
||||
</p>
|
||||
|
@@ -4,26 +4,33 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: неизвестный I2P-сайт</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/index">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: I2P-сайт не найден в адресной книге</h3>
|
||||
|
||||
<p>
|
||||
Вы попытались открыть I2P-сайт, которого нет в адресной книге Вашего I2P-маршрутизатора. Проверьте, что ссылка введена без ошибок.
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
Попробуйте воспользоваться jump-сервисами (блок ссылок в конце этой страницы). Если кто-то уже добавил этот сайт в jump-сервис, Вы получите addresshelper-ссылку, по которой сможете перейти на сайт.
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
Если ни один из jump-сервисов не помог, попробуйте найти BASE64-адрес этого сайта. Добавьте BASE64-адрес в Ваш файл userhosts.txt используя <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">SusiDNS</a>.
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
Часто видите эту страницу? Загляните в <a href="http://www.i2p2.i2p/faq.html#subscriptions">соответствующий раздел FAQ</a> за помощью по <a href="http://127.0.0.1:7657/susidns/config.jsp">настройке автоматической подписки</a> на адреса новых сайтов.
|
||||
</p>
|
||||
<hr>
|
||||
<b>Не удается открыть следующий адрес:</b><BR><BR>
|
||||
<p>
|
||||
<b>Не удается открыть следующий адрес:</b>
|
||||
</p>
|
||||
|
@@ -4,23 +4,29 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 未知站点</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/index">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 地址簿中的找不到此站点</h3>
|
||||
<p>
|
||||
您所访问的匿名站点(的目标密钥)不存在于您路由器的地址簿中。
|
||||
检查链接,或寻找对应的BASE64地址.
|
||||
如果您知道对应的BASE64地址请通过
|
||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">SusiDNS</a>
|
||||
将其复制入您的 userhosts.txt 中,直接使用 BASE64 地址访问,或使用下面的跳转链接。<br><br>
|
||||
经常见到此页面? 请参见 <a href="http://www.i2p2.i2p/faq.html#subscriptions"> FAQ 常见问答</a>
|
||||
中的 <a href="http://127.0.0.1:7657/susidns/config.jsp">添加更多订阅到地址簿中</a>。<hr>
|
||||
<b>找不到以下目标:</b><BR><BR>
|
||||
中的 <a href="http://127.0.0.1:7657/susidns/config.jsp">添加更多订阅到地址簿中</a>。
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>找不到以下目标:</b>
|
||||
</p>
|
||||
|
@@ -4,26 +4,29 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Outproxy Not Found</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Outproxy Not Found</h3>
|
||||
The HTTP Outproxy was not found.
|
||||
<p>
|
||||
The HTTP Outproxy was not found.
|
||||
It is offline, there is network congestion,
|
||||
or your router is not yet well-integrated with peers.
|
||||
You may want to
|
||||
<a href="javascript: parent.window.location.reload()">retry</a>
|
||||
as this will randomly reselect an outproxy from the pool you have defined
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">here</a>
|
||||
(if you have more than one configured).
|
||||
If you continue to have trouble you may want to edit your outproxy list
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">here</a>.
|
||||
<hr><b>Could not find the following destination:</b><BR><BR>
|
||||
You may want to
|
||||
<a href="javascript: parent.window.location.reload()">retry</a>
|
||||
as this will randomly reselect an outproxy from the pool you have defined
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">here</a>
|
||||
(if you have more than one configured).
|
||||
If you continue to have trouble you may want to edit your outproxy list
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">here</a>.
|
||||
</p>
|
||||
<hr><p><b>Could not find the following destination:</b></p>
|
||||
|
@@ -4,25 +4,31 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>تحذير: لابوجد بروكسي خارجي</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">اعدادات</a> <a href="http://127.0.0.1:7657/help.jsp">مساعدة</a> <a href="http://127.0.0.1:7657/susidns/">دفتر العناوين</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>تحذير: لابوجد بروكسي خارجي</h3>
|
||||
<p>
|
||||
لم يتم ايجاد بروكسي خارجي www
|
||||
خارج الشبكة أو غير متصل جيدا بباقي المستخدمين.
|
||||
يمكنك
|
||||
<a href="javascript: parent.window.location.reload()">اعادة المحاولة</a>
|
||||
<a href="javascript: parent.window.location.reload()">اعادة المحاولة</a>
|
||||
لإختيار بروكسي خارجي جديد
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">هنا</a>
|
||||
(اذا كان لديك اكثر من واحد).
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">هنا</a>
|
||||
(اذا كان لديك اكثر من واحد).
|
||||
اذا استمر المشكل قم بتحرير قائمة البروكسي الخارجية
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">هنا</a>.
|
||||
<hr><b>لم يستطع الوصول الى هذا العنوان</b><BR><BR>
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">هنا</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>لم يستطع الوصول الى هذا العنوان</b>
|
||||
</p>
|
||||
|
@@ -4,24 +4,29 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: Outproxy nicht gefunden</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: I2P-Proxy nicht gefunden</h3>
|
||||
Der HTTP-Outproxy wurde nicht gefunden.
|
||||
Er ist offline, das Netz überlastet oder verstopft,
|
||||
oder Ihr Router ist noch nicht gut ins Netzwerk integriert.
|
||||
Laden Sie die Seite <a href="javascript: parent.window.location.reload()">neu</a>!
|
||||
Dies trifft eine erneute zufällige Auswahl des Outproxys aus der von Ihnen <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">hier</a> vorgegebenen Liste
|
||||
(falls mehr als einer angegeben ist).
|
||||
Sollte das Problem weiterhin bestehen, passen Sie die Liste Ihrer Outproxys
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">hier</a> an!
|
||||
<hr><b>Konnte das folgende Ziel nicht finden:</b><BR><BR>
|
||||
<p>
|
||||
Der HTTP-Outproxy wurde nicht gefunden. Er ist offline, das Netz überlastet
|
||||
oder verstopft, oder Ihr Router ist noch nicht gut ins Netzwerk integriert.
|
||||
Laden Sie die Seite <a href="javascript: parent.window.location.reload()">neu</a>!
|
||||
Dies trifft eine erneute zufällige Auswahl des Outproxys aus der von Ihnen
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">hier</a> vorgegebenen Liste
|
||||
(falls mehr als einer angegeben ist). Sollte das Problem weiterhin bestehen,
|
||||
passen Sie die Liste Ihrer Outproxys <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">hier</a> an!
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Konnte das folgende Ziel nicht finden:</b>
|
||||
</p>
|
||||
|
@@ -4,26 +4,32 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: Proxy sortant non trouvé</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/">Carnet d'adresses</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: Proxy sortant non trouvé</h3>
|
||||
Le serveur mandataire sortant est introuvable.
|
||||
<p>
|
||||
Le serveur mandataire sortant est introuvable.
|
||||
Il est hors service, le réseau est surchargé,
|
||||
ou votre routeur n'est pas encore bien intégré avec des pairs.
|
||||
Vous pouvez essayer de
|
||||
<a href="javascript: parent.window.location.reload()">retenter</a>
|
||||
car il se produira une sélection aléatoire de mandataire dans le groupe que vous avez défini
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">ici</a>
|
||||
(si vous en avez plus d'un de défini).
|
||||
Si vous avez toujours des problèmes vous pouvez modifier votre liste de
|
||||
mandataires <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">ici</a>.
|
||||
<hr><b>Destination suivante introuvable:</b><BR><BR>
|
||||
Vous pouvez essayer de
|
||||
<a href="javascript: parent.window.location.reload()">retenter</a>
|
||||
car il se produira une sélection aléatoire de mandataire dans le groupe que vous avez défini
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">ici</a>
|
||||
(si vous en avez plus d'un de défini).
|
||||
Si vous avez toujours des problèmes vous pouvez modifier votre liste de
|
||||
mandataires <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">ici</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<b>Destination suivante introuvable:</b>
|
||||
</p>
|
||||
|
@@ -4,18 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Outproxy Niet Gevonden</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Outproxy Niet Gevonden</h3>
|
||||
<p>
|
||||
De HTTP Outproxy was niet gevonden.
|
||||
Het is offline, er is een netwerk verstopping,
|
||||
of je router is niet goed geïntegreerd met peers.
|
||||
@@ -25,4 +27,6 @@ aangezien dit willekeurig een outproxy van de groep zal selecteren die
|
||||
(indien er meer van één geconfigureerd is).
|
||||
Wanneer de problemen blijven volhouden dan kan je de outproxy lijst
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">hier</a> bewerken.
|
||||
<hr><b>Kan de volgende bestemming niet vinden:</b><BR><BR>
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>Kan de volgende bestemming niet vinden:</b></p>
|
||||
|
@@ -4,22 +4,30 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Outproxy не найден</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/">Адресная книга</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Outproxy не найден</h3>
|
||||
|
||||
Outproxy для www не найден. Он либо в офлайне, либо сеть сейчас перегружена, либо ваш I2P-маршрутизатор ещё недостаточно интегрирован с другими пирами.
|
||||
<BR><BR>
|
||||
Вы можете попробовать <a href="javascript: parent.window.location.reload()">повторить запрос</a>, при этом outproxy будет случайным образом выбран из списка, который Вы
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">настроили</a> (если в списке более одного прокси). Если проблемы будут продолжаться, Вы можете отредактировать список outproxy на <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">этой странице</a>.
|
||||
|
||||
<hr><b>Не удается открыть следующий адрес:</b><BR><BR>
|
||||
<p>
|
||||
Outproxy для www не найден. Он либо в офлайне, либо сеть сейчас перегружена,
|
||||
либо ваш I2P-маршрутизатор ещё недостаточно интегрирован с другими пирами.
|
||||
</p>
|
||||
<p>
|
||||
Вы можете попробовать <a href="javascript:
|
||||
parent.window.location.reload()">повторить запрос</a>, при этом outproxy будет
|
||||
случайным образом выбран из списка, который Вы <a
|
||||
href="http://127.0.0.1:7657/i2ptunnel/index.jsp">настроили</a> (если в списке
|
||||
более одного прокси). Если проблемы будут продолжаться, Вы можете отредактировать с
|
||||
писок outproxy на <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">этой странице</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>Не удается открыть следующий адрес:</b></p>
|
||||
|
@@ -4,25 +4,29 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 未找到出口代理</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: I2P 未找到代理</h3>
|
||||
未找到 WWW 出口代理.
|
||||
<p>
|
||||
未找到 WWW 出口代理.
|
||||
它可能以下线, 或网络拥堵,或你的路由器与网络
|
||||
尚未良好整合。您可以
|
||||
<a href="javascript: parent.window.location.reload()">重试</a>
|
||||
<a href="javascript: parent.window.location.reload()">重试</a>
|
||||
这将从所设置的所有出口代理中随机选择一个代理做出口。
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">点此</a>
|
||||
(如果您设置了超过1个的出口代理地址)。
|
||||
如果您总是遇到此错误,你也许需要修改出口代理列表了
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">点此</a>.
|
||||
<hr><b>找不到以下目标:</b><BR><BR>
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">点此</a>
|
||||
(如果您设置了超过1个的出口代理地址)。
|
||||
如果您总是遇到此错误,你也许需要修改出口代理列表了
|
||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">点此</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<p><b>找不到以下目标:</b></p>
|
||||
|
@@ -4,21 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Error: Request Denied</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Error: Local Access</h3>
|
||||
<p>
|
||||
Your browser is misconfigured. Do not use the proxy to access the router console,
|
||||
localhost, or local LAN destinations.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,21 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>خطأ: تم رفض الطلب</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>خطـأ: عنوان محلي</h3>
|
||||
<p>
|
||||
خطأ في اعدادات المتصفح. لا تستعمل بروكسي للوصول الى شاشة التحكم، localhost او الشبكة المحلية LAN.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,20 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Fehler: Anfrage verweigert</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Fehler: lokaler Zugriff</h3>
|
||||
Ihr Browser ist fehlkonfiguriert: Benutzen Sie diesen Proxy nicht, um auf lokale Ziele wie die I2P-Routerkonsole, localhost oder LAN-Ziele zuzugreifen!
|
||||
<p>
|
||||
Ihr Browser ist fehlkonfiguriert: Benutzen Sie diesen Proxy nicht, um auf
|
||||
lokale Ziele wie die I2P-Routerkonsole, localhost oder LAN-Ziele zuzugreifen!
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,21 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Erreur I2P: Requête refusée</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Erreur: Accès local</h3>
|
||||
<p>
|
||||
Votre navigateur est mal configuré. N'utilisez pas de mandataire pour accéder à la console du routeur I2P,
|
||||
à l'hôte local (localhost), ou des destinations LAN: définissez une exception.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,21 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Fout: Verzoek Geweigerd</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Fout: Lokale Toegang</h3>
|
||||
<p>
|
||||
Je browser is niet goed geconfigureerd. Gebruikt de proxy niet om de router console,
|
||||
localhost, of lokale LAN destinations te benaderen.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,21 +4,24 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Запрос запрещен</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Доступ к localhost</h3>
|
||||
|
||||
Ваш браузер неправильно настроен. Не нужно использовать прокси для доступа к консоли I2P-маршрутизатора и другим ресурсам на localhost.
|
||||
<p>
|
||||
Ваш браузер неправильно настроен. Не нужно использовать прокси для доступа к
|
||||
консоли I2P-маршрутизатора и другим ресурсам на localhost.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,20 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 请求被拒绝</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<!-----------------------------
|
||||
Let's not infinite loop here....
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
------------------------------>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 企图访问 Localhost </h3>
|
||||
<p>
|
||||
您的浏览器配置有误,请不要使I2P代理访问路由器控制台或其他本地(Localhost)地址。
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: No outproxy configured</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: No Outproxy Configured</h3>
|
||||
<p>
|
||||
Your request was for a site outside of I2P, but you have no
|
||||
HTTP outproxy configured. Please configure an outproxy in I2PTunnel.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,20 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>تحذير: لم يحدد بروكسي خارجي</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">اعدادات</a> <a href="http://127.0.0.1:7657/help.jsp">مساعدة</a> <a href="http://127.0.0.1:7657/susidns/">دفتر العناوين</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>تحذير: لم يحدد بروكسي خارجي</h3>
|
||||
<p>
|
||||
قمت بطلب موقع خارج عن شبكة I2P، لكن لم تقم بتحديد بروكسي خارجي. قم يتحديد بروكسي خارجي في اعدادات I2PTunnel.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,17 +4,22 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: Kein Outproxy eingerichtet</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: Kein Outproxy eingerichtet</h3>
|
||||
Sie haben eine Seite außerhalb des I2P-Netzes angefordert, jedoch ist kein HTTP-Outproxy eingerichtet. Bitte richten Sie einen Outproxy in der Sektion I2PTunnel ein!
|
||||
<p>
|
||||
Sie haben eine Seite außerhalb des I2P-Netzes angefordert, jedoch ist kein
|
||||
HTTP-Outproxy eingerichtet. Bitte richten Sie einen Outproxy in der Sektion
|
||||
I2PTunnel ein!
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: Mandataire non configuré</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console Routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console Routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/">Carnet d'adresses</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: Mandataire non configuré</h3>
|
||||
Votre requête était pour un site hors du réseau I2P, mais vous n'avez pas de mandataire
|
||||
<p>
|
||||
Votre requête était pour un site hors du réseau I2P, mais vous n'avez pas de mandataire
|
||||
configuré. Merci de configurer un mandataire dans I2PTunnel.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Geen outproxy geconfigureerd</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Geen Outproxy Geconfigureerd</h3>
|
||||
<p>
|
||||
Je probeert een site buiten I2P te benaderen, maar er is geen HTTP
|
||||
outproxy geconfigureerd. Configureer een outproxy in I2PTunnel.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,19 +4,22 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Не настроен outproxy</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Не настроен outproxy</h3>
|
||||
|
||||
Вы попытались открыть сайт вне сети I2P, но у Вас не настроен HTTP-outproxy. Пожалуйста, настройте outproxy в <a href="http://127.0.0.1:7657/i2ptunnel/">менеджере туннелей</a>.
|
||||
<p>
|
||||
Вы попытались открыть сайт вне сети I2P, но у Вас не настроен HTTP-outproxy.
|
||||
Пожалуйста, настройте outproxy в <a href="http://127.0.0.1:7657/i2ptunnel/">менеджере туннелей</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 没有设置出口代理</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 没有设置出口代理</h3>
|
||||
<p>
|
||||
你请求的网站在I2P网络外,但您的I2P没有设置HTTP出口代理
|
||||
请在 I2P Tunnel(本地目标) 中设置HTTP代理隧道.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Warning: Non-HTTP Protocol</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warning: Non-HTTP Protocol</h3>
|
||||
<p>
|
||||
The request uses a bad protocol.
|
||||
The I2P HTTP Proxy supports http:// requests ONLY. Other protocols such as https:// and ftp:// are not allowed.
|
||||
The I2P HTTP Proxy supports <code>http://</code> requests ONLY. Other protocols such as <code>https://</code> and <code>ftp://</code> are not allowed.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,21 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="ar" dir="rtl"><head>
|
||||
<title>HTTP تحذير: استعمال بروتوكول غير متوافق مع </title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">اعدادات</a> <a href="http://127.0.0.1:7657/help.jsp">مساعدة</a> <a href="http://127.0.0.1:7657/susidns/">دفتر العناوين</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>HTTP تحذير: استعمال بروتوكول غير متوافق مع </h3>
|
||||
<p>
|
||||
تم استعمال بروتوكول غير متوافق.
|
||||
بروكسي I2P يدعم طلبات http:// فقط. باقي البروتوكولات مثل https:// و ftp:// غير مدعومة.
|
||||
بروكسي I2P يدعم طلبات <code>http://</code> فقط. باقي البروتوكولات مثل <code>https://</code> و <code>ftp://</code> غير مدعومة.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P-Warnung: kein HTTP-Protokoll</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Routerkonsole"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P-Routerkonsole" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Einstellungen</a> <a href="http://127.0.0.1:7657/help.jsp">Hilfe</a> <a href="http://127.0.0.1:7657/susidns/">Adressbuch</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Warnung: kein HTTP-Protokoll</h3>
|
||||
Die Anfrage verwendet ein falsches Protokoll.
|
||||
I2Ps HTTP-Proxy unterstützt AUSSCHLIEßLICH Anfragen des HTTP-Protokolls ( http:// ). Andere Protokolle wie https:// und ftp:// sind nicht erlaubt.
|
||||
<p>
|
||||
Die Anfrage verwendet ein falsches Protokoll. I2Ps HTTP-Proxy unterstützt
|
||||
AUSSCHLIEßLICH Anfragen des HTTP-Protokolls ( <code>http://</code> ). Andere
|
||||
Protokolle wie <code>https://</code> und <code>ftp://</code> sind nicht
|
||||
erlaubt.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: Protocole Non-HTTP</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Console Routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console Routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/">Carnet d'adresses</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: Protocole Non-HTTP</h3>
|
||||
<p>
|
||||
La requête a utilisé un protocole inadpté.
|
||||
Le mandataire HTTP I2P prend en charge les requêtes http:// seulement. Les autre protocoles tels que https:// and ftp:// ne sont pas permis.
|
||||
Le mandataire HTTP I2P prend en charge les requêtes <code>http://</code>
|
||||
seulement. Les autre protocoles tels que <code>https://</code> and
|
||||
<code>ftp://</code> ne sont pas permis.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P Waarschuwing: Niet-HTTP Protocol</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuratie</a> <a href="http://127.0.0.1:7657/help.jsp">Help</a> <a href="http://127.0.0.1:7657/susidns/">Adresboek</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Waarschuwing: Niet-HTTP Protocol</h3>
|
||||
<p>
|
||||
De aanvraag gebruikt een verkeerd protocol.
|
||||
De I2P HTTP Proxy ondersteunt ALLEEN http:// requests. Andere protocollen zoals https:// en ftp:// zijn niet toegestaan.
|
||||
De I2P HTTP Proxy ondersteunt ALLEEN <code>http://</code> requests. Andere
|
||||
protocollen zoals <code>https://</code> en <code>ftp://</code> zijn niet
|
||||
toegestaan.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,19 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Предупреждение I2P: Не-HTTP протокол</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Консоль маршрутизатора"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Настройки</a> <a href="http://127.0.0.1:7657/help.jsp">Справка</a> <a href="http://127.0.0.1:7657/susidns/">Адресная книга</a>
|
||||
</div>
|
||||
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Предупреждение: Не-HTTP протокол</h3>
|
||||
|
||||
В запросе использован неподдерживаемый протокол. I2P-HTTP прокси поддерживает ТОЛЬКО http:// запросы. Другие протоколы, такие как https:// или ftp://, не допускаются.
|
||||
<p>
|
||||
В запросе использован неподдерживаемый протокол. I2P-HTTP прокси поддерживает
|
||||
ТОЛЬКО <code>http://</code> запросы. Другие протоколы, такие как
|
||||
<code>https://</code> или <code>ftp://</code>, не допускаются.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -4,18 +4,22 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 非HTTP请求</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 非HTTP请求</h3>
|
||||
<p>
|
||||
请求使用了错误的协议
|
||||
I2P HTTP 代理【只】支持 http:// 请求,不支持其他协议例如 https:// and ftp:// 。
|
||||
I2P HTTP 代理【只】支持 <code>http://</code> 请求,不支持其他协议例如
|
||||
<code>https://</code> and <code>ftp://</code> 。
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user