46 lines
909 B
C
46 lines
909 B
C
/*
|
|
* Copyright (C) 2009, 2010 by Nicole Faerber <nicole.faerber@dpin.de>
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version
|
|
* 2 of the License, or (at your option) any later version.
|
|
*
|
|
*/
|
|
|
|
const char *EVNT_LABEL[] = {
|
|
"Duration",
|
|
"Control code",
|
|
"Length of route affected",
|
|
"Speed limit advice",
|
|
"Quantifier",
|
|
"Quantifier",
|
|
"Supplimetary information code",
|
|
"Explicit start time",
|
|
"Explicit stop time",
|
|
"Additional event",
|
|
"Detailed diversion instructions",
|
|
"Destination",
|
|
"reserved",
|
|
"Cross linkage to source of problem, on another route",
|
|
"Separator",
|
|
"reserved"
|
|
};
|
|
|
|
const char *monthname[] = {
|
|
"Januar",
|
|
"Februar",
|
|
"März",
|
|
"April",
|
|
"Mai",
|
|
"Juni",
|
|
"Juli",
|
|
"August",
|
|
"September",
|
|
"Oktober",
|
|
"November",
|
|
"Dezember",
|
|
"Oh oh..."
|
|
};
|
|
|
|
|