Skip to main content
summaryrefslogtreecommitdiffstats
blob: cc3c0895957378df7040a3876dbdbb672f7cceb5 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69

Assert.assertionFailed=Assertion failed: {0}

manager.providerAlreadyMapped=Error associating {0} with provider named {1}. The project is already associated with a provider.
manager.errorFlushSync=Error flushing provider mapping information for {0}.
manager.errorDeconfigure=Error deconfiguring provider named {0} from project {1}.
manager.providerTypeInvalid=The provider type is not registered: {0}.
manager.providerExtensionNotFound=TeamPlugin provider extension not found.
manager.providerNoConfigElems=No configuration elements found for extension: {0}.
manager.cannotInstantiateExt=Cannot instantiate extension: {0}.
manager.errorSerialize=Error serializing provider mappings for {0}.
manager.errorUnserializeProvider=Cannot unserialize association of {0} with provider of type: {1}. It is no longer a registered provider type.
manager.errorUnserialize=Error un-serializing provider mappings {0}.
manager.notTeamNature=Error setting nature: {0} is not a registered team nature.
manager.errorSettingNature=Error setting nature {1} on project {0}.
manager.errorRemovingNature=Error removing nature {1} on project {0}.

manager.badClassType=Error creating validator decorator: bad class type
manager.coreException=Error creating validator decorator: core exception

FileModificationValidator.someReadOnly=Some files are read-only.
FileModificationValidator.fileIsReadOnly=File {0} is read-only.
FileModificationValidator.editFailed=Files are read-only.
FileModificationValidator.ok=OK

RepositoryProvider_Error_removing_nature_from_project___1=Error removing nature from project: 
RepositoryProvider_Too_many_providers_associated_with_project___2=Too many providers associated with project: 
RepositoryProviderTypeduplicate_provider_found_in_plugin.xml___1=duplicate provider found in plugin.xml: 
RepositoryProviderTypeRepositoryProvider_assigned_to_the_project_must_be_a_subclass_of_RepositoryProvider___2=RepositoryProvider assigned to the project must be a subclass of RepositoryProvider: 
RepositoryProviderTypeRepositoryProvider_not_registered_as_a_nature_id___3=RepositoryProvider not registered as a nature id: 

RepositoryProvider_providerTypeIdNotRegistered=Error configuring the RepositoryProvider the nature id is not registered as a valid RepositoryProviderType id.

TeamPlugin_setting_global_ignore_7=setting global ignore
TeamPlugin_renaming_21=renaming
TeamPlugin_closing_stream_22=closing stream
TeamPlugin_closing_stream_23=closing stream

Team.Could_not_delete_state_file_1=Could not delete state file
Team.Could_not_rename_state_file_2=Could not rename state file

PollingInputStream.readTimeout=Timeout while reading from input stream
PollingInputStream.closeTimeout=Timeout while closing input stream
PollingOutputStream.writeTimeout=Timeout while writing to output stream
PollingOutputStream.closeTimeout=Timeout while closing output stream
TimeoutOutputStream.cannotWriteToStream=Cannot write to output stream

TargetManager.Problems_mapping_project._Project_is_already_mapped._4=Problems mapping project. Project is already mapped.
TargetManager.Problems_mapping_project=Problems mapping project {0}
TargetManager.unableToUnmap=Unable to unmap project. It wasn't mapped to the location. {0}
TargetManager.problemsUnmapping=Problems unmapping project {0}
TargetManager.problemsGettingProvider=Problems getting default target provider for {0}

Config.error=Error configuring the provider

teamStatus.notCheckedOut=Not checked out.
teamStatus.notCheckedIn=Not checked in.
teamStatus.unmanagedResource=Unmanaged resource.
teamStatus.noRemoteResource=Remote resource does not exist.
teamStatus.ioFailed=An IO error occurred.
teamStatus.conflict=A conflict occurred.

multiStatus.errorsOccurred=Errors occurred.
provider.configuration.missing=Required configuration value missing.
provider.configuration.invalid=Configuration value is invalid.
filetransfer.monitor={0} ({1}K of {2}K bytes)
OK_1=OK

SynchronizedTargetProvider.invalid_url_combination=Could not form a valid URL from {0} and {1}

Back to the top