Skip to main content
summaryrefslogtreecommitdiffstats
blob: 82522ed7b1cca449fbf5d0f5cdd6d3258c060b91 (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
###############################################################################
# Copyright (c) 2009, 2011 Tasktop Technologies 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:
#      Tasktop Technologies - initial API and implementation
###############################################################################
ContextAttachWizard_Attach_Context=Attach Context

ContextAttachWizardPage_Enter_comment=Enter comment
ContextAttachWizardPage_Attaches_local_context_to_repository_task=Attaches local context to repository task
ContextAttachWizardPage_Comment_=Comment: 
ContextAttachWizardPage_Repository_=Repository: 

ContextAttachWizardPage_Task=Task: {0} 

ContextRetrieveWizard_Retrieve_Context=Retrieve Context

ContextRetrieveWizardPage_Author=Author
ContextRetrieveWizardPage_Date=Date
ContextRetrieveWizardPage_Description=Description
ContextRetrieveWizardPage_Select_context=Select context
ContextRetrieveWizardPage_SELECT_A_CONTEXT_TO_RETTRIEVE_FROM_TABLE_BELOW=Select a context to retrieve from table below.
ContextRetrieveWizardPage_Task=Task: {0} 
RetrieveLatestContextDialog_Dialog_Title=Activate Task
RetrieveLatestContextDialog_No_local_context_exists=No local context exists. Retrieve context created by {0} on {1} from repository?
RetrieveLatestContextDialog_Show_All_Contexts_Label=<a>Show All Contexts</a>
RetrieveLatestContextDialog_Unknown=<Unknown>

ClearContextHandler_CLEAR_THE_CONTEXT_THE_FOR_SELECTED_TASK=Clear the context for the selected task?  This cannot be undone.
ClearContextHandler_CLEAR_THE_CONTEXT_THE_FOR_SELECTED_TASKS=Clear the context for the selected tasks?  This cannot be undone.
ClearContextHandler_Confirm_clear_context=Confirm clear context

CopyContextHandler_Merge=Merge
CopyContextHandler_Copy_Context=Copy Context
CopyContextHandler_No_source_task_selected=No source task selected.
CopyContextHandler_No_target_task_selected=No target task selected.
CopyContextHandler_Replace=Replace
CopyContextHandler_Select_Target_Task=Select Target Task
CopyContextHandler_Select_the_target_task__=&Select the target task (? = any character, * = any String):
CopyContextHandler_SELECTED_TASK_ALREADY_HAS_CONTEXT=The selected task already has a context. Would you like to replace the context or merge the new context into it?
CopyContextHandler_SOURCE_TASK_DOES_HAVE_A_CONTEXT=Source task does not have a context.
CopyContextHandler_TARGET_TASK_CON_NOT_BE_THE_SAME_AS_SOURCE_TASK=Target task can not be the same as source task.

Back to the top