summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/grid/enhanced/nls/pt-br/Pagination.js
blob: 25bf82ba33cb12c3d7aa98fc94ecc0d793aca103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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"
})

);