You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
662 B
21 lines
662 B
define( |
|
({ |
|
"descTemplate": "${2} - ${3} / ${1}", |
|
"firstTip": "Pierwsza strona", |
|
"lastTip": "Ostatnia strona", |
|
"nextTip": "Następna strona", |
|
"prevTip": "Poprzednia strona", |
|
"itemTitle": "elementy", |
|
"singularItemTitle": "element", |
|
"pageStepLabelTemplate": "Strona ${0}", |
|
"pageSizeLabelTemplate": "Liczba elementów na stronę: ${0}", |
|
"allItemsLabelTemplate": "Wszystkie elementy", |
|
"gotoButtonTitle": "Przejdź do konkretnej strony", |
|
"dialogTitle": "Przechodzenie do strony", |
|
"dialogIndication": "Określ numer strony", |
|
"pageCountIndication": " (liczba stron: ${0})", |
|
"dialogConfirm": "Przejdź", |
|
"dialogCancel": "Anuluj", |
|
"all": "Wszystko" |
|
}) |
|
);
|
|
|