source: other-projects/rsyntax-textarea/src/i18n/org/fife/ui/rtextarea/RTextArea.properties@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 855 bytes
Line 
1Action.Copy.Mnemonic=C
2Action.Copy.Name=Copy
3Action.Copy.Desc=Copies current selection to the clipboard.
4
5Action.Cut.Mnemonic=T
6Action.Cut.Name=Cut
7Action.Cut.Desc=Removes current selection and places it on the clipboard.
8
9Action.Delete.Mnemonic=D
10Action.Delete.Name=Delete
11Action.Delete.Desc=Removes current selection.
12
13Action.Paste.Mnemonic=P
14Action.Paste.Name=Paste
15Action.Paste.Desc=Places text on clipboard at current location in text file.
16
17Action.SelectAll.Mnemonic=A
18Action.SelectAll.Name=Select All
19Action.SelectAll.Desc=Selects all text in current text document.
20
21Action.Undo.Mnemonic=U
22Action.Undo.Name=Undo
23Action.CantUndo.Name=Can't Undo
24Action.Undo.Desc=Takes back the last action.
25
26Action.Redo.Mnemonic=R
27Action.Redo.Name=Redo
28Action.CantRedo.Name=Can't Redo
29Action.Redo.Desc=Re-applies the last action undone.
Note: See TracBrowser for help on using the repository browser.