lang_google.php 972 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: lang_google.php 27449 2012-02-01 05:32:35Z zhangguosheng $
  7. */
  8. if(!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array
  12. (
  13. 'google_name' => 'Google 搜索',
  14. 'google_desc' => 'Google 搜索框',
  15. 'google_lang' => '搜索网页的语言',
  16. 'google_lang_comment' => '设置适合自己论坛的网页语言可以有效的提高搜索结果的质量',
  17. 'google_lang_any' => '任何语言',
  18. 'google_lang_en' => '英文',
  19. 'google_lang_zh-CN' => '简体中文',
  20. 'google_lang_zh-TW' => '繁体中文',
  21. 'google_default' => '默认搜索选择',
  22. 'google_default_comment' => '搜索框默认选择的项目',
  23. 'google_default_0' => '网页搜索',
  24. 'google_default_1' => '站内搜索',
  25. 'google_client' => '搜索联盟 ID',
  26. 'google_client_comment' => '如果您加入了 Google 搜索联盟,可以在这里填写 ID',
  27. );
  28. ?>