d73302db9b
git-svn-id: http://piwigo.org/svn/branches/2.1@6418 68402e56-0260-453c-a942-63ccdbb3a9ee
382 lines
No EOL
20 KiB
PHP
382 lines
No EOL
20 KiB
PHP
<?php
|
||
// +-----------------------------------------------------------------------+
|
||
// | Piwigo - a PHP based picture gallery |
|
||
// +-----------------------------------------------------------------------+
|
||
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
|
||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
||
// +-----------------------------------------------------------------------+
|
||
// | This program is free software; you can redistribute it and/or modify |
|
||
// | it under the terms of the GNU General Public License as published by |
|
||
// | the Free Software Foundation |
|
||
// | |
|
||
// | This program is distributed in the hope that it will be useful, but |
|
||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
||
// | General Public License for more details. |
|
||
// | |
|
||
// | You should have received a copy of the GNU General Public License |
|
||
// | along with this program; if not, write to the Free Software |
|
||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||
// | USA. |
|
||
// +-----------------------------------------------------------------------+
|
||
|
||
// Langage informations
|
||
$lang_info['language_name'] = '中文';
|
||
$lang_info['country'] = '中国';
|
||
$lang_info['direction'] = 'ltr';
|
||
$lang_info['code'] = 'cn';
|
||
$lang_info['zero_plural'] = false;
|
||
|
||
$lang['%.2f (rated %d times)'] = '%.2f (标注 %d 次)';
|
||
$lang['%d Kb'] = '%d KB';
|
||
$lang['%d category updated'] = '%d 类已更新';
|
||
$lang['%d categories updated'] = '%d 等多类已更新';
|
||
$lang['%d comment to validate'] = '%d 条用户评论被确认';
|
||
$lang['%d comments to validate'] = '%d 条用户评论被确认';
|
||
$lang['%d new comment'] = '%d 新评论';
|
||
$lang['%d new comments'] = '%d 新评论';
|
||
$lang['%d comment'] = '%d 评论';
|
||
$lang['%d comments'] = '%d 评论';
|
||
$lang['%d hit'] = '查看 %d 次';
|
||
$lang['%d hits'] = '查看 %d 次';
|
||
$lang['%d new image'] = '%d 新图片';
|
||
$lang['%d new images'] = '%d 新图片';
|
||
$lang['%d new user'] = '%d 新用户';
|
||
$lang['%d new users'] = '%d 新用户';
|
||
$lang['%d waiting element'] = '%d 等待项';
|
||
$lang['%d waiting elements'] = '%d 等待项';
|
||
$lang['About'] = '关于';
|
||
$lang['All tags'] = '所有标签';
|
||
$lang['Any tag'] = '任何标签';
|
||
$lang['At least one listed rule must be satisfied.'] = '至少符合一项标准.';
|
||
$lang['At least one tag must match'] = '至少匹配一个标签';
|
||
$lang['Author'] = '拥有者';
|
||
$lang['Average rate'] = '评分';
|
||
$lang['Categories'] = '类';
|
||
$lang['Category'] = '类';
|
||
$lang['Close this window'] = '关闭窗口';
|
||
$lang['Complete RSS feed (images, comments)'] = '完整RSS回馈(图片, 评论等)';
|
||
$lang['Confirm Password'] = '重复输入密码';
|
||
$lang['Connection settings'] = '连接设置';
|
||
$lang['Login'] = '连接';
|
||
$lang['Contact webmaster'] = '联系网管';
|
||
$lang['Create a new account'] = '新建帐号';
|
||
$lang['Created on'] = '创建于';
|
||
$lang['Creation date'] = '创建日期';
|
||
$lang['Current password is wrong'] = '密码错误';
|
||
$lang['Dimensions'] = '尺寸';
|
||
$lang['Display'] = '显示';
|
||
$lang['Each listed rule must be satisfied.'] = '必须符合每项标准';
|
||
$lang['Email address is missing. Please specify an email address.'] = '缺少邮箱地址';
|
||
$lang['Email address'] = '邮箱地址';
|
||
$lang['Enter your personnal informations'] = '输入您的个人信息';
|
||
$lang['Error sending email'] = '发送邮件出错';
|
||
$lang['File name'] = '文件名';
|
||
$lang['File'] = '文件';
|
||
$lang['Filesize'] = '文件大小';
|
||
$lang['Filter and display'] = '过滤并显示';
|
||
$lang['Filter'] = '过滤';
|
||
$lang['Forgot your password?'] = '忘记密码?';
|
||
$lang['Go through the gallery as a visitor'] = '以游客身份浏览图库';
|
||
$lang['Help'] = '帮助';
|
||
$lang['Identification'] = '身份鉴别';
|
||
$lang['Image only RSS feed'] = '图片RSS';
|
||
$lang['Keyword'] = '关键字';
|
||
$lang['Links'] = '链接';
|
||
$lang['Mail address'] = $lang['Email address'];
|
||
$lang['N/A'] = '不存在';
|
||
$lang['New on %s'] = '新创于 %s';
|
||
$lang['New password confirmation does not correspond'] = '前后密码不一致';
|
||
$lang['New password sent by email'] = '新密码已发送';
|
||
$lang['No email address'] = '没有邮箱地址';
|
||
$lang['No classic user matches this email address'] = '此邮箱地址不存在';
|
||
$lang['Notification'] = '通知';
|
||
$lang['Number of items'] = '总数';
|
||
$lang['Original dimensions'] = '原始大小';
|
||
$lang['Password forgotten'] = '忘记密码';
|
||
$lang['Password'] = '密码';
|
||
$lang['Post date'] = '上传日期';
|
||
$lang['Posted on'] = '上传于';
|
||
$lang['Profile'] = '用户信息';
|
||
$lang['Quick connect'] = '快速连接';
|
||
$lang['RSS feed'] = 'RSS流';
|
||
$lang['Rate'] = '评分';
|
||
$lang['Register'] = '注册';
|
||
$lang['Registration'] = '注册';
|
||
$lang['Related tags'] = '关联标签';
|
||
$lang['Reset'] = '重新设置';
|
||
$lang['Retrieve password'] = '重新取得密码';
|
||
$lang['Search rules'] = '搜索规则';
|
||
$lang['Search tags'] = '搜索标签';
|
||
$lang['Search'] = '搜索';
|
||
$lang['See available tags'] = '查看现有标签';
|
||
$lang['Send new password'] = '发送新密码';
|
||
$lang['Since'] = '自从';
|
||
$lang['Sort by'] = '排序';
|
||
$lang['Sort order'] = '排序规则';
|
||
$lang['Tag'] = '标签';
|
||
$lang['Tags'] = '标签簇';
|
||
$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'RSS提供通知更新事件功能 : 加入新图片, 更新图类, 新的用户评论. 请使用相关软件来获得RSS.';
|
||
$lang['Unknown feed identifier'] = '未知流标识';
|
||
$lang['User comments'] = '用户评论';
|
||
$lang['Username'] = '用户名';
|
||
$lang['Visits'] = '访问';
|
||
$lang['Webmaster'] = '网管';
|
||
$lang['Week %d'] = '星期 %d';
|
||
$lang['About Piwigo'] = '关于Piwigo';
|
||
$lang['You are not authorized to access the requested page'] = '你无权访问此页';
|
||
$lang['add to caddie'] = '放入购物篮';
|
||
$lang['add this image to your favorites'] = '把图片放到收藏夹';
|
||
$lang['Administration'] = '管理员';
|
||
$lang['Adviser mode enabled'] = '激活建议模式';
|
||
$lang['all'] = '所有';
|
||
$lang['ascending'] = '升序';
|
||
$lang['author(s) : %s'] = '拥有者 : %s';
|
||
$lang['Expand all categories'] = '展开所有类';
|
||
$lang['posted after %s (%s)'] = '插入到 %s (%s) 之后';
|
||
$lang['posted before %s (%s)'] = '插入到 %s (%s) 之前';
|
||
$lang['posted between %s (%s) and %s (%s)'] = '插入到 %s (%s) 和 le %s (%s) 之间';
|
||
$lang['posted on %s'] = '插入 %s';
|
||
$lang['Best rated'] = '得票最高';
|
||
$lang['display best rated items'] = '显示得票最高的图片';
|
||
$lang['caddie'] = '购物篮';
|
||
$lang['Calendar'] = '日历';
|
||
$lang['All'] = '所有';
|
||
$lang['display each day with pictures, month per month'] = '按时间顺序来显示';
|
||
$lang['View'] = '视图';
|
||
$lang['chronology_monthly_calendar'] = '月历';
|
||
$lang['chronology_monthly_list'] = '月清单';
|
||
$lang['chronology_weekly_list'] = '周清单';
|
||
$lang['Click here if your browser does not automatically forward you'] = '如果你的浏览器不支持自动转页,请按这里。';
|
||
$lang['comment date'] = '评论日期';
|
||
$lang['Comment'] = '评论';
|
||
$lang['Your comment has been registered'] = '评论已保存';
|
||
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = '反灌水系统 : 请稍候再加评论';
|
||
$lang['Your comment has NOT been registered because it did not pass the validation rules'] = '由于不符合格式规定,你的评论不能被保存';
|
||
$lang['An administrator must authorize your comment before it is visible.'] = '评论需经管理员确认才能显示在页面里。';
|
||
$lang['This login is already used by another user'] = '用户名已存在';
|
||
$lang['Comments'] = '评论';
|
||
$lang['Add a comment'] = '加评论';
|
||
$lang['created after %s (%s)'] = '创建于 %s (%s) 之后';
|
||
$lang['created before %s (%s)'] = '创建于 %s (%s) 之前';
|
||
$lang['created between %s (%s) and %s (%s)'] = '创建于 %s (%s) 和 le %s (%s) 之间';
|
||
$lang['created on %s'] = '创建于 %s';
|
||
$lang['Customize'] = '自定义';
|
||
$lang['Your Gallery Customization'] = '自定义页标题';
|
||
$lang['day'][0] = '星期日';
|
||
$lang['day'][1] = '星期一';
|
||
$lang['day'][2] = '星期二';
|
||
$lang['day'][3] = '星期三';
|
||
$lang['day'][4] = '星期四';
|
||
$lang['day'][5] = '星期五';
|
||
$lang['day'][6] = '星期六';
|
||
$lang['Default'] = '默认';
|
||
$lang['delete this image from your favorites'] = '从收藏夹中删除此图片';
|
||
$lang['Delete'] = '删除';
|
||
$lang['descending'] = '降序';
|
||
$lang['download'] = '下载';
|
||
$lang['download this file'] = '下载此文件';
|
||
$lang['edit'] = '编辑';
|
||
$lang['wrong date'] = '日期出错';
|
||
$lang['excluded'] = '不包括';
|
||
$lang['My favorites'] = '收藏夹';
|
||
$lang['display my favorites pictures'] = '显示收藏图片';
|
||
$lang['Favorites'] = '收藏';
|
||
$lang['First'] = '首页';
|
||
$lang['The gallery is locked for maintenance. Please, come back later.'] = '系统维护,请稍候再试。';
|
||
$lang['Page generated in'] = '页面创建时间';
|
||
$lang['guest'] = '游客';
|
||
$lang['Hello'] = '你好';
|
||
$lang['available for administrators only'] = '只限于管理者';
|
||
$lang['shows images at the root of this category'] = '显示所有此类图片';
|
||
$lang['See last users comments'] = '查看最新用户评论';
|
||
$lang['customize the appareance of the gallery'] = '个性化设置';
|
||
$lang['search'] = '搜索';
|
||
$lang['Home'] = '主页';
|
||
$lang['Identification'] = '身份鉴别';
|
||
$lang['in this category'] = '在此类中';
|
||
$lang['in %d sub-category'] = '在 %d 子类中';
|
||
$lang['in %d sub-categories'] = '在 %d 等子类中';
|
||
$lang['included'] = '包括';
|
||
$lang['Invalid password!'] = '密码不正确!';
|
||
$lang['Language'] = '语言';
|
||
$lang['last %d days'] = '最近%d天';
|
||
$lang['Last'] = '最后';
|
||
$lang['Logout'] = '注销';
|
||
$lang['E-mail address'] = $lang['Email address'];
|
||
$lang['obligatory'] = '必需';
|
||
$lang['Maximum height of the pictures'] = '图片的最大长度';
|
||
$lang['Maximum height must be a number superior to 50'] = '图片最大长度必须大于50';
|
||
$lang['Maximum width of the pictures'] = '图片的最大宽度';
|
||
$lang['Maximum width must be a number superior to 50'] = '图片最大宽度必须大于50';
|
||
$lang['display a calendar by creation date'] = '通过创建时间显示日历';
|
||
$lang['display all elements in all sub-categories'] = '平铺显示所有类及其子类图片';
|
||
$lang['return to normal view mode'] = '返回到普通模式显示';
|
||
$lang['display a calendar by posted date'] = '通过发送时间来显示日历';
|
||
$lang['month'][10] = '十月';
|
||
$lang['month'][11] = '十一月';
|
||
$lang['month'][12] = '十二月';
|
||
$lang['month'][1] = '一月';
|
||
$lang['month'][2] = '二月';
|
||
$lang['month'][3] = '三月';
|
||
$lang['month'][4] = '四月';
|
||
$lang['month'][5] = '五月';
|
||
$lang['month'][6] = '六月';
|
||
$lang['month'][7] = '七月';
|
||
$lang['month'][8] = '八月';
|
||
$lang['month'][9] = '九月';
|
||
$lang['Most visited'] = '最受喜欢';
|
||
$lang['display most visited pictures'] = '显示查看次数最多的图片';
|
||
$lang['The number of images per row must be a not null scalar'] = '每行图片数必须是非零整数';
|
||
$lang['Number of images per row'] = '每行图片数';
|
||
$lang['The number of rows per page must be a not null scalar'] = '每页总行数必须是非零整数';
|
||
$lang['Number of rows per page'] = '每页行数';
|
||
$lang['Unknown identifier'] = '帐户不存在';
|
||
$lang['New password'] = '新密码';
|
||
$lang['Rate this picture'] = '对图片投票';
|
||
$lang['Next'] = '下一页';
|
||
$lang['no rate'] = '没有被投票';
|
||
$lang['Elements posted within the last %d day.'] = '只显示最近 %d 天的图片.';
|
||
$lang['Elements posted within the last %d days.'] = '只显示最近 %d 天的图片.';
|
||
$lang['password updated'] = '密码已更新';
|
||
$lang['Recent period must be a positive integer value'] = '再次发表间隔时间必须是正整数';
|
||
$lang['picture'] = '图片';
|
||
$lang['Click on the picture to see it in high definition'] = '点击查看大图片';
|
||
$lang['Show file metadata'] = '显示文件的元数据';
|
||
$lang['Powered by'] = '基于';
|
||
$lang['Preferences'] = '使用偏好';
|
||
$lang['Previous'] = '前页';
|
||
$lang['Random pictures'] = '随机图片';
|
||
$lang['display a set of random pictures'] = '随机显示图片';
|
||
$lang['Recent categories'] = '最近更新的类';
|
||
$lang['display recently updated categories'] = '显示最近更新或创建的类';
|
||
$lang['Recent period'] = '最近阶段';
|
||
$lang['Recent pictures'] = '最新图片';
|
||
$lang['display most recent pictures'] = '显示最新图片';
|
||
$lang['Redirection...'] = '转跳至...';
|
||
$lang['Please, enter a login'] = '请输入用户名';
|
||
$lang['login mustn\'t end with a space character'] = '用户名不能以空格结尾';
|
||
$lang['login mustn\'t start with a space character'] = '用户名不能以空格开头';
|
||
$lang['this login is already used'] = '用户名已存在';
|
||
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮件地址格式必须符合标准邮件地址格式 xxx@yyy.eee (例如 : jack@altern.org)';
|
||
$lang['please enter your password again'] = '请输入新密码';
|
||
$lang['Auto login'] = '自动连接';
|
||
$lang['remove this tag from the list'] = '删除此标签';
|
||
$lang['representative'] = '代理人';
|
||
$lang['return to homepage'] = '返回首页';
|
||
$lang['Search for Author'] = '搜索上传者';
|
||
$lang['Search in Categories'] = '在这些类中查询';
|
||
$lang['Search by Date'] = '通过日期查询';
|
||
$lang['Date'] = '开始日期';
|
||
$lang['End-Date'] = '最终日期';
|
||
$lang['Kind of date'] = '日期类型';
|
||
$lang['Search for words'] = '关键字';
|
||
$lang['Search for all terms'] = '以与模式查询';
|
||
$lang['Search for any terms'] = '以或模式查询';
|
||
$lang['Empty query. No criteria has been entered.'] = '查询语句不能为空';
|
||
$lang['Search Options'] = '查询选项';
|
||
$lang['Search results'] = '搜索结果';
|
||
$lang['Search in subcategories'] = '在子类中搜索';
|
||
$lang['searched words : %s'] = '搜索词 : %s';
|
||
$lang['Contact'] = '联系';
|
||
$lang['set as category representative'] = '选择此类代理';
|
||
$lang['Show number of comments'] = '显示评论总数';
|
||
$lang['Show number of hits'] = '显示查看次数';
|
||
$lang['slideshow'] = '幻灯片放映';
|
||
$lang['stop the slideshow'] = '停止幻灯片放映';
|
||
$lang['Specials'] = '特别类';
|
||
$lang['SQL queries in'] = 'sql查询语句';
|
||
$lang['display only recently posted images'] = '只显示最近内容';
|
||
$lang['return to the display of all images'] = '返回到所有图片页面';
|
||
$lang['the beginning'] = '开始';
|
||
$lang['Interface theme'] = '主题';
|
||
$lang['Thumbnails'] = '缩略图';
|
||
$lang['Menu'] = '菜单';
|
||
$lang['A comment on your site'] = '网站评论';
|
||
$lang['today'] = '今天';
|
||
$lang['Update your rating'] = '更改投票';
|
||
$lang['wrong filename'] = '文件夹名不合法';
|
||
$lang['the filesize of the picture must not exceed :'] = '上传图片最大尺寸 : ';
|
||
$lang['the picture must be to the fileformat jpg, gif or png'] = '支持图片格式:jpg, png ou gif';
|
||
$lang['the height of the picture must not exceed :'] = '上传图片最大长度 : ';
|
||
$lang['Optional, but recommended : choose a thumbnail to associate to'] = '此选项可选, 但强烈推荐 : 选择相对应的缩略图';
|
||
$lang['the width of the picture must not exceed :'] = '上传图片最大宽度 : ';
|
||
$lang['can\'t upload the picture on the server'] = '上传失败';
|
||
$lang['the username must be given'] = '缺少用户名';
|
||
$lang['A picture\'s name already used'] = '文件已存在';
|
||
$lang['You must choose a picture fileformat for the image'] = '不支持此文件格式';
|
||
$lang['Name of the picture'] = '图片名';
|
||
$lang['Upload a picture'] = '上传图片';
|
||
$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '上传成功, 但必须经管理员确认才能看到图片';
|
||
$lang['Upload a picture'] = '上传图片';
|
||
$lang['useful when password forgotten'] = '忘记密码';
|
||
$lang['Quick search'] = '快速搜索';
|
||
$lang['Connected user: %s'] = '在线用户: %s';
|
||
$lang['IP: %s'] = 'IP地址: %s';
|
||
$lang['Browser: %s'] = '浏览器: %s';
|
||
$lang['Author: %s'] = '上传者: %s';
|
||
$lang['Comment: %s'] = '评论: %s';
|
||
$lang['Comment by %s'] = '评论人 %s';
|
||
$lang['User: %s'] = '用户: %s';
|
||
$lang['Email: %s'] = '电子邮件: %s';
|
||
$lang['Admin: %s'] = '管理员: %s';
|
||
$lang['Registration of %s'] = '注册 %s';
|
||
$lang['Category: %s'] = '类别: %s';
|
||
$lang['Picture name: %s'] = '图片名: %s';
|
||
$lang['Creation date: %s'] = '创建日期: %d';
|
||
$lang['Waiting page: %s'] = '等待页面: %s';
|
||
$lang['Picture uploaded by %s'] = '图片上载者 %s';
|
||
// --------- Starting below: New or revised $lang ---- from version 1.7.1
|
||
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果游客反常拥有普通用户才拥有状态,请向网络管理员报告。';
|
||
// --------- Starting below: New or revised $lang ---- from Butterfly (2.0)
|
||
$lang['Administrator, webmaster and special user cannot use this method'] = '管理员, 网管和特定用户不能使用此方法功能';
|
||
$lang['a user use already this mail address'] = '邮箱地址已存在';
|
||
$lang['Category results for'] = '符合查询类结果';
|
||
$lang['Tag results for'] = '符合查询标签结果';
|
||
$lang['from %s to %s'] = '从 %s 到 %s';
|
||
$lang['Play of slideshow'] = '播放';
|
||
$lang['Pause of slideshow'] = '暂停';
|
||
$lang['Repeat the slideshow'] = '重复播放';
|
||
$lang['Not repeat the slideshow'] = '停止重复播放';
|
||
$lang['Reduce diaporama speed'] = '减慢播放速度';
|
||
$lang['Accelerate diaporama speed'] = '加快播放速度';
|
||
$lang['Submit'] = '确认';
|
||
$lang['Yes'] = '是';
|
||
$lang['No'] = '否';
|
||
$lang['%d image']='%d 图片';
|
||
$lang['%d images']='%d 图片';
|
||
$lang['%d image is also linked to current tags'] = '%d 图片同时与当前标签相关';
|
||
$lang['%d images are also linked to current tags'] = '%d 图片同时与当前标签相关';
|
||
$lang['See images linked to this tag only'] = '只查看和这标签相关的图片';
|
||
$lang['images posted during the last %d days'] = '图片在最近%d天里更新';
|
||
$lang['Choose an image'] = '选择图片';
|
||
$lang['Piwigo Help'] = 'Piwigo帮助';
|
||
$lang['Rank'] = '分类';
|
||
$lang['group by letters'] = '按字母顺序分';
|
||
$lang['letters'] = '字母';
|
||
$lang['show tag cloud'] = '显示标签云';
|
||
$lang['cloud'] = '云';
|
||
$lang['Are you sure?'] = '确定?';
|
||
$lang['delete this comment'] = '删除评论';
|
||
$lang['Reset to default values'] = '重置为默认值';
|
||
$lang['delete all images from your favorites'] = '删除您的收藏里所有相片';
|
||
$lang['Sent by'] = 'Sent by';
|
||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的浏览器已关闭或者不支持Cookies. 您必须开启 cookies 才能登录.';
|
||
$lang['Some info about this picture'] = '关于此相片的信息';
|
||
$lang['Some more (technical) info about this picture'] = '更多关于此相片 (技术性的) 的信息';
|
||
$lang['edit this comment'] = '修改此评论';
|
||
$lang['Edit a comment'] = '修改一个评论';
|
||
$lang['(!) This comment requires validation'] = '(!) 此评论需要审核';
|
||
$lang['Welcome'] = '欢迎';
|
||
$lang['Welcome to your Piwigo photo gallery!'] = '欢迎来到您的 Piwigo 画廊!';
|
||
$lang['... or browse your empty gallery'] = '... 或者浏览您的空画廊';
|
||
$lang['... or please deactivate this message, I will find my way by myself'] = '... 或者取消此信息,我会自己找到我的方法';
|
||
$lang['Hello %s, your Piwigo photo gallery is empty!'] = '您好 %s, 您的 Piwigo 画廊是空的!';
|
||
$lang['I want to add photos'] = '我想添加相片';
|
||
$lang['Manage this user comment: %s'] = '管理此用户的评论: %s';
|
||
$lang['This author modified following comment:'] = '此作者修改了以下的评论:';
|
||
$lang['This author removed the comment with id %d'] = '此作者删除了 id 为 %d 的评论';
|
||
$lang['validate this comment'] = '审核此评论';
|
||
$lang['Sent by'] = '发送人';
|
||
?>
|