Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2d441073dcaadc619fd5d05a4013996639b312c4 (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
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

# @(#)AddFromHistoryAction.properties
#
# Resources for AddFromHistoryAction.java

title= Restore from Local History

memberPaneTitle= {0} - Available Files in Local History:

treeTitleFormat= Local History of ''{0}''
dateIcon= obj16/day_obj.gif
timeIcon= obj16/resource_obj.gif

memberDescription= Check files to restore from local history:
editionDescription= Select an edition of a file:

treeFormat= {0}
workspaceTreeFormat= {0} (Workspace File)
parseErrorFormat= {0} (Parse Error)

editionLabel= Local History ({0})
workspaceEditionLabel= Workspace File

targetLabel= {0}

todayFormat= Today ({0})
yesterdayFormat= Yesterday ({0})
dayFormat= {0}

buttonLabel= Restore

noLocalHistoryError= No deleted resources in local history for selected container.
replaceError=Cannot replace resource (reason: {0}).

taskName=Restoring

Back to the top