blob: beaffd3efc5a0b16ea0e82ba724dca52fc3f84e7 [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
hcao9c192ab2007-08-22 08:15:43 +00008CodeAssist_asa_tips=The following preferences are only available for SQL Anywhere database:
hcao72ff57c2006-09-14 06:26:16 +00009CodeAssist_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
hcao72ff57c2006-09-14 06:26:16 +000021SQLEditor_syntaxValidationGroup=&Syntax validation
22SQLEditor_syntaxValidation=E&nable syntax validation
23SQLEditor_syntaxValidation_tooltip=Perform syntax validation and update SQL statement structures in Outline view
24SQLEditor_maxLineButton=&Maximum number of lines:
25SQLEditor_maxLineButton_tooltip=Disable syntax validation when content exceeds maximum number of lines
26SQLEditor_showPromptDialog=Prompt to disable syntax validation when content exceeds maximum number of lines
27
hcaob4a86212007-06-11 07:32:57 +000028SQLEditor_showSyntaxErorrDetail=S&how detailed annotation information
29SQLEditor_showSyntaxErorrDetail_tooltip=Show detailed annotation information, such as some syntax proposals
30
hcao72ff57c2006-09-14 06:26:16 +000031SQLEditor_typing_title=&Typing
32SQLEditor_typingAidsGroup_title=Enable these typing aids in Smart Insert mode:
33SQLEditor_typingAidsTable_columnName1=Name
34SQLEditor_typingAidsTable_columnName2=Context
35SQLEditor_typingAidsTable_columnName3=Description
36
37SQLEditor_closeSingleQuotes=Close single quotes
38SQLEditor_closeSingleQuotes_description=If enabled, close single quotes.
hcao5c1c5e02007-05-23 09:38:31 +000039SQLEditor_closeSingleQuotes_preview='${cursor}'
hcao72ff57c2006-09-14 06:26:16 +000040
41SQLEditor_closeDoubleQuotes=Close double quotes
42SQLEditor_closeDoubleQuotes_description=If enabled, close double quotes.
hcao5c1c5e02007-05-23 09:38:31 +000043SQLEditor_closeDoubleQuotes_preview="${cursor}"
hcao72ff57c2006-09-14 06:26:16 +000044
hcao5c1c5e02007-05-23 09:38:31 +000045SQLEditor_closeBrackets=Close parentheses
46SQLEditor_closeBrackets_description=If enabled, close parentheses.
47SQLEditor_closeBrackets_preview=(${cursor})
hcao72ff57c2006-09-14 06:26:16 +000048
49SQLEditor_closeComments=Close comments
50SQLEditor_closeComments_description=If enabled, close SQL multi-line comments.
hcao5c1c5e02007-05-23 09:38:31 +000051SQLEditor_closeComments_preview=/*\n *${cursor}\n */
hcao72ff57c2006-09-14 06:26:16 +000052
53
54SQLEditor_beginEndStatement=Begin-End
55SQLEditor_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 +000056SQLEditor_beginEndStatement_preview=BEGIN\n\t${cursor}\nEND
hcao72ff57c2006-09-14 06:26:16 +000057
58SQLEditor_typingAidsTable_context_all=All
59
60SQLEditor_typingAids_preview=Preview:
61
hcao9c192ab2007-08-22 08:15:43 +000062General_max_row_num=Maximum line number must be greater than zero.
hcao72ff57c2006-09-14 06:26:16 +000063General_invalid_int=\ is not a valid integer
64
65GeneralPreferencePage_portable_target=None
66GeneralPreferencePage_execute_error_mode=Whether to continue when error occurs during SQL execution
67GeneralPreferencePage_execute_always=A&lways
68GeneralPreferencePage_execute_never=&Never
69GeneralPreferencePage_execute_prompt=P&rompt
70GeneralPreferencePage_savebeforerenaming_prompt=Pr&ompt
71GeneralPreferencePage_savebeforerenaming_always=Al&ways
72GeneralPreferencePage_title=General settings
73GeneralPreferencePage_description=General settings for the Database Development Tooling.
74GeneralPreferencePage_hover_affordance=Show affordance in &hover on how to make it sticky
75GeneralPreferencePage_portable_check=&Portability check target:
76