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
634 B
13 lines
634 B
define( |
|
({ |
|
singleSort: "Единично сортиране", |
|
nestedSort: "Вградено сортиране", |
|
ascending: "Щракнете, за да сортирате във възходящ ред", |
|
descending: "Щракнете, за да сортирате в низходящ ред", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "Не сортирайте тази колона", |
|
indirectSelectionRadio: "Ред ${0}, единичен избор, радио кутия", |
|
indirectSelectionCheckBox: "Ред ${0}, множествен избор, поле за отметка", |
|
selectAll: "Избери всички" |
|
}) |
|
);
|
|
|