yacy_search_server/htroot/Language_p.html

48 lines
1.1 KiB
HTML
Raw Normal View History

<!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.
<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>