#updated de.lng:

-translation for IndexImport_p.html added
-translation for Bookmarks_p.html added
-updated other files

#corrected spelling:
-IndexImport_p.html
-IndexTransfer_p.html
-Bookmarks_p.html

#added link for IndexImport_p.html at IndexControl_p.html

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1279 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
daburna 19 years ago
parent 4f18f24d81
commit c7a4bf7ed1

@ -1,61 +1,61 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%#
<script src="/js/ajax.js"></script>
<script src="/js/Bookmarks.js"></script>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
<br><br>
<h2>Bookmarks</h2>
<!-- todo: div layout? -->
<table border="1" width="100%" height="100%">
<tr><td colspan="2">
#(edit)#<h3>Add Bookmark</h3>::<h3>Edit Bookmark</h3>#(/edit)#
<form action="Bookmarks_p.html" method="GET">
Url: <input type="text" name="url" value="#[url]#" onblur="loadTitle()"><br />
Title: <input type="text" name="title" value="#[title]#"><br />
Description: <input type="text" name="description" value="#[description]#"><br />
Tags(comma separated): <input type="text" name="tags" value="#[tags]#"><br />
Public: <select name="public">
<option value="public" #(public)#::selected#(/public)#>yes</option>
<option value="private" #(public)#selected::#(/public)#>no</option>
</select>
#(edit)#
<input type="submit" name="add" value="create">
::
<input type="submit" name="add" value="edit">
#(/edit)#
</form>
</td></tr>
<tr height="100%">
<td width="100%">
#{bookmarks}#
<a href="#[link]#" target="_blank">#[title]#</a><br />
#[description]#<br />
Tagged with <span class="bookmarkTags">#[tags]#</span>. <br />
<a href="Bookmarks_p.html?edit=#[hash]#">Edit</a> /
<a href="Bookmarks_p.html?delete=#[hash]#">Delete</a>
<p />
#{/bookmarks}#
<p />
#(next-page)#
::<a href="Bookmarks_p.html?tag=#[tag]#&start=#[start]#">next page</a>
#(/next-page)#
&nbsp;
</td>
<td valign="top">
<a href="Bookmarks_p.html">All</a><br />
#{taglist}#
<a href="Bookmarks_p.html?tag=#[name]#">#[name]#</a><br />
#{/taglist}#
&nbsp;
</td>
</tr>
</table>
#%env/templates/footer.template%#
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%#
<script src="/js/ajax.js"></script>
<script src="/js/Bookmarks.js"></script>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
<br><br>
<h2>Bookmarks</h2>
<!-- todo: div layout? -->
<table border="1" width="100%" height="100%">
<tr><td colspan="2">
#(edit)#<h3>Add Bookmark</h3>::<h3>Edit Bookmark</h3>#(/edit)#
<form action="Bookmarks_p.html" method="GET">
Url: <input type="text" name="url" value="#[url]#" onblur="loadTitle()"><br />
Title: <input type="text" name="title" value="#[title]#"><br />
Description: <input type="text" name="description" value="#[description]#"><br />
Tags (comma separated): <input type="text" name="tags" value="#[tags]#"><br />
Public: <select name="public">
<option value="public" #(public)#::selected#(/public)#>yes</option>
<option value="private" #(public)#selected::#(/public)#>no</option>
</select>
#(edit)#
<input type="submit" name="add" value="create">
::
<input type="submit" name="add" value="edit">
#(/edit)#
</form>
</td></tr>
<tr height="100%">
<td width="100%">
#{bookmarks}#
<a href="#[link]#" target="_blank">#[title]#</a><br />
#[description]#<br />
Tagged with <span class="bookmarkTags">#[tags]#</span>. <br />
<a href="Bookmarks_p.html?edit=#[hash]#">Edit</a> /
<a href="Bookmarks_p.html?delete=#[hash]#">Delete</a>
<p />
#{/bookmarks}#
<p />
#(next-page)#
::<a href="Bookmarks_p.html?tag=#[tag]#&start=#[start]#">next page</a>
#(/next-page)#
&nbsp;
</td>
<td valign="top">
<a href="Bookmarks_p.html">All</a><br />
#{taglist}#
<a href="Bookmarks_p.html?tag=#[name]#">#[name]#</a><br />
#{/taglist}#
&nbsp;
</td>
</tr>
</table>
#%env/templates/footer.template%#
</body>
</html>

