diff options
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/pt-br/Pagination.js')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/pt-br/Pagination.js | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/pt-br/Pagination.js b/js/dojo/dojox/grid/enhanced/nls/pt-br/Pagination.js new file mode 100644 index 0000000..25bf82b --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/pt-br/Pagination.js @@ -0,0 +1,36 @@ +//>>built +define( +"dojox/grid/enhanced/nls/pt-br/Pagination", ({ + // ${0}: string + // unit of item, identified by "itemTitle" + // ${2}: number + // start item index of current page + // ${3}: number + // end item index of current page + // ${1}: number + // total number of all items + // example: + // the total number is 200, the unit of item is "items" + // rows per page is 20, current page is 1, then the description + // would be looked as below: + // | 1 - 20 of 200 items + "descTemplate": "${2} - ${3} de ${1} ${0}", + "firstTip": "Primeira Página", + "lastTip": "Última Página", + "nextTip": "Próxima Página", + "prevTip": "Página Anterior", + "itemTitle": "itens", + "singularItemTitle": "item", + "pageStepLabelTemplate": "Página ${0}", + "pageSizeLabelTemplate": "${0} itens por página", + "allItemsLabelTemplate": "Todos os itens", + "gotoButtonTitle": "Ir para uma página específica", + "dialogTitle": "Ir para a página", + "dialogIndication": "Especificar o número da página", + "pageCountIndication": " (${0} páginas)", + "dialogConfirm": "Ir", + "dialogCancel": "Cancelar", + "all": "todos" +}) + +);
\ No newline at end of file |
