blob: 32bed17c8676f5d17bac947cb54d06e2868bca86 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
# module description
OpenIDE-Module-Name=HTML
OpenIDE-Module-Display-Category=Web
OpenIDE-Module-Short-Description=Suporta la creaci\u00f3, edici\u00f3, i visualitzaci\u00f3 de fitxers HTML.
OpenIDE-Module-Long-Description=El m\u00f2dul HTML suporta la creaci\u00f3 i edici\u00f3 de fitxers HTML, i us permet veure'ls a una navegador web.
Loaders/text/html/Factories/org-netbeans-modules-html-HtmlLoader.instance=Fitxers HTML
Loaders/text/xhtml/Factories/org-netbeans-modules-html-HtmlLoader.instance=Fitxers XHTML
#HtmlLoader
PROP_HtmlLoader_Name=Objectes HTML
PROP_XhtmlLoader_Name=Objectes XHTML
# HtmlDataNode
LBL_htmlNodeShortDesc=Fitxer HTML
PROP_fileEncoding=Codificaci\u00f3
HINT_fileEncoding=Codificaci\u00f3 del fitxer.
# encoding - copied from org/netbeans/modules/java/Bundle.properties
PROP_textfileSetName=Text
HINT_textfileSetName=Propietats del fitxer de text
# Filenames
Templates/Other/html.html=Fitxer HTML
Templates/Other/xhtml.xhtml=Fitxer XHTML
Services/MIMEResolver/html.xml=Fitxers HTML i XHTML
# 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>La codificaci\u00f3 {1} especificada a l''etiqueta meta del document {0} no \u00e9s v\u00e0lida<br> o b\u00e9 el document cont\u00e9 car\u00e0cters que no pode desar-se amb aquesta codificaci\u00f3.<br> Voleu desar el fitxer utilitzant la codificaci\u00f3 {3} <b>{2}</b>?</html>
# HtmlEditorSupport
# {0} document name
# {1} encoding
# {2} alternative encoding
MSG_unsupportedEncodingLoad=<html>La codificaci\u00f3 {1} especificada a l''etiqueta meta del document {0} no \u00e9s v\u00e0lida.<br>Voleu carregar el fitxer utilitzant la codificaci\u00f3 <b>{2}</b>?</html>
# HtmlEditorSupport
# {0} = name of file
# {1} = the bad encoding
MSG_badCharConversionSave=<html>{0} cont\u00e9 car\u00e0cter que probablement puguin ser danyats durant la conversi\u00f3 al {1} repertori de car\u00e0cters.<br> Voleu desar el fitxer utilitzant el repertori de car\u00e0cters <b>UTF-8</b>?</html>