removed mods directory from the ATutor codebase
[atutor.git] / mods / ldap / jscripts / jqgrid / js / grid.locale-en.js
diff --git a/mods/ldap/jscripts/jqgrid/js/grid.locale-en.js b/mods/ldap/jscripts/jqgrid/js/grid.locale-en.js
deleted file mode 100644 (file)
index a951a88..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-;(function($){\r
-/**\r
- * jqGrid English Translation\r
- * Tony Tomov tony@trirand.com\r
- * http://trirand.com/blog/ \r
- * Dual licensed under the MIT and GPL licenses:\r
- * http://www.opensource.org/licenses/mit-license.php\r
- * http://www.gnu.org/licenses/gpl.html\r
-**/\r
-$.jgrid = {};\r
-\r
-$.jgrid.defaults = {\r
-       recordtext: "Row(s)",\r
-       loadtext: "Loading...",\r
-       pgtext : "/"\r
-};\r
-$.jgrid.search = {\r
-    caption: "Search...",\r
-    Find: "Find",\r
-    Reset: "Reset",\r
-    odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','ends with','contains' ]\r
-};\r
-$.jgrid.edit = {\r
-    addCaption: "Add Record",\r
-    editCaption: "Edit Record",\r
-    bSubmit: "Submit",\r
-    bCancel: "Cancel",\r
-       bClose: "Close",\r
-    processData: "Processing...",\r
-    msg: {\r
-        required:"Field is required",\r
-        number:"Please, enter valid number",\r
-        minValue:"value must be greater than or equal to ",\r
-        maxValue:"value must be less than or equal to",\r
-        email: "is not a valid e-mail",\r
-        integer: "Please, enter valid integer value"\r
-    }\r
-};\r
-$.jgrid.del = {\r
-    caption: "Delete",\r
-    msg: "Delete selected record(s)?",\r
-    bSubmit: "Delete",\r
-    bCancel: "Cancel",\r
-    processData: "Processing..."\r
-};\r
-$.jgrid.nav = {\r
-       edittext: " ",\r
-    edittitle: "Edit selected row",\r
-       addtext:" ",\r
-    addtitle: "Add new row",\r
-    deltext: " ",\r
-    deltitle: "Delete selected row",\r
-    searchtext: " ",\r
-    searchtitle: "Find records",\r
-    refreshtext: "",\r
-    refreshtitle: "Reload Grid",\r
-    alertcap: "Warning",\r
-    alerttext: "Please, select row"\r
-};\r
-// setcolumns module\r
-$.jgrid.col ={\r
-    caption: "Show/Hide Columns",\r
-    bSubmit: "Submit",\r
-    bCancel: "Cancel"  \r
-};\r
-$.jgrid.errors = {\r
-       errcap : "Error",\r
-       nourl : "No url is set",\r
-       norecords: "No records to process"\r
-};\r
-})(jQuery);\r