yacy_search_server/htroot/Language_p.html
allo a8b2dccc7a New Translation System.
Use Wordlists like these:
de.lng
Network\ Overview=Netzwerk-Übersicht


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@176 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-26 10:26:32 +00:00

45 lines
1.0 KiB
HTML

<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy: Language selection</title>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
<br><br>
<h2>Language selection</h2>
<p>
You can change the language of YaCy with translation files.
<b>Current Language: #[currentlang]#</b>
<p>
<form action="Language_p.html">
Languages:<br>
<select size="10" name="lang">
#{langlist}#
<option value="#[file]#">#[name]#</option>
#{/langlist}#
</select>
<br>
<input type="submit" name="use_button" value="Use">
<input type="submit" name="delete" value="Delete"><br>
</form>
<form action="Language_p.html">
Install new Skin from URL:<br>
<input type="text" name="url" size="30"><input type="checkbox" name="use_lang" value="on">Use this skin<br>
<input type="submit" value="install">
</form>
<b>#(status)#
::
Unable to get URL: #[url]#
::
Error saving the language file.
#(status)#</b>
#[footer]#
</body>
</html>