Added some translations to import and export screens

This commit is contained in:
alpeb 2004-09-18 15:26:21 +00:00
parent f88561e3c6
commit 9bc9aa19c2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<ol> <ol>
<li>{lang_select} <li>{lang_select}
<select name="conv_type"> <select name="conv_type">
<option value="none">&lt;none&gt;</option> <option value="none">&lt;{lang_none}&gt;</option>
{conv} </select><p></li> {conv} </select><p></li>
<li>{filename}:<input name="tsvfilename" value="export.txt"></li> <li>{filename}:<input name="tsvfilename" value="export.txt"></li>
<li>{lang_cat}:{cat_link}</li> <li>{lang_cat}:{cat_link}</li>

View File

@ -16,7 +16,7 @@
<input name="tsvfile" size="48" type="file" value="{tsvfilename}"><p></li> <input name="tsvfile" size="48" type="file" value="{tsvfilename}"><p></li>
<li>{lang_conv_type}: <li>{lang_conv_type}:
<select name="conv_type"> <select name="conv_type">
<option value="none">&lt;none&gt;</option> <option value="none">&lt;{lang_none}&gt;</option>
{conv} {conv}
</select><p></li> </select><p></li>
<li>{lang_cat}:{cat_link}</li> <li>{lang_cat}:{cat_link}</li>