Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5119f826bfa37425c746623c66e0b20f9a439f59 (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
###############################################################################
# Copyright (c) 2009, 2010 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
###############################################################################
DisconnectRepositoryAction_Disconnected=Disconnected

PriorityDropDownAction_Filter_Priority_Lower_Than=Hide Priority Lower Than
RepositoryElementActionGroup_Copy_Detail_Menu_Label=Copy Details
RepositoryElementActionGroup_New=New

TaskListDropAdapter__retrieving_from_URL_=<retrieving from URL>

TaskListFilteredTree_Activate=Activate...  
TaskListFilteredTree_Edit_Task_Working_Sets_=Edit Task Working Sets...
TaskListFilteredTree_Estimated_hours=\     Estimated hours: {0} of {1} estimated
TaskListFilteredTree__multiple_=<multiple>
TaskListFilteredTree_Scheduled_tasks=\     Scheduled tasks: {0} of {1} scheduled
TaskListFilteredTree_Search_repository_for_key_or_summary_=Search repository for key or summary...
TaskListFilteredTree_Select_Active_Task=Select Active Task
TaskListFilteredTree_Select_Working_Set=Select Working Set
TaskListFilteredTree_Workweek_Progress=Workweek Progress
TaskListSorter_Catagory_and_Query=Category and Query
TaskListSorter_Catagory_and_Repository=Category and Repository
TaskListSorter_No_Grouping=None

TaskListToolTip_Active_X=Active: {0}
TaskListToolTip_Assigned_to_X=Assigned to {0}
TaskListToolTip_Automatic_container_for_all_local_tasks=Automatic container for all local tasks\nwith no category set
TaskListToolTip_Automatic_container_for_repository_tasks=Automatic container for repository tasks\nnot matched by any query
TaskListToolTip_Due=Due: {0}, {1} ({2})
TaskListToolTip_Estimate=Estimate: {0} hours
TaskListToolTip_Please_synchronize_manually_for_full_error_message=\ Please synchronize manually for full error message.
TaskListToolTip_Scheduled=Scheduled: {0}
TaskListToolTip_Some_incoming_elements_may_be_filtered=Some incoming elements may be filtered,\nfocus the view to see all incomings
TaskListToolTip_Synchronized=Synchronized: {0}
TaskListToolTip_Total_Complete_Incomplete=Total: {0} (Complete: {1}, Incomplete: {2})

TaskListView_Mylyn_context_capture_paused=Mylyn context capture paused
TaskListView__paused_=(paused) 
TaskListView_Advanced_Filters_Label=Advanced Filters
TaskListView_Repository=Repository
TaskListView_Summary=Summary
TaskListView_Task_List=Task List
TaskListView_Welcome_Message=<a href="connect">Connect</a> to your task and ALM tools or <a href="create-local-task">create</a> a local task.
TaskListView_Welcome_Message_Title=Connect Mylyn

TaskScheduleContentProvider_Completed=Completed
TaskScheduleContentProvider_Future=Future
TaskScheduleContentProvider_Incoming=Incoming
TaskScheduleContentProvider_Outgoing=Outgoing
TaskScheduleContentProvider_Two_Weeks=Two Weeks
TaskScheduleContentProvider_Unscheduled=Unscheduled

UpdateRepositoryConfigurationAction_Error_updating_repository_configuration=Error updating repository configuration
UpdateRepositoryConfigurationAction_Update_Repository_Configuration=Update Repository Configuration
UpdateRepositoryConfigurationAction_Updating_repository_configuration_for_X=Updating repository configuration for {0}

Back to the top