# GetText Sample Blog on RoR. # # Copyright (C) 2006 Masao Mutoh # # This file is distributed under the same license as the Ruby-GetText-Package. # # Yingfeng , 2006. # msgid "" msgstr "" "Project-Id-Version: blog 1.2.0\n" "POT-Creation-Date: 2006-08-22 18:35+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Yingfeng \n" "Language-Team: Simplified Chinese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: app/controllers/blog_controller.rb:33 msgid "Article was successfully created." msgstr "文章创建成功" #: app/controllers/blog_controller.rb:47 msgid "Article was successfully updated." msgstr "文章更新成功" #: app/helpers/blog_helper.rb:43 msgid "Ruby Links" msgstr "Ruby链接" #: app/helpers/blog_helper.rb:51 msgid "Old articles" msgstr "以前的文章" # app/models/article.rb:- msgid "article" msgstr "文章" # app/models/article.rb:- msgid "Article|Title" msgstr "标题" # app/models/article.rb:- msgid "Article|Description" msgstr "描述" # app/models/article.rb:- msgid "Article|Lastupdate" msgstr "上次更新" #: app/views/blog/edit.rhtml:12 msgid "Editing article" msgstr "编辑文章" #: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16 msgid "Edit" msgstr "编辑" #: app/views/blog/edit.rhtml:19 msgid "Show" msgstr "显示" #: app/views/blog/edit.rhtml:20 msgid "Destroy" msgstr "删除" #: app/views/blog/edit.rhtml:20 msgid "Are you sure?" msgstr "确认?" #: app/views/blog/edit.rhtml:21 app/views/blog/new.rhtml:20 #: app/views/blog/show.rhtml:17 msgid "Back" msgstr "返回" #: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13 #: app/views/layouts/blog.rhtml:14 msgid "GetText Sample Blog on RoR" msgstr "GetText的RoR示例Blog" #: app/views/blog/list.rhtml:15 app/views/blog/new.rhtml:13 msgid "New article" msgstr "新文章" #: app/views/blog/list.rhtml:18 msgid "No articles were found." msgstr "没有文章" #: app/views/blog/new.rhtml:17 msgid "Create" msgstr "创建" #: app/views/blog/_form.rhtml:16 msgid "Lastupdate" msgstr "上次更新" #: app/views/blog/_form.rhtml:18 msgid "Title: Required." msgstr "标题:需要设置" #: app/views/blog/_form.rhtml:21 msgid "Description: More than 10 characters." msgstr "描述:需要超过10个字符"