diff --git a/include/lang/ca.rem b/include/lang/ca.rem index d3ade062..e7ff6178 100644 --- a/include/lang/ca.rem +++ b/include/lang/ca.rem @@ -29,6 +29,8 @@ SET $December "desembre" SET $Today "avui" SET $Tomorrow "demà" TRANSLATE "yesterday" "ahir" +TRANSLATE "are" "són" +TRANSLATE "were" "eren" FSET subst_bx(a,d,t) iif(d==today()+2, "demà passat", d >= today(), "d'aquí " + (d-today()) + " dies", "fa " + (today()-d) + " dies") diff --git a/include/lang/da.rem b/include/lang/da.rem index c37f8645..e804cd32 100644 --- a/include/lang/da.rem +++ b/include/lang/da.rem @@ -30,6 +30,8 @@ SET $Today "i dag" SET $Tomorrow "i morgen" TRANSLATE "yesterday" "i går" +TRANSLATE "are" "er" +TRANSLATE "were" "var" BANNER Påmindelse for %w, %d. %m, %y%o: diff --git a/include/lang/de.rem b/include/lang/de.rem index d25a9d5c..05718d57 100644 --- a/include/lang/de.rem +++ b/include/lang/de.rem @@ -32,6 +32,8 @@ SET $Today "heute" SET $Tomorrow "morgen" TRANSLATE "yesterday" "gestern" +TRANSLATE "are" "sind" +TRANSLATE "were" "waren" # Banner BANNER Termine für %w, den %d. %m %y%o: diff --git a/include/lang/es.rem b/include/lang/es.rem index e78d2933..2da977c7 100644 --- a/include/lang/es.rem +++ b/include/lang/es.rem @@ -30,6 +30,8 @@ SET $Today "hoy" SET $Tomorrow "mañana" TRANSLATE "yesterday" "ayer" +TRANSLATE "are" "son" +TRANSLATE "were" "eran" BANNER Agenda para el %w, %d%s %m, %y%o: diff --git a/include/lang/fi.rem b/include/lang/fi.rem index 01ddc2c4..b78be5c6 100644 --- a/include/lang/fi.rem +++ b/include/lang/fi.rem @@ -30,6 +30,8 @@ SET $Today "tänään" SET $Tomorrow "huomenna" TRANSLATE "yesterday" "eilen" +TRANSLATE "are" "ovat" +TRANSLATE "were" "olivat" BANNER Viestit %wna %d. %mta %y%o: diff --git a/include/lang/fr.rem b/include/lang/fr.rem index e95aa408..1533d87c 100644 --- a/include/lang/fr.rem +++ b/include/lang/fr.rem @@ -30,6 +30,8 @@ SET $Today "aujourd'hui" SET $Tomorrow "demain" TRANSLATE "yesterday" "hier" +TRANSLATE "are" "sont" +TRANSLATE "were" "étaient" SET $On "le" SET $At "à" diff --git a/include/lang/gr.rem b/include/lang/gr.rem index 78680c41..0f217cc6 100644 --- a/include/lang/gr.rem +++ b/include/lang/gr.rem @@ -30,6 +30,8 @@ SET $Today "σήμερα" SET $Tomorrow "αύριο" TRANSLATE "yesterday" "εχθές" +TRANSLATE "are" "είναι" +TRANSLATE "were" "ήταν" BANNER Υπενθυμίσεις: %w, %d %m, %y%o: diff --git a/include/lang/is.rem b/include/lang/is.rem index 63dd3275..aab42090 100644 --- a/include/lang/is.rem +++ b/include/lang/is.rem @@ -30,6 +30,8 @@ SET $Today "í dag" SET $Tomorrow "á morgun" TRANSLATE "yesterday" "í gær" +TRANSLATE "are" "eru" +TRANSLATE "were" "voru" BANNER Minnisatriði: %w, %d%s %m, %y%o: diff --git a/include/lang/it.rem b/include/lang/it.rem index d238f32f..51bc3169 100644 --- a/include/lang/it.rem +++ b/include/lang/it.rem @@ -30,6 +30,8 @@ SET $Today "oggi" SET $Tomorrow "domani" TRANSLATE "yesterday" "Ieri" +TRANSLATE "are" "sono" +TRANSLATE "were" "erano" BANNER Promemoria per %w, %d %m %y%o: diff --git a/include/lang/nl.rem b/include/lang/nl.rem index 2d5fa102..f720f8dc 100644 --- a/include/lang/nl.rem +++ b/include/lang/nl.rem @@ -29,6 +29,8 @@ SET $December "december" SET $Today "vandaag" SET $Tomorrow "morgen" TRANSLATE "yesterday" "gisteren" +TRANSLATE "are" "zijn" +TRANSLATE "were" "waren" BANNER Herinneringen voor %w, %d %m, %y%o: diff --git a/include/lang/no.rem b/include/lang/no.rem index 4efe94af..939fed4f 100644 --- a/include/lang/no.rem +++ b/include/lang/no.rem @@ -30,6 +30,8 @@ SET $Today "i dag" SET $Tomorrow "i morgen" TRANSLATE "yesterday" "i går" +TRANSLATE "are" "er" +TRANSLATE "were" "var" BANNER Påminnelse for %w, %d. %m, %y%o: diff --git a/include/lang/pl.rem b/include/lang/pl.rem index 45dbd2b8..42541a82 100644 --- a/include/lang/pl.rem +++ b/include/lang/pl.rem @@ -30,6 +30,8 @@ SET $Today "dzisiaj" SET $Tomorrow "jutro" TRANSLATE "yesterday" "wczoraj" +TRANSLATE "are" "są" +TRANSLATE "were" "byli" BANNER Terminarz na %w, %d. %m %y%o: diff --git a/include/lang/pt.rem b/include/lang/pt.rem index eeec5abe..36af0610 100644 --- a/include/lang/pt.rem +++ b/include/lang/pt.rem @@ -30,6 +30,8 @@ SET $Today "hoje" SET $Tomorrow "amanhã" TRANSLATE "yesterday" "ontem" +TRANSLATE "are" "são" +TRANSLATE "were" "eram" BANNER Avisos para %w, %d de %m de %y%o: diff --git a/include/lang/ro.rem b/include/lang/ro.rem index 690cb5e4..30bda688 100644 --- a/include/lang/ro.rem +++ b/include/lang/ro.rem @@ -29,6 +29,8 @@ SET $December "Decembrie" SET $Today "astăzi" SET $Tomorrow "mâine" TRANSLATE "yesterday" "ieri" +TRANSLATE "are" "sunt" +TRANSLATE "were" "au fost" BANNER Reamintiri pentru %w, %d %m %y%o: diff --git a/src/dosubst.c b/src/dosubst.c index b0d271a1..349fbba0 100644 --- a/src/dosubst.c +++ b/src/dosubst.c @@ -69,6 +69,7 @@ int DoSubst(ParsePtr p, DynamicBuffer *dbuf, Trigger *t, TimeTrig const *tt, int char const *pm, *cpm; int tdiff, adiff, mdiff, hdiff; char const *mplu, *hplu, *when, *plu; + char const *is, *was; int has_quote = 0; char *ss; char const *expr; @@ -415,7 +416,7 @@ int DoSubst(ParsePtr p, DynamicBuffer *dbuf, Trigger *t, TimeTrig const *tt, int } } if (origtime == NO_TIME) { - if ((c >= '0' && c <= '9') || (c == '!')) { + if ((c >= '0' && c <= '9')) { Wprint(tr("`%%%c' substitution sequence should not be used without an AT clause"), c); } } @@ -684,18 +685,25 @@ int DoSubst(ParsePtr p, DynamicBuffer *dbuf, Trigger *t, TimeTrig const *tt, int break; case '!': + case '?': + if (c == '!') { + is = tr("is"); + was = tr("was"); + } else { + is = tr("are"); + was = tr("were"); + } if (altmode) { bangdiff = rdiff; } else { bangdiff = diff; } if (bangdiff > 0) { - snprintf(s, sizeof(s), "%s", tr("is")); + snprintf(s, sizeof(s), "%s", is); } else if (bangdiff < 0) { - snprintf(s, sizeof(s), "%s", tr("was")); + snprintf(s, sizeof(s), "%s", was); } else { - snprintf(s, sizeof(s), "%s", (tdiff >= 0 ? tr("is") : - tr("was"))); + snprintf(s, sizeof(s), "%s", (tdiff >= 0 ? is : was)); } SHIP_OUT(s); break; diff --git a/tests/test-rem b/tests/test-rem index 76b4cf93..3b79ea35 100644 --- a/tests/test-rem +++ b/tests/test-rem @@ -704,7 +704,7 @@ EOF # Test diagnostics when using a timed substitution without an AT clause ../src/remind - 1 Feb 2024 1:00 <> ../tests/test.out 2>&1 -REM MSG %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 %! hahaha +REM MSG %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 hahaha EOF # Test translate table dumping diff --git a/tests/test.cmp b/tests/test.cmp index 36f6caac..a7759e41 100644 --- a/tests/test.cmp +++ b/tests/test.cmp @@ -25041,12 +25041,14 @@ TRANSLATE "\\x00 is not a valid escape sequence" "" TRANSLATE "`%%%c' substitution sequence should not be used without an AT clause" "" TRANSLATE "`%s' UNSET without being used (previous SET: %s:%d)" "" TRANSLATE "`%s' re-SET without being used (previous SET: %s:%d)" "" +TRANSLATE "are" "" TRANSLATE "defined at" "" TRANSLATE "did you mean" "" TRANSLATE "here" "" TRANSLATE "psmoon() is deprecated; use SPECIAL MOON instead." "" TRANSLATE "psshade() is deprecated; use SPECIAL SHADE instead." "" TRANSLATE "remaining call frames omitted" "" +TRANSLATE "were" "" TRANSLATE "yesterday" "" +----------------------------------------------------------------------------+ | February 2024‎ | @@ -25196,10 +25198,9 @@ a "xPOO" -stdin-(1): `%7' substitution sequence should not be used without an AT clause -stdin-(1): `%8' substitution sequence should not be used without an AT clause -stdin-(1): `%9' substitution sequence should not be used without an AT clause --stdin-(1): `%!' substitution sequence should not be used without an AT clause Reminders for Thursday, 1st February, 2024: -s now at 1:00am at 01:00 0 0 from now 0 0 s is hahaha +s now at 1:00am at 01:00 0 0 from now 0 0 s hahaha # Translation table TRANSLATE "LANGID" "en" @@ -25471,6 +25472,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25486,6 +25488,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25501,6 +25504,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25516,6 +25520,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25531,6 +25536,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25546,6 +25552,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25561,6 +25568,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25576,6 +25584,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25591,6 +25600,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25606,6 +25616,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25621,6 +25632,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25636,6 +25648,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25651,6 +25664,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25666,6 +25680,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25681,6 +25696,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25696,6 +25712,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25711,6 +25728,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25726,6 +25744,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25741,6 +25760,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25756,6 +25776,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25771,6 +25792,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25786,6 +25808,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25801,6 +25824,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25816,6 +25840,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -25831,6 +25856,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25846,6 +25872,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25861,6 +25888,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "va ser" +%? yields: "eren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25876,6 +25904,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25891,6 +25920,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25906,6 +25936,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25921,6 +25952,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25936,6 +25968,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25951,6 +25984,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25966,6 +26000,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25981,6 +26016,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -25996,6 +26032,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -26011,6 +26048,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -26026,6 +26064,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "és" +%? yields: "són" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -26380,6 +26419,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26395,6 +26435,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26410,6 +26451,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26425,6 +26467,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "" and %*0 yields: "" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26440,6 +26483,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26455,6 +26499,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26470,6 +26515,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26485,6 +26531,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26500,6 +26547,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26515,6 +26563,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26530,6 +26579,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26545,6 +26595,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26560,6 +26611,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26575,6 +26627,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26590,6 +26643,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26605,6 +26659,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26620,6 +26675,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26635,6 +26691,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26650,6 +26707,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26665,6 +26723,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26680,6 +26739,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26695,6 +26755,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26710,6 +26771,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26725,6 +26787,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26740,6 +26803,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26755,6 +26819,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26770,6 +26835,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26785,6 +26851,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26800,6 +26867,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "" and %*0 yields: "" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26815,6 +26883,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26830,6 +26899,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26845,6 +26915,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26860,6 +26931,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26875,6 +26947,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26890,6 +26963,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26905,6 +26979,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26920,6 +26995,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -26935,6 +27011,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "ter" and %*9 yields: "ter" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34 om eftermiddagen" and %*@ yields: "1:34 om eftermiddagen" %# yields: "13:34" and %*# yields: "13:34" @@ -27289,6 +27366,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27304,6 +27382,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27319,6 +27398,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27334,6 +27414,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "" and %*0 yields: "" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27349,6 +27430,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "" and %*0 yields: "" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27364,6 +27446,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27379,6 +27462,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27394,6 +27478,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27409,6 +27494,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27424,6 +27510,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27439,6 +27526,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27454,6 +27542,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27469,6 +27558,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27484,6 +27574,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27499,6 +27590,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27514,6 +27606,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27529,6 +27622,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27544,6 +27638,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27559,6 +27654,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27574,6 +27670,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27589,6 +27686,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27604,6 +27702,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27619,6 +27718,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27634,6 +27734,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "" and %*0 yields: "" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27649,6 +27750,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "" and %*0 yields: "" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27664,6 +27766,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "" and %*0 yields: "" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27679,6 +27782,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "war" +%? yields: "waren" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27694,6 +27798,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27709,6 +27814,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "" and %*0 yields: "" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27724,6 +27830,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27739,6 +27846,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27754,6 +27862,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27769,6 +27878,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27784,6 +27894,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27799,6 +27910,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27814,6 +27926,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27829,6 +27942,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -27844,6 +27958,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "n" and %*9 yields: "n" %0 yields: "n" and %*0 yields: "n" %! yields: "ist" +%? yields: "sind" %@ yields: "1:34 nachmittags" and %*@ yields: "1:34 nachmittags" %# yields: "13:34" and %*# yields: "13:34" @@ -28198,6 +28313,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28213,6 +28329,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28228,6 +28345,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28243,6 +28361,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28258,6 +28377,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "were" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28273,6 +28393,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28288,6 +28409,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28303,6 +28425,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28318,6 +28441,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28333,6 +28457,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28348,6 +28473,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28363,6 +28489,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28378,6 +28505,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28393,6 +28521,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28408,6 +28537,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28423,6 +28553,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28438,6 +28569,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28453,6 +28585,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28468,6 +28601,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28483,6 +28617,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28498,6 +28633,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28513,6 +28649,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28528,6 +28665,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28543,6 +28681,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "were" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -28558,6 +28697,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "were" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28573,6 +28713,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "were" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28588,6 +28729,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "was" +%? yields: "were" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28603,6 +28745,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28618,6 +28761,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28633,6 +28777,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28648,6 +28793,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28663,6 +28809,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28678,6 +28825,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28693,6 +28841,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28708,6 +28857,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28723,6 +28873,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28738,6 +28889,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -28753,6 +28905,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "is" +%? yields: "are" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29107,6 +29260,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29122,6 +29276,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29137,6 +29292,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29152,6 +29308,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29167,6 +29324,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29182,6 +29340,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29197,6 +29356,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29212,6 +29372,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29227,6 +29388,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29242,6 +29404,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29257,6 +29420,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29272,6 +29436,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29287,6 +29452,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29302,6 +29468,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29317,6 +29484,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29332,6 +29500,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29347,6 +29516,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29362,6 +29532,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29377,6 +29548,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29392,6 +29564,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29407,6 +29580,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29422,6 +29596,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29437,6 +29612,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29452,6 +29628,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -29467,6 +29644,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29482,6 +29660,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29497,6 +29676,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "fue" +%? yields: "eran" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29512,6 +29692,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29527,6 +29708,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29542,6 +29724,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29557,6 +29740,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29572,6 +29756,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29587,6 +29772,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29602,6 +29788,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29617,6 +29804,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29632,6 +29820,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29647,6 +29836,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -29662,6 +29852,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "es" +%? yields: "son" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -30016,6 +30207,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30031,6 +30223,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30046,6 +30239,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30061,6 +30255,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "" and %*0 yields: "" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30076,6 +30271,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "" and %*0 yields: "" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30091,6 +30287,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30106,6 +30303,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30121,6 +30319,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30136,6 +30335,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30151,6 +30351,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30166,6 +30367,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30181,6 +30383,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30196,6 +30399,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30211,6 +30415,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30226,6 +30431,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30241,6 +30447,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30256,6 +30463,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30271,6 +30479,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30286,6 +30495,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30301,6 +30511,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30316,6 +30527,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30331,6 +30543,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30346,6 +30559,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30361,6 +30575,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "" and %*0 yields: "" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ap." and %*@ yields: "1:34 ap." %# yields: "13:34" and %*# yields: "13:34" @@ -30376,6 +30591,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "" and %*0 yields: "" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30391,6 +30607,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "" and %*0 yields: "" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30406,6 +30623,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "oli" +%? yields: "olivat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30421,6 +30639,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30436,6 +30655,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "" and %*0 yields: "" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30451,6 +30671,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30466,6 +30687,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30481,6 +30703,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30496,6 +30719,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30511,6 +30735,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30526,6 +30751,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30541,6 +30767,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30556,6 +30783,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30571,6 +30799,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "a" and %*9 yields: "a" %0 yields: "a" and %*0 yields: "a" %! yields: "on" +%? yields: "ovat" %@ yields: "1:34 ip." and %*@ yields: "1:34 ip." %# yields: "13:34" and %*# yields: "13:34" @@ -30925,6 +31154,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -30940,6 +31170,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -30955,6 +31186,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -30970,6 +31202,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -30985,6 +31218,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31000,6 +31234,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31015,6 +31250,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31030,6 +31266,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31045,6 +31282,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31060,6 +31298,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31075,6 +31314,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31090,6 +31330,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31105,6 +31346,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31120,6 +31362,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31135,6 +31378,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31150,6 +31394,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31165,6 +31410,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31180,6 +31426,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31195,6 +31442,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31210,6 +31458,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31225,6 +31474,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31240,6 +31490,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31255,6 +31506,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31270,6 +31522,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -31285,6 +31538,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31300,6 +31554,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31315,6 +31570,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "était" +%? yields: "étaient" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31330,6 +31586,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31345,6 +31602,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31360,6 +31618,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31375,6 +31634,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31390,6 +31650,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31405,6 +31666,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31420,6 +31682,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31435,6 +31698,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31450,6 +31714,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31465,6 +31730,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31480,6 +31746,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "est" +%? yields: "sont" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -31834,6 +32101,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31849,6 +32117,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31864,6 +32133,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31879,6 +32149,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31894,6 +32165,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31909,6 +32181,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31924,6 +32197,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31939,6 +32213,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31954,6 +32229,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31969,6 +32245,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31984,6 +32261,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -31999,6 +32277,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32014,6 +32293,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32029,6 +32309,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32044,6 +32325,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32059,6 +32341,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32074,6 +32357,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32089,6 +32373,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32104,6 +32389,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32119,6 +32405,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32134,6 +32421,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32149,6 +32437,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32164,6 +32453,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32179,6 +32469,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34πμ" and %*@ yields: "1:34πμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32194,6 +32485,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32209,6 +32501,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32224,6 +32517,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "ήταν" +%? yields: "ήταν" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32239,6 +32533,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32254,6 +32549,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32269,6 +32565,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32284,6 +32581,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32299,6 +32597,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32314,6 +32613,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32329,6 +32629,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32344,6 +32645,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32359,6 +32661,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32374,6 +32677,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32389,6 +32693,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "είναι" +%? yields: "είναι" %@ yields: "1:34μμ" and %*@ yields: "1:34μμ" %# yields: "13:34" and %*# yields: "13:34" @@ -32743,6 +33048,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32758,6 +33064,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32773,6 +33080,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32788,6 +33096,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "" and %*0 yields: "" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32803,6 +33112,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "voru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32818,6 +33128,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32833,6 +33144,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32848,6 +33160,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32863,6 +33176,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32878,6 +33192,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32893,6 +33208,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -32908,6 +33224,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32923,6 +33240,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32938,6 +33256,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32953,6 +33272,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32968,6 +33288,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32983,6 +33304,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -32998,6 +33320,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33013,6 +33336,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33028,6 +33352,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33043,6 +33368,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33058,6 +33384,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33073,6 +33400,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33088,6 +33416,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "voru" %@ yields: "1:34fh" and %*@ yields: "1:34fh" %# yields: "13:34" and %*# yields: "13:34" @@ -33103,6 +33432,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "voru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33118,6 +33448,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "voru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33133,6 +33464,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "var" +%? yields: "voru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33148,6 +33480,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33163,6 +33496,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "" and %*0 yields: "" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33178,6 +33512,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33193,6 +33528,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33208,6 +33544,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33223,6 +33560,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33238,6 +33576,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33253,6 +33592,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33268,6 +33608,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33283,6 +33624,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33298,6 +33640,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "r" and %*9 yields: "r" %0 yields: "ir" and %*0 yields: "ir" %! yields: "er" +%? yields: "eru" %@ yields: "1:34eh" and %*@ yields: "1:34eh" %# yields: "13:34" and %*# yields: "13:34" @@ -33652,6 +33995,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33667,6 +34011,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33682,6 +34027,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33697,6 +34043,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "a" and %*0 yields: "a" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33712,6 +34059,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "a" and %*0 yields: "a" %! yields: "era" +%? yields: "erano" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33727,6 +34075,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33742,6 +34091,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33757,6 +34107,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "o" and %*9 yields: "o" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33772,6 +34123,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "o" and %*9 yields: "o" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33787,6 +34139,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33802,6 +34155,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -33817,6 +34171,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33832,6 +34187,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33847,6 +34203,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33862,6 +34219,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33877,6 +34235,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33892,6 +34251,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33907,6 +34267,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33922,6 +34283,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33937,6 +34299,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33952,6 +34315,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33967,6 +34331,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33982,6 +34347,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -33997,6 +34363,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "a" and %*0 yields: "a" %! yields: "era" +%? yields: "erano" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34012,6 +34379,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "a" and %*0 yields: "a" %! yields: "era" +%? yields: "erano" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34027,6 +34395,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "a" and %*0 yields: "a" %! yields: "era" +%? yields: "erano" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34042,6 +34411,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "era" +%? yields: "erano" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34057,6 +34427,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34072,6 +34443,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "a" and %*0 yields: "a" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34087,6 +34459,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34102,6 +34475,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34117,6 +34491,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34132,6 +34507,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34147,6 +34523,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34162,6 +34539,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34177,6 +34555,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34192,6 +34571,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34207,6 +34587,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "i" and %*9 yields: "i" %0 yields: "e" and %*0 yields: "e" %! yields: "è" +%? yields: "sono" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34561,6 +34942,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34576,6 +34958,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34591,6 +34974,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34606,6 +34990,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "" and %*0 yields: "" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34621,6 +35006,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "waren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34636,6 +35022,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34651,6 +35038,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34666,6 +35054,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34681,6 +35070,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34696,6 +35086,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34711,6 +35102,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34726,6 +35118,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34741,6 +35134,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34756,6 +35150,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34771,6 +35166,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34786,6 +35182,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34801,6 +35198,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34816,6 +35214,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34831,6 +35230,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34846,6 +35246,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34861,6 +35262,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34876,6 +35278,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34891,6 +35294,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34906,6 +35310,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "waren" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -34921,6 +35326,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "waren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34936,6 +35342,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "" and %*0 yields: "" %! yields: "was" +%? yields: "waren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34951,6 +35358,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "was" +%? yields: "waren" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34966,6 +35374,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34981,6 +35390,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "" and %*0 yields: "" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -34996,6 +35406,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35011,6 +35422,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35026,6 +35438,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35041,6 +35454,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35056,6 +35470,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35071,6 +35486,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35086,6 +35502,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35101,6 +35518,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35116,6 +35534,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "en" and %*9 yields: "en" %0 yields: "en" and %*0 yields: "en" %! yields: "is" +%? yields: "zijn" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35470,6 +35889,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35485,6 +35905,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35500,6 +35921,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35515,6 +35937,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "" and %*0 yields: "" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35530,6 +35953,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35545,6 +35969,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35560,6 +35985,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35575,6 +36001,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35590,6 +36017,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35605,6 +36033,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35620,6 +36049,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35635,6 +36065,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35650,6 +36081,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35665,6 +36097,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35680,6 +36113,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35695,6 +36129,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35710,6 +36145,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35725,6 +36161,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35740,6 +36177,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35755,6 +36193,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35770,6 +36209,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35785,6 +36225,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35800,6 +36241,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35815,6 +36257,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -35830,6 +36273,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35845,6 +36289,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "" and %*0 yields: "" %! yields: "var" +%? yields: "var" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35860,6 +36305,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "var" +%? yields: "var" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35875,6 +36321,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35890,6 +36337,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "" and %*0 yields: "" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35905,6 +36353,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35920,6 +36369,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35935,6 +36385,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35950,6 +36401,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35965,6 +36417,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35980,6 +36433,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -35995,6 +36449,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -36010,6 +36465,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -36025,6 +36481,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "er" and %*9 yields: "er" %0 yields: "r" and %*0 yields: "r" %! yields: "er" +%? yields: "er" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -36379,6 +36836,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36394,6 +36852,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36409,6 +36868,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36424,6 +36884,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "ę" and %*0 yields: "ę" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36439,6 +36900,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "ę" and %*0 yields: "ę" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36454,6 +36916,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36469,6 +36932,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36484,6 +36948,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "ę" and %*9 yields: "ę" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36499,6 +36964,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "ę" and %*9 yields: "ę" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36514,6 +36980,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36529,6 +36996,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36544,6 +37012,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36559,6 +37028,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36574,6 +37044,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36589,6 +37060,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36604,6 +37076,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36619,6 +37092,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36634,6 +37108,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36649,6 +37124,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36664,6 +37140,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36679,6 +37156,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "y" and %*0 yields: "y" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36694,6 +37172,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "y" and %*0 yields: "y" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36709,6 +37188,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "y" and %*0 yields: "y" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36724,6 +37204,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "ę" and %*0 yields: "ę" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36739,6 +37220,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "ę" and %*0 yields: "ę" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36754,6 +37236,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "ę" and %*0 yields: "ę" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36769,6 +37252,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "y" and %*9 yields: "y" %0 yields: "" and %*0 yields: "" %! yields: "było" +%? yields: "byli" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36784,6 +37268,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36799,6 +37284,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "ę" and %*0 yields: "ę" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36814,6 +37300,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36829,6 +37316,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36844,6 +37332,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "y" and %*0 yields: "y" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36859,6 +37348,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36874,6 +37364,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36889,6 +37380,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36904,6 +37396,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36919,6 +37412,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -36934,6 +37428,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "" and %*0 yields: "" %! yields: "będzie" +%? yields: "są" %@ yields: "1:34 po południu" and %*@ yields: "1:34 po południu" %# yields: "13:34" and %*# yields: "13:34" @@ -37288,6 +37783,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37303,6 +37799,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37318,6 +37815,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37333,6 +37831,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37348,6 +37847,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37363,6 +37863,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37378,6 +37879,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37393,6 +37895,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37408,6 +37911,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37423,6 +37927,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37438,6 +37943,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37453,6 +37959,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37468,6 +37975,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37483,6 +37991,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37498,6 +38007,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37513,6 +38023,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37528,6 +38039,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37543,6 +38055,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37558,6 +38071,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37573,6 +38087,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37588,6 +38103,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37603,6 +38119,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37618,6 +38135,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37633,6 +38151,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34am" and %*@ yields: "1:34am" %# yields: "13:34" and %*# yields: "13:34" @@ -37648,6 +38167,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37663,6 +38183,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37678,6 +38199,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "foi" +%? yields: "eram" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37693,6 +38215,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37708,6 +38231,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "" and %*0 yields: "" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37723,6 +38247,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37738,6 +38263,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37753,6 +38279,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37768,6 +38295,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37783,6 +38311,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37798,6 +38327,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37813,6 +38343,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37828,6 +38359,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -37843,6 +38375,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "s" and %*9 yields: "s" %0 yields: "s" and %*0 yields: "s" %! yields: "é" +%? yields: "são" %@ yields: "1:34pm" and %*@ yields: "1:34pm" %# yields: "13:34" and %*# yields: "13:34" @@ -38197,6 +38730,7 @@ Time substitutions for 13:34 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38212,6 +38746,7 @@ Time substitutions for 15:48 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38227,6 +38762,7 @@ Time substitutions for 11:20 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38242,6 +38778,7 @@ Time substitutions for 14:34 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "ă" and %*0 yields: "ă" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38257,6 +38794,7 @@ Time substitutions for 12:34 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "ă" and %*0 yields: "ă" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38272,6 +38810,7 @@ Time substitutions for 15:34 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38287,6 +38826,7 @@ Time substitutions for 11:34 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38302,6 +38842,7 @@ Time substitutions for 13:35 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38317,6 +38858,7 @@ Time substitutions for 13:33 where now() = 13:34 %9 yields: "" and %*9 yields: "" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38332,6 +38874,7 @@ Time substitutions for 13:36 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38347,6 +38890,7 @@ Time substitutions for 13:32 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38362,6 +38906,7 @@ Time substitutions for 00:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38377,6 +38922,7 @@ Time substitutions for 01:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38392,6 +38938,7 @@ Time substitutions for 02:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38407,6 +38954,7 @@ Time substitutions for 03:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38422,6 +38970,7 @@ Time substitutions for 04:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38437,6 +38986,7 @@ Time substitutions for 05:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38452,6 +39002,7 @@ Time substitutions for 06:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38467,6 +39018,7 @@ Time substitutions for 07:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38482,6 +39034,7 @@ Time substitutions for 08:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38497,6 +39050,7 @@ Time substitutions for 09:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38512,6 +39066,7 @@ Time substitutions for 10:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38527,6 +39082,7 @@ Time substitutions for 11:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38542,6 +39098,7 @@ Time substitutions for 11:59 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "ă" and %*0 yields: "ă" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38557,6 +39114,7 @@ Time substitutions for 12:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "ă" and %*0 yields: "ă" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38572,6 +39130,7 @@ Time substitutions for 12:01 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "ă" and %*0 yields: "ă" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38587,6 +39146,7 @@ Time substitutions for 13:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "a fost" +%? yields: "au fost" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38602,6 +39162,7 @@ Time substitutions for 14:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38617,6 +39178,7 @@ Time substitutions for 15:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "ă" and %*0 yields: "ă" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38632,6 +39194,7 @@ Time substitutions for 16:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38647,6 +39210,7 @@ Time substitutions for 17:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38662,6 +39226,7 @@ Time substitutions for 18:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38677,6 +39242,7 @@ Time substitutions for 19:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38692,6 +39258,7 @@ Time substitutions for 20:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38707,6 +39274,7 @@ Time substitutions for 21:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38722,6 +39290,7 @@ Time substitutions for 22:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38737,6 +39306,7 @@ Time substitutions for 23:00 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" @@ -38752,6 +39322,7 @@ Time substitutions for 23:59 where now() = 13:34 %9 yields: "e" and %*9 yields: "e" %0 yields: "e" and %*0 yields: "e" %! yields: "este" +%? yields: "sunt" %@ yields: "1:34 după-amiaza" and %*@ yields: "1:34 după-amiaza" %# yields: "13:34" and %*# yields: "13:34" diff --git a/tests/tstlang.rem b/tests/tstlang.rem index 75afce1c..be1aa293 100644 --- a/tests/tstlang.rem +++ b/tests/tstlang.rem @@ -38,7 +38,7 @@ endif REM MSG Language: %(LANGID) # Set up a few useful definitions -fset show(x) iif(x == "!", "%%" + x + " yields: " + char(34) + "%" + x + char(34), "%%" + x + " yields: " + char(34) + "%" + x + char(34) + "% and %%*" + x + " yields: " + char(34) + "%*" + x + char(34) + "%") +fset show(x) iif(x == "!" || x == "?", "%%" + x + " yields: " + char(34) + "%" + x + char(34), "%%" + x + " yields: " + char(34) + "%" + x + char(34) + "% and %%*" + x + " yields: " + char(34) + "%*" + x + char(34) + "%") set a trigger(today()+2) + " ++2" set l language() set tt now()+134 @@ -319,6 +319,7 @@ REM AT [now()] MSG [show("8")] REM AT [now()] MSG [show("9")] REM AT [now()] MSG [show("0")] REM AT [now()] MSG [show("!")] +REM AT [now()] MSG [show("?")] REM AT [now()] MSG [show("@")] REM AT [now()] MSG [show("#")] MSG %_Time substitutions for [now()+134] where now() = [now()] @@ -333,6 +334,7 @@ REM AT [now()+134] MSG [show("8")] REM AT [now()+134] MSG [show("9")] REM AT [now()+134] MSG [show("0")] REM AT [now()+134] MSG [show("!")] +REM AT [now()+134] MSG [show("?")] REM AT [now()+134] MSG [show("@")] REM AT [now()+134] MSG [show("#")] MSG %_Time substitutions for [now()-134] where now() = [now()] @@ -347,6 +349,7 @@ REM AT [now()-134] MSG [show("8")] REM AT [now()-134] MSG [show("9")] REM AT [now()-134] MSG [show("0")] REM AT [now()-134] MSG [show("!")] +REM AT [now()-134] MSG [show("?")] REM AT [now()-134] MSG [show("@")] REM AT [now()-134] MSG [show("#")] MSG %_Time substitutions for [now()+60] where now() = [now()] @@ -361,6 +364,7 @@ REM AT [now()+60] MSG [show("8")] REM AT [now()+60] MSG [show("9")] REM AT [now()+60] MSG [show("0")] REM AT [now()+60] MSG [show("!")] +REM AT [now()+60] MSG [show("?")] REM AT [now()+60] MSG [show("@")] REM AT [now()+60] MSG [show("#")] MSG %_Time substitutions for [now()-60] where now() = [now()] @@ -375,6 +379,7 @@ REM AT [now()-60] MSG [show("8")] REM AT [now()-60] MSG [show("9")] REM AT [now()-60] MSG [show("0")] REM AT [now()-60] MSG [show("!")] +REM AT [now()-60] MSG [show("?")] REM AT [now()-60] MSG [show("@")] REM AT [now()-60] MSG [show("#")] MSG %_Time substitutions for [now()+120] where now() = [now()] @@ -389,6 +394,7 @@ REM AT [now()+120] MSG [show("8")] REM AT [now()+120] MSG [show("9")] REM AT [now()+120] MSG [show("0")] REM AT [now()+120] MSG [show("!")] +REM AT [now()+120] MSG [show("?")] REM AT [now()+120] MSG [show("@")] REM AT [now()+120] MSG [show("#")] MSG %_Time substitutions for [now()-120] where now() = [now()] @@ -403,6 +409,7 @@ REM AT [now()-120] MSG [show("8")] REM AT [now()-120] MSG [show("9")] REM AT [now()-120] MSG [show("0")] REM AT [now()-120] MSG [show("!")] +REM AT [now()-120] MSG [show("?")] REM AT [now()-120] MSG [show("@")] REM AT [now()-120] MSG [show("#")] MSG %_Time substitutions for [now()+1] where now() = [now()] @@ -417,6 +424,7 @@ REM AT [now()+1] MSG [show("8")] REM AT [now()+1] MSG [show("9")] REM AT [now()+1] MSG [show("0")] REM AT [now()+1] MSG [show("!")] +REM AT [now()+1] MSG [show("?")] REM AT [now()+1] MSG [show("@")] REM AT [now()+1] MSG [show("#")] MSG %_Time substitutions for [now()-1] where now() = [now()] @@ -431,6 +439,7 @@ REM AT [now()-1] MSG [show("8")] REM AT [now()-1] MSG [show("9")] REM AT [now()-1] MSG [show("0")] REM AT [now()-1] MSG [show("!")] +REM AT [now()-1] MSG [show("?")] REM AT [now()-1] MSG [show("@")] REM AT [now()-1] MSG [show("#")] MSG %_Time substitutions for [now()+2] where now() = [now()] @@ -445,6 +454,7 @@ REM AT [now()+2] MSG [show("8")] REM AT [now()+2] MSG [show("9")] REM AT [now()+2] MSG [show("0")] REM AT [now()+2] MSG [show("!")] +REM AT [now()+2] MSG [show("?")] REM AT [now()+2] MSG [show("@")] REM AT [now()+2] MSG [show("#")] MSG %_Time substitutions for [now()-2] where now() = [now()] @@ -459,6 +469,7 @@ REM AT [now()-2] MSG [show("8")] REM AT [now()-2] MSG [show("9")] REM AT [now()-2] MSG [show("0")] REM AT [now()-2] MSG [show("!")] +REM AT [now()-2] MSG [show("?")] REM AT [now()-2] MSG [show("@")] REM AT [now()-2] MSG [show("#")] MSG %_Time substitutions for [0:00] where now() = [now()] @@ -473,6 +484,7 @@ REM AT [0:00] MSG [show("8")] REM AT [0:00] MSG [show("9")] REM AT [0:00] MSG [show("0")] REM AT [0:00] MSG [show("!")] +REM AT [0:00] MSG [show("?")] REM AT [0:00] MSG [show("@")] REM AT [0:00] MSG [show("#")] MSG %_Time substitutions for [1:00] where now() = [now()] @@ -487,6 +499,7 @@ REM AT [1:00] MSG [show("8")] REM AT [1:00] MSG [show("9")] REM AT [1:00] MSG [show("0")] REM AT [1:00] MSG [show("!")] +REM AT [1:00] MSG [show("?")] REM AT [1:00] MSG [show("@")] REM AT [1:00] MSG [show("#")] MSG %_Time substitutions for [2:00] where now() = [now()] @@ -501,6 +514,7 @@ REM AT [2:00] MSG [show("8")] REM AT [2:00] MSG [show("9")] REM AT [2:00] MSG [show("0")] REM AT [2:00] MSG [show("!")] +REM AT [2:00] MSG [show("?")] REM AT [2:00] MSG [show("@")] REM AT [2:00] MSG [show("#")] MSG %_Time substitutions for [3:00] where now() = [now()] @@ -515,6 +529,7 @@ REM AT [3:00] MSG [show("8")] REM AT [3:00] MSG [show("9")] REM AT [3:00] MSG [show("0")] REM AT [3:00] MSG [show("!")] +REM AT [3:00] MSG [show("?")] REM AT [3:00] MSG [show("@")] REM AT [3:00] MSG [show("#")] MSG %_Time substitutions for [4:00] where now() = [now()] @@ -529,6 +544,7 @@ REM AT [4:00] MSG [show("8")] REM AT [4:00] MSG [show("9")] REM AT [4:00] MSG [show("0")] REM AT [4:00] MSG [show("!")] +REM AT [4:00] MSG [show("?")] REM AT [4:00] MSG [show("@")] REM AT [4:00] MSG [show("#")] MSG %_Time substitutions for [5:00] where now() = [now()] @@ -543,6 +559,7 @@ REM AT [5:00] MSG [show("8")] REM AT [5:00] MSG [show("9")] REM AT [5:00] MSG [show("0")] REM AT [5:00] MSG [show("!")] +REM AT [5:00] MSG [show("?")] REM AT [5:00] MSG [show("@")] REM AT [5:00] MSG [show("#")] MSG %_Time substitutions for [6:00] where now() = [now()] @@ -557,6 +574,7 @@ REM AT [6:00] MSG [show("8")] REM AT [6:00] MSG [show("9")] REM AT [6:00] MSG [show("0")] REM AT [6:00] MSG [show("!")] +REM AT [6:00] MSG [show("?")] REM AT [6:00] MSG [show("@")] REM AT [6:00] MSG [show("#")] MSG %_Time substitutions for [7:00] where now() = [now()] @@ -571,6 +589,7 @@ REM AT [7:00] MSG [show("8")] REM AT [7:00] MSG [show("9")] REM AT [7:00] MSG [show("0")] REM AT [7:00] MSG [show("!")] +REM AT [7:00] MSG [show("?")] REM AT [7:00] MSG [show("@")] REM AT [7:00] MSG [show("#")] MSG %_Time substitutions for [8:00] where now() = [now()] @@ -585,6 +604,7 @@ REM AT [8:00] MSG [show("8")] REM AT [8:00] MSG [show("9")] REM AT [8:00] MSG [show("0")] REM AT [8:00] MSG [show("!")] +REM AT [8:00] MSG [show("?")] REM AT [8:00] MSG [show("@")] REM AT [8:00] MSG [show("#")] MSG %_Time substitutions for [9:00] where now() = [now()] @@ -599,6 +619,7 @@ REM AT [9:00] MSG [show("8")] REM AT [9:00] MSG [show("9")] REM AT [9:00] MSG [show("0")] REM AT [9:00] MSG [show("!")] +REM AT [9:00] MSG [show("?")] REM AT [9:00] MSG [show("@")] REM AT [9:00] MSG [show("#")] MSG %_Time substitutions for [10:00] where now() = [now()] @@ -613,6 +634,7 @@ REM AT [10:00] MSG [show("8")] REM AT [10:00] MSG [show("9")] REM AT [10:00] MSG [show("0")] REM AT [10:00] MSG [show("!")] +REM AT [10:00] MSG [show("?")] REM AT [10:00] MSG [show("@")] REM AT [10:00] MSG [show("#")] MSG %_Time substitutions for [11:00] where now() = [now()] @@ -627,6 +649,7 @@ REM AT [11:00] MSG [show("8")] REM AT [11:00] MSG [show("9")] REM AT [11:00] MSG [show("0")] REM AT [11:00] MSG [show("!")] +REM AT [11:00] MSG [show("?")] REM AT [11:00] MSG [show("@")] REM AT [11:00] MSG [show("#")] MSG %_Time substitutions for [11:59] where now() = [now()] @@ -641,6 +664,7 @@ REM AT [11:59] MSG [show("8")] REM AT [11:59] MSG [show("9")] REM AT [11:59] MSG [show("0")] REM AT [11:59] MSG [show("!")] +REM AT [11:59] MSG [show("?")] REM AT [11:59] MSG [show("@")] REM AT [11:59] MSG [show("#")] MSG %_Time substitutions for [12:00] where now() = [now()] @@ -655,6 +679,7 @@ REM AT [12:00] MSG [show("8")] REM AT [12:00] MSG [show("9")] REM AT [12:00] MSG [show("0")] REM AT [12:00] MSG [show("!")] +REM AT [12:00] MSG [show("?")] REM AT [12:00] MSG [show("@")] REM AT [12:00] MSG [show("#")] MSG %_Time substitutions for [12:01] where now() = [now()] @@ -669,6 +694,7 @@ REM AT [12:01] MSG [show("8")] REM AT [12:01] MSG [show("9")] REM AT [12:01] MSG [show("0")] REM AT [12:01] MSG [show("!")] +REM AT [12:01] MSG [show("?")] REM AT [12:01] MSG [show("@")] REM AT [12:01] MSG [show("#")] MSG %_Time substitutions for [13:00] where now() = [now()] @@ -683,6 +709,7 @@ REM AT [13:00] MSG [show("8")] REM AT [13:00] MSG [show("9")] REM AT [13:00] MSG [show("0")] REM AT [13:00] MSG [show("!")] +REM AT [13:00] MSG [show("?")] REM AT [13:00] MSG [show("@")] REM AT [13:00] MSG [show("#")] MSG %_Time substitutions for [14:00] where now() = [now()] @@ -697,6 +724,7 @@ REM AT [14:00] MSG [show("8")] REM AT [14:00] MSG [show("9")] REM AT [14:00] MSG [show("0")] REM AT [14:00] MSG [show("!")] +REM AT [14:00] MSG [show("?")] REM AT [14:00] MSG [show("@")] REM AT [14:00] MSG [show("#")] MSG %_Time substitutions for [15:00] where now() = [now()] @@ -711,6 +739,7 @@ REM AT [15:00] MSG [show("8")] REM AT [15:00] MSG [show("9")] REM AT [15:00] MSG [show("0")] REM AT [15:00] MSG [show("!")] +REM AT [15:00] MSG [show("?")] REM AT [15:00] MSG [show("@")] REM AT [15:00] MSG [show("#")] MSG %_Time substitutions for [16:00] where now() = [now()] @@ -725,6 +754,7 @@ REM AT [16:00] MSG [show("8")] REM AT [16:00] MSG [show("9")] REM AT [16:00] MSG [show("0")] REM AT [16:00] MSG [show("!")] +REM AT [16:00] MSG [show("?")] REM AT [16:00] MSG [show("@")] REM AT [16:00] MSG [show("#")] MSG %_Time substitutions for [17:00] where now() = [now()] @@ -739,6 +769,7 @@ REM AT [17:00] MSG [show("8")] REM AT [17:00] MSG [show("9")] REM AT [17:00] MSG [show("0")] REM AT [17:00] MSG [show("!")] +REM AT [17:00] MSG [show("?")] REM AT [17:00] MSG [show("@")] REM AT [17:00] MSG [show("#")] MSG %_Time substitutions for [18:00] where now() = [now()] @@ -753,6 +784,7 @@ REM AT [18:00] MSG [show("8")] REM AT [18:00] MSG [show("9")] REM AT [18:00] MSG [show("0")] REM AT [18:00] MSG [show("!")] +REM AT [18:00] MSG [show("?")] REM AT [18:00] MSG [show("@")] REM AT [18:00] MSG [show("#")] MSG %_Time substitutions for [19:00] where now() = [now()] @@ -767,6 +799,7 @@ REM AT [19:00] MSG [show("8")] REM AT [19:00] MSG [show("9")] REM AT [19:00] MSG [show("0")] REM AT [19:00] MSG [show("!")] +REM AT [19:00] MSG [show("?")] REM AT [19:00] MSG [show("@")] REM AT [19:00] MSG [show("#")] MSG %_Time substitutions for [20:00] where now() = [now()] @@ -781,6 +814,7 @@ REM AT [20:00] MSG [show("8")] REM AT [20:00] MSG [show("9")] REM AT [20:00] MSG [show("0")] REM AT [20:00] MSG [show("!")] +REM AT [20:00] MSG [show("?")] REM AT [20:00] MSG [show("@")] REM AT [20:00] MSG [show("#")] MSG %_Time substitutions for [21:00] where now() = [now()] @@ -795,6 +829,7 @@ REM AT [21:00] MSG [show("8")] REM AT [21:00] MSG [show("9")] REM AT [21:00] MSG [show("0")] REM AT [21:00] MSG [show("!")] +REM AT [21:00] MSG [show("?")] REM AT [21:00] MSG [show("@")] REM AT [21:00] MSG [show("#")] MSG %_Time substitutions for [22:00] where now() = [now()] @@ -809,6 +844,7 @@ REM AT [22:00] MSG [show("8")] REM AT [22:00] MSG [show("9")] REM AT [22:00] MSG [show("0")] REM AT [22:00] MSG [show("!")] +REM AT [22:00] MSG [show("?")] REM AT [22:00] MSG [show("@")] REM AT [22:00] MSG [show("#")] MSG %_Time substitutions for [23:00] where now() = [now()] @@ -823,6 +859,7 @@ REM AT [23:00] MSG [show("8")] REM AT [23:00] MSG [show("9")] REM AT [23:00] MSG [show("0")] REM AT [23:00] MSG [show("!")] +REM AT [23:00] MSG [show("?")] REM AT [23:00] MSG [show("@")] REM AT [23:00] MSG [show("#")] MSG %_Time substitutions for [23:59] where now() = [now()] @@ -837,6 +874,7 @@ REM AT [23:59] MSG [show("8")] REM AT [23:59] MSG [show("9")] REM AT [23:59] MSG [show("0")] REM AT [23:59] MSG [show("!")] +REM AT [23:59] MSG [show("?")] REM AT [23:59] MSG [show("@")] REM AT [23:59] MSG [show("#")]