yacy_search_server/htroot/Language_p.html
rramthun 1a75762897 Translation...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@357 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-01 12:29:31 +00:00

48 lines
1.2 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 the YaCy-webinterface with translation files.
<br>
<br>
<b>Current language:</b> <!-- lang -->default(english)<br>
<b>Languagefile Author:</b> <!-- author --><br>
<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 language from URL:<br>
<input type="text" name="url" size="30"><br>
<input type="checkbox" name="use_lang" value="on" checked="true">Use this language<br>
<input type="submit" value="Install">
</form>
<b>#(status)#
::
Unable to get URL: #[url]#
::
Error saving the language file.
#(status)#</b>
#[footer]#
</body>
</html>