Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 227: | Rivi 227: | ||
headerCols.push( i18n['Date'][memo.lang] ); | headerCols.push( i18n['Date'][memo.lang] ); | ||
headerCols.push( i18n['Time'][memo.lang] ); | headerCols.push( i18n['Time'][memo.lang] ); | ||
headerCols.push( '"' + i18n[memo.obscode].axisTitleV[memo.lang] + '"' ); | headerCols.push( '"' + i18n[memo.obscode].axisTitleV[memo.lang] + '"' ); | ||
headerCols.push( 'Lisätiedot' ); | headerCols.push( 'Lisätiedot' ); | ||
| Rivi 298: | Rivi 297: | ||
} else if ( i18n[memo.obscode].type == 'cat' ) { | } else if ( i18n[memo.obscode].type == 'cat' ) { | ||
header += ' | header += i18n['Date'][memo.lang]; | ||
header += ';' + ' | header += ';' + i18n['Time'][memo.lang]; | ||
header += ';' + i18n[memo.obscode].title[memo.lang]; | header += ';' + i18n[memo.obscode].title[memo.lang]; | ||
header += ';' + i18n[memo.obscode].title[memo.lang]; | header += ';' + i18n[memo.obscode].title[memo.lang]; | ||
header += ';' + | header += ';' + i18n[ 'Additionalinfo' ][ memo.lang ]; | ||
header += ';' + ' | header += ';' + i18n[ 'Image' ][ memo.lang ]; | ||
header += ';' + ' | header += ';' + i18n[ 'ObserverStatus' ][ memo.lang ]; | ||
for ( var o in memo.obses ) { | for ( var o in memo.obses ) { | ||


