gettext 1.8.0-mswin32 → 1.9.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +120 -0
- data/NEWS +16 -0
- data/README +27 -19
- data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
- 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/eo/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/eo/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/ext/gettext/Makefile +22 -19
- data/ext/gettext/mkmf.log +3 -9
- data/lib/gettext.rb +13 -10
- data/lib/gettext/active_record.rb +130 -113
- data/lib/gettext/erb.rb +2 -2
- data/lib/gettext/locale.rb +11 -5
- data/lib/gettext/locale_cgi.rb +3 -3
- data/lib/gettext/locale_posix.rb +2 -2
- data/lib/gettext/locale_win32.rb +2 -1
- data/lib/gettext/parser/active_record.rb +24 -14
- data/lib/gettext/parser/ruby.rb +4 -63
- data/lib/gettext/rails.rb +23 -20
- data/lib/gettext/rgettext.rb +6 -6
- data/lib/gettext/utils.rb +12 -6
- data/lib/gettext/version.rb +2 -2
- data/po/ca/rails.po +121 -0
- data/po/ca/rgettext.po +130 -0
- data/po/cs/rails.po +30 -26
- data/po/cs/rgettext.po +44 -36
- data/po/de/rails.po +28 -24
- data/po/de/rgettext.po +43 -35
- data/po/el/rails.po +38 -34
- data/po/el/rgettext.po +54 -46
- data/po/eo/rails.po +121 -0
- data/po/eo/rgettext.po +127 -0
- data/po/es/rails.po +28 -24
- data/po/es/rgettext.po +45 -37
- data/po/et/rails.po +28 -24
- data/po/fr/rails.po +39 -33
- data/po/fr/rgettext.po +43 -35
- data/po/it/rails.po +28 -24
- data/po/it/rgettext.po +43 -35
- data/po/ja/rails.po +30 -26
- data/po/ja/rgettext.po +44 -36
- data/po/ko/rails.po +36 -32
- data/po/ko/rgettext.po +43 -35
- data/po/nl/rails.po +32 -28
- data/po/nl/rgettext.po +46 -38
- data/po/pt_BR/rails.po +36 -31
- data/po/pt_BR/rgettext.po +45 -37
- data/po/rails.pot +28 -24
- data/po/rgettext.pot +39 -31
- data/po/ru/rails.po +36 -30
- data/po/ru/rgettext.po +50 -41
- data/po/sv/rgettext.po +40 -32
- data/po/zh/rails.po +29 -24
- data/po/zh/rgettext.po +46 -36
- data/po/zh_TW/rails.po +29 -24
- data/po/zh_TW/rgettext.po +45 -36
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/ca/helloerb1.po +59 -0
- data/samples/cgi/po/ca/helloerb2.po +51 -0
- data/samples/cgi/po/ca/hellolib.po +23 -0
- data/samples/cgi/po/ca/main.po +83 -0
- data/samples/cgi/po/eo/helloerb1.po +60 -0
- data/samples/cgi/po/eo/helloerb2.po +52 -0
- data/samples/cgi/po/eo/hellolib.po +24 -0
- data/samples/cgi/po/eo/main.po +84 -0
- data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/ca/hello.po +23 -0
- data/samples/po/ca/hello2.po +31 -0
- data/samples/po/ca/hello_noop.po +27 -0
- data/samples/po/ca/hello_plural.po +25 -0
- data/samples/po/ca/helloglade2.po +31 -0
- data/samples/po/ca/hellogtk.po +23 -0
- data/samples/po/ca/hellotk.po +23 -0
- data/samples/po/eo/hello.po +23 -0
- data/samples/po/eo/hello2.po +31 -0
- data/samples/po/eo/hello_noop.po +27 -0
- data/samples/po/eo/hello_plural.po +26 -0
- data/samples/po/eo/helloglade2.po +32 -0
- data/samples/po/eo/hellogtk.po +23 -0
- data/samples/po/eo/hellotk.po +24 -0
- data/samples/rails/app/views/blog/list.rhtml +0 -1
- data/samples/rails/config/environment.rb +2 -0
- data/samples/rails/db/schema.rb +0 -79
- data/samples/rails/lib/tasks/gettext.rake +2 -1
- data/samples/rails/locale/ca/LC_MESSAGES/blog.mo +0 -0
- 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/eo/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 -106
- data/samples/rails/po/ca/blog.po +105 -0
- data/samples/rails/po/cs/blog.po +107 -110
- data/samples/rails/po/de/blog.po +107 -107
- data/samples/rails/po/el/blog.po +105 -105
- data/samples/rails/po/en/blog.po +107 -107
- data/samples/rails/po/eo/blog.po +106 -0
- data/samples/rails/po/es/blog.po +105 -105
- data/samples/rails/po/fr/blog.po +105 -105
- data/samples/rails/po/it/blog.po +105 -105
- data/samples/rails/po/ja/blog.po +105 -105
- data/samples/rails/po/ko/blog.po +105 -105
- data/samples/rails/po/nl/blog.po +105 -105
- data/samples/rails/po/pt_BR/blog.po +105 -105
- data/samples/rails/po/ru/blog.po +105 -105
- data/samples/rails/po/zh/blog.po +105 -105
- data/samples/rails/po/zh_TW/blog.po +107 -107
- data/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po +27 -0
- data/test/README +6 -0
- data/test/Rakefile +1 -1
- data/test/fixtures/book.rb +3 -0
- data/test/fixtures/user.rb +3 -0
- data/test/gettext_test_active_record.rb +347 -67
- data/test/gettext_test_cgi.rb +27 -2
- data/test/gettext_test_parser.rb +102 -4
- data/test/gettext_test_rails.rb +6 -1
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/po/ja/active_record.po +17 -17
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +6 -4
- metadata +92 -3
data/samples/rails/po/fr/blog.po
CHANGED
@@ -1,105 +1,105 @@
|
|
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
|
-
# Laurent Sansonetti <lrz at rubymonks.org>, 2005
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: blog 1.2.0\n"
|
12
|
-
"POT-Creation-Date: 2006-
|
13
|
-
"PO-Revision-Date: 2005-08-28 09:22+0100\n"
|
14
|
-
"Last-Translator: Laurent Sansonetti\n"
|
15
|
-
"Language-Team: French\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 ? 0 : 1;\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/views/blog/
|
54
|
-
msgid "
|
55
|
-
msgstr "
|
56
|
-
|
57
|
-
#: app/views/blog/
|
58
|
-
msgid "
|
59
|
-
msgstr "
|
60
|
-
|
61
|
-
#: app/views/blog/edit.rhtml:
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
#: app/views/blog/
|
75
|
-
msgid "
|
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 "Exemple de blog en RoR avec GetText"
|
82
|
-
|
83
|
-
#: app/views/blog/list.rhtml:
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
86
|
-
|
87
|
-
#: app/views/blog/
|
88
|
-
msgid "
|
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 "
|
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
|
+
# Laurent Sansonetti <lrz at rubymonks.org>, 2005
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: blog 1.2.0\n"
|
12
|
+
"POT-Creation-Date: 2006-10-15 00:12+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-08-28 09:22+0100\n"
|
14
|
+
"Last-Translator: Laurent Sansonetti\n"
|
15
|
+
"Language-Team: French\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 ? 0 : 1;\n"
|
20
|
+
|
21
|
+
#: app/helpers/blog_helper.rb:43
|
22
|
+
msgid "Ruby Links"
|
23
|
+
msgstr "Liens Ruby"
|
24
|
+
|
25
|
+
#: app/helpers/blog_helper.rb:51
|
26
|
+
msgid "Old articles"
|
27
|
+
msgstr "Vieux billets"
|
28
|
+
|
29
|
+
#: app/models/article.rb:-
|
30
|
+
msgid "article"
|
31
|
+
msgstr "article"
|
32
|
+
|
33
|
+
#: app/models/article.rb:-
|
34
|
+
msgid "Article|Title"
|
35
|
+
msgstr "Titre"
|
36
|
+
|
37
|
+
#: app/models/article.rb:-
|
38
|
+
msgid "Article|Description"
|
39
|
+
msgstr "Description"
|
40
|
+
|
41
|
+
#: app/models/article.rb:-
|
42
|
+
msgid "Article|Lastupdate"
|
43
|
+
msgstr "DernièreMiseAJour"
|
44
|
+
|
45
|
+
#: app/controllers/blog_controller.rb:33
|
46
|
+
msgid "Article was successfully created."
|
47
|
+
msgstr "Le billet a été crée correctement."
|
48
|
+
|
49
|
+
#: app/controllers/blog_controller.rb:47
|
50
|
+
msgid "Article was successfully updated."
|
51
|
+
msgstr "Le billet a été mis-à-jour correctement."
|
52
|
+
|
53
|
+
#: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
|
54
|
+
msgid "New article"
|
55
|
+
msgstr "Nouvel article"
|
56
|
+
|
57
|
+
#: app/views/blog/new.rhtml:17
|
58
|
+
msgid "Create"
|
59
|
+
msgstr "Créer"
|
60
|
+
|
61
|
+
#: app/views/blog/new.rhtml:20 app/views/blog/edit.rhtml:21
|
62
|
+
#: app/views/blog/show.rhtml:17
|
63
|
+
msgid "Back"
|
64
|
+
msgstr "Retour"
|
65
|
+
|
66
|
+
#: app/views/blog/_form.rhtml:16
|
67
|
+
msgid "Lastupdate"
|
68
|
+
msgstr "DernièreMiseAJour"
|
69
|
+
|
70
|
+
#: app/views/blog/_form.rhtml:18
|
71
|
+
msgid "Title: Required."
|
72
|
+
msgstr "Titre: Requis."
|
73
|
+
|
74
|
+
#: app/views/blog/_form.rhtml:21
|
75
|
+
msgid "Description: More than 10 characters."
|
76
|
+
msgstr "Description: Plus de 10 caractères"
|
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 "Exemple de blog en RoR avec GetText"
|
82
|
+
|
83
|
+
#: app/views/blog/list.rhtml:18
|
84
|
+
msgid "No articles were found."
|
85
|
+
msgstr "Aucun article trouvé."
|
86
|
+
|
87
|
+
#: app/views/blog/edit.rhtml:12
|
88
|
+
msgid "Editing article"
|
89
|
+
msgstr "Édition du billet"
|
90
|
+
|
91
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
92
|
+
msgid "Edit"
|
93
|
+
msgstr "Édition"
|
94
|
+
|
95
|
+
#: app/views/blog/edit.rhtml:19
|
96
|
+
msgid "Show"
|
97
|
+
msgstr "Affichage"
|
98
|
+
|
99
|
+
#: app/views/blog/edit.rhtml:20
|
100
|
+
msgid "Destroy"
|
101
|
+
msgstr "Détruire"
|
102
|
+
|
103
|
+
#: app/views/blog/edit.rhtml:20
|
104
|
+
msgid "Are you sure?"
|
105
|
+
msgstr "Êtes-vous sûr?"
|
data/samples/rails/po/it/blog.po
CHANGED
@@ -1,105 +1,105 @@
|
|
1
|
-
# GetText Sample Blog on RoR.
|
2
|
-
#
|
3
|
-
# Copyright (C) 2006 Masao Mutoh
|
4
|
-
#
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Marco Lazzeri <marco.lazzeri at gmail.com>, 2006.
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: blog 1.2.0\n"
|
12
|
-
"POT-Creation-Date: 2006-
|
13
|
-
"PO-Revision-Date: 2005-12-17 14:33+0900\n"
|
14
|
-
"Last-Translator: Marco Lazzeri <marco.lazzeri at gmail.com>\n"
|
15
|
-
"Language-Team: Italian\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/
|
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/views/blog/
|
54
|
-
msgid "
|
55
|
-
msgstr "
|
56
|
-
|
57
|
-
#: app/views/blog/
|
58
|
-
msgid "
|
59
|
-
msgstr "
|
60
|
-
|
61
|
-
#: app/views/blog/edit.rhtml:
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
#: app/views/blog/
|
75
|
-
msgid "
|
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 "Esempio di Blog RoR con GetText"
|
82
|
-
|
83
|
-
#: app/views/blog/list.rhtml:
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
86
|
-
|
87
|
-
#: app/views/blog/
|
88
|
-
msgid "
|
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 "
|
1
|
+
# GetText Sample Blog on RoR.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2006 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Marco Lazzeri <marco.lazzeri at gmail.com>, 2006.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: blog 1.2.0\n"
|
12
|
+
"POT-Creation-Date: 2006-10-15 00:12+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-17 14:33+0900\n"
|
14
|
+
"Last-Translator: Marco Lazzeri <marco.lazzeri at gmail.com>\n"
|
15
|
+
"Language-Team: Italian\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/helpers/blog_helper.rb:43
|
22
|
+
msgid "Ruby Links"
|
23
|
+
msgstr "Ruby Link"
|
24
|
+
|
25
|
+
#: app/helpers/blog_helper.rb:51
|
26
|
+
msgid "Old articles"
|
27
|
+
msgstr "Vecchi articoli"
|
28
|
+
|
29
|
+
#: app/models/article.rb:-
|
30
|
+
msgid "article"
|
31
|
+
msgstr "articolo"
|
32
|
+
|
33
|
+
#: app/models/article.rb:-
|
34
|
+
msgid "Article|Title"
|
35
|
+
msgstr "Titolo"
|
36
|
+
|
37
|
+
#: app/models/article.rb:-
|
38
|
+
msgid "Article|Description"
|
39
|
+
msgstr "Descrizione"
|
40
|
+
|
41
|
+
#: app/models/article.rb:-
|
42
|
+
msgid "Article|Lastupdate"
|
43
|
+
msgstr "Ultimo aggiornamento"
|
44
|
+
|
45
|
+
#: app/controllers/blog_controller.rb:33
|
46
|
+
msgid "Article was successfully created."
|
47
|
+
msgstr "L'articolo è stato creato con successo"
|
48
|
+
|
49
|
+
#: app/controllers/blog_controller.rb:47
|
50
|
+
msgid "Article was successfully updated."
|
51
|
+
msgstr "L'articolo è stato aggiornato con successo"
|
52
|
+
|
53
|
+
#: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
|
54
|
+
msgid "New article"
|
55
|
+
msgstr "Nuovo articolo"
|
56
|
+
|
57
|
+
#: app/views/blog/new.rhtml:17
|
58
|
+
msgid "Create"
|
59
|
+
msgstr "Crea"
|
60
|
+
|
61
|
+
#: app/views/blog/new.rhtml:20 app/views/blog/edit.rhtml:21
|
62
|
+
#: app/views/blog/show.rhtml:17
|
63
|
+
msgid "Back"
|
64
|
+
msgstr "Indietro"
|
65
|
+
|
66
|
+
#: app/views/blog/_form.rhtml:16
|
67
|
+
msgid "Lastupdate"
|
68
|
+
msgstr "Ultimoaggiornamento"
|
69
|
+
|
70
|
+
#: app/views/blog/_form.rhtml:18
|
71
|
+
msgid "Title: Required."
|
72
|
+
msgstr "Titolo: obbligatorio"
|
73
|
+
|
74
|
+
#: app/views/blog/_form.rhtml:21
|
75
|
+
msgid "Description: More than 10 characters."
|
76
|
+
msgstr "Descrizione: più lunga di 10 caratteri"
|
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 "Esempio di Blog RoR con GetText"
|
82
|
+
|
83
|
+
#: app/views/blog/list.rhtml:18
|
84
|
+
msgid "No articles were found."
|
85
|
+
msgstr "Nessun articolo trovato."
|
86
|
+
|
87
|
+
#: app/views/blog/edit.rhtml:12
|
88
|
+
msgid "Editing article"
|
89
|
+
msgstr "Modifica articolo"
|
90
|
+
|
91
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
92
|
+
msgid "Edit"
|
93
|
+
msgstr "Modifica"
|
94
|
+
|
95
|
+
#: app/views/blog/edit.rhtml:19
|
96
|
+
msgid "Show"
|
97
|
+
msgstr "Mostra"
|
98
|
+
|
99
|
+
#: app/views/blog/edit.rhtml:20
|
100
|
+
msgid "Destroy"
|
101
|
+
msgstr "Distruggi"
|
102
|
+
|
103
|
+
#: app/views/blog/edit.rhtml:20
|
104
|
+
msgid "Are you sure?"
|
105
|
+
msgstr "Sei sicuro?"
|
data/samples/rails/po/ja/blog.po
CHANGED
@@ -1,105 +1,105 @@
|
|
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-
|
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/views/blog/
|
54
|
-
msgid "
|
55
|
-
msgstr "
|
56
|
-
|
57
|
-
#: app/views/blog/
|
58
|
-
msgid "
|
59
|
-
msgstr "
|
60
|
-
|
61
|
-
#: app/views/blog/edit.rhtml:
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
#: app/views/blog/
|
75
|
-
msgid "
|
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:
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
86
|
-
|
87
|
-
#: app/views/blog/
|
88
|
-
msgid "
|
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 "
|
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-10-15 00:12+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/helpers/blog_helper.rb:43
|
22
|
+
msgid "Ruby Links"
|
23
|
+
msgstr "Ruby関連リンク"
|
24
|
+
|
25
|
+
#: app/helpers/blog_helper.rb:51
|
26
|
+
msgid "Old articles"
|
27
|
+
msgstr "過去の記事"
|
28
|
+
|
29
|
+
#: app/models/article.rb:-
|
30
|
+
msgid "article"
|
31
|
+
msgstr "記事"
|
32
|
+
|
33
|
+
#: app/models/article.rb:-
|
34
|
+
msgid "Article|Title"
|
35
|
+
msgstr "タイトル"
|
36
|
+
|
37
|
+
#: app/models/article.rb:-
|
38
|
+
msgid "Article|Description"
|
39
|
+
msgstr "内容"
|
40
|
+
|
41
|
+
#: app/models/article.rb:-
|
42
|
+
msgid "Article|Lastupdate"
|
43
|
+
msgstr "投稿日"
|
44
|
+
|
45
|
+
#: app/controllers/blog_controller.rb:33
|
46
|
+
msgid "Article was successfully created."
|
47
|
+
msgstr "記事の投稿に成功しました。"
|
48
|
+
|
49
|
+
#: app/controllers/blog_controller.rb:47
|
50
|
+
msgid "Article was successfully updated."
|
51
|
+
msgstr "記事の更新に成功しました。"
|
52
|
+
|
53
|
+
#: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
|
54
|
+
msgid "New article"
|
55
|
+
msgstr "新規投稿"
|
56
|
+
|
57
|
+
#: app/views/blog/new.rhtml:17
|
58
|
+
msgid "Create"
|
59
|
+
msgstr "投稿"
|
60
|
+
|
61
|
+
#: app/views/blog/new.rhtml:20 app/views/blog/edit.rhtml:21
|
62
|
+
#: app/views/blog/show.rhtml:17
|
63
|
+
msgid "Back"
|
64
|
+
msgstr "戻る"
|
65
|
+
|
66
|
+
#: app/views/blog/_form.rhtml:16
|
67
|
+
msgid "Lastupdate"
|
68
|
+
msgstr "投稿日"
|
69
|
+
|
70
|
+
#: app/views/blog/_form.rhtml:18
|
71
|
+
msgid "Title: Required."
|
72
|
+
msgstr "タイトル:必須入力"
|
73
|
+
|
74
|
+
#: app/views/blog/_form.rhtml:21
|
75
|
+
msgid "Description: More than 10 characters."
|
76
|
+
msgstr "内容:10文字以上"
|
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:18
|
84
|
+
msgid "No articles were found."
|
85
|
+
msgstr "まだ記事がありません"
|
86
|
+
|
87
|
+
#: app/views/blog/edit.rhtml:12
|
88
|
+
msgid "Editing article"
|
89
|
+
msgstr "記事の編集"
|
90
|
+
|
91
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
92
|
+
msgid "Edit"
|
93
|
+
msgstr "編集"
|
94
|
+
|
95
|
+
#: app/views/blog/edit.rhtml:19
|
96
|
+
msgid "Show"
|
97
|
+
msgstr "表示"
|
98
|
+
|
99
|
+
#: app/views/blog/edit.rhtml:20
|
100
|
+
msgid "Destroy"
|
101
|
+
msgstr "削除"
|
102
|
+
|
103
|
+
#: app/views/blog/edit.rhtml:20
|
104
|
+
msgid "Are you sure?"
|
105
|
+
msgstr "よろしいですか?"
|