mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Allow importing files with any encoding supported by server, not just eGW encodings
This commit is contained in:
parent
abe612461c
commit
2c636586c6
@ -219,7 +219,7 @@ class importexport_wizard_basic_import_csv
|
|||||||
array(
|
array(
|
||||||
'utf-8' => 'utf-8 (Unicode)',
|
'utf-8' => 'utf-8 (Unicode)',
|
||||||
'user' => lang('User preference')
|
'user' => lang('User preference')
|
||||||
);
|
) + array(lang('All encodings') => array_combine(mb_list_encodings(),mb_list_encodings()));
|
||||||
$sel_options['convert'] = array(
|
$sel_options['convert'] = array(
|
||||||
0 => lang('Database values'),
|
0 => lang('Database values'),
|
||||||
1 => lang('Human friendly values')
|
1 => lang('Human friendly values')
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
(0-6, 0=sun) importexport en (0-6, 0=Sun)
|
(0-6, 0=sun) importexport en (0-6, 0=Sun)
|
||||||
*contact id cannot be changed by import importexport en *Contact ID cannot be changed by import
|
*contact id cannot be changed by import importexport en *Contact ID cannot be changed by import
|
||||||
admin disabled exporting importexport en Admin disabled exporting
|
admin disabled exporting importexport en Admin disabled exporting
|
||||||
|
all encodings importexport en All encodings
|
||||||
allowed users importexport en Allowed users
|
allowed users importexport en Allowed users
|
||||||
automatically created by importexport importexport en Automatically created by Import|Export
|
automatically created by importexport importexport en Automatically created by Import|Export
|
||||||
basic csv import importexport en Basic CSV import
|
basic csv import importexport en Basic CSV import
|
||||||
|
Loading…
Reference in New Issue
Block a user