blob: 924a163f8059c01064d30937537674b96980d389 [file] [log] [blame]
hcao72ff57c2006-09-14 06:26:16 +00001
2CodeAssist_description=Code assist settings for SQL Editor
3CodeAssist_general_title=&General
4CodeAssist_showSystemGroup=Show database objects
5CodeAssist_showSystemTables=Show system &tables
6CodeAssist_showSystemProcedures=Show system &procedures and functions
7CodeAssist_showOwnerOfTable=Show &owner of table or view
8CodeAssist_asa_tips=The following preferences are only available for ASA database:
9CodeAssist_showSystemViews=Show system &views
10CodeAssist_asa_titile=&ASA
11CodeAssist_insertSingleProposals=&Insert single proposals automatically
12CodeAssist_autoActivationGroup=Auto Activation
13CodeAssist_enableAuto=&Enable auto activation
14CodeAssist_autoActivationDelay=A&uto activation delay:
15CodeAssist_autoActivationTriggers=Auto activation triggers for SQL:
16
17
18
19
20SQLEditor_general_title=&General
21SQLEditor_showLineNumber=Show lin&e numbers
22SQLEditor_syntaxValidationGroup=&Syntax validation
23SQLEditor_syntaxValidation=E&nable syntax validation
24SQLEditor_syntaxValidation_tooltip=Perform syntax validation and update SQL statement structures in Outline view
25SQLEditor_maxLineButton=&Maximum number of lines:
26SQLEditor_maxLineButton_tooltip=Disable syntax validation when content exceeds maximum number of lines
27SQLEditor_showPromptDialog=Prompt to disable syntax validation when content exceeds maximum number of lines
28
29SQLEditor_typing_title=&Typing
30SQLEditor_typingAidsGroup_title=Enable these typing aids in Smart Insert mode:
31SQLEditor_typingAidsTable_columnName1=Name
32SQLEditor_typingAidsTable_columnName2=Context
33SQLEditor_typingAidsTable_columnName3=Description
34
35SQLEditor_closeSingleQuotes=Close single quotes
36SQLEditor_closeSingleQuotes_description=If enabled, close single quotes.
hcao5c1c5e02007-05-23 09:38:31 +000037SQLEditor_closeSingleQuotes_preview='${cursor}'
hcao72ff57c2006-09-14 06:26:16 +000038
39SQLEditor_closeDoubleQuotes=Close double quotes
40SQLEditor_closeDoubleQuotes_description=If enabled, close double quotes.
hcao5c1c5e02007-05-23 09:38:31 +000041SQLEditor_closeDoubleQuotes_preview="${cursor}"
hcao72ff57c2006-09-14 06:26:16 +000042
hcao5c1c5e02007-05-23 09:38:31 +000043SQLEditor_closeBrackets=Close parentheses
44SQLEditor_closeBrackets_description=If enabled, close parentheses.
45SQLEditor_closeBrackets_preview=(${cursor})
hcao72ff57c2006-09-14 06:26:16 +000046
47SQLEditor_closeComments=Close comments
48SQLEditor_closeComments_description=If enabled, close SQL multi-line comments.
hcao5c1c5e02007-05-23 09:38:31 +000049SQLEditor_closeComments_preview=/*\n *${cursor}\n */
hcao72ff57c2006-09-14 06:26:16 +000050
51
52SQLEditor_beginEndStatement=Begin-End
53SQLEditor_beginEndStatement_description=Add the 'end' with proper indentation, then move the cursor to a new line between Begin/End with proper indentation.
hcao5c1c5e02007-05-23 09:38:31 +000054SQLEditor_beginEndStatement_preview=BEGIN\n\t${cursor}\nEND
hcao72ff57c2006-09-14 06:26:16 +000055
56SQLEditor_typingAidsTable_context_all=All
57
58SQLEditor_typingAids_preview=Preview:
59
60General_max_row_num=Maxium line number must be greater than zero.
61General_invalid_int=\ is not a valid integer
62
63GeneralPreferencePage_portable_target=None
64GeneralPreferencePage_execute_error_mode=Whether to continue when error occurs during SQL execution
65GeneralPreferencePage_execute_always=A&lways
66GeneralPreferencePage_execute_never=&Never
67GeneralPreferencePage_execute_prompt=P&rompt
68GeneralPreferencePage_savebeforerenaming_prompt=Pr&ompt
69GeneralPreferencePage_savebeforerenaming_always=Al&ways
70GeneralPreferencePage_title=General settings
71GeneralPreferencePage_description=General settings for the Database Development Tooling.
72GeneralPreferencePage_hover_affordance=Show affordance in &hover on how to make it sticky
73GeneralPreferencePage_portable_check=&Portability check target:
74