Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0cf06b02c76f63084c00e774541e4c799d8c8195 (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
###############################################################################
# Copyright (c) 2009 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:
#      Steffen Pingel - initial API and implementation
###############################################################################
TracAttachmentHandler_Downloading_attachment=Downloading attachment
TracAttachmentHandler_Uploading_attachment=Uploading attachment

TracAttribute_Assigned_to=Assigned to:
TracAttribute_CC=CC:
TracAttribute_Component=Component:
TracAttribute_Created=Created:
TracAttribute_Description=Description:
TracAttribute_ID=ID:
TracAttribute_Keywords=Keywords:
TracAttribute_Last_Modification=Last Modification:
TracAttribute_Milestone=Milestone:
TracAttribute_Priority=Priority:
TracAttribute_Reporter=Reporter:
TracAttribute_Resolution=Resolution:
TracAttribute_Severity=Severity:
TracAttribute_Status=Status:
TracAttribute_Summary=Summary:
TracAttribute_Type=Type:
TracAttribute_Version=Version:

TracCorePlugin_I_O_error_has_occured=I/O error has occured
TracCorePlugin_Repository_URL_is_invalid=Repository URL is invalid
TracCorePlugin_the_SERVER_RETURNED_an_UNEXPECTED_RESOPNSE=The server returned an unexpected response
TracCorePlugin_Unexpected_error=Unexpected error
TracCorePlugin_Unexpected_server_response_=Unexpected server response: 

TracRepositoryConnector_Getting_changed_tasks=Getting changed tasks
TracRepositoryConnector_Querying_repository=Querying repository
TracRepositoryConnector_Trac_Client_Label=Trac (supports 0.12 and later through Web and XML-RPC)
TracTaskDataHandler_Accept=Accept
TracTaskDataHandler_Leave=Leave
TracTaskDataHandler_Leave_as_Status=Leave as {0}
TracTaskDataHandler_Leave_as_Status_Resolution=Leave as {0} {1}
TracTaskDataHandler_Reopen=Reopen
TracTaskDataHandler_Resolve_as=Resolve as

TracWikiHandler_Download_Wiki_Page=Download Wiki Page
TracWikiHandler_Download_Wiki_Page_Names=Download Wiki Page Names
TracWikiHandler_Retrieve_Wiki_Page_History=Retrieve Wiki Page History
TracWikiHandler_Upload_Wiki_Page=Upload Wiki Page

Back to the top