Menu

[r2517]: / trunk / Src / Res / Scripts / detail-consts.js  Maximize  Restore  History

Download this file

34 lines (31 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
* 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";
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.