mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
lang tpl fixes
This commit is contained in:
parent
430be3a026
commit
16819ce6da
@ -139,7 +139,6 @@
|
||||
$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'));
|
||||
|
@ -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)
|
||||
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
|
||||
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 file name addressbook en Export file name
|
||||
extra addressbook en Extra
|
||||
|
@ -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 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
|
||||
enter the path to the export 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
|
||||
|
@ -23,7 +23,7 @@
|
||||
</SELECT><P></LI>
|
||||
<LI>{lang_cat}:{cat_link}</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>
|
||||
</OL>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
|
Loading…
Reference in New Issue
Block a user