重要:此页面会使用Cookie (cookies). 使用本网站不关闭浏览器中的cookie,即表示您同意使用它。
现在购买! 特点 下载

赚钱!

如果您想要开始赚钱与贝特联接 联盟计划。
结果 11010

主题: 不翻译元名称 ="说明"

  1. #1
    会员
    注册日期
    2010年8月
    帖子
    83

    Default 不翻译元名称 ="说明"


  2. #2
    禁止
    注册日期
    2012 年 8 月
    帖子
    481

    Default

    嗨!
    我看到皆元的某些内容,例如: 论坛手册车-AutoRepMan.COM.
    部分翻译是由达到自己的极限,但它不是一个错误引起的。请参阅更多: http://www.vbenterprisetranslator.co...html#post10869.

  3. #3
    会员
    注册日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Chinese
    Translated text
    你好!

    下面的示例中**********.
    1.test_microsoftbyazure.php Ok !
    2.页面文本从俄文译成英语
    3."元名称 ="描述"内容 ="不会进行转换。



    Original text

  4. #4
    禁止
    注册日期
    2012 年 8 月
    帖子
    481

    Default

    请给我下午访问详细信息管理员 CP 和 FTP。我会查看究竟发生

  5. #5
    会员
    注册日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Chinese
    Translated text
    ДАННЫЕ ОТПРАВИЛ ЛИЧНЫМ СООБЩЕНИЕМ
    Original text

  6. #6
    禁止
    注册日期
    2012 年 8 月
    帖子
    481

    Default

    快速解决此问题:
    • 打开文件 includes/vbenterprisetranslator_functions.php
    • 查找代码:
      PHP Code:
      preg_match_all('|<meta[^>]+name=\"([^\"]*)\"[^>]+content=\"(.*?)\" />|i',$head$metaPREG_PATTERN_ORDER); 
    • 替换代码:
      PHP Code:
      preg_match_all('|<meta[^>]+name=\"([^\"]*)\"[^>]+content=\"(.*?)\" />|ims',$head$metaPREG_PATTERN_ORDER); 

    此问题将在下一版本中修复。

  7. #7
    会员
    注册日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Chinese
    Translated text
    СПАСИБО БОЛЬШОЕ!
    Original text

  8. #8
    禁止
    注册日期
    2012 年 8 月
    帖子
    481

    Default

    我很高兴我能帮助你。

  9. #9
    会员
    注册日期
    2010年8月
    帖子
    83

    Default

    Text automatically translated from: Russian to: Chinese
    Translated text
    你好!

    后更正元名称 ="说明"翻译 不完全:

    Original text

  10. #10
    禁止
    注册日期
    2012 年 8 月
    帖子
    481

    Default

    如果长时间处于元文本翻译vbet仅一部分是由于性能。
    太长元是毫无意义的因为他们必须要根据定义,简短描述。
    以前vbet追加其余部分不翻译的元数据。 我们将修复它,我们将无法将追加其他的没有翻译元。

    快速解决此问题:
    • 打开文件 includes/vbenterprisetranslator_functions.php
    • 查找代码:
      PHP Code:
      $keywords $meta[2][$i]; 
    • 将此代码放在它以后:
      PHP Code:
      $keywords_not_cut $keywords
    • 查找代码:
      PHP Code:
      $description $meta[2][$i]; 
    • 将此代码放在它以后:
      PHP Code:
      $description_not_cut $description
    • 找到代码:
      PHP Code:
      $output vbet_replaceFirst('<meta name="keywords" content="'.$keywords'<meta name="keywords" content="' 
    • 替换代码:
      PHP Code:
      $output vbet_replaceFirst('<meta name="keywords" content="'.$keywords_not_cut'<meta name="keywords" content="' 
    • 找到代码:
      PHP Code:
      $output vbet_replaceFirst('<meta name="description" content="'.$description'<meta name="description" content="' 
    • 替换代码:
      PHP Code:
      $output vbet_replaceFirst('<meta name="description" content="'.$description_not_cut'<meta name="description" content="' 

    此问题将在下一版本中修复。

此主题的标签

发帖权限

  • 可能不会 发表新主题
  • 可能不会 发表回复
  • 可能不会 上传附件
  • 可能不会 编辑您的文章
  •