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.
13 lines
404 B
13 lines
404 B
define( |
|
({ |
|
singleSort: "Jedan sort", |
|
nestedSort: "Ugniježđeni sort", |
|
ascending: "Kliknite za uzlazno sortiranje", |
|
descending: "Kliknite za silazno sortiranje", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "Ne sortiraj ovaj stupac", |
|
indirectSelectionRadio: "Red ${0}, jedan izbor, radio kućica", |
|
indirectSelectionCheckBox: "Red ${0}, više izbora, kontrolna kućica", |
|
selectAll: "Izaberi sve" |
|
}) |
|
);
|
|
|