Import template lang fixes

This commit is contained in:
p_pessagno 2002-01-15 16:04:45 +00:00
parent a611eb4e7f
commit 430be3a026
4 changed files with 21 additions and 12 deletions

View File

@ -134,8 +134,15 @@
$this->template->set_var('lang_cancel',lang('Cancel'));
$this->template->set_var('lang_cat',lang('Select Category'));
$this->template->set_var('cancel_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.index'));
$this->template->set_var('conversion',lang('Select the type of conversion'));
$this->template->set_var('export_path',lang('Enter the path to the export file here'));
$this->template->set_var('navbar_bg',$GLOBALS['phpgw_info']['theme']['navbar_bg']);
$this->template->set_var('navbar_text',$GLOBALS['phpgw_info']['theme']['navbar_text']);
$this->template->set_var('mark_private',lang('Mark records as private'));
$this->template->set_var('lang_cancel',lang('Debug output in browser'));
$this->template->set_var('help_import',lang('In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P>'));
$this->template->set_var('none',lang('none'));
$this->template->set_var('debug_browser',lang('Debug output in browser'));
$this->template->set_var('import_text',lang('Import from LDIF, CSV, or VCard'));
$this->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.import'));
$this->template->set_var('cat_link',$this->cat_option($this->cat_id,True,False));

View File

@ -34,11 +34,13 @@ contact common en Contact
contact settings admin en Contact Settings
country common en Country
custom fields addressbook en Custom Fields
debug output in browser addressbook en Debug output in browser
default filter addressbook en Default Filter
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 fields admin en Edit Custom Fields
enter the path to the exported file here addressbook en Enter the path to the exported file here
export contacts addressbook en Export Contacts
export file name addressbook en Export file name
extra addressbook en Extra
@ -60,6 +62,7 @@ home zip code addressbook en Home ZIP Code
import contacts addressbook en Import Contacts
import file addressbook en Import File
import from outlook addressbook en Import from Outlook
In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P> addressbook en In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P>
isdn phone addressbook en ISDN Phone
label addressbook en Label
ldap context for contacts admin en LDAP context for contacts
@ -67,6 +70,7 @@ ldap host for contacts admin en LDAP host for contacts
ldap root dn for contacts admin en LDAP root dn for contacts
ldap root pw for contacts admin en LDAP root pw for contacts
line 2 addressbook en Line 2
mark records as private addressbook en Mark records as private
message phone addressbook en Message Phone
middle name addressbook en Middle Name
mobile addressbook en Mobile

View File

@ -37,6 +37,7 @@ country common es Pais
csv-fieldname addressbook es Campo CSV
csv-filename addressbook es Archivo CSV
custom fields addressbook es Campos Personalizados
debug output in browser addressbook es Visualizar depuracion
default filter preferences es Filtro por Defecto
department common es Departmento
domestic common es Nacional
@ -45,6 +46,7 @@ download export file (uncheck to debug output in browser) addressbook es Descarg
edit custom field admin es Editar Campo Personalizado
edit custom fields admin es Editar Campos Personalizados
e-mail addressbook es E-Mail
enter the path to the exported file here addressbook es Ingrese la ruta al archivo exportado aqui
export contacts addressbook es Exportar Contactos
export file name addressbook es Nombre del Archivo a Exportar
export from addressbook addressbook es Exportar de la Libreta de Direcciones
@ -74,6 +76,7 @@ import file addressbook es Importar Archivo
import from ldif, csv, or vcard addressbook es Importar desde LDIF, CSV o VCard
import from netscape addressbook es Importar desde Netscape
import from outlook addressbook es Importar desde Outlook
In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P> addressbook es Desde Outlook, seleccione su carpeta de contactos, seleccione <b>Importar y Exportar</b> del menu <b>Archivo</b> y exporte sus contactos en un archivo de Texto separado por comas (CSV).
international common es Internacional
isdn phone addressbook es Telefono ISDN
label addressbook es Etiqueta
@ -83,6 +86,7 @@ ldap host for contacts admin es Host LDAP para contacts
ldap root dn for contacts admin es Raiz LDAP dn para contactos
ldap root pw for contacts admin es Raiz LDAP pw para contactos
line 2 addressbook es Linea 2
mark records as private addressbook es Marcar registros como Privados
message phone addressbook es Telefono de Mensajes
middle name addressbook es Segundo Nombre
mobile addressbook es Tel.Celular

View File

@ -12,24 +12,18 @@
<TR>
<TD><FORM ENCTYPE="multipart/form-data" action="{action_url}" method="post">
<OL>
<LI>In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.
The file exported will be in LDIF format.
<P>Or, in Outlook, select your Contacts folder, select <b>Import
and Export...</b> from the <b>File</b>
menu and export your contacts into a comma separated text (CSV) file.
<P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu.
The file exported will be in VCard format.<P>
<LI>{help_import}
</LI>
<LI>Enter the path to the exported file here:
<LI>{export_path}:
<INPUT NAME="tsvfile" SIZE="48" TYPE="file" VALUE="{tsvfilename}"><P></LI>
<LI>Select the type of conversion:
<LI>{conversion}:
<SELECT NAME="conv_type">
<OPTION VALUE="none">&lt;none&gt;</OPTION>
<OPTION VALUE="none">&lt;{none}&gt;</OPTION>
{conv}
</SELECT><P></LI>
<LI>{lang_cat}:{cat_link}</LI>
<LI><INPUT NAME="private" TYPE="checkbox" VALUE="private" CHECKED>Mark records as private</LI>
<LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" CHECKED>Debug output in browser</LI>
<LI><INPUT NAME="private" TYPE="checkbox" VALUE="private" CHECKED>{mark_private}</LI>
<LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" CHECKED>{debug_output}</LI>
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
</OL>
<input type="hidden" name="sort" value="{sort}">