@ -13,6 +13,7 @@
<p>
The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references<br>
To transfer the whole index to an other peer, click <a href="IndexTransfer_p.html">here</a>.<br>
To import an index from a file or a foreign peer click <a href="IndexImport_p.html">here</a>.<br>
<table border="0" cellpadding="5" cellspacing="0">
<tr valign="top" class="TableCellDark">
<td width="70">Word</td>
@ -99,4 +100,4 @@ The DHT-rules do not work without this function.</td>
#%env/templates/footer.template%#
</body>
</html>
</html>

@ -10,13 +10,13 @@
<br><br>
<h2>Index DB Import</h2>
<p>The local index currenly consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references</p>
<p>The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references.</p>
<hr>
#(error)#<!-- 0 -->
::<!-- 1 -->
<p><font color="red"><b>#[error_msg]#</b></font></p>
::<!-- 2 -->
<p><font color="red"><b>Import Job with the same path already started</b></font></p>
<p><font color="red"><b>Import Job with the same path already started.</b></font></p>
#(/error)#
<h3>Starting new Job</h3>
<form action="IndexImport_p.html" method="post" enctype="multipart/form-data">
@ -61,7 +61,7 @@
<td class="small" align="rigth">#[word_entry_num]#</td>
<td class="small">
#(stopped)#::
<input type="submit" name="stopIndexDbImport" value="Abort Import">
<input type="submit" name="stopIndexDbImport" value="Abort Import">
#(/stopped)#
</td>
<td class="small">
@ -70,11 +70,11 @@
::
<input type="submit" name="continueIndexDbImport" value="Continue Import">
#(/paused)#
</td>
</tr>
</form>
</td>
</tr>
</form>
#{/running.jobs}#
</table>
</table>
<hr>
@ -96,19 +96,19 @@
<tr class="TableCellLight">
<td class="small">#[path]#</td>
<td class="small"><font color="#(status)#red::green::red#(/status)#">#(status)#Finished::<b>Error:</b> #[errorMsg]#::Paused#(/status)#</font></td>
<td class="small" align="right">#[percent]#</td>
<td class="small" align="right">#[elapsed]#</td>
<td class="small" align="right">#[percent]#</td>
<td class="small" align="right">#[elapsed]#</td>
<td class="small" align="right"><tt>#[wordHash]#</tt></td>
<td class="small" align="rigth">#[url_num]#</td>
<td class="small" align="rigth">#[word_entity_num]#</td>
<td class="small" align="rigth">#[word_entry_num]#</td>
</tr>
</tr>
#{/finished.jobs}#
</table>
</table>
<input type="submit" name="clearFinishedJobList" value="Clear List">
</form>
<p><font size="-3"><i>Last Refresh:</i> #[date]#</font></p>
#%env/templates/footer.template%#
</body>
</html>
</html>

@ -11,7 +11,7 @@
<h2>Index Transfer</h2>
<form action="IndexTransfer_p.html" method="post" enctype="multipart/form-data">
<p>The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references</p>
<p>The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references.</p>
<p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
@ -61,19 +61,19 @@
<td class="small" rowspan="2">#(deleteIndex)#false::true#(/deleteIndex)#</td>
<td class="small" rowspan="2">#[peerName]#</td>
<td class="small" rowspan="2">#(stopped)#<input type="submit" name="stopIndexTransfer" value="Stop Index Transfer">::
<input type="submit" name="newIndexTransfer" value="Start New Index Transfer">#(/stopped)#</td>
<input type="submit" name="newIndexTransfer" value="Start New Index Transfer">#(/stopped)#</td>
</tr>
<tr class="TableCellLight">
<td class="TableCellDark">Transfer</td>
<td class="small" ><font color="#(stopped)#green::red#(/stopped)#">#[transfer.status]#</font></td>
<td class="small" align="rigth">#[transfer.twchunk]# words</td>
<td class="small" align="right"><tt>#[transfer.twrange]#</tt></td>
</tr>
</tr>
#(/running)#
</table>
</table>
</form>
<p><font size="-3"><i>Last Refresh:</i> #[date]#</font></p>
#%env/templates/footer.template%#
</body>
</html>
</html>

