diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/grid/enhanced/nls/he | |
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/he')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/he/EnhancedGrid.js | 17 | ||||
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/he/Filter.js | 90 | ||||
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/he/Pagination.js | 24 |
3 files changed, 131 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/he/EnhancedGrid.js b/js/dojo/dojox/grid/enhanced/nls/he/EnhancedGrid.js new file mode 100644 index 0000000..b161267 --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/he/EnhancedGrid.js @@ -0,0 +1,17 @@ +//>>built +define( +"dojox/grid/enhanced/nls/he/EnhancedGrid", //begin v1.x content +({ + singleSort: "מיון יחיד", + nestedSort: "מיון מקונן", + ascending: "עולה", + descending: "יורד", + sortingState: "${0} - ${1}", + unsorted: "אין למיין עמודה זו", + indirectSelectionRadio: "שורה ${0}, בחירה יחידה, תיבת בחירה", + indirectSelectionCheckBox: "שורה ${0}, בחירה מרובה, תיבת סימון", + selectAll: "בחירת הכל" +}) +//end v1.x content +); + diff --git a/js/dojo/dojox/grid/enhanced/nls/he/Filter.js b/js/dojo/dojox/grid/enhanced/nls/he/Filter.js new file mode 100644 index 0000000..5dd2eaa --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/he/Filter.js @@ -0,0 +1,90 @@ +//>>built +define( +"dojox/grid/enhanced/nls/he/Filter", //begin v1.x content +({ + "clearFilterDialogTitle": "ניקוי מסנן", + "filterDefDialogTitle": "מסנן", + "ruleTitleTemplate": "כלל ${0}", + + "conditionEqual": "שווה", + "conditionNotEqual": "לא שווה", + "conditionLess": "קטן מ", + "conditionLessEqual": "קטן או שווה", + "conditionLarger": "גדול מ", + "conditionLargerEqual": "גדול או שווה", + "conditionContains": "מכיל", + "conditionIs": "הוא", + "conditionStartsWith": "מתחיל ב", + "conditionEndWith": "מסתיים ב", + "conditionNotContain": "לא מכיל", + "conditionIsNot": "אינו", + "conditionNotStartWith": "לא מתחיל ב", + "conditionNotEndWith": "לא מסתיים ב", + "conditionBefore": "לפני", + "conditionAfter": "אחרי", + "conditionRange": "טווח", + "conditionIsEmpty": "ריק", + + "all": "הכל", + "any": "כל", + "relationAll": "כל הכללים", + "waiRelAll": "התאמה לכל הכללים הבאים:", + "relationAny": "כל כלל שהוא", + "waiRelAny": "התאמה לכל אחד מהכללים הבאים:", + "relationMsgFront": "התאמה", + "relationMsgTail": "", + "and": "ו", + "or": "או", + + "addRuleButton": "הוספת כלל", + "waiAddRuleButton": "הוספת כלל חדש", + "removeRuleButton": "סילוק כלל", + "waiRemoveRuleButtonTemplate": "סילוק כלל ${0}", + + "cancelButton": "ביטול", + "waiCancelButton": "ביטול תיבת דו-שיח זו", + "clearButton": "ניקוי", + "waiClearButton": "ניקוי המסנן", + "filterButton": "מסנן", + "waiFilterButton": "הגשת המסנן", + + "columnSelectLabel": "עמודה", + "waiColumnSelectTemplate": "עמודה עבור כלל ${0}", + "conditionSelectLabel": "תנאי", + "waiConditionSelectTemplate": "תנאי עבור כלל ${0}", + "valueBoxLabel": "ערך", + "waiValueBoxTemplate": "ציון ערך לסינון עבור כלל ${0}", + + "rangeTo": "עד", + "rangeTemplate": "מ-${0} עד ${1}", + + "statusTipHeaderColumn": "עמודה", + "statusTipHeaderCondition": "כללים", + "statusTipTitle": "סרגל סינון", + "statusTipMsg": "לחצו על סרגל הסינון כאן כדי לסנן ערכים ב-${0}.", + "anycolumn": "כל עמודה", + "statusTipTitleNoFilter": "סרגל סינון", + "statusTipTitleHasFilter": "מסנן", + + "defaultItemsName": "פריטים", + "filterBarMsgHasFilterTemplate": "מוצג ${0} מתוך ${1} ${2}.", + "filterBarMsgNoFilterTemplate": "לא הוחל מסנן", + + "filterBarDefButton": "הגדרת מסנן", + "waiFilterBarDefButton": "סינון הטבלה", + "a11yFilterBarDefButton": "מסנן...", + "filterBarClearButton": "ניקוי מסנן", + "waiFilterBarClearButton": "ניקוי המסנן", + "closeFilterBarBtn": "סגירת סרגל סינון", + + "clearFilterMsg": "פעולה זו תגרום לסילוק המסנן ולהצגת כל הרשומות הזמינות.", + "anyColumnOption": "כל עמודה", + + "trueLabel": "True", + "falseLabel": "False" +}) +//end v1.x content +); + + + diff --git a/js/dojo/dojox/grid/enhanced/nls/he/Pagination.js b/js/dojo/dojox/grid/enhanced/nls/he/Pagination.js new file mode 100644 index 0000000..b343a44 --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/he/Pagination.js @@ -0,0 +1,24 @@ +//>>built +define( +"dojox/grid/enhanced/nls/he/Pagination", //begin v1.x content +({ + "descTemplate": "${2} - ${3} מתוך ${1} ${0}", + "firstTip": "עמוד ראשון", + "lastTip": "עמוד אחרון", + "nextTip": "העמוד הבא", + "prevTip": "העמוד הקודם", + "itemTitle": "פריטים", + "pageStepLabelTemplate": "עמוד ${0}", + "pageSizeLabelTemplate": "${0} פריטים לעמוד", + "allItemsLabelTemplate": "כל הפריטים", + "gotoButtonTitle": "מעבר לעמוד ספציפי", + "dialogTitle": "מעבר לעמוד", + "dialogIndication": "ציון מספר העמוד", + "pageCountIndication": " (${0} עמודים)", + "dialogConfirm": "ביצוע", + "dialogCancel": "ביטול", + "all": "הכל" +}) +//end v1.x content +); + |
