Files
crm.e5.pl/table/js/lang/lang_vars-zh.js
2024-04-27 09:23:34 +02:00

27 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Mysql Ajax Table Editor
*
* Copyright (c) 2008 Chris Kitchen <info@mysqlajaxtableeditor.com>
* All rights reserved.
*
* See COPYING file for license information.
*
* Download the latest version from
* http://www.mysqlajaxtableeditor.com
*/
var mateErrRespText = '响应文本出现错误';
var mateErrAjaxUrl = '运行错误...\n\n可能是ajax url不正确。\n\n如果ajax url正确请检查您apache服务器的错误日志以确定错误原因。';
var mateBtnBack = '返回';
var mateBtnForward = '前进';
var mateDeleteMsg = '确定要删除这条记录?';
var mateSelectRow = '请选择一条记录。';
var mateEdit1Row = '您同时只能编辑一条记录的数据。';
var mateView1Row = '您同时只能查看一条记录的数据。';
var mateDeleteMultMsg = '您确定要删除以下 #num_rows# 条记录的数据?';
var mateCopyMultMsg = '您确定要复制以下 #num_rows# 条记录的数据?';
var mateNoDate = '未选择日期';
var mateUpdateMultMsg = '您确定要更新以下 #num_rows# 条记录的数据?';
var mateRemoveDate = '删除日期';
var mateUploading = '正在上传文件...';
var mateDeleteUploadMsg = '你確定你想刪除 #upload_name#?';