lang_showip.php 643 B

1234567891011121314151617181920212223242526
  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_showip.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. 'showip_name' => '窥视卡',
  14. 'showip_desc' => '可以查看指定用户的 IP',
  15. 'showip_targetuser' => '您要查看谁的 IP',
  16. 'showip_info_nonexistence' => '请输入用户名',
  17. 'showip_ip_message' => '{username} 的 IP 为 {ip}',
  18. 'showip_info_noperm' => '对不起,您无权查看此人的 IP',
  19. 'showip_notification' => '您被人使用了{magicname}',
  20. );
  21. ?>