36
34
// TRANSLATORS: this is a time formatting string,
37
35
// see http://qt-project.org/doc/qt-5.0/qtqml/qml-qtquick2-date.html#details for valid expressions
38
36
var timeFormat = i18n.tr("hh:mm");
41
39
// TRANSLATORS: the first argument (%1) refers to a start time for an event,
42
40
// while the second one (%2) refers to the end time
43
41
var timeString = i18n.tr("%1 - %2").arg(startTime).arg(endTime)