@ -55,6 +55,28 @@ Import blacklist items from file:==Importiere Blacklist aus Datei:
was removed from blacklist==wurde aus Blacklist entfernt
was added to the blacklist==wurde zur Blacklist hinzugef&uuml;gt
#-----------------------------------------------------------
#File: Bookmarks_p.html
YaCy \'\#\[clientname\]\#\': Bookmarks==YaCy '#[clientname]#': Lesezeichen
<h2>Bookmarks==<h2>Lesezeichen
Add Bookmark==Lesezeichen hinzuf&uuml;gen
Edit Bookmark==Lesezeichen bearbeiten
Url:==URL:
Title:==Titel:
Description:==Beschreibung:
Tags \(comma separated\):==Tags (durch Komma trennen):
Public:==&Ouml;ffentlich:
yes==ja
no==nein
"create"=="erzeugen"
"edit"=="bearbeiten"
Tagged with==Tagged mit
Edit==Bearbeiten
Delete==L&ouml;schen
next page==n&auml;chste Seite
All==Alle
#-----------------------------------------------------------
#File: CacheAdmin_p.html
@ -278,6 +300,7 @@ Index Control==Index Kontrolle
Index Administration==Index Administration
The local index currently consists of \(at least\) \#\[wcount\]\# reverse word indexes and \#\[ucount\]\# URL references==Der lokale Index besteht im Moment aus #[wcount]# W&ouml;rtern und #[ucount]# URL-Links.
To transfer the whole index to an other peer, click <a href="IndexTransfer_p.html">here</a>.==Um den kompletten Index an einen anderen Peer zu &uuml;bertragen, klicken Sie <a href="IndexTransfer_p.html">hier</a>.
To import an index from a file or a foreign peer click <a href="IndexImport_p.html">here</a>.==Um einen Index aus einer Datei oder von einem fremden Peer zu importieren, klicken Sie <a href="IndexImport_p.html">hier</a>.
Word==Wort:
value="Show URL Entries for Wort:">==value="URL Eintr&auml;ge f&uuml;r Wort zeigen">
Word-Hash:==Wort-Hash:
@ -483,6 +506,36 @@ Delete Entries:==L&ouml;sche Eintr&auml;ge:
"Delete"=="L&ouml;schen"
This may take a quite long time.==Dies wird vielleicht einige Zeit dauern.
#-------------------------------------------------------
#File: IndexImport_p.html
#Completely translated. If you find any untranslated string in the webinterface, send it to <admin@yacy-forum.de>
YaCy \'\#\[clientname\]\#\': Index Import==YaCy '#[clientname]#': Index Import
Index DB Import==Index Datenbank Import
The local index currently consists of \(at least\) \#\[wcount\]\# reverse word indexes and \#\[ucount\]\# URL references.==Der lokale Index besteht zur Zeit aus (ungef&auml;hr) #[wcount]# W&ouml;rtern und #[ucount]# URLs.
Import Job with the same path already started.==Ein Import mit dem selben Pfad ist bereits gestartet.
Starting new Job==Neuen Import starten
"Path to the PLASMADB directory of the foreign peer"=="Pfad zum PLASMADB Verzeichnis des fremden Peer"
Import Path:==Import Pfad:
"Start New Import"=="Neuen Import starten"
Currently running jobs==Gerade laufende Aufgaben
Path==Pfad
Status==Status
Elapsed<br>Time==Verstrichene Zeit
Estimated<br>Time==Gesch&auml;tzte Dauer
Word Hash==Wort Hash
Word<br>Entities==Wort<br>Entities
Word<br>Entries==Wort<br>Eintr&auml;ge
Abort Import==Import abbrechen
Pause Import==Import pausieren
Finished::Running::Paused==Fertig::Laufend::Pausiert
"Abort Import"=="Import abbrechen"
"Pause Import"=="Import pausieren"
"Continue Import"=="Import fortsetzen"
Finished jobs==Fertige Importierungen
"Clear List"=="Liste l&ouml;schen"
Last Refresh:==Letzte Aktualisierung:
#-------------------------------------------------------
#File: IndexMonitor.html
#Completely translated. If you find any untranslated string in the webinterface, send it to <admin@yacy-forum.de>
@ -552,13 +605,11 @@ Title==Titel
#File: IndexTransfer_p.html
#Completely translated. If you find any untranslated string in the webinterface, send it to <admin@yacy-forum.de>
The local index currently consists of \(at least\)==Der lokale Index besteht zur Zeit aus (ungefähr)
reverse word indexes and==W&ouml;rtern und
URL references==URLs
Chunk Size==Chunk-Größe
The local index currently consists of \(at least\) \#\[wcount\]\# reverse word indexes and \#\[ucount\]\# URL references.==Der lokale Index besteht zur Zeit aus (ungef&auml;hr) #[wcount]# W&ouml;rtern und #[ucount]# URLs.
Chunk Size<br>\(Word Entries\)==Chunk-Gr&ouml;sse<br>(Wort Eintr&auml;ge)
Words Range==Worte-Bereich
Transfered Words==Übertragene W&ouml;rter
Delete<br>Index==Index<br>löschen
Delete<br>Index==Index<br>l&ouml;schen
true==ja
false==nein
Selection==Auswahl

Loading…
Cancel
Save