123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- return array(
- 'blog' => '博客',
- 'blog:blogs' => '博客',
- 'blog:revisions' => '修订',
- 'blog:archives' => '归档',
- 'blog:blog' => '博客',
- 'item:object:blog' => '博客',
- 'blog:title:user_blogs' => '%s 的博客',
- 'blog:title:all_blogs' => '全站所有博客',
- 'blog:title:friends' => '好友的博客',
- 'blog:group' => '群组博客',
- 'blog:enableblog' => '启用群组博客',
- 'blog:write' => '撰写博文',
- // Editing
- 'blog:add' => '添加博文',
- 'blog:edit' => '编辑博文',
- 'blog:excerpt' => '摘录',
- 'blog:body' => '正文',
- 'blog:save_status' => '最后保存',
-
- 'blog:revision' => '修订',
- 'blog:auto_saved_revision' => '自动保存修订',
- // messages
- 'blog:message:saved' => '博文已保存。',
- 'blog:error:cannot_save' => '无法保存博文。',
- 'blog:error:cannot_auto_save' => '无法自动保存博文。',
- 'blog:error:cannot_write_to_container' => '权限不够将博客保存到群组。',
- 'blog:messages:warning:draft' => '此博文草稿未保存!',
- 'blog:edit_revision_notice' => '(旧版本)',
- 'blog:message:deleted_post' => '博文已删除。',
- 'blog:error:cannot_delete_post' => '无法删除博文。',
- 'blog:none' => '没有博文',
- 'blog:error:missing:title' => '请输入博客标题!',
- 'blog:error:missing:description' => '请输入博客正文!',
- 'blog:error:cannot_edit_post' => '博文不存在或你没有权限编辑它。',
- 'blog:error:post_not_found' => '无法找到该博文。',
- 'blog:error:revision_not_found' => '无法找到该修订版本。',
- // river
- 'river:create:object:blog' => '%s 发表了一篇博文 %s',
- 'river:comment:object:blog' => '%s 评论了博客 %s',
- // notifications
- 'blog:notify:summary' => '新博文 %s',
- 'blog:notify:subject' => '新博文: %s',
- 'blog:notify:body' =>
- '
- %s 发表了一篇新的博文: %s
- %s
- 查看并评论博文:
- %s
- ',
- // widget
- 'blog:widget:description' => '显示你最近的博文',
- 'blog:moreblogs' => '更多博文',
- 'blog:numbertodisplay' => '要显示的博文数',
- 'blog:noblogs' => '没有博文'
- );
|