Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0a650d6d293dded10d679f631e928ecdb3063875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###############################################################################
# Copyright (c) 2007, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
#
# Provisioning UI plugin resources
#
providerName=Eclipse.org
bundleName=Equinox Provisioning Platform Update Support
IU.general=General Information
IU.license=License Agreement
IU.copyright=Copyright
Repository.name=General Information
Update.command=Software Updates...
Update.command.mnemonic=S
provisioningPrefPage = Install/Update
automaticUpdatesPrefPage = Automatic Updates
externalFilesPrefPage = Updating from the File System
preferenceKeywords.general=automatic update schedule download software install import bundle
preferences=Update and Install Preferences
classicCategoryName=Classic Update
classicCategoryDesc=Enables classic update functionality

Back to the top