www.lightcourse.com/app/admin/lang/zh-cn/link.lang.php

16 lines
692 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$lang['link_title']='合作伙伴';
$lang['link_url']='链接';
$lang['link_pic']='图片标识';
$lang['page_title']='友情链接';
$lang['link_name']='链接名称';
$lang['link_add_title_null'] = '合作伙伴标题不能为空';
$lang['link_add_url_wrong'] = '链接格式不正确';
$lang['link_add_name'] = '合作伙伴的名称';
$lang['link_add_href'] = '合作伙伴的链接地址';
$lang['link_add_tosign'] = '当前为文字链接如有合作伙的LOGO请重新上传标志图片';
$lang['link_add_sort_tip'] = '数字越小越靠前';
$lang['link_add_url_null'] = '请填写合作伙伴的链接地址';
$lang['link_index_title'] ='标题';
return $lang;