diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/pt-pt')
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/pt-pt/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/pt-pt/FeedEntryEditor.js new file mode 100644 index 0000000..c90a9f3 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/pt-pt/FeedEntryEditor.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/atom/widget/nls/pt-pt/FeedEntryEditor", //begin v1.x content +({ + doNew: "[novo]", + edit: "[editar]", + save: "[guardar]", + cancel: "[cancelar]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/pt-pt/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/pt-pt/FeedEntryViewer.js new file mode 100644 index 0000000..a3c3b6c --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/pt-pt/FeedEntryViewer.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/atom/widget/nls/pt-pt/FeedEntryViewer", //begin v1.x content +({ + displayOptions: "[opções de visualização]", + title: "Título", + authors: "Autores", + contributors: "Contribuintes", + id: "ID", + close: "[fechar]", + updated: "Actualizado", + summary: "Resumo", + content: "Conteúdo" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/pt-pt/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/pt-pt/FeedViewerEntry.js new file mode 100644 index 0000000..659a872 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/pt-pt/FeedViewerEntry.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/atom/widget/nls/pt-pt/FeedViewerEntry", //begin v1.x content +({ + deleteButton: "[Eliminar]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/pt-pt/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/pt-pt/PeopleEditor.js new file mode 100644 index 0000000..7905270 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/pt-pt/PeopleEditor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/atom/widget/nls/pt-pt/PeopleEditor", //begin v1.x content +({ + add: "Adicionar", + addAuthor: "Adicionar autor", + addContributor: "Adicionar contribuinte" +}) +//end v1.x content +); |
