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