blob: 5215b094d3dd8d0ad5f3d414807b02b462c7f701 [file] [log] [blame]
dacarverbf4bd9f2008-10-18 01:08:59 +00001###############################################################################
2# feature.properties
3# contains externalized strings for feature.xml
4# "%foo" in feature.xml corresponds to the key "foo" in this file
5# java.io.Properties file (ISO 8859-1 with "\" escapes)
6# This file should be translated.
7
8# "featureName" property - name of the feature
Florian Thienelc18ba772012-09-06 22:26:24 +02009featureName=Visual Editor for XML
dacarverbf4bd9f2008-10-18 01:08:59 +000010
11# "copyright" property - copyright notice
Florian Thienel7bf5b672012-03-09 20:31:35 +010012copyright=Copyright (c) 2004, 2012 John Krasnay and others.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000013All rights reserved. This program and the accompanying materials\n\
14are made available under the terms of the Eclipse Public License v1.0\n\
15which accompanies this distribution, and is available at\n\
16http://www.eclipse.org/legal/epl-v10.html\n\
17\n\
18Contributors:\n\
19 John Krasnay - initial API and implementation\n\
20 David Carver (Standards for Technology in Automotive Retail - http://www.starstandard.org)\n\
21 Ed Burnette - (SAS) - http://www.sas.com/\n
22# "providerName" property - name of the company that provides the feature
23providerName=Eclipse.org
24
25# "updateSiteName" property - label for the update site
Florian Thienelc18ba772012-09-06 22:26:24 +020026updateSiteName=Visual Editor for XML
dacarverbf4bd9f2008-10-18 01:08:59 +000027
28# "description" property - description of the feature
29description=A CSS-styled editor for document-style XML documents such as DocBook and XHTML
30
31# "licenseURL" property - URL of the "Feature License"
32# do not translate value - just change to point to a locale-specific HTML page
33licenseURL=http://www.eclipse.org/org/documents/epl-v10.php
34
35# "license" property - text of the "Feature Update License"
36# should be plain text version of license agreement pointed to be "licenseURL"
37license=\
Florian Thienel7bf5b672012-03-09 20:31:35 +010038Eclipse Foundation Software User Agreement\n\
39February 1, 2011\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000040\n\
41Usage Of Content\n\
42\n\
43THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
44OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
45USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
46AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010047NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000048AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
49AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010050OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000051TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
52OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
53BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
54\n\
55Applicable Licenses\n\
56\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010057Unless otherwise indicated, all Content made available by the\n\
58Eclipse Foundation is provided to you under the terms and conditions of\n\
59the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
60provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000061For purposes of the EPL, "Program" will mean the Content.\n\
62\n\
63Content includes, but is not limited to, source code, object code,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010064documentation and other files maintained in the Eclipse Foundation source code\n\
65repository ("Repository") in software modules ("Modules") and made available\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000066as downloadable archives ("Downloads").\n\
67\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010068 - Content may be structured and packaged into modules to facilitate delivering,\n\
69 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
70 plug-in fragments ("Fragments"), and features ("Features").\n\
71 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
72 in a directory named "plugins".\n\
73 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
74 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
75 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
76 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
77 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
78 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000079\n\
80The terms and conditions governing Plug-ins and Fragments should be\n\
81contained in files named "about.html" ("Abouts"). The terms and\n\
82conditions governing Features and Included Features should be contained\n\
83in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
84Licenses may be located in any directory of a Download or Module\n\
85including, but not limited to the following locations:\n\
86\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010087 - The top-level (root) directory\n\
88 - Plug-in and Fragment directories\n\
89 - Inside Plug-ins and Fragments packaged as JARs\n\
90 - Sub-directories of the directory named "src" of certain Plug-ins\n\
91 - Feature directories\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000092\n\
93Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010094Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
95Update License") during the installation process. If the Feature contains\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000096Included Features, the Feature Update License should either provide you\n\
97with the terms and conditions governing the Included Features or inform\n\
98you where you can locate them. Feature Update Licenses may be found in\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010099the "license" property of files named "feature.properties" found within a Feature.\n\
100Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
101terms and conditions (or references to such terms and conditions) that\n\
102govern your use of the associated Content in that directory.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000103\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100104THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000105TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
106SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
107\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100108 - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
109 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
110 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
111 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
112 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
113 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000114\n\
115IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100116TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000117is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
118govern that particular Content.\n\
119\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100120\n\Use of Provisioning Technology\n\
121\n\
122The Eclipse Foundation makes available provisioning software, examples of which include,\n\
123but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
124the purpose of allowing users to install software, documentation, information and/or\n\
125other materials (collectively "Installable Software"). This capability is provided with\n\
126the intent of allowing such users to install, extend and update Eclipse-based products.\n\
127Information about packaging Installable Software is available at\n\
128http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
129\n\
130You may use Provisioning Technology to allow other parties to install Installable Software.\n\
131You shall be responsible for enabling the applicable license agreements relating to the\n\
132Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
133in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
134making it available in accordance with the Specification, you further acknowledge your\n\
135agreement to, and the acquisition of all necessary rights to permit the following:\n\
136\n\
137 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
138 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
139 extending or updating the functionality of an Eclipse-based product.\n\
140 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
141 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
142 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
143 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
144 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
145 with the Specification. Such Installable Software Agreement must inform the user of the\n\
146 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
147 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
148 indication of agreement by the user, the provisioning Technology will complete installation\n\
149 of the Installable Software.\n\
150\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000151Cryptography\n\
152\n\
153Content may contain encryption software. The country in which you are\n\
154currently may have restrictions on the import, possession, and use,\n\
155and/or re-export to another country, of encryption software. BEFORE\n\
156using any encryption software, please check the country's laws,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100157regulations and policies concerning the import, possession, or use, and\n\
158re-export of encryption software, to see if this is permitted.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000159\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100160Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n