/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2006-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Declares various hint strings used by JavaScript in detail panes.
*/
/*
* Hint text
*/
var vOnlineDatabaseHint = "View the online database at delphidabbler.com";
var vUpdateDatabaseHint = "Update the database from the internet";
var vDownloadDatabaseHint = "Download the database from the internet";
var vHelpContentsHint = "Display help contents";
var vQuickStartHint = "Display the Quick Start Guide help topic";
var vCommonTasksHint = "Display the Common Tasks help topic";
var vFAQsHint = "Display the FAQs help topic";
var vAboutCompChecksHint = "Display the About Compiler Checks help topic";
var vConfigCompilersHint = "Display the Configure Compilers dialogue box";
var vAddSnippetHint = "Add a new snippet";
var vTaskAddSnippetsHint =
"View information about how to add a snippet to the database";
var vDonateHint = "Make a donation";
var vNewsHint = "View latest CodeSnip news";
var vProgramUpdatesHint = "Check online for program updates";
var vAboutBoxHint = "Display the About box";