diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-29 23:45:17 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-29 23:45:17 +0200 |
commit | c26fddbe3a9d4df9405236d5c339942bd5aa18f9 (patch) | |
tree | 6ed4bc94edef558761dfd2401f3bcc673e9570aa | |
parent | d58e97ccfc5e49501448446d3d430c02eb03b1f9 (diff) | |
download | jtable-c26fddbe3a9d4df9405236d5c339942bd5aa18f9.zip jtable-c26fddbe3a9d4df9405236d5c339942bd5aa18f9.tar.gz jtable-c26fddbe3a9d4df9405236d5c339942bd5aa18f9.tar.bz2 |
Change chinese localization file's name.
-rw-r--r-- | lib/localization/jquery.jtable.zh-CN.js (renamed from lib/localization/jquery.jtable.cn.js) | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/lib/localization/jquery.jtable.cn.js b/lib/localization/jquery.jtable.zh-CN.js index 3465e19..34c2311 100644 --- a/lib/localization/jquery.jtable.cn.js +++ b/lib/localization/jquery.jtable.zh-CN.js @@ -1,28 +1,28 @@ -/* - jTable localization file for 'Chinese' language. - Author: monkeycraps -*/ -(function ($) { - - $.extend(true, $.hik.jtable.prototype.options.messages, { - serverCommunicationError: '服务器请求错误。', - loadingMessage: '加载中...', - noDataAvailable: '没有数据!', - addNewRecord: '+ 新建', - editRecord: '编辑', - areYouSure: '确定?', - deleteConfirmation: '确定删除这行数据?', - save: '保存', - saving: '保存中', - cancel: '取消', - deleteText: '删除', - deleting: '删除中', - error: '错误', - close: '关闭', - cannotLoadOptionsFor: '无法加载对象属性 {0}', - pagingInfo: '显示 {0} 至 {1} 共 {2}', - canNotDeletedRecords: '删除失败 {0} 至 {1}!', - deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...' - }); - -})(jQuery); +/*
+ jTable localization file for 'Chinese' language.
+ Author: monkeycraps
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: '服务器请求错误。',
+ loadingMessage: '加载中...',
+ noDataAvailable: '没有数据!',
+ addNewRecord: '+ 新建',
+ editRecord: '编辑',
+ areYouSure: '确定?',
+ deleteConfirmation: '确定删除这行数据?',
+ save: '保存',
+ saving: '保存中',
+ cancel: '取消',
+ deleteText: '删除',
+ deleting: '删除中',
+ error: '错误',
+ close: '关闭',
+ cannotLoadOptionsFor: '无法加载对象属性 {0}',
+ pagingInfo: '显示 {0} 至 {1} 共 {2}',
+ canNotDeletedRecords: '删除失败 {0} 至 {1}!',
+ deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...'
+ });
+
+})(jQuery);
|