blob: 14951917a70c654793b6cee9341b65d404c5d5fd [file] [log] [blame]
###############################################################################
# Copyright (c) 2015, 2018 IBM Corporation and others.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# Outline
refreshoutline_0=Refreshing Outline
SortAction_0=Sort
# Preferences
## Syntax Coloring preferences page
Sample_JSON_doc={\n\t// Here a simple JSON file\n\t"object": {},\n\t"array": [\n\t\t1,\n\t\t2,\n\t\t3],\n\t"boolean": true,\n\t"null": null,\n\t\"number": 123,\n\t"object": {\n\t\t"a": "b",\n\t\t"c": "d"\n\t},\n\t"string": "Hello World"\n}
SyntaxColoringPage_0=S&yntax Element:
SyntaxColoringPage_2=Enable
SyntaxColoringPage_3=&Bold
SyntaxColoringPage_4=&Italic
SyntaxColoringPage_5=&Strikethrough
SyntaxColoringPage_6=&Underline
CURLY_BRACE_UI_=Curly
COLON_UI_=Colon
COMMA_UI_=Comma
NORMAL_UI_=Normal
OBJECT_KEY_UI_=Object key
VALUE_BOOLEAN_UI_=Boolean value
VALUE_NULL_UI_=Null value
VALUE_NUMBER_UI_=Number value
VALUE_STRING_UI_=String value
COMMENT_UI_=Comment
## Validation preferences page
SyntaxValidation_files=&Enable syntax validation
EnableSchemaValidation=Enable schema validation
SyntaxValidation_files_label=Errors/Warnings
Severity_error=Error
Severity_warning=Warning
Severity_ignore=Ignore
Missing_start_object=Missing start object
Missing_end_object=Missing end object
Missing_start_array=Missing start array
Missing_end_array=Missing end array
#EmptyFilePreferencePage
EmptyFilePreferencePage_0=Expand the tree to edit preferences for a specific feature.
# JSONFilesPreferencePage
Creating_files=Creating files
EncodingSettings_0=IANA:
EncodingSettings_1=Encoding:
Encoding_desc=The following encoding will apply:
Encoding=En&coding:
JSONFilesPreferencePage_ExtensionLabel=Add this &suffix (if not specified):
JSONFilesPreferencePage_ExtensionError=Suffix must be one of the following {0}
Creating_files_encoding=Creating files encoding preference
# Validation
Not_an_integer=''{0}'' is not a positive integer.
Missing_integer=A positive integer must be specified.
# JSONContentAssistPreferencePage
JSONContentAssistPreferencePage_Auto_Activation_UI_=Auto Activation
JSONContentAssistPreferencePage_Cycling_UI_=Cycling
Automatically_make_suggest_UI_=Automatically ma&ke suggestions
Auto_Activation_Delay=Auto activation dela&y (ms):
Prompt_when_these_characte_UI_=P&rompt when these characters are inserted:
Suggestion_Strategy=&Suggestion strategy:
Suggestion_Strategy_Lax=Lax
Suggestion_Strategy_Strict=Strict
Group_label_Insertion=Insertion
Insert_single_proposals=&Insert single proposals automatically
# Content Assist
Content_Assist_not_availab_UI_=Content Assist not available at the current location
_UI_STRUCTURED_TEXT_EDITOR_PREFS_LINK=JSON editing preferences. Note that some preferences may be set on the <a>{0}</a> preference page.
Formatting_UI_=Formatting
Line_width__UI_=Line &width:
Indent_using_tabs_=&Indent using tabs
Indent_using_spaces=I&ndent using spaces
Indentation_size=In&dentation size:
Indentation_size_tip=Indentation size
PrefsLabel_SelectorWhitespace=Inser&t whitespace between selectors
## JSON Preferences -- source ##
PrefsLabel_WrappingWithoutAttr=Disable wrapping in style &attribute of HTML
PrefsLabel_WrappingInsertLineBreak=Insert &line break between properties
JSON_Catalog_Entries=JSON Catalog Entries
Add=Add
Edit=Edit
Remove=Remove
Add_Catalog_Entry=Add Catalog Entry
Edit_Catalog_Entry=Edit Catalog Entry
FileMatch=File Match:
URL=URL:
Browse=Browse...
The_name_field_is_required=The name field is required.
The_entry_already_exists=The entry already exists.
The_url_field_is_required=The url field is required.
Invalid_URL=Invalid url.