File: basic_en.properties

package info (click to toggle)
libjide-oss-java 3.7.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,264 kB
  • sloc: java: 89,463; xml: 268; makefile: 35
file content (75 lines) | stat: -rw-r--r-- 2,113 bytes parent folder | download | duplicates (10)
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
#
# Strings for DockableFrame TitlePane
#

#
# Button actions
#
DockableFrameTitlePane.closeText=Close
DockableFrameTitlePane.closeMnemonic=C
DockableFrameTitlePane.closeTooltip=Close

DockableFrameTitlePane.hideAutohideText=Hide
DockableFrameTitlePane.hideAutohideMnemonic=H
DockableFrameTitlePane.hideAutohideTooltip=Hide active auto-hide window

DockableFrameTitlePane.floatingText=Floating
DockableFrameTitlePane.floatingMnemonic=F
DockableFrameTitlePane.floatingTooltip=Toggle floating

DockableFrameTitlePane.autohideText=Auto Hide
DockableFrameTitlePane.autohideMnemonic=A
## for both autohide button and stop autohide button since it is a toggle button
DockableFrameTitlePane.autohideTooltip=Toggle auto-hide

DockableFrameTitlePane.maximizeText=Maximize
DockableFrameTitlePane.maximizeMnemonic=M

DockableFrameTitlePane.restoreText=Restore
DockableFrameTitlePane.restoreMnemonic=R
## for both maximize button and restore button since it is a toggle button
DockableFrameTitlePane.maximizeTooltip=Maximize/restore

#
# DockableFrame attributes
#
DockableFrameTitlePane.dockableText=Dockable
DockableFrameTitlePane.dockableMnemonic=D
DockableFrameTitlePane.dockableTooltip=Toggle Dockable

DockableFrameTitlePane.hidableText=Hidable
DockableFrameTitlePane.hidableMnemonic=I

DockableFrameTitlePane.floatableText=Floatable
DockableFrameTitlePane.floatableMnemonic=L

DockableFrameTitlePane.autohidableText=Autohidable
DockableFrameTitlePane.autohidableMnemonic=U

#
# Strings for Undo
#
Undo.dragging=Dragging
Undo.hide=Hide
Undo.toggle=Toggle Floating/Docking Mode
Undo.toggleAutohide=Toggle Autohidden/Docking Mode
Undo.maximize=Maximize
Undo.restore=Restore
Undo.resizing=Resizing
Undo.moving=Moving

#
# Strings for CollapsiblePane
#
CollapsiblePane.collapseText=Expand/Collapse
CollapsiblePane.collapseToolTip=Expand or collapse the content

#
# Strings for JideTabbedPane
#
JideTabbedPane.scrollBackward=Scroll Backward
JideTabbedPane.scrollForward=Scroll Forward
JideTabbedPane.showList=Show List
JideTabbedPane.close=Close