forked from extern/egroupware
Export template lang fixes
This commit is contained in:
parent
43c6887ae8
commit
a611eb4e7f
@ -226,9 +226,12 @@
|
|||||||
$this->template->set_var('export_text',lang('Export from Addressbook'));
|
$this->template->set_var('export_text',lang('Export from Addressbook'));
|
||||||
$this->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.export'));
|
$this->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.export'));
|
||||||
$this->template->set_var('filename',lang('Export file name'));
|
$this->template->set_var('filename',lang('Export file name'));
|
||||||
|
$this->template->set_var('conversion',lang('Select the type of conversion'));
|
||||||
$this->template->set_var('conv',$conv);
|
$this->template->set_var('conv',$conv);
|
||||||
$this->template->set_var('debug',lang(''));
|
$this->template->set_var('debug',lang(''));
|
||||||
$this->template->set_var('download',lang('Submit'));
|
$this->template->set_var('download',lang('Submit'));
|
||||||
|
$this->template->set_var('download_export',lang('Download export file (Uncheck to debug output in browser)'));
|
||||||
|
$this->template->set_var('none',lang('none'));
|
||||||
$this->template->set_var('start',$this->start);
|
$this->template->set_var('start',$this->start);
|
||||||
$this->template->set_var('sort',$this->sort);
|
$this->template->set_var('sort',$this->sort);
|
||||||
$this->template->set_var('order',$this->order);
|
$this->template->set_var('order',$this->order);
|
||||||
|
@ -36,6 +36,7 @@ country common en Country
|
|||||||
custom fields addressbook en Custom Fields
|
custom fields addressbook en Custom Fields
|
||||||
default filter addressbook en Default Filter
|
default filter addressbook en Default Filter
|
||||||
department common en Department
|
department common en Department
|
||||||
|
download export file (uncheck to debug output in browser) addressbook en Download export file (Uncheck to debug output in browser)
|
||||||
edit custom field addressbook en Edit Custom Field
|
edit custom field addressbook en Edit Custom Field
|
||||||
edit custom fields admin en Edit Custom Fields
|
edit custom fields admin en Edit Custom Fields
|
||||||
export contacts addressbook en Export Contacts
|
export contacts addressbook en Export Contacts
|
||||||
@ -72,6 +73,7 @@ mobile addressbook en Mobile
|
|||||||
mobile phone addressbook en Mobile Phone
|
mobile phone addressbook en Mobile Phone
|
||||||
modem phone addressbook en Modem Phone
|
modem phone addressbook en Modem Phone
|
||||||
no vcard addressbook en No VCard
|
no vcard addressbook en No VCard
|
||||||
|
none addressbook en none
|
||||||
other number addressbook en Other Number
|
other number addressbook en Other Number
|
||||||
other phone addressbook en Other Phone
|
other phone addressbook en Other Phone
|
||||||
pager common en Pager
|
pager common en Pager
|
||||||
@ -84,6 +86,7 @@ public key addressbook en Public Key
|
|||||||
record access addressbook en Record Access
|
record access addressbook en Record Access
|
||||||
record owner addressbook en Record owner
|
record owner addressbook en Record owner
|
||||||
retrieve contacts admin en retrieve contacts
|
retrieve contacts admin en retrieve contacts
|
||||||
|
select the type of conversion addressbook en Select the type of conversion
|
||||||
select where you want to store admin en Select where you want to store
|
select where you want to store admin en Select where you want to store
|
||||||
show birthday reminders on main screen addressbook en Show birthday reminders on main screen
|
show birthday reminders on main screen addressbook en Show birthday reminders on main screen
|
||||||
state common en State
|
state common en State
|
||||||
|
@ -41,6 +41,7 @@ default filter preferences es Filtro por Defecto
|
|||||||
department common es Departmento
|
department common es Departmento
|
||||||
domestic common es Nacional
|
domestic common es Nacional
|
||||||
download addressbook es Descargar Archivo
|
download addressbook es Descargar Archivo
|
||||||
|
download export file (uncheck to debug output in browser) addressbook es Descargar archivo exportado
|
||||||
edit custom field admin es Editar Campo Personalizado
|
edit custom field admin es Editar Campo Personalizado
|
||||||
edit custom fields admin es Editar Campos Personalizados
|
edit custom fields admin es Editar Campos Personalizados
|
||||||
e-mail addressbook es E-Mail
|
e-mail addressbook es E-Mail
|
||||||
@ -88,6 +89,7 @@ mobile addressbook es Tel.Celular
|
|||||||
mobile phone addressbook es Telefono Movil
|
mobile phone addressbook es Telefono Movil
|
||||||
modem phone addressbook es Telefono Modem
|
modem phone addressbook es Telefono Modem
|
||||||
no vcard common es Sin VCard
|
no vcard common es Sin VCard
|
||||||
|
none addressbook es Ninguno
|
||||||
number of records to read (<=200) addressbook es Registros a leer (menos de 200)
|
number of records to read (<=200) addressbook es Registros a leer (menos de 200)
|
||||||
other number addressbook es Otro Numero
|
other number addressbook es Otro Numero
|
||||||
other phone addressbook es Otro Telefono
|
other phone addressbook es Otro Telefono
|
||||||
@ -105,6 +107,7 @@ record access addressbook es Acceso al registro
|
|||||||
record owner addressbook es Dueño del registro
|
record owner addressbook es Dueño del registro
|
||||||
records read (not yet imported, you may go back and uncheck test import) addressbook es registros leidos (aun no importados, usted puede volver y desmarcar Testear)
|
records read (not yet imported, you may go back and uncheck test import) addressbook es registros leidos (aun no importados, usted puede volver y desmarcar Testear)
|
||||||
retrieve contacts admin es Recuperar Contactos
|
retrieve contacts admin es Recuperar Contactos
|
||||||
|
select the type of conversion addressbook es Seleccione el tipo de conversion
|
||||||
select where you want to store admin es Seleccione donde desea almacenar
|
select where you want to store admin es Seleccione donde desea almacenar
|
||||||
show birthday reminders on main screen addressbook es Mostrar recordatorios de Cumpleaños en la Pantalla Principal
|
show birthday reminders on main screen addressbook es Mostrar recordatorios de Cumpleaños en la Pantalla Principal
|
||||||
startrecord addressbook es Registro Inicial
|
startrecord addressbook es Registro Inicial
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<!-- BEGIN import -->
|
<!-- BEGIN export -->
|
||||||
<CENTER>
|
<CENTER>
|
||||||
<TABLE WIDTH=90%>
|
<TABLE WIDTH=90%>
|
||||||
<TR BGCOLOR="{navbar_bg}">
|
<TR BGCOLOR="{navbar_bg}">
|
||||||
@ -10,13 +10,13 @@
|
|||||||
<TD>
|
<TD>
|
||||||
<FORM ENCTYPE="multipart/form-data" action="{action_url}" method="POST">
|
<FORM ENCTYPE="multipart/form-data" action="{action_url}" method="POST">
|
||||||
<OL>
|
<OL>
|
||||||
<LI>Select the type of conversion:
|
<LI>{conversion}:
|
||||||
<SELECT NAME="conv_type">
|
<SELECT NAME="conv_type">
|
||||||
<OPTION VALUE="none"><none></OPTION>
|
<OPTION VALUE="none"><{none}></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>
|
||||||
<LI><INPUT NAME="download" TYPE="checkbox" checked>Download export file (Uncheck to debug output in browser)</LI>
|
<LI><INPUT NAME="download" TYPE="checkbox" checked>{download_export}</LI>
|
||||||
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
|
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
|
||||||
</OL>
|
</OL>
|
||||||
<input type="hidden" name="sort" value="{sort}">
|
<input type="hidden" name="sort" value="{sort}">
|
||||||
|
Loading…
Reference in New Issue
Block a user