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 |
| 8 | CodeAssist_asa_tips=The following preferences are only available for ASA database: |
| 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 |
| 21 | SQLEditor_showLineNumber=Show lin&e numbers |
| 22 | SQLEditor_syntaxValidationGroup=&Syntax validation |
| 23 | SQLEditor_syntaxValidation=E&nable syntax validation |
| 24 | SQLEditor_syntaxValidation_tooltip=Perform syntax validation and update SQL statement structures in Outline view |
| 25 | SQLEditor_maxLineButton=&Maximum number of lines: |
| 26 | SQLEditor_maxLineButton_tooltip=Disable syntax validation when content exceeds maximum number of lines |
| 27 | SQLEditor_showPromptDialog=Prompt to disable syntax validation when content exceeds maximum number of lines |
| 28 | |
| 29 | SQLEditor_typing_title=&Typing |
| 30 | SQLEditor_typingAidsGroup_title=Enable these typing aids in Smart Insert mode: |
| 31 | SQLEditor_typingAidsTable_columnName1=Name |
| 32 | SQLEditor_typingAidsTable_columnName2=Context |
| 33 | SQLEditor_typingAidsTable_columnName3=Description |
| 34 | |
| 35 | SQLEditor_closeSingleQuotes=Close single quotes |
| 36 | SQLEditor_closeSingleQuotes_description=If enabled, close single quotes. |
hcao | 5c1c5e0 | 2007-05-23 09:38:31 +0000 | [diff] [blame^] | 37 | SQLEditor_closeSingleQuotes_preview='${cursor}' |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 38 | |
| 39 | SQLEditor_closeDoubleQuotes=Close double quotes |
| 40 | SQLEditor_closeDoubleQuotes_description=If enabled, close double quotes. |
hcao | 5c1c5e0 | 2007-05-23 09:38:31 +0000 | [diff] [blame^] | 41 | SQLEditor_closeDoubleQuotes_preview="${cursor}" |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 42 | |
hcao | 5c1c5e0 | 2007-05-23 09:38:31 +0000 | [diff] [blame^] | 43 | SQLEditor_closeBrackets=Close parentheses |
| 44 | SQLEditor_closeBrackets_description=If enabled, close parentheses. |
| 45 | SQLEditor_closeBrackets_preview=(${cursor}) |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 46 | |
| 47 | SQLEditor_closeComments=Close comments |
| 48 | SQLEditor_closeComments_description=If enabled, close SQL multi-line comments. |
hcao | 5c1c5e0 | 2007-05-23 09:38:31 +0000 | [diff] [blame^] | 49 | SQLEditor_closeComments_preview=/*\n *${cursor}\n */ |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 50 | |
| 51 | |
| 52 | SQLEditor_beginEndStatement=Begin-End |
| 53 | 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^] | 54 | SQLEditor_beginEndStatement_preview=BEGIN\n\t${cursor}\nEND |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 55 | |
| 56 | SQLEditor_typingAidsTable_context_all=All |
| 57 | |
| 58 | SQLEditor_typingAids_preview=Preview: |
| 59 | |
| 60 | General_max_row_num=Maxium line number must be greater than zero. |
| 61 | General_invalid_int=\ is not a valid integer |
| 62 | |
| 63 | GeneralPreferencePage_portable_target=None |
| 64 | GeneralPreferencePage_execute_error_mode=Whether to continue when error occurs during SQL execution |
| 65 | GeneralPreferencePage_execute_always=A&lways |
| 66 | GeneralPreferencePage_execute_never=&Never |
| 67 | GeneralPreferencePage_execute_prompt=P&rompt |
| 68 | GeneralPreferencePage_savebeforerenaming_prompt=Pr&ompt |
| 69 | GeneralPreferencePage_savebeforerenaming_always=Al&ways |
| 70 | GeneralPreferencePage_title=General settings |
| 71 | GeneralPreferencePage_description=General settings for the Database Development Tooling. |
| 72 | GeneralPreferencePage_hover_affordance=Show affordance in &hover on how to make it sticky |
| 73 | GeneralPreferencePage_portable_check=&Portability check target: |
| 74 | |