You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.6 KiB
67 lines
2.6 KiB
<!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]#': Language selection</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="ConfigLanguage">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuPortalIntegration.template%#
|
|
<h2>Language selection</h2>
|
|
<p>
|
|
You can change the language of the YaCy-webinterface with translation files.
|
|
</p>
|
|
<form action="ConfigLanguage_p.html" accept-charset="UTF-8">
|
|
<fieldset>
|
|
<dl>
|
|
<dt><label for="cur_lang">Current language</label>:</dt>
|
|
<dd id="cur_lang"><!-- lang -->default(english) </dd>
|
|
|
|
<dt><label for="lang_file">Author(s) (chronological)</label>:</dt>
|
|
<dd id="lang_file"><!-- author --> </dd>
|
|
|
|
<dt><label for="lang_maintainer"><em>Send additions to maintainer</em></label>:</dt>
|
|
<dd id="lang_maintainer"><!-- maintainer --> </dd>
|
|
|
|
<dt><label for="lang_list">Available Languages</label>:</dt>
|
|
<dd>
|
|
<select name="language" id="lang_list">#{langlist}#
|
|
<option value="#[file]#" #[selected]#>#[name]#</option>#{/langlist}#
|
|
</select>
|
|
</dd>
|
|
<dt></dt>
|
|
<dd>
|
|
<input type="submit" name="use_button" value="Use" class="submitready"/>
|
|
<input type="submit" name="delete" value="Delete" class="submitready"/>
|
|
</dd>
|
|
</dl>
|
|
</fieldset>
|
|
</form>
|
|
|
|
<form action="ConfigLanguage_p.html" accept-charset="UTF-8">
|
|
<fieldset>
|
|
<dl>
|
|
<dt><label for="url_install">Install new language from URL</label>:</dt>
|
|
<dd>
|
|
<input type="text" name="url" id="url_install" size="30" />
|
|
</dd>
|
|
|
|
<dt><label for="use_lang"> Use this language</label></dt>
|
|
<dd>
|
|
<input type="checkbox" name="use_lang" id="use_lang" value="on" checked="checked" />
|
|
</dd>
|
|
<dt></dt>
|
|
<dd><input type="submit" value="Install" class="submitready"/></dd>
|
|
</dl>
|
|
<p>Make sure that you only download data from trustworthy sources. The new language file
|
|
might overwrite existing data if a file of the same name exists already.</p>
|
|
</fieldset>
|
|
</form>
|
|
#(status)#
|
|
::<p><strong>Unable to get URL: #[url]#</strong></p>
|
|
::<p><strong>Error saving the language file.</strong></p>
|
|
#(/status)#
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|