Changeset 5814
- Timestamp:
- Apr 12, 2010, 3:45:07 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/zh_CN/admin.lang.php
r5573 r5814 239 239 $lang['This name is already used by another group.'] = '组名已存在.'; 240 240 $lang['Groups'] = '组'; 241 $lang[''] = '';242 241 $lang['High definition'] = '高清'; 243 242 $lang['jump to category'] = '跳转到类'; … … 622 621 $lang['Released on'] = '发布于'; 623 622 $lang['Number of downloads'] = '下载次数'; 623 $lang['Processing treatment.'] = '正在处理.'; 624 $lang['Please wait...'] = '请稍后...'; 625 $lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = '订阅 Piwigo 最新消息,与 Piwigo 项目保持联系。当有新版本发布时,您将会收到邮件通知(有时也包括安全漏洞的修复,这对于升级是很重要的)和项目里一些重要事情的发生。一年里也只有几封邮件。'; 626 $lang['Password is missing. Please enter the password.'] = '密码没有输入,请输入密码。'; 627 $lang['Password confirmation is missing. Please confirm the chosen password.'] = '密码确认未完成,请确认所选定的密码。'; 628 $lang['Password confirmation error.'] = '请确认错误。'; 629 $lang['Allow users to edit theirs owns comments'] = '允许用户修改自己的评论'; 630 $lang['Allow users to delete theirs owns comments'] = '允许用户删除自己的评论'; 631 $lang['Email administrators when a comment is modified'] = '当评论被修改后,发邮件通知管理员'; 632 $lang['Email administrators when a comment is deleted'] = '当评论被删除后,发邮件通知管理员'; 633 $lang['Cannot delete the old permalink !'] = '旧的固定链接不能被删除!'; 634 $lang['Hit'] = '点击'; 635 $lang['Tools'] = '工具'; 636 $lang['Photos'] = '相片'; 637 $lang['Themes'] = '主题'; 638 $lang['Instructions to use Piwigo'] = 'Piwigo 使用指南'; 639 $lang['Order alphanumerically'] = '字母排序'; 640 $lang['Order alphanumerically reverse'] = '字母降序'; 641 $lang['Installed Themes'] = '安装主题'; 642 $lang['Add New Theme'] = '添加一个新主题'; 643 $lang['Forbid this theme to users'] = '禁用此主题'; 644 $lang['Set as default theme for unregistered and new users'] = '设置为未注册者和新用户的默认主题'; 645 $lang['unknown'] = '未知'; 646 $lang['Upload Photos'] = '上传相片'; 647 $lang['Drop into category'] = '拖进类别'; 648 $lang['+ Add an upload box'] = '+ 添加一个上传框'; 649 $lang['Create the "%s" directory at the root of your Piwigo installation'] = '在您的根目录下创建 "%s" 目录以完成 Piwigo 的安装'; 650 $lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = '给予根目录下的 "%s" 目录写权限 (chmod 777) 以完成 Piwigo 的安装'; 651 $lang['existing category'] = '已存在类别'; 652 $lang['create a new category'] = '创建一个新类别'; 653 $lang['Category name'] = '类别名称'; 654 $lang['Category "%s" has been added'] = '类别 "%s" 已添加'; 655 $lang['Uploaded Photos'] = '相片已上传'; 656 $lang['%d photos uploaded'] = '%d 相片已上传'; 657 $lang['Privacy level set to "%s"'] = '私有级别设置为 "%s"'; 658 $lang['Category "%s" now contains %d photos'] = '类别 "%s" 现已包含了 %d 相片'; 659 $lang['Manage this set of %d photos'] = '管理此设置的 %d 张照片 '; 660 $lang['Select files'] = '选择文件'; 661 $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG 文件或者将 JPEG 文件放到一个 ZIP 档案里'; 662 $lang['Everybody'] = '每个人'; 663 $lang['Who can see these photos?'] = '哪些人可以看到这些相片?'; 664 $lang['... or switch to the old style form'] = '... 或者使用旧式的表单'; 665 $lang['... or switch to the multiple files form'] = '... 或者使用多文件上传表单'; 666 $lang['The websize maximum width must be a number between %d and %d'] = '最大宽度的网页尺寸必须在 %d 和 %d 之间'; 667 $lang['The websize maximum height must be a number between %d and %d'] = '最大高度的网页尺寸必须在 %d 和 %d 之间'; 668 $lang['The websize image quality must be a number between %d and %d'] = '图片质量的网页尺寸必须在 %d 和 %d 之间'; 669 $lang['The thumbnail maximum width must be a number between %d and %d'] = '缩略图的最大宽度必须在 %d 和 %d 之间'; 670 $lang['The thumbnail maximum height must be a number between %d and %d'] = '缩略图的最大高度必须在 %d 和 %d 之间'; 671 $lang['The thumbnail image quality must be a number between %d and %d'] = '缩略图的质量必须在 %d 和 %d 之间'; 672 $lang['Settings'] = '设置'; 673 $lang['Web size photo'] = '相片的网页尺寸'; 674 $lang['Resize'] = '重置大小'; 675 $lang['Maximum Width'] = '最大宽度'; 676 $lang['pixels'] = '像素'; 677 $lang['Maximum Height'] = '最大高度'; 678 $lang['Image Quality'] = '图片质量'; 679 $lang['Save Settings'] = '保存设置'; 680 $lang['Your configuration settings are saved'] = '你的设置已保存'; 681 $lang['Active Themes'] = '已激活的主题'; 682 $lang['Add write access to the "%s" directory'] = '为 "%s" 目录添加写权限'; 683 $lang['Administration Home'] = '管理员首页'; 684 $lang['Categories ordered alphanumerically'] = '类别按字母排序'; 685 $lang['Categories ordered alphanumerically reverse'] = '类别按字母降序排序'; 686 $lang['Change Admin Colors'] = '更改管理员后台颜色'; 687 $lang['Delete this theme'] = '删除此主题'; 688 $lang['Directory does not exist'] = '目录不存在'; 689 $lang['Download,'] = '下载,'; 690 $lang['FTP + Synchronization'] = 'FTP + 同步'; 691 $lang['Get Support on Piwigo Forum'] = '在 Piwigo 论坛上获取帮助'; 692 $lang['Help Me'] = '帮助我'; 693 $lang['Impossible to activate this theme, the parent theme is missing: %s'] = '父主题 %s 丢失,此主题不能被激。'; 694 $lang['Impossible to delete this theme. Other themes depends on it: %s'] = '此主题不能删除,因为其他主题还有依赖与它: %s'; 695 $lang['Inactive Themes'] = '停用主题'; 696 $lang['Install on your computer,'] = '安装到您的电脑,'; 697 $lang['Make this theme available to users'] = '让用户可使用此主题'; 698 $lang['Page end'] = '页尾'; 699 $lang['Piwigo Uploader'] = 'Piwigo 上传者'; 700 $lang['Read Piwigo Documentation'] = '阅读 Piwigo 文档'; 701 $lang['Start pLoader and add your photos.'] = '开始使用 pLoader 并添加您的相片.'; 702 $lang['Switch to clear or dark colors for administration'] = '更改管理员后台为清爽或者黑暗的颜色'; 703 $lang['Theme has been successfully installed'] = '主题已成功安装'; 704 $lang['Visit Gallery'] = '浏览画廊'; 705 $lang['Visit Piwigo project website'] = '浏览 Piwigo 项目网站'; 706 $lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader 是 <em>Piwigo 上传者</em> 的官方标准软件。pLoader 可将您电脑里的相片传送到 Piwigo 的相片画廊里。'; 707 $lang['Guest Settings'] = '游客设置'; 708 $lang['Main Page'] = '主页'; 709 $lang['Photo Page'] = '相片页'; 710 $lang['Activate Navigation Bar'] = '激活导航条'; 711 $lang['Activate Navigation Thumbnails'] = '激活缩略图导航'; 712 $lang['Activate icon "%s"'] = '激活图标 "%s"'; 713 $lang['Activate field "%s"'] = '激活字段 "%s"'; 714 $lang['Photo Properties'] = '相片属性'; 715 $lang['Allow user customization'] = '允许用户自定义'; 716 $lang['Languages'] = '语言'; 717 $lang['Installed Languages'] = '安装语言'; 718 $lang['Add New Language'] = '添加新语言'; 719 $lang['Language has been successfully installed'] = '语言已成功安装'; 720 $lang['Select:'] = '选择:'; 721 $lang['None'] = '没有'; 722 $lang['Invert'] = '反转'; 723 $lang['Impossible to deactivate this theme, you need at least one theme.'] = '不能停用此主题,您至少需要使用一个主题.'; 724 $lang['Webmaster status is required.'] = '必须设置网站管理员.'; 725 $lang['Bound Theme'] = '绑定主题'; 726 $lang['Allow rating'] = '允许投票'; 727 $lang['Select at least one comment'] = '选择最新一个评论'; 728 $lang['Active Plugins'] = '激活插件'; 729 $lang['Inactive Plugins'] = '停用插件'; 730 $lang['Missing Plugins'] = '丢失的插件'; 731 $lang['Uninstalled Plugins'] = '未安装的插件'; 732 $lang['By %s'] = 'By %s'; 733 $lang['Visit plugin site'] = '浏览插件网站'; 734 $lang['Active Languages'] = '激活语言'; 735 $lang['Delete this language'] = '删除此语言'; 736 $lang['Forbid this language to users'] = '禁止用户使用此语言'; 737 $lang['Impossible to deactivate this language, first set another language as default.'] = '不能停用此语言,请先设置一个默认语言.'; 738 $lang['Impossible to deactivate this language, you need at least one language.'] = '不能停用此语言,您必须至少使用一个语言.'; 739 $lang['Inactive Languages'] = '停用语言'; 740 $lang['Make this language available to users'] = '让用户可使用此语言'; 741 $lang['Set as default language for unregistered and new users'] = '设置为游客和新用户的默认语言'; 742 $lang['Add Photos'] = '添加相片'; 743 $lang['Download'] = '下载'; 744 $lang['The following tag was deleted'] = '以下标签已删除'; 745 $lang['Miscellaneous'] = '杂项'; 746 $lang['User Upload'] = '用户上传'; 747 $lang['Virtual Links'] = '虚拟链接'; 748 $lang['There is no other language available.'] = '没有其他可用的语言.'; 749 $lang['There is no other plugin available.'] = '没有其他可用的插件.'; 750 $lang['There is no other theme available.'] = '没有其他可用的主题.'; 751 $lang['Add another set of photos'] = '添加另一组相片'; 752 753 754 755 624 756 // --------- Starting below: New or revised $lang ---- from Colibri (2.1) 625 757 /*TO CHECK*/$lang['Piwigo Announcements Newsletter'] = 'Piwigo公告时事通讯'; 626 /*TO CHECK*/$lang['Subscribe to Piwigo Announcements Newsletter'] = '与Piwigo项目保持联系,订阅Piwigo公告时事通讯。 您将收到电子邮件,当新的发行是可利用的(有时包括安全错误修复,知道和升级)是重要的,并且,当主要事件发生在这个项目。 仅一些电子邮件每年。';627 758 /*TO CHECK*/$lang['Subscribe %s'] = '订阅%s'; 628 759 /*TO CHECK*/$lang['Subscribe %s to Piwigo Announcements Newsletter'] = '订阅%s Piwigo中国公告时事通讯'; -
trunk/language/zh_CN/common.lang.php
r5565 r5814 323 323 $lang['Comment by %s'] = '评论人 %s'; 324 324 $lang['User: %s'] = '用户: %s'; 325 $lang['Email: %s'] = ' Email: %s';325 $lang['Email: %s'] = '电子邮件: %s'; 326 326 $lang['Admin: %s'] = '管理员: %s'; 327 327 $lang['Registration of %s'] = '注册 %s'; … … 363 363 $lang['Are you sure?'] = '确定?'; 364 364 $lang['delete this comment'] = '删除评论'; 365 $lang['Reset to default values'] = '重置为默认值'; 366 $lang['delete all images from your favorites'] = '删除您的收藏里所有相片'; 367 $lang['Sent by'] = 'Sent by'; 368 $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的浏览器已关闭或者不支持Cookies. 您必须开启 cookies 才能登录.'; 369 $lang['Some info about this picture'] = '关于此相片的信息'; 370 $lang['Some more (technical) info about this picture'] = '更多关于此相片 (技术性的) 的信息'; 371 $lang['edit this comment'] = '修改此评论'; 372 $lang['Edit a comment'] = '修改一个评论'; 373 $lang['(!) This comment requires validation'] = '(!) 此评论需要审核'; 374 $lang['Welcome'] = '欢迎'; 375 $lang['Welcome to your Piwigo photo gallery!'] = '欢迎来到您的 Piwigo 画廊!'; 376 $lang['... or browse your empty gallery'] = '... 或者浏览您的空画廊'; 377 $lang['... or please deactivate this message, I will find my way by myself'] = '... 或者取消此信息,我会自己找到我的方法'; 378 $lang['Hello %s, your Piwigo photo gallery is empty!'] = '您好 %s, 您的 Piwigo 画廊是空的!'; 379 $lang['I want to add photos'] = '我想添加相片'; 380 $lang['Manage this user comment: %s'] = '管理此用户的评论: %s'; 381 $lang['This author modified following comment:'] = '此作者修改了以下的评论:'; 382 $lang['This author removed the comment with id %d'] = '此作者删除了 id 为 %d 的评论'; 383 $lang['validate this comment'] = '审核此评论'; 384 365 385 ?> -
trunk/language/zh_CN/install.lang.php
r5780 r5814 66 66 $lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = '你应该联系你的主机管理员并向其请教如何设置PHP 5.'; 67 67 $lang['Hope to see you back soon.'] = '希望下次再见到你...'; 68 $lang['Database type'] = '数据库类型'; 69 $lang['The type of database your piwigo data will be store in'] = '用来存放您的 Piwigo 数据的数据库的类型'; 70 $lang['Congratulations, Piwigo installation is completed'] = '恭喜,Piwigo 已安装完成。'; 71 $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = '另一个解决办法是,将以上文本框里的文本拷贝到 "local/config/database.inc.php" 文件里(注意:database.inc.php 必须只能包含此文本框里的内容,没有换行或者空格字符)'; 72 $lang['Creation of config file local/config/database.inc.php failed.'] = '创建 local/config/database.inc.php 文件失败.'; 73 $lang['Download the config file'] = '下载配置文件'; 74 $lang['You can download the config file and upload it to local/config directory of your installation.'] = '您可以下载配置文件,然后上传到 local/config 目录以完成您的安装.'; 68 75 ?> -
trunk/tools/language/translation_validated.inc.php
r5760 r5814 377 377 378 378 'zh_CN' => array( 379 '', 379 'IP', 380 'localhost, sql.multimania.com, toto.freesurf.fr', 380 381 ), 381 382
Note: See TracChangeset
for help on using the changeset viewer.