📄 strtable.ssc
字号:
<!--SCRIPT PSOBJMOD
import( site.GetRootDocument().location + "/ObjMod80.ssc" );
session.active = true;
InitObjects(session);
-->
<!--SCRIPT // {{ SCRIPT()
/* international strings table */
IntlStr.wizNewTemplDesc = "Wizard to create a new template";
IntlStr.wizNewTemplMenu = "&Template";
IntlStr.wizNewTemplLabel = "Add Template";
IntlStr.wizNewTempl.p1.explanation =
'You are about to create a template, which will may contain normal &
HTML or XML tags plus special tags for database processing. Your template &
must have a name that is unique in its folder.';
IntlStr.wizNewTempl.p1.question = 'What name would you like to give your template?';
IntlStr.wizNewTempl.p1.title = 'New Template Name';
IntlStr.wizNewTempl.p2.explanation =
'You can have a description for your template. This will let other &
people understand the contents of your template.';
IntlStr.wizNewTempl.p2.question = 'Enter a description of this template.';
IntlStr.wizNewTempl.p2.title = 'Template Description';
IntlStr.wizNewTempl.p3.explanation =
'You can enter a SQL statement to be used to generate a default template.';
IntlStr.wizNewTempl.p3.question = '';
IntlStr.wizNewTempl.p3.title = 'Add SQL Query to New Template';
IntlStr.wizNewTempl.p4.explanation =
'You can specify one of the standard formats for the output of your &
SQL Query. You will be given a chance to modify the output.';
IntlStr.wizNewTempl.p4.question = 'What HTML format do you want to use for your data?';
IntlStr.wizNewTempl.p4.title = 'New Template Initial HTML';
IntlStr.wizNewTempl.p4.choices[0] = '<default>';
IntlStr.wizNewTempl.p4.choices[1] = 'Table';
IntlStr.wizNewTempl.p4.choices[2] = 'Table with headings';
IntlStr.wizNewTempl.p4.choices[3] = 'Detail';
IntlStr.wizNewTempl.p4.choices[4] = 'Definition List';
IntlStr.wizNewTempl.p4.choices[5] = 'Unordered List';
IntlStr.wizNewTempl.p4.choices[6] = 'Ordered List';
IntlStr.wizNewTempl.p4.choices[7] = 'Paragraph';
IntlStr.wizNewTempl.p4.choices[8] = 'Link';
IntlStr.wizNewTempl.doctypepage.choices[0] = 'HTML';
IntlStr.wizNewTempl.doctypepage.choices[1] = 'XML';
IntlStr.wizNewTempl.doctypepage.explanation = 'You can create an HTML or XML template.';
IntlStr.wizNewTempl.doctypepage.question = 'What type of document do you want to create?';
IntlStr.wizNewTempl.doctypepage.title = 'Document Type';
IntlStr.wizNewTempl.xmltypepage.choices[0] = "Provide new tags";
IntlStr.wizNewTempl.xmltypepage.choices[1] = "Use saved tags";
IntlStr.wizNewTempl.xmltypepage.explanation = 'You can provide a new set of XML tags or use a set of XML &
tags that you have previously saved.';
IntlStr.wizNewTempl.xmltypepage.question = 'What do you want to do?';
IntlStr.wizNewTempl.xmltypepage.title = 'New or Saved XML';
IntlStr.wizNewTempl.xmlcustompage.explanation = 'The result set, row, and column tags will be used to &
enclose the result set data. You can provide a single column tag, or a column tag for each column in the &
result set. To specify multiple column tags, enter each tag separated by a space.';
IntlStr.wizNewTempl.xmlcustompage.title = 'New XML Tag Set';
IntlStr.wizNewTempl.xmlcustompage.item1Label = 'Result set tag';
IntlStr.wizNewTempl.xmlcustompage.item2Label = 'Row tag';
IntlStr.wizNewTempl.xmlcustompage.item3Label = 'Column tag';
IntlStr.wizNewTempl.xmlcustomsavepage.explanation = 'You can name your custom XML &
so that it can be saved for future use. A document by that name will be saved in the system/xml directory. &
If you do not want to save the tag set, do not name the tag set. You can also provide a description &
for the tag set to help other people understand the contents.';
IntlStr.wizNewTempl.xmlcustomsavepage.title = 'Save Custom XML';
IntlStr.wizNewTempl.xmlcustomsavepage.item1Label = 'Name';
IntlStr.wizNewTempl.xmlcustomsavepage.item2Label = 'Description';
IntlStr.wizNewTempl.xmlpredefinedpage.explanation = 'XML tag sets which have been saved are listed below.';
IntlStr.wizNewTempl.xmlpredefinedpage.question = 'Which XML tag set do you want to use?';
IntlStr.wizNewTempl.xmlpredefinedpage.title = 'XML Tag Sets';
IntlStr.wizNewTempl.wrongNumberOfColumnTags = 'Too few or too many column tags were provided for the specified query';
IntlStr.wizNewFoldDesc = "Wizard to create a new folder";
IntlStr.wizNewFoldMenu = "&Folder";
IntlStr.wizNewFoldLabel = "Add Folder";
IntlStr.wizNewFold.p1.explanation =
'You can organize your templates into folders. &
Each folder must have a name that is different than any other folder or template.';
IntlStr.wizNewFold.p1.question = 'What name would you like to give your folder?';
IntlStr.wizNewFold.p1.title = "New Folder Name";
IntlStr.wizNewFold.p2.explanation = 'You can have a description for your folder. &
This will let other people understand what templates are in this folder.';
IntlStr.wizNewFold.p2.question = 'Enter a description of this folder.';
IntlStr.wizNewFold.p2.title = 'Folder Description';
IntlStr.wizNewFold.p3.explanation = 'You can associate one of your defined connections &
with this folder. This connection will be used as the default connection for &
any SQL statements contained in documents within this folder';
IntlStr.wizNewFold.p3.question = 'Which connection do you want to use for this folder?';
IntlStr.wizNewFold.p3.title = 'New Folder Default Connection';
IntlStr.wizNewScriptDesc = "Wizard to create a new script";
IntlStr.wizNewScriptMenu = "&Script";
IntlStr.wizNewScriptLabel = "Add Script";
IntlStr.wizNewScript.p1.explanation =
'You are about to create a new script. You must give every document, &
including scripts, a name.';
IntlStr.wizNewScript.p1.question = 'What name would you like to give this script?';
IntlStr.wizNewScript.p1.title = 'Script Name';
IntlStr.wizNewScript.p2.explanation =
'You can include a brief description of the purpose of this script.';
IntlStr.wizNewScript.p2.question = 'Please enter a description of this script.';
IntlStr.wizNewScript.p2.title = 'Script Description';
IntlStr.wizNewConnDesc = "Wizard to create a new connection";
IntlStr.wizNewConnMenu = "&Connection";
IntlStr.wizNewConnLabel = "Add Connection";
IntlStr.wizNewConn.p1.title = 'New Connection Name';
IntlStr.wizNewConn.p1.explanation = 'You need to provide a name for this connection. &
It should be a meaningful name.';
IntlStr.wizNewConn.p1.question = 'What name would you like to give your connection?';
IntlStr.wizNewConn.p2.title = 'Connection Description';
IntlStr.wizNewConn.p2.explanation = 'You can have a description for your connection. &
This will let other people understand why you have this connection.';
IntlStr.wizNewConn.p2.question = 'Enter a description of this connection.';
IntlStr.wizNewConn.connType.title = 'Connection Type';
IntlStr.wizNewConn.connType.explanation = 'You can create different types of connections.';
IntlStr.wizNewConn.connType.question = 'What type of connection would you like to create?';
IntlStr.wizNewConn.connType.choices[0] = 'ODBC';
IntlStr.wizNewConn.connType.choices[1] = 'Open Client';
IntlStr.wizNewConn.p3.title = 'Data Source Name';
IntlStr.wizNewConn.p3.explanation = 'ODBC Data Sources';
IntlStr.wizNewConn.p3.question = 'Select a data source for this connection.';
IntlStr.wizNewConn.server.title = 'Server Name';
IntlStr.wizNewConn.server.explanation = 'You can specify the server that this connection &
will access. If you do not specify a server, the server hosting the web site &
will be used.';
IntlStr.wizNewConn.server.question = 'Which server should this connection access?';
IntlStr.wizNewConn.dbase.title = 'Database Name';
IntlStr.wizNewConn.dbase.explanation = "You can specify the name of the database &
that this connection will access. If you do not specify a database, the user's default &
database will be used.";
IntlStr.wizNewConn.dbase.question = 'Which database should this connection access?';
IntlStr.wizNewConn.p4.title = 'UserId';
IntlStr.wizNewConn.p4.explanation = 'You can enter a userid to use for this connection. &
If no userid is entered and you are creating an ODBC connection, the userid from the ODBC Data Source will be used.';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -