mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
Added some translations to import and export screens
This commit is contained in:
parent
5ebf9280a5
commit
9e35b211ae
43
addressbook/templates/default/export.tpl
Normal file
43
addressbook/templates/default/export.tpl
Normal file
@ -0,0 +1,43 @@
|
||||
<!-- BEGIN export -->
|
||||
<center>
|
||||
<table width="90%">
|
||||
<tr bgcolor="{navbar_bg}">
|
||||
<td><b><center>{export_text}</center></b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form enctype="multipart/form-data" action="{action_url}" method="post">
|
||||
<ol>
|
||||
<li>{lang_select}
|
||||
<select name="conv_type">
|
||||
<option value="none"><{lang_none}></option>
|
||||
{conv} </select><p></li>
|
||||
<li>{filename}:<input name="tsvfilename" value="export.txt"></li>
|
||||
<li>{lang_cat}:{cat_link}</li>
|
||||
<li><input name="download" type="checkbox" checked>{lang_export_instructions}</li>
|
||||
<li><input name="convert" type="submit" value="{download}"></li>
|
||||
</ol>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form action="{cancel_url}" method="post">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<INPUT type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END export -->
|
58
addressbook/templates/default/import.tpl
Normal file
58
addressbook/templates/default/import.tpl
Normal file
@ -0,0 +1,58 @@
|
||||
|
||||
<!-- BEGIN import -->
|
||||
<div align="center">
|
||||
<table width="90%">
|
||||
<tr bgcolor="{navbar_bg}">
|
||||
<th colspan="2"><b>{import_text}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="85%">
|
||||
<tr>
|
||||
<td><form enctype="multipart/form-data" action="{action_url}" method="post">
|
||||
<ol>
|
||||
<li>{lang_import_instructions}{zip_note}</li>
|
||||
<li>{lang_exported_file}
|
||||
<input name="tsvfile" size="48" type="file" value="{tsvfilename}"><p></li>
|
||||
<li>{lang_conv_type}:
|
||||
<select name="conv_type">
|
||||
<option value="none"><{lang_none}></option>
|
||||
{conv}
|
||||
</select><p></li>
|
||||
<li>{lang_cat}:{cat_link}</li>
|
||||
<li><input name="private" type="checkbox" value="private" checked>{lang_mark_priv}</li>
|
||||
<li><input name="download" type="checkbox" value="{debug}" checked>{lang_debug}</li>
|
||||
</ol>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="8%">
|
||||
<div align="left">
|
||||
<input name="convert" type="submit" value="{download}">
|
||||
</ol>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
</form>
|
||||
</td>
|
||||
<td width="8%">
|
||||
<form action="{cancel_url}" method="post">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="64%"> </td>
|
||||
<td width="32"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- END import -->
|
Loading…
Reference in New Issue
Block a user