Skip to content

Commit

Permalink
de.lng: Added translation for new page http://localhost:8080/ConfigHT…
Browse files Browse the repository at this point in the history
…Cache_p.html and old one http://localhost:8080/IndexControlRWIs_p.html

ConfigHTCache_p.html: Removed additional </form> and changed title text

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7301 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
mikeworks committed Nov 4, 2010
1 parent becc463 commit 9239ac1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
5 changes: 2 additions & 3 deletions htroot/ConfigHTCache_p.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Indexing with Proxy</title>
<title>YaCy '#[clientname]#': Hypertext Cache Configuration</title>
#%env/templates/metas.template%#
</head>
<body id="ConfigHTCache">
Expand All @@ -27,8 +27,7 @@ <h2>Hypertext Cache Configuration</h2>
</dl>
</fieldset>
</form>

</form>

<form action="ConfigHTCache_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Cleanup</legend>
<dl>
Expand Down
26 changes: 24 additions & 2 deletions locales/de.lng
Expand Up @@ -456,6 +456,23 @@ When using this heuristic, then every search request line is used for a call to
20 results are taken from scroogle and loaded simultanously, parsed and indexed immediately.==20 Ergebnisse werden von Scroogle geholt und simultan geladen, geparst und sofort indexiert.
#-----------------------------

#File: ConfigHTCache_p.html
#---------------------------
Hypertext Cache Configuration==Hypertext Cache Konfiguration
The HTCache stores content retrieved by the HTTP and FTP protocol. Documents from smb:// and file:// locations are not cached.==Der Hypertext Cache speichert Inhalte die per HTTP und FTP Protokoll geholt wurden. Dokumente von smb:// und file:// Umgebungen werden nicht gecached.
The cache is a rotating cache: if it is full, then the oldest entries are deleted and new one can fill the space.==Der Cache ist ein rotierender Cache: Wenn er voll ist werden die ältesten Einträge gelöscht und neue werden am selben Speicherplatz abgelegt.
HTCache Configuration
The path where the cache is stored==Der Pfad an dem der Cache gespeichert wird
The current size of the cache==Die aktuelle Größe des Caches
The maximum size of the cache==Die maximale Größe des Caches
"Set"=="Setzen"
Cleanup==Aufräumen
Cache Deletion==Cache Löschen
Delete HTTP &amp; FTP Cache==Lösche HTTP &amp; FTP Cache
Delete robots.txt Cache==Lösche robots.txt Cache
"Delete"=="Löschen"
#-----------------------------

#File: ConfigLanguage_p.html
#---------------------------
Language selection==Sprachauswahl
Expand Down Expand Up @@ -1236,8 +1253,12 @@ Retrieve by Word-Hash==Abfrage nach Wort-Hash
"Show URL Entries for Word-Hash"=="URL Einträge für Wort-Hash zeigen"
"Generate List"=="Liste erstellen"
Cleanup==Aufräumen
Index Deletion<br />\(deletes all words and all urls\)==Index Löschung<br />(löscht alle Wörter und alle URLs)
"Delete index"=="Index löschen"
>Index Deletion<==>Index Löschung<
>Delete Search Index<==>Lösche Suchindex<
Stop Crawler and delete Crawl Queues==Crawler anhalten und Crawler Warteschlangen löschen
Delete HTTP &amp; FTP Cache==Lösche HTTP &amp; FTP Cache
Delete robots.txt Cache==Lösche robots.txt Cache
"Delete"=="Löschen"
No entry for word \'\#\[word\]\#\'==Keinen Eintrag zu Wort '#[word]#'
No entry for word hash==Keinen Eintrag zu Wort-Hash
Search result==Suchergebnis
Expand Down Expand Up @@ -3306,6 +3327,7 @@ System Update==System Aktualisierung
Advanced Settings==Erweiterte Einstellungen
Parser Configuration==Parser Einstellungen
Local robots.txt==Lokale robots.txt
#Web Cache==Web Cache
Advanced Properties==Erweiterte Konfiguration
#-----------------------------

Expand Down

0 comments on commit 9239ac1

Please sign in to comment.