From d71cb660071b6092e25182dd5f23c0beed68a193 Mon Sep 17 00:00:00 2001 From: honfika Date: Sun, 11 May 2014 09:57:04 +0200 Subject: [PATCH] missing Brazilian resources added --- .../defaultsyntaxkit/config_pt_BR.properties | 118 ++++++++++++++++++ .../config_pt_BR.properties | 35 ++++++ .../flasm3syntaxkit/config_pt_BR.properties | 45 +++++++ .../flasmsyntaxkit/config_pt_BR.properties | 40 ++++++ .../jsyntaxpane/Bundle_pt_BR.properties | 39 ++++++ 5 files changed, 277 insertions(+) create mode 100644 libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_pt_BR.properties create mode 100644 libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3methodinfosyntaxkit/config_pt_BR.properties create mode 100644 libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3syntaxkit/config_pt_BR.properties create mode 100644 libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasmsyntaxkit/config_pt_BR.properties create mode 100644 libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_pt_BR.properties diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_pt_BR.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_pt_BR.properties new file mode 100644 index 000000000..2b0a12a60 --- /dev/null +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_pt_BR.properties @@ -0,0 +1,118 @@ +DefaultAction.copy-to-clipboard.MenuText = Copiar +DefaultAction.cut-to-clipboard.MenuText = Cortar +DefaultAction.paste-from-clipboard.MenuText = Colar +DefaultAction.select-all.MenuText = Escolher tudo + +Action.find.MenuText = Procurar +Action.find.ToolTip= Mostrar procura e trocar diálogo +Action.find-next.MenuText = Procurar proximo +Action.find-next.ToolTip = Repetir última procura +Action.goto-line.MenuText = Ir para a linha número +Action.goto-line.ToolTip = Ir para a linha número +Action.indent.MenuText = Indentar +Action.unindent.MenuText = Des-identar +Action.undo.MenuText = Voltar a tr\u00e1s +Action.redo.MenuText = Voltar a fazer +Action.delete-lines.MenuText = Destruir linha(s) +Action.dup-lines-up.MenuText = Duplicar linhas a cima +Action.dup-lines-down.MenuText = Duplicar linhas a baixo +Action.toggle-lines.MenuText = Alternar o numero de linhas +Action.show-abbs.MenuText = Mostrar abrevia\u00e7\u00f5es +Action.show-abbs.ToolTip = Mostrar abrevia\u00e7\u00f5es +Action.complete-word.MenuText = Completar palavra +Action.jump-to-pair.MenuText = Ir para o par +Action.toggle-comments.MenuText = Alternar coment\u00e1rios + +# !!!! FFDec translators - please do not edit anything below this line !!! +#========================================================================== + +Components = jsyntaxpane.components.PairsMarker, \ + jsyntaxpane.components.LineNumbersRuler +# This is the color to highlight tokens whenever the cursor is on them +TokenMarker.Color = 0xffeeaa +# Colors for PairMarkers +PairMarker.Color = 0xffbb77 +# +# Right Margin for LineNumbers border in pixels, Default = 5 +LineNumbers.RightMargin = 7 +# Foreground for line numbers, Default = Black +LineNumbers.Foreground = 0x333300 +# Background for line numbers, Default = White +LineNumbers.Background = 0xeeeeff +# Color to use for highlighting current line background +LineNumbers.CurrentBack = 0xccccee +# Default color for the Caret, Black +CaretColor = 0x000000 +# Actions: +Action.quick-find = jsyntaxpane.actions.QuickFindAction, control F +Action.find = jsyntaxpane.actions.FindReplaceAction, control H +Action.find-next = jsyntaxpane.actions.FindNextAction, F3 +Action.goto-line = jsyntaxpane.actions.GotoLineAction, control G + +Action.indent = jsyntaxpane.actions.IndentAction, TAB +Action.indent.Abbreviations = ${class_path}/abbreviations.properties +Action.unindent = jsyntaxpane.actions.UnindentAction, shift TAB + +Action.jindent = jsyntaxpane.actions.JIndentAction, ENTER +Action.undo = jsyntaxpane.actions.UndoAction, menu Z +Action.redo = jsyntaxpane.actions.RedoAction, menu Y +Action.delete-lines = jsyntaxpane.actions.DeleteLinesAction, control E +Action.dup-lines-up = jsyntaxpane.actions.DuplicateLinesAction, shift control UP +Action.dup-lines-down = jsyntaxpane.actions.DuplicateLinesAction, shift control DOWN + +Action.toggle-lines = jsyntaxpane.actions.ToggleComponentAction, control F2 +Action.toggle-lines.Component = jsyntaxpane.components.LineNumbersRuler + +Action.toggle-comments = jsyntaxpane.actions.ToggleCommentsAction, control SLASH +Action.toggle-comments.SmallIcon = comment.png +Action.jump-to-pair = jsyntaxpane.actions.JumpToPairAction, control OPEN_BRACKET +Action.complete-word = jsyntaxpane.actions.CompleteWordAction, control K + +Action.smart-home = jsyntaxpane.actions.SmartHomeAction, HOME +Action.smart-home-select = jsyntaxpane.actions.SmartHomeSelectAction, shift HOME +Action.show-abbs = jsyntaxpane.actions.ShowAbbsAction, F8 + +# +# View configuration: +TextAA = ON +DEFAULT_EDIT_MENU= \ + cut-to-clipboard , \ + copy-to-clipboard , \ + paste-from-clipboard , \ + - , \ + select-all , \ + - , \ + undo , \ + redo , \ + - , \ + find , \ + find-next , \ + goto-line , \ + jump-to-pair , \ + - , \ + complete-word + +# Default Popup Menu +PopupMenu = \ + ${DEFAULT_EDIT_MENU} , \ + - , \ + goto-line , \ + toggle-comments +# TokenType attributes +Style.OPERATOR = 0x000000, 0 +Style.DELIMITER = 0x000000, 1 +Style.KEYWORD = 0x3333ee, 0 +Style.KEYWORD2 = 0x3333ee, 3 +Style.TYPE = 0x000000, 2 +Style.TYPE2 = 0x000000, 1 +Style.TYPE3 = 0x000000, 3 +Style.STRING = 0xcc6600, 0 +Style.STRING2 = 0xcc6600, 1 +Style.NUMBER = 0x999933, 1 +Style.REGEX = 0xcc6600, 0 +Style.IDENTIFIER = 0x000000, 0 +Style.COMMENT = 0x339933, 2 +Style.COMMENT2 = 0x339933, 3 +Style.DEFAULT = 0x000000, 0 +Style.WARNING = 0xCC0000, 0 +Style.ERROR = 0xCC0000, 3 diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3methodinfosyntaxkit/config_pt_BR.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3methodinfosyntaxkit/config_pt_BR.properties new file mode 100644 index 000000000..d20203f4d --- /dev/null +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3methodinfosyntaxkit/config_pt_BR.properties @@ -0,0 +1,35 @@ +Action.toggle-token-marker.MenuText = Mudar o alternador de Token +# !!!! FFDec translators - please do not edit anything below this line !!! +#========================================================================== + +# +# JavaSyntaxKit Specific properties. +# +Components = jsyntaxpane.components.LineNumbersRuler, \ + jsyntaxpane.components.TokenMarker +TokenMarker.TokenTypes = IDENTIFIER, TYPE, TYPE2, TYPE3 +# +# Performs single color selection (Default = false) +# +SingleColorSelect = true +RightMarginColumn = 80 +RightMarginColor = 0xdddddd +# +# Java Actions +Action.indent.WordRegex=\\w+|\\/(\\*)+ +#Action.parenthesis = jsyntaxpane.actions.PairAction, typed ( +Action.toggle-token-marker = jsyntaxpane.actions.ToggleComponentAction, control F3 +Action.toggle-token-marker.Component = jsyntaxpane.components.TokenMarker +#Action.brackets = jsyntaxpane.actions.PairAction, typed [ +Action.quotes = jsyntaxpane.actions.PairAction, typed ' +Action.double-quotes = jsyntaxpane.actions.PairAction, typed " +# +# These are the completions to be in the IntelliSense completion dialog +# comma separated values. +# Vertical bars: if there is one, it will position the cursor. If there are +# two, they will be start and end of selection +PopupMenu = \ + ${DEFAULT_EDIT_MENU} , \ + - , \ + toggle-lines , \ + toggle-token-marker \ No newline at end of file diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3syntaxkit/config_pt_BR.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3syntaxkit/config_pt_BR.properties new file mode 100644 index 000000000..5707f3175 --- /dev/null +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasm3syntaxkit/config_pt_BR.properties @@ -0,0 +1,45 @@ +Action.combo-completion.MenuText = Escolha um instuc\u00e7\u00e3o +Action.toggle-token-marker.MenuText = Mudar o alternador de Token + +# !!!! FFDec translators - please do not edit anything below this line !!! +#========================================================================== + +# +# JavaSyntaxKit Specific properties. +# +Components = jsyntaxpane.components.PairsMarker, \ + jsyntaxpane.components.LineNumbersRuler, \ + jsyntaxpane.components.TokenMarker +TokenMarker.TokenTypes = IDENTIFIER, TYPE, TYPE2, TYPE3 +# +# Performs single color selection (Default = false) +# +SingleColorSelect = true +RightMarginColumn = 80 +RightMarginColor = 0xdddddd +# +# Java Actions +Action.indent.WordRegex=\\w+|\\/(\\*)+ +#Action.parenthesis = jsyntaxpane.actions.PairAction, typed ( +Action.toggle-token-marker = jsyntaxpane.actions.ToggleComponentAction, control F3 +Action.toggle-token-marker.Component = jsyntaxpane.components.TokenMarker +#Action.brackets = jsyntaxpane.actions.PairAction, typed [ +Action.quotes = jsyntaxpane.actions.PairAction, typed ' +Action.double-quotes = jsyntaxpane.actions.PairAction, typed " +# For completions, you have to define the Action (key to trigger completions): +Action.combo-completion = jsyntaxpane.actions.ComboCompletionAction, control SPACE +Action.combo-completion.ItemsURL=${class_path}/combocompletions.txt +# +# These are the completions to be in the IntelliSense completion dialog +# comma separated values. +# Vertical bars: if there is one, it will position the cursor. If there are +# two, they will be start and end of selection +PopupMenu = \ + ${DEFAULT_EDIT_MENU} , \ + - , \ + toggle-lines , \ + toggle-token-marker + +Style.KEYWORD = 0x0000ff, 1 +Style.KEYWORD2 = 0x007f7f, 1 +Style.OPERATOR = 0x7f007f, 0 diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasmsyntaxkit/config_pt_BR.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasmsyntaxkit/config_pt_BR.properties new file mode 100644 index 000000000..d45858b59 --- /dev/null +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/flasmsyntaxkit/config_pt_BR.properties @@ -0,0 +1,40 @@ +Action.toggle-token-marker.MenuText = Mudar o alternador de Token + +# !!!! FFDec translators - please do not edit anything below this line !!! +#========================================================================== + +# +# JavaSyntaxKit Specific properties. +# +Components = jsyntaxpane.components.LineNumbersRuler, \ + jsyntaxpane.components.TokenMarker +TokenMarker.TokenTypes = IDENTIFIER, TYPE, TYPE2, TYPE3 +# +# Performs single color selection (Default = false) +# +SingleColorSelect = true +RightMarginColumn = 80 +RightMarginColor = 0xdddddd +# +# Java Actions +Action.indent.WordRegex=\\w+|\\/(\\*)+ +#Action.parenthesis = jsyntaxpane.actions.PairAction, typed ( +Action.toggle-token-marker = jsyntaxpane.actions.ToggleComponentAction, control F3 +Action.toggle-token-marker.Component = jsyntaxpane.components.TokenMarker +#Action.brackets = jsyntaxpane.actions.PairAction, typed [ +Action.quotes = jsyntaxpane.actions.PairAction, typed ' +Action.double-quotes = jsyntaxpane.actions.PairAction, typed " +# For completions, you have to define the Action (key to trigger completions): +Action.combo-completion = jsyntaxpane.actions.ComboCompletionAction, control SPACE +Action.combo-completion.MenuText = Completions +Action.combo-completion.ItemsURL=${class_path}/combocompletions.txt +# +# These are the completions to be in the IntelliSense completion dialog +# comma separated values. +# Vertical bars: if there is one, it will position the cursor. If there are +# two, they will be start and end of selection +PopupMenu = \ + ${DEFAULT_EDIT_MENU} , \ + - , \ + toggle-lines , \ + toggle-token-marker \ No newline at end of file diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_pt_BR.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_pt_BR.properties new file mode 100644 index 000000000..903110c35 --- /dev/null +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_pt_BR.properties @@ -0,0 +1,39 @@ +SyntaxTester.title= Tester JSyntaxPane +SyntaxTester.lblCaretPos.text=Posi\u00e7\u00e3o de intercala\u00e7\u00e3o +SyntaxTester.lblToken.text=Token no cursor +SyntaxTester.jEdtTest.contentType= +NO_TOKEN_AT_CURSOR=Nenhum token no cursor + +HTMLPreviewFrame.title=Pr\u00e9-visualiza\u00e7\u00e3o HTML +HTMLPreviewFrame.jEdtHtml.contentType=text/html +QuickFindDialog.jChkWrap.text=Envolver +QuickFindDialog.jChkRegExp.text=Reg Exp +QuickFindDialog.jChkIgnoreCase.text=Ignorar caso +QuickFindDialog.jLabel1.text=Prócura rapida +QuickFindDialog.NotFound=n\u00e3o encontrado +ReplaceDialog.jChkRegex.text=Express\u00e3o regular +ReplaceDialog.jChkIgnoreCase.text=Ignorar caso +ReplaceDialog.jLblReplace.text=Substituir +ReplaceDialog.jTglHighlight.text=Salientar +ReplaceDialog.jBtnReplaceAll.text=Substituir tudo +ReplaceDialog.jBtnPrev.text=Pr\u00e9vio +ReplaceDialog.jChkWrap.toolTipText=Envolver ao inicio quando chegar ao final +ReplaceDialog.jChkWrap.text=Envolver +ReplaceDialog.title=Procurar e substituir +ReplaceDialog.jBtnNext.text=Pr\u00f3ximo +ReplaceDialog.jLblFind.text=Procurar +ReplaceDialog.jBtnReplace.text=Substituir +ShowAbbsDialog.title=Abrevia\u00e7\u00f5es +GotoLineDialog.title=Ir para a linha +GotoLineDialog.jBtnOk.text=Ir + +DocumentSearchData.SearchStringNotFound=Procura de Texto {0} n\u00e3o encontrada +DocumentSearchData.Find=Procura +ScriptAction.NoScriptConfigured=Ac\u00e7\u00e3o nao contem a fun\u00e7\u00e3o de script configurada +ScriptAction.ErrorInScript=Erro no Script +ScriptAction.NoScriptFoundIn=Nenhum script encontrado em: +ScriptRunnerAction.ErrorExecutingScript=Erro a executar script:\\n +ScriptRunnerAction.ScriptError=Erro de Script +ScriptRunnerAction.ScriptEngineNotFound=Motor de script para [{0}] n\u00e3o encontrado. Desabilitar esta ac\u00e7\u00e3o? +ShowAbbsAction.NoAbbsForType=N\u00e3o existem abreviaturas para este tipo de conteudo +