fix #8131 - chinese translations
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.bjs
index 20975ff..73b1203 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Dialog.CoreAutoSavePreview",
  "parent" : "",
  "title" : "",
- "path" : "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs",
+ "path" : "/home/johns/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
@@ -36,8 +36,8 @@
     },
     {
      "xtype" : "LayoutRegion",
-     "width" : 200,
      "$ xns" : "Roo",
+     "width" : 200,
      "split" : true,
      "* prop" : "west"
     },
@@ -45,9 +45,9 @@
      "listeners" : {
       "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
      },
+     "fitToframe" : true,
      "background" : false,
      "region" : "west",
-     "fitToframe" : true,
      "title" : "Events",
      "xtype" : "GridPanel",
      "fitContainer" : true,
@@ -86,8 +86,8 @@
          "items" : [
           {
            "$ url" : "baseURL + '/Roo/Events.php'",
-           "xtype" : "HttpProxy",
            "method" : "GET",
+           "xtype" : "HttpProxy",
            "$ xns" : "Roo.data",
            "* prop" : "proxy"
           },
         },
         {
          "xtype" : "ColumnModel",
-         "width" : 100,
          "header" : "Date",
+         "width" : 100,
          "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
         },
         {
          "xtype" : "ColumnModel",
-         "header" : "By",
          "width" : 100,
+         "header" : "By",
          "$ renderer" : "function(v) { return String.format('{0}', v ); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
       "render" : "function (_self)\n{\n    _this.viewPanel = _self;\n}"
      },
      "autoScroll" : true,
-     "background" : false,
      "fitToFrame" : true,
+     "background" : false,
      "region" : "center",
      "xtype" : "ContentPanel",
      "fitContainer" : true,