source: other-projects/rsyntax-textarea/src/i18n/org/fife/ui/rtextarea/RTextArea_pt_BR.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: 947 bytes
Line 
1Action.Copy.Mnemonic=C
2Action.Copy.Name=Copiar
3Action.Copy.Desc=Copia o texto selecionado para a \u00e1rea de transfer\u00eancia.
4
5Action.Cut.Mnemonic=T
6Action.Cut.Name=Recortar
7Action.Cut.Desc=Remove o texto selecionado e o coloca na \u00e1rea de transfer\u00eancia.
8
9Action.Delete.Mnemonic=D
10Action.Delete.Name=Excluir
11Action.Delete.Desc=Remove o texto selecionado.
12
13Action.Paste.Mnemonic=P
14Action.Paste.Name=Colar
15Action.Paste.Desc=Coloca o texto da \u00e1rea de transfer\u00eancia na posi\u00e7\u00e3o atual do arquivo.
16
17Action.SelectAll.Mnemonic=A
18Action.SelectAll.Name=Selecionar Tudo
19Action.SelectAll.Desc=Seleciona todo o texto no documento de texto atual.
20
21Action.Undo.Mnemonic=U
22Action.CantUndo.Name=Imposs\u00edvel Desfazer
23Action.Undo.Desc=Desfaz a \u00faltima a\u00e7\u00e3o.
24
25Action.Redo.Mnemonic=R
26Action.CantRedo.Name=Imposs\u00edvel Refazer
27Action.Redo.Desc=Refaz a \u00faltima a\u00e7\u00e3o desfeita.
Note: See TracBrowser for help on using the repository browser.