Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3780a6e65c97688b11692ac60ea4f875f4f66e9f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
fileSystem.propertyLocation=Location:

FileSystemMainPage.location=Location:
FileSystemMainPage.browseDir=&Browse...
FileSystemMainPage.notValidLocation=Location must be an existing directory

fsMainPage.name=Select a file system location
fsMainPage.description=This location will be used to share resources with a team 

ConfigurationWizard.errorTitle=Error configuring the provider.
ConfigurationWizard.error=File System provider could not be created

ConfigurationWizard.name=File System Repository
ConfigurationWizard.description=File System Repository Properties

DisconnectAction.errorTitle=Error Disconnecting

PutAction.working=Putting resources...
PutAction.problemMessage=A problem occured putting the resources.

GetAction.working=Getting resources...
GetAction.problemMessage=A problem occured getting the resources.

ReplaceAction.working=Replacing resources...
ReplaceAction.problemMessage=A problem occured replacing the resources.

FileSystemProvider.mustBeFolder=Target location ''{0}'' is a file and must be a folder.
RemoteResource.mustBeFolder=Resource ''{0}'' is a file so it cannot have entries
FileSystemRemoteResource.0=This resource is a container so it cannot have data.
FileSystemSimpleAccessOperations.1=Checking resources out...
FileSystemSimpleAccessOperations.3=Re-locking resources...

Back to the top