gettext 1.7.0-mswin32 → 1.8.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +139 -0
- data/NEWS +31 -0
- data/README +31 -15
- data/Rakefile +3 -2
- data/bin/rgettext +1 -1
- data/bin/rmsgfmt +1 -1
- data/bin/rmsgmerge +1 -1
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/lib/gettext.rb +50 -23
- data/lib/gettext/active_record.rb +275 -0
- data/lib/gettext/locale.rb +9 -2
- data/lib/gettext/locale_cgi.rb +5 -4
- data/lib/gettext/locale_object.rb +5 -4
- data/lib/gettext/parser/{activerecord.rb → active_record.rb} +31 -14
- data/lib/gettext/parser/ruby.rb +48 -44
- data/lib/gettext/rails.rb +111 -253
- data/lib/gettext/rgettext.rb +34 -6
- data/lib/gettext/string.rb +3 -2
- data/lib/gettext/textdomain.rb +3 -3
- data/lib/gettext/version.rb +1 -1
- data/po/cs/rails.po +61 -61
- data/po/cs/rgettext.po +37 -55
- data/po/de/rails.po +73 -72
- data/po/de/rgettext.po +39 -56
- data/po/el/rails.po +60 -60
- data/po/el/rgettext.po +26 -44
- data/po/es/rails.po +60 -60
- data/po/es/rgettext.po +28 -52
- data/po/et/rails.po +118 -0
- data/po/fr/rails.po +60 -60
- data/po/fr/rgettext.po +26 -46
- data/po/it/rails.po +68 -68
- data/po/it/rgettext.po +35 -53
- data/po/ja/rails.po +62 -61
- data/po/ja/rgettext.po +27 -45
- data/po/ko/rails.po +61 -60
- data/po/ko/rgettext.po +34 -54
- data/po/nl/rails.po +59 -60
- data/po/nl/rgettext.po +35 -55
- data/po/pt_BR/rails.po +74 -73
- data/po/pt_BR/rgettext.po +36 -52
- data/po/rails.pot +61 -61
- data/po/rgettext.pot +25 -43
- data/po/ru/rails.po +61 -62
- data/po/ru/rgettext.po +26 -51
- data/po/sv/rgettext.po +27 -44
- data/po/zh/rails.po +62 -60
- data/po/zh/rgettext.po +28 -47
- data/po/zh_TW/rails.po +114 -0
- data/po/zh_TW/rgettext.po +121 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/zh_TW/helloerb1.po +67 -0
- data/samples/cgi/po/zh_TW/helloerb2.po +54 -0
- data/samples/cgi/po/zh_TW/hellolib.po +26 -0
- data/samples/cgi/po/zh_TW/main.po +79 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/hellogtk.pot +1 -1
- data/samples/po/zh_TW/hello.po +26 -0
- data/samples/po/zh_TW/hello2.po +34 -0
- data/samples/po/zh_TW/hello_noop.po +30 -0
- data/samples/po/zh_TW/hello_plural.po +28 -0
- data/samples/po/zh_TW/helloglade2.po +40 -0
- data/samples/po/zh_TW/hellogtk.po +25 -0
- data/samples/po/zh_TW/hellotk.po +26 -0
- data/samples/rails/README +8 -11
- data/samples/rails/app/controllers/application.rb +6 -9
- data/samples/rails/app/views/layouts/blog.rhtml +1 -1
- data/samples/rails/config/database.yml +1 -1
- data/samples/rails/config/environment.rb +1 -0
- data/samples/rails/db/schema.rb +90 -0
- data/samples/rails/lib/tasks/gettext.rake +1 -1
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/blog.pot +106 -110
- data/samples/rails/po/cs/blog.po +110 -115
- data/samples/rails/po/de/blog.po +107 -112
- data/samples/rails/po/el/blog.po +105 -109
- data/samples/rails/po/en/blog.po +107 -111
- data/samples/rails/po/es/blog.po +105 -110
- data/samples/rails/po/fr/blog.po +105 -109
- data/samples/rails/po/it/blog.po +105 -109
- data/samples/rails/po/ja/blog.po +105 -109
- data/samples/rails/po/ko/blog.po +105 -109
- data/samples/rails/po/nl/blog.po +105 -110
- data/samples/rails/po/pt_BR/blog.po +105 -109
- data/samples/rails/po/ru/blog.po +105 -107
- data/samples/rails/po/zh/blog.po +105 -109
- data/samples/rails/po/zh_TW/blog.po +107 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +30 -0
- data/test/Rakefile +44 -0
- data/test/fixtures/developer.rb +5 -0
- data/test/fixtures/developers.yml +21 -0
- data/test/fixtures/reply.rb +40 -0
- data/test/fixtures/topic.rb +23 -0
- data/test/fixtures/topics.yml +22 -0
- data/test/gettext_test.rb +2 -2
- data/test/gettext_test_active_record.rb +1479 -0
- data/test/gettext_test_rails.rb +2 -0
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/po/active_record.pot +295 -0
- data/test/po/ja/active_record.po +294 -0
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +10 -2
- metadata +66 -6
- data/samples/rails/db/mysql.sql +0 -8
- data/samples/rails/db/postgresql.sql +0 -7
data/samples/rails/po/ja/blog.po
CHANGED
@@ -1,109 +1,105 @@
|
|
1
|
-
# GetText Sample Blog on RoR.
|
2
|
-
#
|
3
|
-
# Copyright (C) 2005 Masao Mutoh
|
4
|
-
#
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Masao Mutoh <mutoh@highway.ne.jp>, 2005.
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: blog 1.
|
12
|
-
"POT-Creation-Date: 2006-
|
13
|
-
"PO-Revision-Date: 2005-08-26 23:02+0900\n"
|
14
|
-
"Last-Translator: Masao Mutoh <mutoh@highway.ne.jp>\n"
|
15
|
-
"Language-Team: Japanese\n"
|
16
|
-
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
|
-
|
21
|
-
#: app/
|
22
|
-
msgid "
|
23
|
-
msgstr "
|
24
|
-
|
25
|
-
#: app/
|
26
|
-
msgid "
|
27
|
-
msgstr "
|
28
|
-
|
29
|
-
#: app/
|
30
|
-
msgid "
|
31
|
-
msgstr "
|
32
|
-
|
33
|
-
#: app/
|
34
|
-
msgid "
|
35
|
-
msgstr "
|
36
|
-
|
37
|
-
|
38
|
-
msgid "
|
39
|
-
msgstr "
|
40
|
-
|
41
|
-
|
42
|
-
msgid "Article|
|
43
|
-
msgstr "
|
44
|
-
|
45
|
-
|
46
|
-
msgid "Article|
|
47
|
-
msgstr "
|
48
|
-
|
49
|
-
|
50
|
-
msgid "Article
|
51
|
-
msgstr "
|
52
|
-
|
53
|
-
#: app/
|
54
|
-
msgid "
|
55
|
-
msgstr "
|
56
|
-
|
57
|
-
#: app/views/blog/
|
58
|
-
msgid "
|
59
|
-
msgstr "
|
60
|
-
|
61
|
-
#: app/views/blog/
|
62
|
-
msgid "
|
63
|
-
msgstr "
|
64
|
-
|
65
|
-
#: app/views/blog/
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
#: app/views/blog/
|
75
|
-
msgid "
|
76
|
-
msgstr "
|
77
|
-
|
78
|
-
#: app/views/blog/
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
#: app/views/
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
86
|
-
|
87
|
-
#: app/views/blog/list.rhtml:18
|
88
|
-
msgid "No articles were found."
|
89
|
-
msgstr "まだ記事がありません"
|
90
|
-
|
91
|
-
#: app/views/blog/
|
92
|
-
msgid "
|
93
|
-
msgstr "
|
94
|
-
|
95
|
-
#: app/views/blog/
|
96
|
-
msgid "
|
97
|
-
msgstr "
|
98
|
-
|
99
|
-
#: app/views/blog/
|
100
|
-
msgid "
|
101
|
-
msgstr "
|
102
|
-
|
103
|
-
#: app/views/blog/
|
104
|
-
msgid "
|
105
|
-
msgstr "
|
106
|
-
|
107
|
-
#: app/views/blog/edit.rhtml:20
|
108
|
-
msgid "Are you sure?"
|
109
|
-
msgstr "よろしいですか?"
|
1
|
+
# GetText Sample Blog on RoR.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Masao Mutoh <mutoh@highway.ne.jp>, 2005.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: blog 1.2.0\n"
|
12
|
+
"POT-Creation-Date: 2006-08-22 18:35+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-08-26 23:02+0900\n"
|
14
|
+
"Last-Translator: Masao Mutoh <mutoh@highway.ne.jp>\n"
|
15
|
+
"Language-Team: Japanese\n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
|
+
|
21
|
+
#: app/controllers/blog_controller.rb:33
|
22
|
+
msgid "Article was successfully created."
|
23
|
+
msgstr "記事の投稿に成功しました。"
|
24
|
+
|
25
|
+
#: app/controllers/blog_controller.rb:47
|
26
|
+
msgid "Article was successfully updated."
|
27
|
+
msgstr "記事の更新に成功しました。"
|
28
|
+
|
29
|
+
#: app/helpers/blog_helper.rb:43
|
30
|
+
msgid "Ruby Links"
|
31
|
+
msgstr "Ruby関連リンク"
|
32
|
+
|
33
|
+
#: app/helpers/blog_helper.rb:51
|
34
|
+
msgid "Old articles"
|
35
|
+
msgstr "過去の記事"
|
36
|
+
|
37
|
+
# app/models/article.rb:-
|
38
|
+
msgid "article"
|
39
|
+
msgstr "記事"
|
40
|
+
|
41
|
+
# app/models/article.rb:-
|
42
|
+
msgid "Article|Title"
|
43
|
+
msgstr "タイトル"
|
44
|
+
|
45
|
+
# app/models/article.rb:-
|
46
|
+
msgid "Article|Description"
|
47
|
+
msgstr "内容"
|
48
|
+
|
49
|
+
# app/models/article.rb:-
|
50
|
+
msgid "Article|Lastupdate"
|
51
|
+
msgstr "投稿日"
|
52
|
+
|
53
|
+
#: app/views/blog/edit.rhtml:12
|
54
|
+
msgid "Editing article"
|
55
|
+
msgstr "記事の編集"
|
56
|
+
|
57
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
58
|
+
msgid "Edit"
|
59
|
+
msgstr "編集"
|
60
|
+
|
61
|
+
#: app/views/blog/edit.rhtml:19
|
62
|
+
msgid "Show"
|
63
|
+
msgstr "表示"
|
64
|
+
|
65
|
+
#: app/views/blog/edit.rhtml:20
|
66
|
+
msgid "Destroy"
|
67
|
+
msgstr "削除"
|
68
|
+
|
69
|
+
#: app/views/blog/edit.rhtml:20
|
70
|
+
msgid "Are you sure?"
|
71
|
+
msgstr "よろしいですか?"
|
72
|
+
|
73
|
+
#: app/views/blog/edit.rhtml:21 app/views/blog/new.rhtml:20
|
74
|
+
#: app/views/blog/show.rhtml:17
|
75
|
+
msgid "Back"
|
76
|
+
msgstr "戻る"
|
77
|
+
|
78
|
+
#: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
|
79
|
+
#: app/views/layouts/blog.rhtml:14
|
80
|
+
msgid "GetText Sample Blog on RoR"
|
81
|
+
msgstr "GetTextサンプルブログ on RoR"
|
82
|
+
|
83
|
+
#: app/views/blog/list.rhtml:15 app/views/blog/new.rhtml:13
|
84
|
+
msgid "New article"
|
85
|
+
msgstr "新規投稿"
|
86
|
+
|
87
|
+
#: app/views/blog/list.rhtml:18
|
88
|
+
msgid "No articles were found."
|
89
|
+
msgstr "まだ記事がありません"
|
90
|
+
|
91
|
+
#: app/views/blog/new.rhtml:17
|
92
|
+
msgid "Create"
|
93
|
+
msgstr "投稿"
|
94
|
+
|
95
|
+
#: app/views/blog/_form.rhtml:16
|
96
|
+
msgid "Lastupdate"
|
97
|
+
msgstr "投稿日"
|
98
|
+
|
99
|
+
#: app/views/blog/_form.rhtml:18
|
100
|
+
msgid "Title: Required."
|
101
|
+
msgstr "タイトル:必須入力"
|
102
|
+
|
103
|
+
#: app/views/blog/_form.rhtml:21
|
104
|
+
msgid "Description: More than 10 characters."
|
105
|
+
msgstr "内容:10文字以上"
|
data/samples/rails/po/ko/blog.po
CHANGED
@@ -1,109 +1,105 @@
|
|
1
|
-
# GetText Sample Blog on RoR.
|
2
|
-
#
|
3
|
-
# Copyright (C) 2005 Masao Mutoh
|
4
|
-
#
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Gyoung-Yoon Noh <nohmad
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: blog 1.
|
12
|
-
"POT-Creation-Date: 2006-
|
13
|
-
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
14
|
-
"Last-Translator: Gyoung-Yoon Noh <nohmad
|
15
|
-
"Language-Team: Korean\n"
|
16
|
-
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
|
-
|
21
|
-
#: app/
|
22
|
-
msgid "
|
23
|
-
msgstr "
|
24
|
-
|
25
|
-
#: app/
|
26
|
-
msgid "
|
27
|
-
msgstr "
|
28
|
-
|
29
|
-
#: app/
|
30
|
-
msgid "
|
31
|
-
msgstr "
|
32
|
-
|
33
|
-
#: app/
|
34
|
-
msgid "
|
35
|
-
msgstr "
|
36
|
-
|
37
|
-
|
38
|
-
msgid "
|
39
|
-
msgstr "
|
40
|
-
|
41
|
-
|
42
|
-
msgid "Article|
|
43
|
-
msgstr "
|
44
|
-
|
45
|
-
|
46
|
-
msgid "Article|
|
47
|
-
msgstr "
|
48
|
-
|
49
|
-
|
50
|
-
msgid "Article
|
51
|
-
msgstr "
|
52
|
-
|
53
|
-
#: app/
|
54
|
-
msgid "
|
55
|
-
msgstr "
|
56
|
-
|
57
|
-
#: app/views/blog/
|
58
|
-
msgid "
|
59
|
-
msgstr "
|
60
|
-
|
61
|
-
#: app/views/blog/
|
62
|
-
msgid "
|
63
|
-
msgstr "
|
64
|
-
|
65
|
-
#: app/views/blog/
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
#: app/views/blog/
|
75
|
-
msgid "
|
76
|
-
msgstr "
|
77
|
-
|
78
|
-
#: app/views/blog/
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
#: app/views/
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
86
|
-
|
87
|
-
#: app/views/blog/list.rhtml:18
|
88
|
-
msgid "No articles were found."
|
89
|
-
msgstr "글이 없습니다."
|
90
|
-
|
91
|
-
#: app/views/blog/
|
92
|
-
msgid "
|
93
|
-
msgstr "글
|
94
|
-
|
95
|
-
#: app/views/blog/
|
96
|
-
msgid "
|
97
|
-
msgstr "
|
98
|
-
|
99
|
-
#: app/views/blog/
|
100
|
-
msgid "
|
101
|
-
msgstr "
|
102
|
-
|
103
|
-
#: app/views/blog/
|
104
|
-
msgid "
|
105
|
-
msgstr "
|
106
|
-
|
107
|
-
#: app/views/blog/edit.rhtml:20
|
108
|
-
msgid "Are you sure?"
|
109
|
-
msgstr "확실합니까?"
|
1
|
+
# GetText Sample Blog on RoR.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Gyoung-Yoon Noh <nohmad at gmail.com>
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: blog 1.2.0\n"
|
12
|
+
"POT-Creation-Date: 2006-08-22 18:35+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
14
|
+
"Last-Translator: Gyoung-Yoon Noh <nohmad at gmail.com>\n"
|
15
|
+
"Language-Team: Korean\n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
|
+
|
21
|
+
#: app/controllers/blog_controller.rb:33
|
22
|
+
msgid "Article was successfully created."
|
23
|
+
msgstr "글이 성공적으로 생성되었습니다."
|
24
|
+
|
25
|
+
#: app/controllers/blog_controller.rb:47
|
26
|
+
msgid "Article was successfully updated."
|
27
|
+
msgstr "글이 성공적으로 갱신되었습니다."
|
28
|
+
|
29
|
+
#: app/helpers/blog_helper.rb:43
|
30
|
+
msgid "Ruby Links"
|
31
|
+
msgstr "루비 링크"
|
32
|
+
|
33
|
+
#: app/helpers/blog_helper.rb:51
|
34
|
+
msgid "Old articles"
|
35
|
+
msgstr "이전 글들"
|
36
|
+
|
37
|
+
# app/models/article.rb:-
|
38
|
+
msgid "article"
|
39
|
+
msgstr "새 글"
|
40
|
+
|
41
|
+
# app/models/article.rb:-
|
42
|
+
msgid "Article|Title"
|
43
|
+
msgstr "제목"
|
44
|
+
|
45
|
+
# app/models/article.rb:-
|
46
|
+
msgid "Article|Description"
|
47
|
+
msgstr "설명"
|
48
|
+
|
49
|
+
# app/models/article.rb:-
|
50
|
+
msgid "Article|Lastupdate"
|
51
|
+
msgstr "마지막 변경"
|
52
|
+
|
53
|
+
#: app/views/blog/edit.rhtml:12
|
54
|
+
msgid "Editing article"
|
55
|
+
msgstr "글 편집"
|
56
|
+
|
57
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
58
|
+
msgid "Edit"
|
59
|
+
msgstr "편집"
|
60
|
+
|
61
|
+
#: app/views/blog/edit.rhtml:19
|
62
|
+
msgid "Show"
|
63
|
+
msgstr "보기"
|
64
|
+
|
65
|
+
#: app/views/blog/edit.rhtml:20
|
66
|
+
msgid "Destroy"
|
67
|
+
msgstr "삭제"
|
68
|
+
|
69
|
+
#: app/views/blog/edit.rhtml:20
|
70
|
+
msgid "Are you sure?"
|
71
|
+
msgstr "확실합니까?"
|
72
|
+
|
73
|
+
#: app/views/blog/edit.rhtml:21 app/views/blog/new.rhtml:20
|
74
|
+
#: app/views/blog/show.rhtml:17
|
75
|
+
msgid "Back"
|
76
|
+
msgstr "뒤로 가기"
|
77
|
+
|
78
|
+
#: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
|
79
|
+
#: app/views/layouts/blog.rhtml:14
|
80
|
+
msgid "GetText Sample Blog on RoR"
|
81
|
+
msgstr "Ruby on Rails 위의 GetText 예제 블로그"
|
82
|
+
|
83
|
+
#: app/views/blog/list.rhtml:15 app/views/blog/new.rhtml:13
|
84
|
+
msgid "New article"
|
85
|
+
msgstr "새 글"
|
86
|
+
|
87
|
+
#: app/views/blog/list.rhtml:18
|
88
|
+
msgid "No articles were found."
|
89
|
+
msgstr "글이 없습니다."
|
90
|
+
|
91
|
+
#: app/views/blog/new.rhtml:17
|
92
|
+
msgid "Create"
|
93
|
+
msgstr "글 쓰기"
|
94
|
+
|
95
|
+
#: app/views/blog/_form.rhtml:16
|
96
|
+
msgid "Lastupdate"
|
97
|
+
msgstr "마지막 업데이트"
|
98
|
+
|
99
|
+
#: app/views/blog/_form.rhtml:18
|
100
|
+
msgid "Title: Required."
|
101
|
+
msgstr "제목이 필요합니다."
|
102
|
+
|
103
|
+
#: app/views/blog/_form.rhtml:21
|
104
|
+
msgid "Description: More than 10 characters."
|
105
|
+
msgstr "설명: 10 문자 이상"
|
data/samples/rails/po/nl/blog.po
CHANGED
@@ -1,110 +1,105 @@
|
|
1
|
-
# GetText Sample Blog on RoR.
|
2
|
-
#
|
3
|
-
# Copyright (C) 2005 Masao Mutoh
|
4
|
-
#
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Menno Jonkers <ruby-gettext
|
8
|
-
#
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"Content-
|
19
|
-
"
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
#: app/views/blog
|
80
|
-
msgid "
|
81
|
-
msgstr "
|
82
|
-
|
83
|
-
#: app/views/blog/list.rhtml:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
msgstr "Verwijder"
|
107
|
-
|
108
|
-
#: app/views/blog/edit.rhtml:20
|
109
|
-
msgid "Are you sure?"
|
110
|
-
msgstr "Weet u dit zeker?"
|
1
|
+
# GetText Sample Blog on RoR.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Menno Jonkers <ruby-gettext at jonkers.com>, 2005.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: blog 1.2.0\n"
|
12
|
+
"POT-Creation-Date: 2006-08-22 18:35+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
14
|
+
"Last-Translator: Menno Jonkers <ruby-gettext at jonkers.com>\n"
|
15
|
+
"Language-Team: Dutch <ruby_gettext at jonkers.com>\n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
20
|
+
|
21
|
+
#: app/controllers/blog_controller.rb:33
|
22
|
+
msgid "Article was successfully created."
|
23
|
+
msgstr "Het artikel is aangemaakt."
|
24
|
+
|
25
|
+
#: app/controllers/blog_controller.rb:47
|
26
|
+
msgid "Article was successfully updated."
|
27
|
+
msgstr "Het artikel is gewijzigd."
|
28
|
+
|
29
|
+
#: app/helpers/blog_helper.rb:43
|
30
|
+
msgid "Ruby Links"
|
31
|
+
msgstr "Ruby links"
|
32
|
+
|
33
|
+
#: app/helpers/blog_helper.rb:51
|
34
|
+
msgid "Old articles"
|
35
|
+
msgstr "Oude artikelen"
|
36
|
+
|
37
|
+
# app/models/article.rb:-
|
38
|
+
msgid "article"
|
39
|
+
msgstr "artikel"
|
40
|
+
|
41
|
+
# app/models/article.rb:-
|
42
|
+
msgid "Article|Title"
|
43
|
+
msgstr "Titel"
|
44
|
+
|
45
|
+
# app/models/article.rb:-
|
46
|
+
msgid "Article|Description"
|
47
|
+
msgstr "Beschrijving"
|
48
|
+
|
49
|
+
# app/models/article.rb:-
|
50
|
+
msgid "Article|Lastupdate"
|
51
|
+
msgstr "Laatste wijziging"
|
52
|
+
|
53
|
+
#: app/views/blog/edit.rhtml:12
|
54
|
+
msgid "Editing article"
|
55
|
+
msgstr "Bewerken artikel"
|
56
|
+
|
57
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
58
|
+
msgid "Edit"
|
59
|
+
msgstr "Bewerk"
|
60
|
+
|
61
|
+
#: app/views/blog/edit.rhtml:19
|
62
|
+
msgid "Show"
|
63
|
+
msgstr "Toon"
|
64
|
+
|
65
|
+
#: app/views/blog/edit.rhtml:20
|
66
|
+
msgid "Destroy"
|
67
|
+
msgstr "Verwijder"
|
68
|
+
|
69
|
+
#: app/views/blog/edit.rhtml:20
|
70
|
+
msgid "Are you sure?"
|
71
|
+
msgstr "Weet u dit zeker?"
|
72
|
+
|
73
|
+
#: app/views/blog/edit.rhtml:21 app/views/blog/new.rhtml:20
|
74
|
+
#: app/views/blog/show.rhtml:17
|
75
|
+
msgid "Back"
|
76
|
+
msgstr "Terug"
|
77
|
+
|
78
|
+
#: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
|
79
|
+
#: app/views/layouts/blog.rhtml:14
|
80
|
+
msgid "GetText Sample Blog on RoR"
|
81
|
+
msgstr "GetText voorbeeld-blog op RoR"
|
82
|
+
|
83
|
+
#: app/views/blog/list.rhtml:15 app/views/blog/new.rhtml:13
|
84
|
+
msgid "New article"
|
85
|
+
msgstr "Nieuw artikel"
|
86
|
+
|
87
|
+
#: app/views/blog/list.rhtml:18
|
88
|
+
msgid "No articles were found."
|
89
|
+
msgstr "Geen artikelen gevonden."
|
90
|
+
|
91
|
+
#: app/views/blog/new.rhtml:17
|
92
|
+
msgid "Create"
|
93
|
+
msgstr "Maak aan"
|
94
|
+
|
95
|
+
#: app/views/blog/_form.rhtml:16
|
96
|
+
msgid "Lastupdate"
|
97
|
+
msgstr "Laatste wijziging"
|
98
|
+
|
99
|
+
#: app/views/blog/_form.rhtml:18
|
100
|
+
msgid "Title: Required."
|
101
|
+
msgstr "Titel: vereist."
|
102
|
+
|
103
|
+
#: app/views/blog/_form.rhtml:21
|
104
|
+
msgid "Description: More than 10 characters."
|
105
|
+
msgstr "Beschrijving: meer dan 10 tekens."
|