mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix missing translation reported by Stefan Unverricht
This commit is contained in:
parent
017fa60870
commit
aba5f61a42
@ -119,7 +119,7 @@ class importexport_wizard_basic_export_csv
|
||||
{
|
||||
$content['text'] = $this->steps['wizard_step30'];
|
||||
$content['step'] = 'wizard_step30';
|
||||
$this->export_fields += array('all_custom_fields' => 'All custom fields');
|
||||
$this->export_fields += array('all_custom_fields' => lang('All custom fields'));
|
||||
$sel_options['field'] = $this->export_fields;
|
||||
$preserv = $content;
|
||||
unset ($preserv['button']);
|
||||
|
@ -16,6 +16,7 @@ add an additional condition importexport de Eine zusätzliche Bedingung hinzufü
|
||||
addressbook csv import importexport de Adressen per CSV Importieren
|
||||
addressbook vcard import importexport de Adressen per vCard Importieren
|
||||
admin disabled exporting importexport de Ihr Administrator hat den Export deaktiviert
|
||||
all custom fields importexport de Alle benutzerdefinierten Felder
|
||||
all encodings importexport de Alle Enkodierungen
|
||||
all users importexport de Alle Benutzer
|
||||
allowed users importexport de Erlaubte Benutzer
|
||||
|
@ -16,6 +16,7 @@ add an additional condition importexport en Add an additional condition
|
||||
addressbook csv import importexport en Addressbook CSV Import
|
||||
addressbook vcard import importexport en Addressbook vCard import
|
||||
admin disabled exporting importexport en Admin disabled exporting
|
||||
all custom fields importexport en All custom fields
|
||||
all encodings importexport en All encodings
|
||||
all users importexport en all users
|
||||
allowed users importexport en Allowed users
|
||||
|
Loading…
Reference in New Issue
Block a user