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
493 B
13 lines
493 B
define( |
|
({ |
|
singleSort: "מיון יחיד", |
|
nestedSort: "מיון מקונן", |
|
ascending: "לחצו כדי למיין בסדר עולה", |
|
descending: "לחצו כדי למיין בסדר יורד", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "אין למיין עמודה זו", |
|
indirectSelectionRadio: "שורה ${0}, בחירה יחידה, תיבת בחירה", |
|
indirectSelectionCheckBox: "שורה ${0}, בחירה מרובה, תיבת סימון", |
|
selectAll: "בחירת הכל" |
|
}) |
|
);
|
|
|