﻿//======================================================
//　　　　　　　　　     \\\|///                      
//　　　　　　　　　   \\　- -　//                   
//　   www.donetbbs.com  ( @ @ ) www.csharpbbs.com                    
//┏━━━━━━━━━oOOo-(_)-oOOo━━━┓          
//┃　　　　　　　　　　　　　　　　 　　┃
//┃　　　　　　　东 网 原 创 　　　　　 ┃
//┃　　　　美人草作品，请保留此信息！ 　┃
//┃　　　** csharpbbs@hotmail.com **    ┃
//┃　　　** donetbbs@hotmail.com **　   ┃
//┃　　　**   www.dituapi.com    **　   ┃
//┃　　　**    QICQ 351310701    **　   ┃
//┃　　　　　　　　　　　　　Dooo　     ┃
//┗━━━━━━━━━ oooD━-(　 )━━━┛
//　　　　　　　　　　 (  )　  ) /
//　　　　　　　　　　　\ (　 (_/
//　　　　　　　　　　　 \_)
//===========上海东网技术服务有限公司=============


Namespace.register("Dongwin.Ajax");
Dongwin.Language=
{
    Ajax:function()
    {
        this.Error='Ajax服务错误\r\n请检查文件"{Path}"是否存在.';
    }
    ,
    Editor:function()
    {
        this.title='Dongwin 文本编辑器';
        this.submit='按Ctrl + S 或者 Ctrl + Enter 发表';
        this.format='你确定格式化为文本格式吗，格式化后不能能还原！';
        this.designConfirm='请先切换到编辑状态!';
        this.reject='浏览器拒绝该服务！\n请在浏览器地址栏输入 about:config \n然后将 signed.applets.codebase_principal_support 设置为 true ';
        this.hppylink='链接地址';
        this.confirmLinkEmpty='请先选择您要链接的对象';
        this.selectall='选择全部';
        this.redo='';
        this.undo='';
        this.paste='';
        this.copy='';
        this.cut='';
        this.Delete='';
        this.separator='';
        this.fontsize='';
        this.fontname='';
        this.forecolor='';
        this.backcolor='';
        this.bold='';
        this.italic='';
        this.underline='';
        this.subscript='';
        this.superscript='';
        this.strikethrough='';
        this.removeformat='';
        this.justifyleft='';
        this.justifycenter='';
        this.justifyright='';
        this.outdent='';
        this.indent='';
        this.insertunorderedlist='';
        this.insertorderedlist='';
        this.inserthorizontalrule='';
        this.createlink='创建超级连接';
        this.unlink='取消超级连接';
        this.flash='插入Flash';
        this.insertfile='插入文件';
        this.Switch='切换编辑模式';
        
        
        this.Frist='第一页';
        this.Previous='上一页';
        this.Next='下一页';
        this.Last='最后页';
        
    }
    ,
    Submit:'确定'
    ,
    Cancel:'取消'
    ,
    UploadFile:function()
    {
        this.title="上传文件";
        this.address="文件地址";
        this.locationfile="本地文件";
        this.extension="你可以上传以下格式文件";
    }
    ,
    FontName:function()
    {
        var fontName=new Array();
            var font=new Array();
                font[0]='宋体';
                font[1]='宋体'
            fontName[0]=font;
            font=new Array();
                font[0]='黑体';
                font[1]='黑体'
            fontName[1]=font;
            font=new Array();
                font[0]='楷体_GB2312';
                font[1]='楷体_GB2312'
            fontName[2]=font;
            font=new Array();
                font[0]='隶书';
                font[1]='隶书'
            fontName[3]=font;
            font=new Array();
                font[0]='Comic Sans MS';
                font[1]='Comic Sans MS'
            fontName[4]=font;
            font=new Array();
                font[0]='Arial';
                font[1]='arial, helvetica, sans-serif'
            fontName[5]=font;
            font=new Array();
                font[0]='Courier New';
                font[1]='courier new, courier, mono'
            fontName[6]=font;
            font=new Array();
                font[0]='Georgia';
                font[1]='Georgia, Times New Roman, Times, Serif'
            fontName[7]=font;
            font=new Array();
                font[0]='Tahoma';
                font[1]='Tahoma, Arial, Helvetica, sans-serif'
            fontName[8]=font;
            font=new Array();
                font[0]='New Roman';
                font[1]='times new roman, times, serif'
            fontName[9]=font;
            font=new Array();
                font[0]='Verdana';
                font[1]='Verdana, Arial, Helvetica, sans-serif'
            fontName[10]=font;
            font=new Array();
                font[0]='Impact';
                font[1]='impact'
            fontName[11]=font;
            font=new Array();
                font[0]='WingDings';
                font[1]='WingDings'
            fontName[12]=font;
            return fontName;
    }
}
