This commit is contained in:
UKDTOM 2020-08-19 22:40:55 +02:00
parent 838d0b6b2f
commit bf17776659
2 changed files with 2 additions and 0 deletions

View file

@ -118,6 +118,7 @@
"ArraySep": "Delimiter for multiple info in same field",
"ColumnSep": "Delimiter between columns in CSV file (Use 9 for TAB)",
"TimeOut": "Timeout when requesting info from PMS in sec (Global setting)",
"ExportToExcel": "Export to xlsx as well as csv",
"OrgTitleNull": "Default \"Original Title\" to \"Title\", if empty",
"SortTitleNull": "Default \"Sort Title\" to \"Title\", if empty",
"AutoXLSCol": "Autosize column (xlsx only)",

View file

@ -46,6 +46,7 @@
TimeOut: wtconfig.get('PMS.TimeOut'),
cbSelected: [],
cbOptions: [
{ text: i18n.t('Modules.ET.Settings.ExportToExcel'), value: 'ExpExcel' },
{ text: i18n.t('Modules.ET.Settings.OrgTitleNull'), value: 'OrgTitleNull' },
{ text: i18n.t('Modules.ET.Settings.SortTitleNull'), value: 'SortTitleNull' },
{ text: i18n.t('Modules.ET.Settings.AutoXLSCol'), value: 'AutoXLSCol' },