// +-------------------------------------------------------------+
// | FILENAME:           res_ALOM.js                             |
// | DESCRIPTION:        Main resource file for VSPHelp. Called  |
// |                     by all help topics.                     |
// | TRANSLATION TASKS:                                          |
// | 1. Edit global values (All languages)                       |
// | 2. Translate Section B (All languages)                      |
// | 3. Translate Section C (All languages)                      |
// | 4. Translate Section D (European ONLY!!!)                   |
// |                                                             |
// | Copyright 2004 Sun Microsystems Inc. All Rights Reserved    |
// +-------------------------------------------------------------+


// +-------------------------------------------------------------+
// | SECTION A -- Global variables                               |
// +-------------------------------------------------------------+
// Set the following variable to 0 or 1:
// 0 = Use Java fulltext search (US and Euros)(the default)
// 1 = Use JavaScript keyword search (Asians)
var KWOnly = "0"
// Update to following Part Number (language-specific)
var_partnumber = "819-0853-10"

// +-------------------------------------------------------------+
// | SECTION B -- General strings                                |
// +-------------------------------------------------------------+
//TRANSLATE the following strings.
var_currentlanguage = "U.S. English"
var_label_productname = "Product name"
var_label_productrelease = "Product release"
var_label_currentfilename = "Topic URL"
var_label_currentlanguage = "Language"
var_label_helprelease = "Help release"
var_label_browsername = "Browser name"
var_label_browserversion = "Browser version"
var_label_clientOS = "Client OS"
var_label_userlanguage = "Client language"
var_label_testonline = "Connected"
var_label_topicinformation = "TOPIC INFORMATION"
var_label_sessioninformation = "SESSION INFORMATION"
var_label_javaenabled = "Java enabled"
var_label_daycode = "Last modified"
var_label_partnumber = "Collection part number"
// Translate the following string. It is inserted at the bottom of each topic.
SeeAlsoString = "<b>Related Information</b><BR>"
// Miscellaneous strings
var_TOCAlt = "Table of Contents"
var_SearchAlt = "Search"
var_FeedbackAlt = "Feedback"
var_InfoAlt = "Information"

// +-------------------------------------------------------------+
// | SECTION C -- Feedback strings                               |
// +-------------------------------------------------------------+
// TRANSLATE the following strings.
var ToString = "To:"
var SubjectString = "Subject:"
var feedbackString = "Feedback to Sun"
var_feedbackHeading = "Documentation Feedback"
// One long string next ... no carriage return
var_feedbackPara1 = "If you cannot send new email messages directly from your web browser, create a message in your email application that contains the following information:"
// One long string next ... no carriage return
var_feedbackPara2 = "If you can send email messages by clicking links in your web browser, click the following link to send a feedback message to Sun:"
var_feedbackPara3 = "Thank you for using Sun products."
var_feedbackPara4 = "To submit feedback on Sun documentation, do the following:"
var_feedbackPara5 = "Copy the following information about your curent help topic:"
var_feedbackPara6 = "Click the following link to open a web-based form:"
var_feedbackPara7 = "Paste the help topic information into the web-based form."
var_feedbackLabelTitle = "Document Title: "
var_feedbackDocTitle = "ALOM Help"
var_feedbackLabelComments = "Comments"

// +-------------------------------------------------------------+
// | SECTION D -- Full-text search strings                       |
// | EUROPEAN LANGUAGES ONLY!!!!!                                |
// +-------------------------------------------------------------+
//Text used in search results messages.
var noData_txt = "No search data were provided";
var yourSearch_txt = "Your search for";
var exactMatches_txt = "with exact matches only";
var excludingHTML_txt = "excluding HTML";
var yielded_txt = "yielded";
var closestAnchor_txt = "Closest anchor";
var docInfo_txt = "Document Info";
var context_txt = "Match Context";
var noMatches_txt = "No matches";
var searchHeading = "Full Text Search"
var searchDirectionsHeading = "Search directions:"
// One long string next ... no carriage return
var searchPara1 = "To search for a keyword in Help files, type the keyword in the search box."
// One long string next ... no carriage return
var searchPara2 = "To search for a sequence of words, enclose the sequence in quotation marks."
var searchResultsHeading = "Search Results"

