source: other-projects/rsyntax-textarea/src/i18n/org/fife/ui/rtextarea/RTextArea_nl.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: 911 bytes
Line 
1Action.Copy.Mnemonic=C
2Action.Copy.Name=Kopi\u00ebren
3Action.Copy.Desc=Kopieert de huidige selectie naar het prikbord.
4
5Action.Cut.Mnemonic=X
6Action.Cut.Name=Knippen
7Action.Cut.Desc=Haalt de huidige selectie weg en plaatst het op het prikbord
8
9Action.Delete.Mnemonic=V
10Action.Delete.Name=Verwijderen
11Action.Delete.Desc=Verwijdert huidige selectie.
12
13Action.Paste.Mnemonic=P
14Action.Paste.Name=Plakken
15Action.Paste.Desc=Plaatst tekst van het prikbordop de huidige locatie in het tekst bestand.
16
17Action.SelectAll.Mnemonic=A
18Action.SelectAll.Name=Alles selecteren
19Action.SelectAll.Desc=Selecteerd alle tekst in het huidige document.
20
21Action.Undo.Mnemonic=U
22Action.CantUndo.Name=Ongedaan maken niet mogelijk
23Action.Undo.Desc=Haalt de laatste actie terug.
24
25Action.Redo.Mnemonic=R
26Action.CantRedo.Name=Opnieuw uitvoeren niet mogelijk
27Action.Redo.Desc=Herhaalt de laatste teruggehaalde actie.
Note: See TracBrowser for help on using the repository browser.