mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
945 lines
27 KiB
Plaintext
945 lines
27 KiB
Plaintext
#!remind -rq
|
|
# ---------------------------------------------------------------------------
|
|
#
|
|
# TSTLANG.REM
|
|
#
|
|
# Use this file to test new language headers you may want to create.
|
|
# Usage: remind -rq tstlang.rem
|
|
#
|
|
# Don't run it within about 2 hours of midnight (ie, between 10pm and 2am)
|
|
#
|
|
# Use the output to verify your translations.
|
|
#
|
|
# This file is part of REMIND.
|
|
# Copyright (C) 1992-2025 Dianne Skoll
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# ---------------------------------------------------------------------------
|
|
|
|
if version()<"03.00.08"
|
|
errmsg %
|
|
errmsg This file only works with Remind version 03.00.08 and later - aborting
|
|
exit
|
|
endif
|
|
|
|
if !$RunOff || !$DontQueue || $DontTrigAts
|
|
errmsg %
|
|
errmsg Please run [filename()] with the -q and -r options, but%
|
|
errmsg not the -a option.
|
|
exit
|
|
endif
|
|
|
|
set $AddBlankLines 0
|
|
# Include a language file, if that's given as "-ii=/path"
|
|
|
|
if defined("i")
|
|
do [i]
|
|
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) + "%")
|
|
set a trigger(today()+2) + " ++2"
|
|
set l language()
|
|
set tt now()+134
|
|
set tu now()-134
|
|
set ut now()+60
|
|
set uu now()-60
|
|
set vt now()+120
|
|
set vu now()-120
|
|
set wt now()-1
|
|
set wu now()+1
|
|
set xt now()-2
|
|
set xu now()+2
|
|
|
|
set d a + " at " + tt
|
|
set e a + " at " + tu
|
|
set f a + " at " + ut
|
|
set g a + " at " + uu
|
|
set h a + " at " + wt
|
|
set j a + " at " + wu
|
|
set k a + " at " + xt
|
|
set m a + " at " + xu
|
|
set n a + " at " + vt
|
|
set p a + " at " + vu
|
|
|
|
set a trigger(today()+7) + " ++7"
|
|
msg %_%_The following are the 7-day-in-advance substitutions:%
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
set a trigger(today()+6) + " ++6"
|
|
msg %_%_The following are the 6-day-in-advance substitutions:%
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
set a trigger(today()+5) + " ++5"
|
|
msg %_%_The following are the 5-day-in-advance substitutions:%
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
set a trigger(today()+4) + " ++4"
|
|
msg %_%_The following are the 4-day-in-advance substitutions:%
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
set a trigger(today()+3) + " ++3"
|
|
msg %_%_The following are the 3-day-in-advance substitutions:%
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
set a trigger(today()+2) + " ++2"
|
|
msg %_%_The following are the two-day-in-advance substitutions:%
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
msg %_%_The following are the one-day-in-advance substitutions:%
|
|
set a trigger(today()+1) + " ++1"
|
|
set d a + " at " + tt
|
|
set e a + " at " + tu
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
msg %_%_The following are the current-day substitutions:%
|
|
set a trigger(today())
|
|
set d a + " at " + tt
|
|
set e a + " at " + tu
|
|
REM [a] MSG [show("a")]
|
|
REM [a] MSG [show("b")]
|
|
REM [a] MSG [show("c")]
|
|
REM [a] MSG [show("d")]
|
|
REM [a] MSG [show("e")]
|
|
REM [a] MSG [show("f")]
|
|
REM [a] MSG [show("g")]
|
|
REM [a] MSG [show("h")]
|
|
REM [a] MSG [show("i")]
|
|
REM [a] MSG [show("j")]
|
|
REM [a] MSG [show("k")]
|
|
REM [a] MSG [show("l")]
|
|
REM [a] MSG [show("m")]
|
|
REM [a] MSG [show("n")]
|
|
REM [a] MSG [show("o")]
|
|
REM [a] MSG [show("p")]
|
|
REM [a] MSG [show("q")]
|
|
REM [a] MSG [show("r")]
|
|
REM [a] MSG [show("s")]
|
|
REM [a] MSG [show("t")]
|
|
REM [a] MSG [show("u")]
|
|
REM [a] MSG [show("v")]
|
|
REM [a] MSG [show("w")]
|
|
REM [a] MSG [show("x")]
|
|
REM [a] MSG [show("y")]
|
|
REM [a] MSG [show("z")]
|
|
|
|
MSG %_%_The %%b substitutions for 1, 2 and 3 days ago
|
|
SET a today()-1
|
|
REM TODO [a] MSG [show("b")]
|
|
SET a today()-2
|
|
REM TODO [a] MSG [show("b")]
|
|
SET a today()-3
|
|
REM TODO [a] MSG [show("b")]
|
|
|
|
MSG %_Time substitutions for [now()] where now() = [now()]
|
|
REM AT [now()] MSG [show("1")]
|
|
REM AT [now()] MSG [show("2")]
|
|
REM AT [now()] MSG [show("3")]
|
|
REM AT [now()] MSG [show("4")]
|
|
REM AT [now()] MSG [show("5")]
|
|
REM AT [now()] MSG [show("6")]
|
|
REM AT [now()] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()+134] where now() = [now()]
|
|
REM AT [now()+134] MSG [show("1")]
|
|
REM AT [now()+134] MSG [show("2")]
|
|
REM AT [now()+134] MSG [show("3")]
|
|
REM AT [now()+134] MSG [show("4")]
|
|
REM AT [now()+134] MSG [show("5")]
|
|
REM AT [now()+134] MSG [show("6")]
|
|
REM AT [now()+134] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()-134] where now() = [now()]
|
|
REM AT [now()-134] MSG [show("1")]
|
|
REM AT [now()-134] MSG [show("2")]
|
|
REM AT [now()-134] MSG [show("3")]
|
|
REM AT [now()-134] MSG [show("4")]
|
|
REM AT [now()-134] MSG [show("5")]
|
|
REM AT [now()-134] MSG [show("6")]
|
|
REM AT [now()-134] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()+60] where now() = [now()]
|
|
REM AT [now()+60] MSG [show("1")]
|
|
REM AT [now()+60] MSG [show("2")]
|
|
REM AT [now()+60] MSG [show("3")]
|
|
REM AT [now()+60] MSG [show("4")]
|
|
REM AT [now()+60] MSG [show("5")]
|
|
REM AT [now()+60] MSG [show("6")]
|
|
REM AT [now()+60] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()-60] where now() = [now()]
|
|
REM AT [now()-60] MSG [show("1")]
|
|
REM AT [now()-60] MSG [show("2")]
|
|
REM AT [now()-60] MSG [show("3")]
|
|
REM AT [now()-60] MSG [show("4")]
|
|
REM AT [now()-60] MSG [show("5")]
|
|
REM AT [now()-60] MSG [show("6")]
|
|
REM AT [now()-60] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()+120] where now() = [now()]
|
|
REM AT [now()+120] MSG [show("1")]
|
|
REM AT [now()+120] MSG [show("2")]
|
|
REM AT [now()+120] MSG [show("3")]
|
|
REM AT [now()+120] MSG [show("4")]
|
|
REM AT [now()+120] MSG [show("5")]
|
|
REM AT [now()+120] MSG [show("6")]
|
|
REM AT [now()+120] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()-120] where now() = [now()]
|
|
REM AT [now()-120] MSG [show("1")]
|
|
REM AT [now()-120] MSG [show("2")]
|
|
REM AT [now()-120] MSG [show("3")]
|
|
REM AT [now()-120] MSG [show("4")]
|
|
REM AT [now()-120] MSG [show("5")]
|
|
REM AT [now()-120] MSG [show("6")]
|
|
REM AT [now()-120] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()+1] where now() = [now()]
|
|
REM AT [now()+1] MSG [show("1")]
|
|
REM AT [now()+1] MSG [show("2")]
|
|
REM AT [now()+1] MSG [show("3")]
|
|
REM AT [now()+1] MSG [show("4")]
|
|
REM AT [now()+1] MSG [show("5")]
|
|
REM AT [now()+1] MSG [show("6")]
|
|
REM AT [now()+1] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()-1] where now() = [now()]
|
|
REM AT [now()-1] MSG [show("1")]
|
|
REM AT [now()-1] MSG [show("2")]
|
|
REM AT [now()-1] MSG [show("3")]
|
|
REM AT [now()-1] MSG [show("4")]
|
|
REM AT [now()-1] MSG [show("5")]
|
|
REM AT [now()-1] MSG [show("6")]
|
|
REM AT [now()-1] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()+2] where now() = [now()]
|
|
REM AT [now()+2] MSG [show("1")]
|
|
REM AT [now()+2] MSG [show("2")]
|
|
REM AT [now()+2] MSG [show("3")]
|
|
REM AT [now()+2] MSG [show("4")]
|
|
REM AT [now()+2] MSG [show("5")]
|
|
REM AT [now()+2] MSG [show("6")]
|
|
REM AT [now()+2] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [now()-2] where now() = [now()]
|
|
REM AT [now()-2] MSG [show("1")]
|
|
REM AT [now()-2] MSG [show("2")]
|
|
REM AT [now()-2] MSG [show("3")]
|
|
REM AT [now()-2] MSG [show("4")]
|
|
REM AT [now()-2] MSG [show("5")]
|
|
REM AT [now()-2] MSG [show("6")]
|
|
REM AT [now()-2] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [0:00] where now() = [now()]
|
|
REM AT [0:00] MSG [show("1")]
|
|
REM AT [0:00] MSG [show("2")]
|
|
REM AT [0:00] MSG [show("3")]
|
|
REM AT [0:00] MSG [show("4")]
|
|
REM AT [0:00] MSG [show("5")]
|
|
REM AT [0:00] MSG [show("6")]
|
|
REM AT [0:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [1:00] where now() = [now()]
|
|
REM AT [1:00] MSG [show("1")]
|
|
REM AT [1:00] MSG [show("2")]
|
|
REM AT [1:00] MSG [show("3")]
|
|
REM AT [1:00] MSG [show("4")]
|
|
REM AT [1:00] MSG [show("5")]
|
|
REM AT [1:00] MSG [show("6")]
|
|
REM AT [1:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [2:00] where now() = [now()]
|
|
REM AT [2:00] MSG [show("1")]
|
|
REM AT [2:00] MSG [show("2")]
|
|
REM AT [2:00] MSG [show("3")]
|
|
REM AT [2:00] MSG [show("4")]
|
|
REM AT [2:00] MSG [show("5")]
|
|
REM AT [2:00] MSG [show("6")]
|
|
REM AT [2:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [3:00] where now() = [now()]
|
|
REM AT [3:00] MSG [show("1")]
|
|
REM AT [3:00] MSG [show("2")]
|
|
REM AT [3:00] MSG [show("3")]
|
|
REM AT [3:00] MSG [show("4")]
|
|
REM AT [3:00] MSG [show("5")]
|
|
REM AT [3:00] MSG [show("6")]
|
|
REM AT [3:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [4:00] where now() = [now()]
|
|
REM AT [4:00] MSG [show("1")]
|
|
REM AT [4:00] MSG [show("2")]
|
|
REM AT [4:00] MSG [show("3")]
|
|
REM AT [4:00] MSG [show("4")]
|
|
REM AT [4:00] MSG [show("5")]
|
|
REM AT [4:00] MSG [show("6")]
|
|
REM AT [4:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [5:00] where now() = [now()]
|
|
REM AT [5:00] MSG [show("1")]
|
|
REM AT [5:00] MSG [show("2")]
|
|
REM AT [5:00] MSG [show("3")]
|
|
REM AT [5:00] MSG [show("4")]
|
|
REM AT [5:00] MSG [show("5")]
|
|
REM AT [5:00] MSG [show("6")]
|
|
REM AT [5:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [6:00] where now() = [now()]
|
|
REM AT [6:00] MSG [show("1")]
|
|
REM AT [6:00] MSG [show("2")]
|
|
REM AT [6:00] MSG [show("3")]
|
|
REM AT [6:00] MSG [show("4")]
|
|
REM AT [6:00] MSG [show("5")]
|
|
REM AT [6:00] MSG [show("6")]
|
|
REM AT [6:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [7:00] where now() = [now()]
|
|
REM AT [7:00] MSG [show("1")]
|
|
REM AT [7:00] MSG [show("2")]
|
|
REM AT [7:00] MSG [show("3")]
|
|
REM AT [7:00] MSG [show("4")]
|
|
REM AT [7:00] MSG [show("5")]
|
|
REM AT [7:00] MSG [show("6")]
|
|
REM AT [7:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [8:00] where now() = [now()]
|
|
REM AT [8:00] MSG [show("1")]
|
|
REM AT [8:00] MSG [show("2")]
|
|
REM AT [8:00] MSG [show("3")]
|
|
REM AT [8:00] MSG [show("4")]
|
|
REM AT [8:00] MSG [show("5")]
|
|
REM AT [8:00] MSG [show("6")]
|
|
REM AT [8:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [9:00] where now() = [now()]
|
|
REM AT [9:00] MSG [show("1")]
|
|
REM AT [9:00] MSG [show("2")]
|
|
REM AT [9:00] MSG [show("3")]
|
|
REM AT [9:00] MSG [show("4")]
|
|
REM AT [9:00] MSG [show("5")]
|
|
REM AT [9:00] MSG [show("6")]
|
|
REM AT [9:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [10:00] where now() = [now()]
|
|
REM AT [10:00] MSG [show("1")]
|
|
REM AT [10:00] MSG [show("2")]
|
|
REM AT [10:00] MSG [show("3")]
|
|
REM AT [10:00] MSG [show("4")]
|
|
REM AT [10:00] MSG [show("5")]
|
|
REM AT [10:00] MSG [show("6")]
|
|
REM AT [10:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [11:00] where now() = [now()]
|
|
REM AT [11:00] MSG [show("1")]
|
|
REM AT [11:00] MSG [show("2")]
|
|
REM AT [11:00] MSG [show("3")]
|
|
REM AT [11:00] MSG [show("4")]
|
|
REM AT [11:00] MSG [show("5")]
|
|
REM AT [11:00] MSG [show("6")]
|
|
REM AT [11:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [11:59] where now() = [now()]
|
|
REM AT [11:59] MSG [show("1")]
|
|
REM AT [11:59] MSG [show("2")]
|
|
REM AT [11:59] MSG [show("3")]
|
|
REM AT [11:59] MSG [show("4")]
|
|
REM AT [11:59] MSG [show("5")]
|
|
REM AT [11:59] MSG [show("6")]
|
|
REM AT [11:59] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [12:00] where now() = [now()]
|
|
REM AT [12:00] MSG [show("1")]
|
|
REM AT [12:00] MSG [show("2")]
|
|
REM AT [12:00] MSG [show("3")]
|
|
REM AT [12:00] MSG [show("4")]
|
|
REM AT [12:00] MSG [show("5")]
|
|
REM AT [12:00] MSG [show("6")]
|
|
REM AT [12:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [12:01] where now() = [now()]
|
|
REM AT [12:01] MSG [show("1")]
|
|
REM AT [12:01] MSG [show("2")]
|
|
REM AT [12:01] MSG [show("3")]
|
|
REM AT [12:01] MSG [show("4")]
|
|
REM AT [12:01] MSG [show("5")]
|
|
REM AT [12:01] MSG [show("6")]
|
|
REM AT [12:01] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [13:00] where now() = [now()]
|
|
REM AT [13:00] MSG [show("1")]
|
|
REM AT [13:00] MSG [show("2")]
|
|
REM AT [13:00] MSG [show("3")]
|
|
REM AT [13:00] MSG [show("4")]
|
|
REM AT [13:00] MSG [show("5")]
|
|
REM AT [13:00] MSG [show("6")]
|
|
REM AT [13:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [14:00] where now() = [now()]
|
|
REM AT [14:00] MSG [show("1")]
|
|
REM AT [14:00] MSG [show("2")]
|
|
REM AT [14:00] MSG [show("3")]
|
|
REM AT [14:00] MSG [show("4")]
|
|
REM AT [14:00] MSG [show("5")]
|
|
REM AT [14:00] MSG [show("6")]
|
|
REM AT [14:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [15:00] where now() = [now()]
|
|
REM AT [15:00] MSG [show("1")]
|
|
REM AT [15:00] MSG [show("2")]
|
|
REM AT [15:00] MSG [show("3")]
|
|
REM AT [15:00] MSG [show("4")]
|
|
REM AT [15:00] MSG [show("5")]
|
|
REM AT [15:00] MSG [show("6")]
|
|
REM AT [15:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [16:00] where now() = [now()]
|
|
REM AT [16:00] MSG [show("1")]
|
|
REM AT [16:00] MSG [show("2")]
|
|
REM AT [16:00] MSG [show("3")]
|
|
REM AT [16:00] MSG [show("4")]
|
|
REM AT [16:00] MSG [show("5")]
|
|
REM AT [16:00] MSG [show("6")]
|
|
REM AT [16:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [17:00] where now() = [now()]
|
|
REM AT [17:00] MSG [show("1")]
|
|
REM AT [17:00] MSG [show("2")]
|
|
REM AT [17:00] MSG [show("3")]
|
|
REM AT [17:00] MSG [show("4")]
|
|
REM AT [17:00] MSG [show("5")]
|
|
REM AT [17:00] MSG [show("6")]
|
|
REM AT [17:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [18:00] where now() = [now()]
|
|
REM AT [18:00] MSG [show("1")]
|
|
REM AT [18:00] MSG [show("2")]
|
|
REM AT [18:00] MSG [show("3")]
|
|
REM AT [18:00] MSG [show("4")]
|
|
REM AT [18:00] MSG [show("5")]
|
|
REM AT [18:00] MSG [show("6")]
|
|
REM AT [18:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [19:00] where now() = [now()]
|
|
REM AT [19:00] MSG [show("1")]
|
|
REM AT [19:00] MSG [show("2")]
|
|
REM AT [19:00] MSG [show("3")]
|
|
REM AT [19:00] MSG [show("4")]
|
|
REM AT [19:00] MSG [show("5")]
|
|
REM AT [19:00] MSG [show("6")]
|
|
REM AT [19:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [20:00] where now() = [now()]
|
|
REM AT [20:00] MSG [show("1")]
|
|
REM AT [20:00] MSG [show("2")]
|
|
REM AT [20:00] MSG [show("3")]
|
|
REM AT [20:00] MSG [show("4")]
|
|
REM AT [20:00] MSG [show("5")]
|
|
REM AT [20:00] MSG [show("6")]
|
|
REM AT [20:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [21:00] where now() = [now()]
|
|
REM AT [21:00] MSG [show("1")]
|
|
REM AT [21:00] MSG [show("2")]
|
|
REM AT [21:00] MSG [show("3")]
|
|
REM AT [21:00] MSG [show("4")]
|
|
REM AT [21:00] MSG [show("5")]
|
|
REM AT [21:00] MSG [show("6")]
|
|
REM AT [21:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [22:00] where now() = [now()]
|
|
REM AT [22:00] MSG [show("1")]
|
|
REM AT [22:00] MSG [show("2")]
|
|
REM AT [22:00] MSG [show("3")]
|
|
REM AT [22:00] MSG [show("4")]
|
|
REM AT [22:00] MSG [show("5")]
|
|
REM AT [22:00] MSG [show("6")]
|
|
REM AT [22:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [23:00] where now() = [now()]
|
|
REM AT [23:00] MSG [show("1")]
|
|
REM AT [23:00] MSG [show("2")]
|
|
REM AT [23:00] MSG [show("3")]
|
|
REM AT [23:00] MSG [show("4")]
|
|
REM AT [23:00] MSG [show("5")]
|
|
REM AT [23:00] MSG [show("6")]
|
|
REM AT [23:00] MSG [show("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("#")]
|
|
MSG %_Time substitutions for [23:59] where now() = [now()]
|
|
REM AT [23:59] MSG [show("1")]
|
|
REM AT [23:59] MSG [show("2")]
|
|
REM AT [23:59] MSG [show("3")]
|
|
REM AT [23:59] MSG [show("4")]
|
|
REM AT [23:59] MSG [show("5")]
|
|
REM AT [23:59] MSG [show("6")]
|
|
REM AT [23:59] MSG [show("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("#")]
|
|
|
|
|
|
msg %_The following are the days of the week:
|
|
fset showwd(x) "wkday("+x+") = " + wkday(x) + "%"
|
|
msg [showwd(0)]
|
|
msg [showwd(1)]
|
|
msg [showwd(2)]
|
|
msg [showwd(3)]
|
|
msg [showwd(4)]
|
|
msg [showwd(5)]
|
|
msg [showwd(6)]
|
|
|
|
msg %_The following are the months of the year:
|
|
fset showmon(x) "mon("+x+") = "+mon(x)+"%"
|
|
msg [showmon(1)]
|
|
msg [showmon(2)]
|
|
msg [showmon(3)]
|
|
msg [showmon(4)]
|
|
msg [showmon(5)]
|
|
msg [showmon(6)]
|
|
msg [showmon(7)]
|
|
msg [showmon(8)]
|
|
msg [showmon(9)]
|
|
msg [showmon(10)]
|
|
msg [showmon(11)]
|
|
msg [showmon(12)]
|
|
|
|
msg %_Here are some ordinal numbers for %(LANGID):
|
|
MSG ord(0) = [ord(0)]
|
|
MSG ord(1) = [ord(1)]
|
|
MSG ord(2) = [ord(2)]
|
|
MSG ord(3) = [ord(3)]
|
|
MSG ord(4) = [ord(4)]
|
|
MSG ord(5) = [ord(5)]
|
|
MSG ord(6) = [ord(6)]
|
|
MSG ord(7) = [ord(7)]
|
|
MSG ord(8) = [ord(8)]
|
|
MSG ord(9) = [ord(9)]
|
|
MSG ord(10) = [ord(10)]
|
|
MSG ord(11) = [ord(11)]
|
|
MSG ord(12) = [ord(12)]
|
|
MSG ord(13) = [ord(13)]
|
|
MSG ord(14) = [ord(14)]
|
|
MSG ord(15) = [ord(15)]
|
|
MSG ord(16) = [ord(16)]
|
|
MSG ord(17) = [ord(17)]
|
|
MSG ord(18) = [ord(18)]
|
|
MSG ord(19) = [ord(19)]
|
|
MSG ord(20) = [ord(20)]
|
|
MSG ord(21) = [ord(21)]
|
|
MSG ord(22) = [ord(22)]
|
|
MSG ord(23) = [ord(23)]
|
|
MSG ord(24) = [ord(24)]
|
|
MSG ord(25) = [ord(25)]
|
|
MSG ord(26) = [ord(26)]
|
|
MSG ord(27) = [ord(27)]
|
|
MSG ord(28) = [ord(28)]
|
|
MSG ord(29) = [ord(29)]
|
|
MSG ord(30) = [ord(30)]
|
|
MSG ord(31) = [ord(31)]
|
|
MSG ord(32) = [ord(32)]
|
|
MSG ord(33) = [ord(33)]
|
|
MSG ord(34) = [ord(34)]
|
|
MSG ord(35) = [ord(35)]
|
|
MSG ord(36) = [ord(36)]
|
|
MSG ord(37) = [ord(37)]
|
|
MSG ord(38) = [ord(38)]
|
|
MSG ord(39) = [ord(39)]
|
|
MSG ord(40) = [ord(40)]
|
|
|
|
MSG $Ago is [$Ago]%
|
|
MSG $Am is [$Am]%
|
|
MSG $And is [$And]%
|
|
MSG $At is [$At]%
|
|
MSG $Fromnow is [$Fromnow]%
|
|
MSG $Hour is [$Hour]%
|
|
MSG $Is is [$Is]%
|
|
MSG $Minute is [$Minute]%
|
|
MSG $Now is [$Now]%
|
|
MSG $On is [$On]%
|
|
MSG $Pm is [$Pm]%
|
|
MSG $Today is [$Today]%
|
|
MSG $Tomorrow is [$Tomorrow]%
|
|
MSG $Was is [$Was]%
|
|
MSG $January is [$January]%
|
|
MSG $February is [$February]%
|
|
MSG $March is [$March]%
|
|
MSG $April is [$April]%
|
|
MSG $May is [$May]%
|
|
MSG $June is [$June]%
|
|
MSG $July is [$July]%
|
|
MSG $August is [$August]%
|
|
MSG $September is [$September]%
|
|
MSG $October is [$October]%
|
|
MSG $November is [$November]%
|
|
MSG $December is [$December]%
|
|
MSG $Monday is [$Monday]%
|
|
MSG $Tuesday is [$Tuesday]%
|
|
MSG $Wednesday is [$Wednesday]%
|
|
MSG $Thursday is [$Thursday]%
|
|
MSG $Friday is [$Friday]%
|
|
MSG $Saturday is [$Saturday]%
|
|
MSG $Sunday is [$Sunday]%
|