small corrections

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4469 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
daburna 2008-02-09 23:05:05 +00:00
parent 3ef91a3bc9
commit 0441990f3e
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
<dt class="TableCellDark">Export Format</dt>
<dd>Only Domain:
<input type="radio" name="format" value="dom-text" />Plain Text List (domains only)&nbsp;&nbsp;
<input type="radio" name="format" value="dom-html" />HTML (domains as URLs, no title)<br>
<input type="radio" name="format" value="dom-html" />HTML (domains as URLs, no title)<br />
Full URL List:
<input type="radio" name="format" value="url-text" />Plain Text List (URLs only)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="format" value="url-html" />HTML (URLs with title)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

View File

@ -165,7 +165,7 @@ public class IndexControlURLs_p {
if (post.containsKey("urlhashsimilar")) {
try {
final Iterator<indexURLEntry> entryIt = new kelondroRotateIterator<indexURLEntry>(sb.wordIndex.loadedURL.entries(true, urlhash), new String(kelondroBase64Order.zero(urlhash.length())), sb.wordIndex.size());
StringBuffer result = new StringBuffer("Sequential List of URL-Hashes:<br>");
StringBuffer result = new StringBuffer("Sequential List of URL-Hashes:<br />");
indexURLEntry entry;
int i = 0;
int rows = 0, cols = 0;

View File

@ -928,7 +928,7 @@ Plain Text List \(URLs only\)==Einfache Text Liste (nur URLs)
HTML \(URLs with title\)==HTML (URLs mit Titel)
#XML (RSS)==XML (RSS)
"Export URLs"=="URLs exportieren"
Export to file \#\[exportfile\]\# is running .. \#\[urlcount\]\# URLs so far==Export nach Datei #[exportfile]# l&auml;ft .. #[urlcount]# URLs bisher
Export to file \#\[exportfile\]\# is running .. \#\[urlcount\]\# URLs so far==Export nach Datei #[exportfile]# l&auml;uft .. #[urlcount]# URLs bisher
No entry found for URL-hash==Keinen Eintrag gefunden f&uuml;r URL-Hash
URL String</td>==URL Adresse</td>
Hash</td>==Hash</td>