ning.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">加载中...</div>';

if(ning.View){
   ning.View.prototype.emptyText = "";
}

if(ning.TabPanelItem){
   ning.TabPanelItem.prototype.closeText = "关闭";
}

if(ning.MessageBox){
   ning.MessageBox.buttonText = {
      ok     : "确定",
      cancel : "取消",
      yes    : "是",
      no     : "否"
   };
}

