16 lines
396 B
JavaScript
16 lines
396 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/editor/plugins/nls/pt/Breadcrumb", //begin v1.x content
|
|
({
|
|
"nodeActions": "${nodeName} Ações",
|
|
"selectContents": "Selecionar Conteúdo",
|
|
"selectElement": "Selecionar Elemento",
|
|
"deleteElement": "Excluir Elemento",
|
|
"deleteContents": "Excluir Conteúdo",
|
|
"moveStart": "Mover Cursor para o Início",
|
|
"moveEnd": "Mover Cursor para o Final"
|
|
})
|
|
|
|
//end v1.x content
|
|
);
|