Skip to main content
summaryrefslogtreecommitdiffstats
blob: cc0eaa6f56db5b2f748e4f4e9e89464d7fc75633 (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
###############################################################################
# Copyright (c) 2009, 2012 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
###############################################################################
AttachmentUtil_The_context_is_empty=The context is empty.
AttachmentUtil_Downloading_attachment=Downloading attachment
AttachmentUtil_Mylyn_Information=Mylyn Information

CopyAttachmentToClipboardJob_Copy_Attachment_to_Clipboard=Copy Attachment to Clipboard
CopyAttachmentToClipboardJob_Copying_Attachment_to_Clipboard=Copying Attachment to Clipboard

DownloadAttachmentJob_Copy_Attachment_to_Clipboard=Copy Attachment to Clipboard
DownloadAttachmentJob_Downloading_Attachment=Downloading Attachment
ImportExportUtil_Tasks_and_queries_Filter0=Mylyn Tasks and Queries (*{0})
SortCriterion_Modification_Date=Modification Date
SortCriterion_Scheduled_Date=Scheduled Date
SortCriterion_Type=Type
SortKindEntry_Date_Created=Date Created
SortKindEntry_None=None
SortKindEntry_Priority=Priority
SortKindEntry_Rank=Rank
SortKindEntry_Summary=Summary
SortKindEntry_Task_ID=Task ID
SortKindEntry_Due_Date=Due Date

SaveAttachmentsAction_directoryDoesntExist=Directory doesn't exist
SaveAttachmentsAction_directoryDoesntExist0=Directory {0} doesn't exist.
SaveAttachmentsAction_fileExists_doYouWantToOverwrite0=File {0} already exists. Do you want to overwrite it?
SaveAttachmentsAction_overwriteFile0=Overwrite file {0}
SaveAttachmentsAction_selectDirectory=Select directory
SaveAttachmentsAction_selectDirectoryHint=Attachments will be saved to selected directory

TaskDataExportOperation_exporting_task_data=Exporting Task Data

TasksUiInternal_Configuration_Refresh_Failed=Configuration Refresh Failed
TasksUiInternal_Create_Task=Create Task
TasksUiInternal_The_new_task_will_be_added_to_the_X_container=The new task will be added to the {0} container, since tasks can not be added to a query.
TasksUiInternal_Query_Synchronization_Failed=Query Synchronization Failed
TasksUiInternal_Task_Synchronization_Failed=Task Synchronization Failed
TasksUiInternal__hour_=\ hour 
TasksUiInternal__hours_=\ hours 
TasksUiInternal__minute_=\ minute 
TasksUiInternal__minutes_=\ minutes 
TasksUiInternal__second=\ second
TasksUiInternal__seconds=\ seconds
TasksUiInternal_Activate_Task=Activate Task
TasksUiInternal_An_unknown_error_occurred=An unknown error occurred.
TasksUiInternal_Failed_to_open_task=Failed to Open Task
TasksUiInternal_No_repository_found=No repository found for task. Please create repository in Task Repositories view.
TasksUiInternal_Rename_Category_Message=New &Name:
TasksUiInternal_Rename_Category_Name_already_exists_Error=A category with this name already exists
TasksUiInternal_Rename_Category_Title=Rename Category
TasksUiInternal_See_error_log_for_details=See error log for details.

TasksUiMenus_Copy_Contents=Copy Contents
TasksUiMenus_Copy_URL=Copy &URL
TasksUiMenus_File_exists_=File exists\!
TasksUiMenus_Overwrite_existing_file_=Overwrite existing file?\n
TasksUiMenus_Save_=Save...

Back to the top