blob: d415581b57a3d8491864bf339162a0db53f995f3 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# module description
OpenIDE-Module-Name=HTML
OpenIDE-Module-Display-Category=Web
OpenIDE-Module-Short-Description=Supports creation, editing, and viewing of HTML files.
OpenIDE-Module-Long-Description=The HTML module supports creation and editing of HTML files and enables you to view them in a web browser.
Loaders/text/html/Factories/org-netbeans-modules-html-HtmlLoader.instance=HTML Files
Loaders/text/xhtml/Factories/org-netbeans-modules-html-XhtmlLoader.instance=XHTML Files
#HtmlLoader
PROP_HtmlLoader_Name=HTML Objects
PROP_XhtmlLoader_Name=XHTML Objects
# HtmlDataNode
LBL_htmlNodeShortDesc=HTML File
PROP_fileEncoding=Encoding
HINT_fileEncoding=Encoding of the file.
# encoding - copied from org/netbeans/modules/java/Bundle.properties
PROP_textfileSetName=Text
HINT_textfileSetName=Properties of the text file
# Filenames
Templates/Other/html.html=HTML File
Templates/Other/xhtml.xhtml=XHTML File
HTMLResolver=HTML and XHTML Files
ResourceFiles=Resource Files
# HtmlEditorSupport
# {0} document name
# {1} encoding
# {2} original encoding of the file when loaded
# {3} "the original" or empty string depending on context
MSG_unsupportedEncodingSave=<html>The encoding {1} specified in meta tag of the document {0} is invalid<br> or the document contains characters which cannot be saved using this encoding.<br> Do you want to save the file using{3} <b>{2}</b> encoding?</html>
# HtmlEditorSupport
# {0} = name of file
# {1} = the bad encoding
MSG_badCharConversionSave=<html>The {0} contains characters which will probably be damaged during conversion to the {1} character set.<br> Do you want to save the file using <b>UTF-8</b> character set?</html>
LBL_HTMLEditorTab=&Source