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
475 B
13 lines
475 B
define( |
|
({ |
|
singleSort: "Enostavno razvrščanje", |
|
nestedSort: "Ugnezdeno razvrščanje", |
|
ascending: "Kliknite za naraščajoče razvrščanje", |
|
descending: "Kliknite za padajoče razvrščanje", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "Ne razvrščaj tega stolpca", |
|
indirectSelectionRadio: "Vrstica ${0}, enojni izbor, okence z izbirnim gumbom", |
|
indirectSelectionCheckBox: "Vrstica ${0}, večkratni izbor, okence s potrditvenimi polji", |
|
selectAll: "Izberi vse" |
|
}) |
|
);
|
|
|