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
591 B
21 lines
591 B
define( |
|
({ |
|
"descTemplate": "${2} - ${3} av ${1} ${0}", |
|
"firstTip": "Första sidan", |
|
"lastTip": "Sista sidan", |
|
"nextTip": "Nästa sida", |
|
"prevTip": "Föregående sida", |
|
"itemTitle": "objekt", |
|
"singularItemTitle": "objekt", |
|
"pageStepLabelTemplate": "Sida ${0}", |
|
"pageSizeLabelTemplate": "${0} objekt per sida", |
|
"allItemsLabelTemplate": "Alla objekt", |
|
"gotoButtonTitle": "Gå till en viss sida", |
|
"dialogTitle": "Gå till sidan", |
|
"dialogIndication": "Ange sidnummer", |
|
"pageCountIndication": " (${0} sidor)", |
|
"dialogConfirm": "Gå", |
|
"dialogCancel": "Avbryt", |
|
"all": "Alla" |
|
}) |
|
);
|
|
|