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
465 B
13 lines
465 B
define( |
|
({ |
|
singleSort: "Sortare singură", |
|
nestedSort: "Sortare imbricată", |
|
ascending: "Faceţi clic pentru a sorta Crescător", |
|
descending: "Faceţi clic pentru a sorta Descrescător", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "Această coloană nu se sortează", |
|
indirectSelectionRadio: "Rândul ${0}, selecţie singulară, casetă radio", |
|
indirectSelectionCheckBox: "Rândul ${0}, selecţie multiplă, casetă de bifare", |
|
selectAll: "Selectare tot" |
|
}) |
|
);
|
|
|