Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 7943f826fb6deff2e0622e0207c356e64a896dc4 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
################################################################################
# Copyright (c) 2000, 2006 IBM Corporation. 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
# 
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir, 
# Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, 
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
# 
# Contributors:
# {Name} (company) - description of contribution.
################################################################################

# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8

# This file contains the DataStore resources.  English.

# model types
model.Log_Root=Log Root
model.Tool_Root=Tool Root
model.Set=Set
model.Modify=Modify
model.timeout=timeout
model.data=data
model.transient=transient
model.all=all
model.host=host
model.root=root
model.descriptors=descriptors
model.descriptor_for=descriptor for
model.project=Project
model.log=log
model.deleted=deleted
model.status=status
model.start=start
model.failed=failed
model.done=done
model.working=working
model.progress=progress
model.error=error
model.warning=warning
model.informational=informational
model.markers=markers
model.invocation=invocation
model.pattern=pattern
model.input=input
model.output=output
model.details=details
model.contents=contents
model.contents&arguments=Contents and Arguments
model.parent=parent
model.arguments=arguments
model.Commands=Commands
model.device=device
model.directory=directory
model.folder=folder
model.file=file
model.Filesystem_Objects=Filesystem Objects
model.Container_Object=Container Object
model.Directories=Directories
model.Details=Details
model.miners=miners
model.miner=miner
model.state=state
model.ticket=ticket
model.valid=valid
model.invalid=invalid
model.abstracted_by=abstracted by
model.abstracts=abstracts
model.incomplete=incomplete
model.Miner_Details=Miner Details
model.Hosts=Hosts
model.Details=Details
model.Tools=Tools
model.Schema=Schema
model.Logged_Commands=Logged Commands
model.Cancel=Cancel
model.Get_Schema=Get Schema
model.Show_Ticket=Show Ticket
model.Init_Miners=Init Miners
model.Set_Host=Set Host
model.Exit=Exit
model.Connect_to=Connect to
model.Disconnect_from=Disconnect from
model.Delete_Connection=Delete Connection
model.time=time
model.property=property
model.start_time=start time
model.command_time=command time
model.start=start
model.transient=transient
model.Transient_Objects=Transient Objects
model.Data=Data
model.No_input=No input
model.Open=Open
model.Close=Close
model.Refresh=Refresh
model.Query=Query
model.Cancellable=Cancellable

Back to the top