Skip to main content
summaryrefslogtreecommitdiffstats
blob: 21a2bb1f13907ca7cad493d9a92365ab092d25aa (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
# =====================================
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
# =====================================

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

title= Add 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

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= Add

noLocalHistoryError= No local history available for selected resource.
replaceError=Can''t replace resource (reason: {0}).

taskName=Adding

Back to the top