215
|
1 |
###############################################################################
|
|
2 |
# Copyright (c) 2000, 2009 IBM Corporation and others.
|
|
3 |
# All rights reserved. This program and the accompanying materials
|
|
4 |
# are made available under the terms of the Eclipse Public License v1.0
|
|
5 |
# which accompanies this distribution, and is available at
|
|
6 |
# http://www.eclipse.org/legal/epl-v10.html
|
|
7 |
#
|
|
8 |
# Contributors:
|
|
9 |
# IBM Corporation - initial API and implementation
|
|
10 |
###############################################################################
|
|
11 |
# about.properties
|
|
12 |
# contains externalized strings for about.ini
|
|
13 |
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
14 |
# fill-ins are supplied by about.mappings
|
|
15 |
# This file should be translated.
|
|
16 |
#
|
|
17 |
# Do not translate any values surrounded by {}
|
|
18 |
|
|
19 |
blurb=Eclipse for RCP/Plug-in Developers\n\
|
|
20 |
\n\
|
|
21 |
Version: {featureVersion}\n\
|
|
22 |
Build id: {0}\n\
|
|
23 |
\n\
|
|
24 |
(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
|
|
25 |
Visit http://www.eclipse.org/platform\n\
|
|
26 |
\n\
|
|
27 |
This product includes software developed by the\n\
|
|
28 |
Apache Software Foundation http://www.apache.org/
|