blob: 4431364ea65fd243a115615f16e7621c361a2e1e [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 Thienel0d415e32014-11-22 22:29:32 +010012copyright=Copyright (c) 2004, 2014 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\
Florian Thienel0d415e32014-11-22 22:29:32 +010021 Florian Thienel\n\
22 and others\n
dacarverbf4bd9f2008-10-18 01:08:59 +000023# "providerName" property - name of the company that provides the feature
24providerName=Eclipse.org
25
26# "updateSiteName" property - label for the update site
Florian Thienel0d415e32014-11-22 22:29:32 +010027updateSiteName=Visual Editor for XML
dacarverbf4bd9f2008-10-18 01:08:59 +000028
29# "description" property - description of the feature
30description=A CSS-styled editor for document-style XML documents such as DocBook and XHTML
31
32# "licenseURL" property - URL of the "Feature License"
33# do not translate value - just change to point to a locale-specific HTML page
34licenseURL=http://www.eclipse.org/org/documents/epl-v10.php
35
36# "license" property - text of the "Feature Update License"
37# should be plain text version of license agreement pointed to be "licenseURL"
38license=\
Florian Thienel7bf5b672012-03-09 20:31:35 +010039Eclipse Foundation Software User Agreement\n\
40February 1, 2011\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000041\n\
42Usage Of Content\n\
43\n\
44THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
45OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
46USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
47AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010048NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000049AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
50AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010051OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000052TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
53OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
54BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
55\n\
56Applicable Licenses\n\
57\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010058Unless otherwise indicated, all Content made available by the\n\
59Eclipse Foundation is provided to you under the terms and conditions of\n\
60the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
61provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000062For purposes of the EPL, "Program" will mean the Content.\n\
63\n\
64Content includes, but is not limited to, source code, object code,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010065documentation and other files maintained in the Eclipse Foundation source code\n\
66repository ("Repository") in software modules ("Modules") and made available\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000067as downloadable archives ("Downloads").\n\
68\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010069 - Content may be structured and packaged into modules to facilitate delivering,\n\
70 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
71 plug-in fragments ("Fragments"), and features ("Features").\n\
72 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
73 in a directory named "plugins".\n\
74 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
75 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
76 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
77 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
78 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
79 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000080\n\
81The terms and conditions governing Plug-ins and Fragments should be\n\
82contained in files named "about.html" ("Abouts"). The terms and\n\
83conditions governing Features and Included Features should be contained\n\
84in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
85Licenses may be located in any directory of a Download or Module\n\
86including, but not limited to the following locations:\n\
87\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010088 - The top-level (root) directory\n\
89 - Plug-in and Fragment directories\n\
90 - Inside Plug-ins and Fragments packaged as JARs\n\
91 - Sub-directories of the directory named "src" of certain Plug-ins\n\
92 - Feature directories\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000093\n\
94Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +010095Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
96Update License") during the installation process. If the Feature contains\n\
dacarverbf4bd9f2008-10-18 01:08:59 +000097Included Features, the Feature Update License should either provide you\n\
98with the terms and conditions governing the Included Features or inform\n\
99you where you can locate them. Feature Update Licenses may be found in\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100100the "license" property of files named "feature.properties" found within a Feature.\n\
101Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
102terms and conditions (or references to such terms and conditions) that\n\
103govern your use of the associated Content in that directory.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000104\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100105THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000106TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
107SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
108\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100109 - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
110 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
111 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
112 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
113 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
114 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000115\n\
116IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100117TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000118is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
119govern that particular Content.\n\
120\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100121\n\Use of Provisioning Technology\n\
122\n\
123The Eclipse Foundation makes available provisioning software, examples of which include,\n\
124but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
125the purpose of allowing users to install software, documentation, information and/or\n\
126other materials (collectively "Installable Software"). This capability is provided with\n\
127the intent of allowing such users to install, extend and update Eclipse-based products.\n\
128Information about packaging Installable Software is available at\n\
129http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
130\n\
131You may use Provisioning Technology to allow other parties to install Installable Software.\n\
132You shall be responsible for enabling the applicable license agreements relating to the\n\
133Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
134in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
135making it available in accordance with the Specification, you further acknowledge your\n\
136agreement to, and the acquisition of all necessary rights to permit the following:\n\
137\n\
138 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
139 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
140 extending or updating the functionality of an Eclipse-based product.\n\
141 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
142 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
143 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
144 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
145 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
146 with the Specification. Such Installable Software Agreement must inform the user of the\n\
147 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
148 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
149 indication of agreement by the user, the provisioning Technology will complete installation\n\
150 of the Installable Software.\n\
151\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000152Cryptography\n\
153\n\
154Content may contain encryption software. The country in which you are\n\
155currently may have restrictions on the import, possession, and use,\n\
156and/or re-export to another country, of encryption software. BEFORE\n\
157using any encryption software, please check the country's laws,\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100158regulations and policies concerning the import, possession, or use, and\n\
159re-export of encryption software, to see if this is permitted.\n\
dacarverbf4bd9f2008-10-18 01:08:59 +0000160\n\
Florian Thienel7bf5b672012-03-09 20:31:35 +0100161Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n