diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/pt')
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedEntryEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedEntryEditor.js new file mode 100644 index 0000000..34875e4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedEntryEditor.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/atom/widget/nls/pt/FeedEntryEditor", //begin v1.x content +({ + doNew: "[novo]", + edit: "[editar]", + save: "[salvar]", + cancel: "[cancelar]" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedEntryViewer.js new file mode 100644 index 0000000..79f9d7b --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedEntryViewer.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/atom/widget/nls/pt/FeedEntryViewer", //begin v1.x content +({ + displayOptions: "[exibir opções]", + title: "Título", + authors: "Autores", + contributors: "Contribuidores", + id: "ID", + close: "[fechar]", + updated: "Atualizado", + summary: "Resumo", + content: "Conteúdo" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedViewerEntry.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedViewerEntry.js new file mode 100644 index 0000000..e53700f --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/FeedViewerEntry.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/atom/widget/nls/pt/FeedViewerEntry", //begin v1.x content +({ + deleteButton: "[Excluir]" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pt/PeopleEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/PeopleEditor.js new file mode 100644 index 0000000..63fb1cd --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pt/PeopleEditor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/atom/widget/nls/pt/PeopleEditor", //begin v1.x content +({ + add: "Adicionar", + addAuthor: "Adicionar Autor", + addContributor: "Adicionar Contribuidor" +}) +//end v1.x content +); |
