MESSAGE "Information gardening software for PalmOS.\n"\
"\2512000 Laurent Moussault.\n"\
"\n"\
"Ghardeno comes with absolutely no warranty. This is free software, distributed under GNU General Public License (GPL)."
BUTTONS "Done"
END
STRING ID id_helpString "Sorry...\n"\
"I haven't written any documentation yet!"
ALERT ID id_preferencesForm
INFORMATION
BEGIN
TITLE "Preferences"
MESSAGE "No preferences yet..."
BUTTONS "Done"
END
ALERT ID id_deleteForm
CONFIRMATION
BEGIN
TITLE "Delete item"
MESSAGE "Delete item \221^1\222?"
BUTTONS "OK" "Cancel"
END
ALERT ID id_purgeForm
HELPID id_purgeFormHelpString
CONFIRMATION
BEGIN
TITLE "Purge Category"
MESSAGE "Delete all stroken items in category \221^1\222?"
BUTTONS "OK" "Cancel"
END
STRING ID id_purgeFormHelpString "This command only purge the current category.\n\nIf you want to delete all stroken items whatever their category, first select \221All\222 in the category selector then choose \221Purge...\222 in the menu."
ALERT ID id_purgeAllForm
HELPID id_purgeAllFormHelpString
CONFIRMATION
BEGIN
TITLE "Purge All"
MESSAGE "Delete all stroken items?"
BUTTONS "OK" "Cancel"
END
STRING ID id_purgeAllFormHelpString "This command purge all the categories.\n\nIf you only want to delete the stroken items of a particular category, first select it in the category selector then choose \221Purge...\222 in the menu."