2012-05-01 19:52:07 +08:00

20 lines
737 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>built
define(
"dojox/editor/plugins/nls/he/AutoSave", //begin v1.x content
({
"saveLabel": "שמירה",
"saveSettingLabelOn": "הגדרת מרווח שמירה אוטומטית...",
"saveSettingLabelOff": "השבתת שמירה אוטומטית",
"saveSettingdialogTitle": "שמירה אוטומטית",
"saveSettingdialogDescription": "ציינו מרווח שמירה אוטומטית ",
"saveSettingdialogParamName": "מרווח שמירה אוטומטית ",
"saveSettingdialogParamLabel": "דות",
"saveSettingdialogButtonOk": "הגדרת מרווח ",
"saveSettingdialogButtonCancel": "ביטול",
"saveMessageSuccess": "נשמר ${0}",
"saveMessageFail": "כשל בשמירה ${0}"
})
//end v1.x content
);