lang tpl fixes

This commit is contained in:
p_pessagno 2002-01-15 16:12:10 +00:00
parent 430be3a026
commit 16819ce6da
4 changed files with 5 additions and 6 deletions

View File

@ -139,7 +139,6 @@
$this->template->set_var('navbar_bg',$GLOBALS['phpgw_info']['theme']['navbar_bg']); $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('navbar_text',$GLOBALS['phpgw_info']['theme']['navbar_text']);
$this->template->set_var('mark_private',lang('Mark records as private')); $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('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('none',lang('none'));
$this->template->set_var('debug_browser',lang('Debug output in browser')); $this->template->set_var('debug_browser',lang('Debug output in browser'));

View File

@ -40,7 +40,7 @@ department common en Department
download export file (uncheck to debug output in browser) addressbook en Download export file (Uncheck to debug output in browser) 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
enter the path to the exported file here addressbook en Enter the path to the exported file here enter the path to the export file here addressbook en Enter the path to the exported file here
export contacts addressbook en Export Contacts export contacts addressbook en Export Contacts
export file name addressbook en Export file name export file name addressbook en Export file name
extra addressbook en Extra extra addressbook en Extra

View File

@ -46,7 +46,7 @@ download export file (uncheck to debug output in browser) addressbook es Descarg
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
enter the path to the exported file here addressbook es Ingrese la ruta al archivo exportado aqui enter the path to the export file here addressbook es Ingrese la ruta al archivo exportado aqui
export contacts addressbook es Exportar Contactos export contacts addressbook es Exportar Contactos
export file name addressbook es Nombre del Archivo a Exportar export file name addressbook es Nombre del Archivo a Exportar
export from addressbook addressbook es Exportar de la Libreta de Direcciones export from addressbook addressbook es Exportar de la Libreta de Direcciones

View File

@ -23,7 +23,7 @@
</SELECT><P></LI> </SELECT><P></LI>
<LI>{lang_cat}:{cat_link}</LI> <LI>{lang_cat}:{cat_link}</LI>
<LI><INPUT NAME="private" TYPE="checkbox" VALUE="private" CHECKED>{mark_private}</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="download" TYPE="checkbox" VALUE="{debug}" CHECKED>{debug_browser}</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}">