gettext 1.1.0-mswin32 → 1.1.1-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +44 -0
- data/NEWS +6 -0
- data/README +17 -11
- data/bin/rgettext +1 -1
- data/bin/rmsgfmt +1 -1
- data/bin/rmsgmerge +1 -1
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/ext/gettext/gettext/_locale.c +1 -1
- data/ext/gettext/gettext/_locale.exp +0 -0
- data/ext/gettext/gettext/_locale.lib +0 -0
- data/ext/gettext/gettext/_locale.obj +0 -0
- data/ext/gettext/gettext/_locale.pdb +0 -0
- data/ext/gettext/gettext/_locale.so +0 -0
- data/ext/gettext/gettext/mkmf.log +1 -1
- data/ext/gettext/gettext/vc70.pdb +0 -0
- data/lib/_locale.so +0 -0
- data/lib/gettext/locale_win32.rb +2 -2
- data/lib/gettext/parser/activerecord.rb +10 -9
- data/lib/gettext/parser/erb.rb +15 -2
- data/lib/gettext/parser/glade.rb +5 -2
- data/lib/gettext/poparser.rb +2 -2
- data/lib/gettext/rails.rb +24 -15
- data/lib/gettext/version.rb +2 -2
- data/po/el/rails.po +79 -0
- data/po/el/rgettext.po +98 -0
- data/po/it/messages.mo +0 -0
- data/samples/cgi/Rakefile +20 -2
- data/samples/cgi/index.cgi +1 -1
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/cs/helloerb1.po +14 -19
- data/samples/cgi/po/cs/helloerb2.po +11 -11
- data/samples/cgi/po/cs/hellolib.po +4 -4
- data/samples/cgi/po/cs/main.po +30 -23
- data/samples/cgi/po/de/helloerb1.po +18 -17
- data/samples/cgi/po/de/helloerb2.po +12 -12
- data/samples/cgi/po/de/hellolib.po +7 -6
- data/samples/cgi/po/de/main.po +35 -25
- data/samples/cgi/po/el/helloerb1.po +60 -0
- data/samples/cgi/po/el/helloerb2.po +51 -0
- data/samples/cgi/po/el/hellolib.po +23 -0
- data/samples/cgi/po/el/main.po +84 -0
- data/samples/cgi/po/es/helloerb1.po +13 -13
- data/samples/cgi/po/es/helloerb2.po +11 -11
- data/samples/cgi/po/es/hellolib.po +3 -3
- data/samples/cgi/po/es/main.po +33 -24
- data/samples/cgi/po/fr/helloerb1.po +14 -14
- data/samples/cgi/po/fr/helloerb2.po +13 -13
- data/samples/cgi/po/fr/hellolib.po +3 -3
- data/samples/cgi/po/fr/main.po +38 -28
- data/samples/cgi/po/helloerb1.pot +13 -13
- data/samples/cgi/po/helloerb2.pot +10 -10
- data/samples/cgi/po/hellolib.pot +4 -3
- data/samples/cgi/po/it/helloerb1.po +13 -14
- data/samples/cgi/po/it/helloerb2.po +9 -9
- data/samples/cgi/po/it/hellolib.po +2 -2
- data/samples/cgi/po/it/main.po +30 -22
- data/samples/cgi/po/it/messages.mo +0 -0
- data/samples/cgi/po/ja/helloerb1.po +14 -13
- data/samples/cgi/po/ja/helloerb2.po +10 -10
- data/samples/cgi/po/ja/hellolib.po +5 -4
- data/samples/cgi/po/ja/main.po +31 -22
- data/samples/cgi/po/ko/helloerb1.po +15 -13
- data/samples/cgi/po/ko/helloerb2.po +11 -11
- data/samples/cgi/po/ko/hellolib.po +5 -3
- data/samples/cgi/po/ko/main.po +33 -22
- data/samples/cgi/po/main.pot +23 -19
- data/samples/cgi/po/nl/helloerb1.po +16 -15
- data/samples/cgi/po/nl/helloerb2.po +11 -11
- data/samples/cgi/po/nl/hellolib.po +4 -4
- data/samples/cgi/po/nl/main.po +33 -23
- data/samples/cgi/po/pt_BR/helloerb1.po +13 -13
- data/samples/cgi/po/pt_BR/helloerb2.po +9 -9
- data/samples/cgi/po/pt_BR/hellolib.po +3 -2
- data/samples/cgi/po/pt_BR/main.po +30 -21
- data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/el/hello.po +23 -0
- data/samples/po/el/hello2.po +31 -0
- data/samples/po/el/hello_noop.po +27 -0
- data/samples/po/el/hello_plural.po +25 -0
- data/samples/po/el/helloglade2.po +31 -0
- data/samples/po/el/hellogtk.po +22 -0
- data/samples/po/el/hellotk.po +23 -0
- data/samples/po/hello.pot +4 -2
- data/samples/po/hello2.pot +4 -2
- data/samples/po/hello_noop.pot +4 -2
- data/samples/po/hello_plural.pot +3 -3
- data/samples/po/helloglade2.pot +2 -2
- data/samples/po/hellogtk.pot +5 -2
- data/samples/po/hellotk.pot +1 -1
- data/samples/rails/README +6 -0
- data/samples/rails/app/controllers/blog_controller.rb +1 -1
- data/samples/rails/config/database.yml +5 -1
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/gettext_plugin.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/es/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/po/blog.pot +4 -4
- data/samples/rails/po/cs/blog.po +6 -6
- data/samples/rails/po/cs/gettext_plugin.po +3 -3
- data/samples/rails/po/de/blog.po +9 -6
- data/samples/rails/po/de/gettext_plugin.po +5 -3
- data/samples/rails/po/el/blog.po +109 -0
- data/samples/rails/po/el/gettext_plugin.po +27 -0
- data/samples/rails/po/en/blog.po +4 -4
- data/samples/rails/po/es/blog.po +7 -6
- data/samples/rails/po/es/gettext_plugin.po +4 -4
- data/samples/rails/po/fr/blog.po +5 -5
- data/samples/rails/po/fr/gettext_plugin.po +3 -3
- data/samples/rails/po/gettext_plugin.pot +3 -3
- data/samples/rails/po/ja/blog.po +5 -5
- data/samples/rails/po/ja/gettext_plugin.po +3 -3
- data/samples/rails/po/ko/blog.po +9 -5
- data/samples/rails/po/ko/gettext_plugin.po +6 -4
- data/samples/rails/po/nl/blog.po +12 -15
- data/samples/rails/po/nl/gettext_plugin.po +5 -5
- data/samples/rails/po/pt_BR/blog.po +5 -5
- data/samples/rails/po/pt_BR/gettext_plugin.po +3 -3
- data/samples/rails/test/functional/blog_controller_test.rb +11 -1
- data/test/gettext_test_parser.rb +16 -0
- data/test/test_erb.rxml +16 -0
- metadata +47 -3
- data/ext/gettext/gettext/_locale.BAK +0 -86
@@ -0,0 +1,27 @@
|
|
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
|
+
# damphyr <damphyr@gmx.net>, 2006.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
13
|
+
"PO-Revision-Date: 2006-01-06 19:50+0100\n"
|
14
|
+
"Last-Translator: damphyr <damphyr@gmx.net>\n"
|
15
|
+
"Language-Team: Greek\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
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
22
|
+
msgid "Select locale"
|
23
|
+
msgstr "Επιλογή locale"
|
24
|
+
|
25
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
26
|
+
msgid "Cookie "lang" is set: %s"
|
27
|
+
msgstr "Το cookie "lang" έχει την τιμή: %s"
|
data/samples/rails/po/en/blog.po
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
13
|
"Project-Id-Version: blog 1.1.0\n"
|
14
|
-
"POT-Creation-Date:
|
14
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
15
15
|
"PO-Revision-Date: 2005-12-23 01:28+0900\n"
|
16
16
|
"Last-Translator: Masao Mutoh <mutoh@highway.ne.jp>\n"
|
17
17
|
"Language-Team: English\n"
|
@@ -29,7 +29,7 @@ msgid "Old articles"
|
|
29
29
|
msgstr ""
|
30
30
|
|
31
31
|
#: app/models/article.rb:-
|
32
|
-
msgid "
|
32
|
+
msgid "article"
|
33
33
|
msgstr ""
|
34
34
|
|
35
35
|
#: app/models/article.rb:-
|
@@ -48,11 +48,11 @@ msgstr ""
|
|
48
48
|
msgid "Article|Lastupdate"
|
49
49
|
msgstr "Date"
|
50
50
|
|
51
|
-
#: app/controllers/blog_controller.rb:
|
51
|
+
#: app/controllers/blog_controller.rb:33
|
52
52
|
msgid "Article was successfully created."
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
-
#: app/controllers/blog_controller.rb:
|
55
|
+
#: app/controllers/blog_controller.rb:47
|
56
56
|
msgid "Article was successfully updated."
|
57
57
|
msgstr ""
|
58
58
|
|
data/samples/rails/po/es/blog.po
CHANGED
@@ -9,8 +9,8 @@
|
|
9
9
|
#, fuzzy
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: 1.0\n"
|
13
|
-
"POT-Creation-Date:
|
12
|
+
"Project-Id-Version: blog 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-12-27 23:14+0100\n"
|
15
15
|
"Last-Translator: David Espada <davinci@escomposlinux.org>\n"
|
16
16
|
"Language-Team: Spanish\n"
|
@@ -28,8 +28,8 @@ msgid "Old articles"
|
|
28
28
|
msgstr "Artículos antiguos"
|
29
29
|
|
30
30
|
#: app/models/article.rb:-
|
31
|
-
msgid "
|
32
|
-
msgstr "
|
31
|
+
msgid "article"
|
32
|
+
msgstr "artículo"
|
33
33
|
|
34
34
|
#: app/models/article.rb:-
|
35
35
|
msgid "Article|Id"
|
@@ -47,11 +47,11 @@ msgstr "Descripción"
|
|
47
47
|
msgid "Article|Lastupdate"
|
48
48
|
msgstr "Ultima actualización"
|
49
49
|
|
50
|
-
#: app/controllers/blog_controller.rb:
|
50
|
+
#: app/controllers/blog_controller.rb:33
|
51
51
|
msgid "Article was successfully created."
|
52
52
|
msgstr "El artículo se ha creado con éxito"
|
53
53
|
|
54
|
-
#: app/controllers/blog_controller.rb:
|
54
|
+
#: app/controllers/blog_controller.rb:47
|
55
55
|
msgid "Article was successfully updated."
|
56
56
|
msgstr "El artículo se ha actualizado con éxito"
|
57
57
|
|
@@ -108,3 +108,4 @@ msgstr "Destruir"
|
|
108
108
|
#: app/views/blog/edit.rhtml:20
|
109
109
|
msgid "Are you sure?"
|
110
110
|
msgstr "¿Está seguro?"
|
111
|
+
|
@@ -9,8 +9,8 @@
|
|
9
9
|
#, fuzzy
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: 1.0\n"
|
13
|
-
"POT-Creation-Date:
|
12
|
+
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-08-27 23:23+0900\n"
|
15
15
|
"Last-Translator: David Espada <davinci@escomposlinux.org>\n"
|
16
16
|
"Language-Team: Spanish\n"
|
@@ -19,10 +19,10 @@ msgstr ""
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
21
|
|
22
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
22
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
23
23
|
msgid "Select locale"
|
24
24
|
msgstr "Seleccione local"
|
25
25
|
|
26
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
26
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
27
27
|
msgid "Cookie "lang" is set: %s"
|
28
28
|
msgstr "Cookie "lang" establecida: %s"
|
data/samples/rails/po/fr/blog.po
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: blog 1.1.0\n"
|
12
|
-
"POT-Creation-Date:
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
13
13
|
"PO-Revision-Date: 2005-08-28 09:22+0100\n"
|
14
14
|
"Last-Translator: Laurent Sansonetti\n"
|
15
15
|
"Language-Team: French\n"
|
@@ -27,8 +27,8 @@ msgid "Old articles"
|
|
27
27
|
msgstr "Vieux billets"
|
28
28
|
|
29
29
|
#: app/models/article.rb:-
|
30
|
-
msgid "
|
31
|
-
msgstr "
|
30
|
+
msgid "article"
|
31
|
+
msgstr "article"
|
32
32
|
|
33
33
|
#: app/models/article.rb:-
|
34
34
|
msgid "Article|Id"
|
@@ -46,11 +46,11 @@ msgstr "Description"
|
|
46
46
|
msgid "Article|Lastupdate"
|
47
47
|
msgstr "DernièreMiseAJour"
|
48
48
|
|
49
|
-
#: app/controllers/blog_controller.rb:
|
49
|
+
#: app/controllers/blog_controller.rb:33
|
50
50
|
msgid "Article was successfully created."
|
51
51
|
msgstr "Le billet a été crée correctement."
|
52
52
|
|
53
|
-
#: app/controllers/blog_controller.rb:
|
53
|
+
#: app/controllers/blog_controller.rb:47
|
54
54
|
msgid "Article was successfully updated."
|
55
55
|
msgstr "Le billet a été mis-à-jour correctement."
|
56
56
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
12
|
-
"POT-Creation-Date:
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
13
13
|
"PO-Revision-Date: 2005-08-28 09:22+0100\n"
|
14
14
|
"Last-Translator: Laurent Sansonetti\n"
|
15
15
|
"Language-Team: French\n"
|
@@ -18,10 +18,10 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
20
20
|
|
21
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
21
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
22
22
|
msgid "Select locale"
|
23
23
|
msgstr "Sélectionnez une locale"
|
24
24
|
|
25
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
25
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
26
26
|
msgid "Cookie "lang" is set: %s"
|
27
27
|
msgstr "Le cookie "lang" est actif: %s"
|
@@ -10,7 +10,7 @@
|
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
12
|
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
13
|
-
"POT-Creation-Date:
|
13
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-08-27 23:23+0900\n"
|
15
15
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
16
16
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -19,10 +19,10 @@ msgstr ""
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
21
21
|
|
22
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
22
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
23
23
|
msgid "Select locale"
|
24
24
|
msgstr ""
|
25
25
|
|
26
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
26
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
27
27
|
msgid "Cookie "lang" is set: %s"
|
28
28
|
msgstr ""
|
data/samples/rails/po/ja/blog.po
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: blog 1.1.0\n"
|
12
|
-
"POT-Creation-Date:
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
13
13
|
"PO-Revision-Date: 2005-08-26 23:02+0900\n"
|
14
14
|
"Last-Translator: Masao Mutoh <mutoh@highway.ne.jp>\n"
|
15
15
|
"Language-Team: Japanese\n"
|
@@ -27,12 +27,12 @@ msgid "Old articles"
|
|
27
27
|
msgstr "過去の記事"
|
28
28
|
|
29
29
|
#: app/models/article.rb:-
|
30
|
-
msgid "
|
30
|
+
msgid "article"
|
31
31
|
msgstr "記事"
|
32
32
|
|
33
33
|
#: app/models/article.rb:-
|
34
34
|
msgid "Article|Id"
|
35
|
-
msgstr "
|
35
|
+
msgstr "ID"
|
36
36
|
|
37
37
|
#: app/models/article.rb:-
|
38
38
|
msgid "Article|Title"
|
@@ -46,11 +46,11 @@ msgstr "内容"
|
|
46
46
|
msgid "Article|Lastupdate"
|
47
47
|
msgstr "投稿日"
|
48
48
|
|
49
|
-
#: app/controllers/blog_controller.rb:
|
49
|
+
#: app/controllers/blog_controller.rb:33
|
50
50
|
msgid "Article was successfully created."
|
51
51
|
msgstr "記事の投稿に成功しました。"
|
52
52
|
|
53
|
-
#: app/controllers/blog_controller.rb:
|
53
|
+
#: app/controllers/blog_controller.rb:47
|
54
54
|
msgid "Article was successfully updated."
|
55
55
|
msgstr "記事の更新に成功しました。"
|
56
56
|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
12
|
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
13
|
-
"POT-Creation-Date:
|
13
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-08-27 23:23+0900\n"
|
15
15
|
"Last-Translator: Masao Mutoh <mutoh@highway.ne.jp>\n"
|
16
16
|
"Language-Team: Japanese\n"
|
@@ -19,10 +19,10 @@ msgstr ""
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
21
21
|
|
22
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
22
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
23
23
|
msgid "Select locale"
|
24
24
|
msgstr "ロケールの選択"
|
25
25
|
|
26
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
26
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
27
27
|
msgid "Cookie "lang" is set: %s"
|
28
28
|
msgstr "クッキーの"lang"に %s がセットされました。"
|
data/samples/rails/po/ko/blog.po
CHANGED
@@ -1,12 +1,15 @@
|
|
1
|
+
# GetText Sample Blog on RoR.
|
1
2
|
#
|
2
3
|
# Copyright (C) 2005 Masao Mutoh
|
3
4
|
#
|
4
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
6
|
#
|
7
|
+
# Gyoung-Yoon Noh <nohmad@gmail.com>
|
8
|
+
#
|
6
9
|
msgid ""
|
7
10
|
msgstr ""
|
8
|
-
"Project-Id-Version: 1.0\n"
|
9
|
-
"POT-Creation-Date:
|
11
|
+
"Project-Id-Version: blog 1.1.0\n"
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
10
13
|
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
11
14
|
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
12
15
|
"Language-Team: Korean\n"
|
@@ -24,9 +27,10 @@ msgid "Old articles"
|
|
24
27
|
msgstr "이전 글들"
|
25
28
|
|
26
29
|
#: app/models/article.rb:-
|
27
|
-
msgid "
|
30
|
+
msgid "article"
|
28
31
|
msgstr "새 글"
|
29
32
|
|
33
|
+
|
30
34
|
#: app/models/article.rb:-
|
31
35
|
msgid "Article|Id"
|
32
36
|
msgstr ""
|
@@ -43,11 +47,11 @@ msgstr "설명"
|
|
43
47
|
msgid "Article|Lastupdate"
|
44
48
|
msgstr "마지막 변경"
|
45
49
|
|
46
|
-
#: app/controllers/blog_controller.rb:
|
50
|
+
#: app/controllers/blog_controller.rb:33
|
47
51
|
msgid "Article was successfully created."
|
48
52
|
msgstr "글이 성공적으로 생성되었습니다."
|
49
53
|
|
50
|
-
#: app/controllers/blog_controller.rb:
|
54
|
+
#: app/controllers/blog_controller.rb:47
|
51
55
|
msgid "Article was successfully updated."
|
52
56
|
msgstr "글이 성공적으로 갱신되었습니다."
|
53
57
|
|
@@ -4,10 +4,12 @@
|
|
4
4
|
#
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
|
+
# Gyoung-Yoon Noh <nohmad@gmail.com>
|
8
|
+
#
|
7
9
|
msgid ""
|
8
10
|
msgstr ""
|
9
|
-
"Project-Id-Version: 1.0\n"
|
10
|
-
"POT-Creation-Date:
|
11
|
+
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
11
13
|
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
12
14
|
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
13
15
|
"Language-Team: Korean <LL@li.org>\n"
|
@@ -16,10 +18,10 @@ msgstr ""
|
|
16
18
|
"Content-Transfer-Encoding: 8bit\n"
|
17
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
20
|
|
19
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
21
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
20
22
|
msgid "Select locale"
|
21
23
|
msgstr "로케일을 선택하세요"
|
22
24
|
|
23
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
25
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
24
26
|
msgid "Cookie "lang" is set: %s"
|
25
27
|
msgstr "쿠키 언어가 %s로 설정되었습니다."
|
data/samples/rails/po/nl/blog.po
CHANGED
@@ -9,13 +9,13 @@
|
|
9
9
|
#, fuzzy
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version:
|
13
|
-
"POT-Creation-Date:
|
12
|
+
"Project-Id-Version: blog 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
15
15
|
"Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n"
|
16
16
|
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
|
-
"Content-Type: text/plain; charset=
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
21
|
|
@@ -28,8 +28,8 @@ msgid "Old articles"
|
|
28
28
|
msgstr "Oude artikelen"
|
29
29
|
|
30
30
|
#: app/models/article.rb:-
|
31
|
-
msgid "
|
32
|
-
msgstr "
|
31
|
+
msgid "article"
|
32
|
+
msgstr "artikel"
|
33
33
|
|
34
34
|
#: app/models/article.rb:-
|
35
35
|
msgid "Article|Id"
|
@@ -47,16 +47,15 @@ msgstr "Beschrijving"
|
|
47
47
|
msgid "Article|Lastupdate"
|
48
48
|
msgstr "Laatste wijziging"
|
49
49
|
|
50
|
-
#: app/controllers/blog_controller.rb:
|
50
|
+
#: app/controllers/blog_controller.rb:33
|
51
51
|
msgid "Article was successfully created."
|
52
52
|
msgstr "Het artikel is aangemaakt."
|
53
53
|
|
54
|
-
#: app/controllers/blog_controller.rb:
|
54
|
+
#: app/controllers/blog_controller.rb:47
|
55
55
|
msgid "Article was successfully updated."
|
56
56
|
msgstr "Het artikel is gewijzigd."
|
57
57
|
|
58
|
-
#: app/views/blog/new.rhtml:13
|
59
|
-
#: app/views/blog/list.rhtml:15
|
58
|
+
#: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
|
60
59
|
msgid "New article"
|
61
60
|
msgstr "Nieuw artikel"
|
62
61
|
|
@@ -64,8 +63,7 @@ msgstr "Nieuw artikel"
|
|
64
63
|
msgid "Create"
|
65
64
|
msgstr "Maak aan"
|
66
65
|
|
67
|
-
#: app/views/blog/new.rhtml:20
|
68
|
-
#: app/views/blog/edit.rhtml:21
|
66
|
+
#: app/views/blog/new.rhtml:20 app/views/blog/edit.rhtml:21
|
69
67
|
#: app/views/blog/show.rhtml:17
|
70
68
|
msgid "Back"
|
71
69
|
msgstr "Terug"
|
@@ -82,8 +80,7 @@ msgstr "Titel: vereist."
|
|
82
80
|
msgid "Description: More than 10 characters."
|
83
81
|
msgstr "Beschrijving: meer dan 10 tekens."
|
84
82
|
|
85
|
-
#: app/views/blog/list.rhtml:13
|
86
|
-
#: app/views/blog/show.rhtml:13
|
83
|
+
#: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
|
87
84
|
#: app/views/layouts/blog.rhtml:14
|
88
85
|
msgid "GetText Sample Blog on RoR"
|
89
86
|
msgstr "GetText voorbeeld-blog op RoR"
|
@@ -96,8 +93,7 @@ msgstr "Geen artikelen gevonden."
|
|
96
93
|
msgid "Editing article"
|
97
94
|
msgstr "Bewerken artikel"
|
98
95
|
|
99
|
-
#: app/views/blog/edit.rhtml:16
|
100
|
-
#: app/views/blog/show.rhtml:16
|
96
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
101
97
|
msgid "Edit"
|
102
98
|
msgstr "Bewerk"
|
103
99
|
|
@@ -113,3 +109,4 @@ msgstr "Verwijder"
|
|
113
109
|
msgid "Are you sure?"
|
114
110
|
msgstr "Weet u dit zeker?"
|
115
111
|
|
112
|
+
|
@@ -9,20 +9,20 @@
|
|
9
9
|
#, fuzzy
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version:
|
13
|
-
"POT-Creation-Date:
|
12
|
+
"Project-Id-Version: gettext_plugin 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
15
15
|
"Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n"
|
16
16
|
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
|
-
"Content-Type: text/plain; charset=
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
21
|
|
22
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
22
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:25
|
23
23
|
msgid "Select locale"
|
24
24
|
msgstr "Kies locale"
|
25
25
|
|
26
|
-
#: vendor/plugins/gettext/lib/gettext_plugin.rb:
|
26
|
+
#: vendor/plugins/gettext/lib/gettext_plugin.rb:37
|
27
27
|
msgid "Cookie "lang" is set: %s"
|
28
28
|
msgstr "Cookie "lang" is ingesteld: %s"
|
@@ -9,7 +9,7 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: blog 1.1.0\n"
|
12
|
-
"POT-Creation-Date:
|
12
|
+
"POT-Creation-Date: 2006-01-11 00:45+0900\n"
|
13
13
|
"PO-Revision-Date: 2005-12-17 10:12-0300\n"
|
14
14
|
"Last-Translator: Joao Pedrosa <joaopedrosa@gmail.com>\n"
|
15
15
|
"Language-Team: Portuguese(Brazil)\n"
|
@@ -27,8 +27,8 @@ msgid "Old articles"
|
|
27
27
|
msgstr "Artigos antigos"
|
28
28
|
|
29
29
|
#: app/models/article.rb:-
|
30
|
-
msgid "
|
31
|
-
msgstr "
|
30
|
+
msgid "article"
|
31
|
+
msgstr "artigo"
|
32
32
|
|
33
33
|
#: app/models/article.rb:-
|
34
34
|
msgid "Article|Id"
|
@@ -46,11 +46,11 @@ msgstr "Descrição"
|
|
46
46
|
msgid "Article|Lastupdate"
|
47
47
|
msgstr "Última Atualização"
|
48
48
|
|
49
|
-
#: app/controllers/blog_controller.rb:
|
49
|
+
#: app/controllers/blog_controller.rb:33
|
50
50
|
msgid "Article was successfully created."
|
51
51
|
msgstr "Artigo criado com sucesso"
|
52
52
|
|
53
|
-
#: app/controllers/blog_controller.rb:
|
53
|
+
#: app/controllers/blog_controller.rb:47
|
54
54
|
msgid "Article was successfully updated."
|
55
55
|
msgstr "Artigo atualizado com sucesso"
|
56
56
|
|