blob: 66209d3d85e37a909f4cc8d4b555213208cb2e34 [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
hcaob4a86212007-06-11 07:32:57 +000029SQLEditor_showSyntaxErorrDetail=S&how detailed annotation information
30SQLEditor_showSyntaxErorrDetail_tooltip=Show detailed annotation information, such as some syntax proposals
31
hcao72ff57c2006-09-14 06:26:16 +000032SQLEditor_typing_title=&Typing
33SQLEditor_typingAidsGroup_title=Enable these typing aids in Smart Insert mode:
34SQLEditor_typingAidsTable_columnName1=Name
35SQLEditor_typingAidsTable_columnName2=Context
36SQLEditor_typingAidsTable_columnName3=Description
37
38SQLEditor_closeSingleQuotes=Close single quotes
39SQLEditor_closeSingleQuotes_description=If enabled, close single quotes.
hcao5c1c5e02007-05-23 09:38:31 +000040SQLEditor_closeSingleQuotes_preview='${cursor}'
hcao72ff57c2006-09-14 06:26:16 +000041
42SQLEditor_closeDoubleQuotes=Close double quotes
43SQLEditor_closeDoubleQuotes_description=If enabled, close double quotes.
hcao5c1c5e02007-05-23 09:38:31 +000044SQLEditor_closeDoubleQuotes_preview="${cursor}"
hcao72ff57c2006-09-14 06:26:16 +000045
hcao5c1c5e02007-05-23 09:38:31 +000046SQLEditor_closeBrackets=Close parentheses
47SQLEditor_closeBrackets_description=If enabled, close parentheses.
48SQLEditor_closeBrackets_preview=(${cursor})
hcao72ff57c2006-09-14 06:26:16 +000049
50SQLEditor_closeComments=Close comments
51SQLEditor_closeComments_description=If enabled, close SQL multi-line comments.
hcao5c1c5e02007-05-23 09:38:31 +000052SQLEditor_closeComments_preview=/*\n *${cursor}\n */
hcao72ff57c2006-09-14 06:26:16 +000053
54
55SQLEditor_beginEndStatement=Begin-End
56SQLEditor_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 +000057SQLEditor_beginEndStatement_preview=BEGIN\n\t${cursor}\nEND
hcao72ff57c2006-09-14 06:26:16 +000058
59SQLEditor_typingAidsTable_context_all=All
60
61SQLEditor_typingAids_preview=Preview:
62
63General_max_row_num=Maxium line number must be greater than zero.
64General_invalid_int=\ is not a valid integer
65
66GeneralPreferencePage_portable_target=None
67GeneralPreferencePage_execute_error_mode=Whether to continue when error occurs during SQL execution
68GeneralPreferencePage_execute_always=A&lways
69GeneralPreferencePage_execute_never=&Never
70GeneralPreferencePage_execute_prompt=P&rompt
71GeneralPreferencePage_savebeforerenaming_prompt=Pr&ompt
72GeneralPreferencePage_savebeforerenaming_always=Al&ways
73GeneralPreferencePage_title=General settings
74GeneralPreferencePage_description=General settings for the Database Development Tooling.
75GeneralPreferencePage_hover_affordance=Show affordance in &hover on how to make it sticky
76GeneralPreferencePage_portable_check=&Portability check target:
77