|
|
|
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>YaCy '#[clientname]#': 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>
|
|
|
|
<i>Send additions to maintainer:</i> <!-- maintainer --><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>
|