Skip to main content
summaryrefslogtreecommitdiffstats
blob: 47cd4dfeea89b327f4102d47e23cc94a54585d53 (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

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.validateEdit=Validate Edit
FileModificationValidator.isReadOnly=File is 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: 
TeamPlugin_setting_global_ignore_7=setting global ignore
TeamPlugin_renaming_21=renaming
TeamPlugin_closing_stream_22=closing stream
TeamPlugin_closing_stream_23=closing stream

Back to the top