gettext 1.0.0-mswin32 → 1.1.0-mswin32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +193 -0
- data/NEWS +51 -1
- data/README +29 -11
- data/Rakefile +70 -56
- data/bin/rgettext +2 -0
- data/bin/rmsgfmt +2 -0
- data/bin/rmsgmerge +24 -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/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.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/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/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/ext/gettext/gettext/_locale.BAK +86 -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 +4 -4
- data/ext/gettext/gettext/vc70.pdb +0 -0
- data/lib/_locale.so +0 -0
- data/lib/gettext.rb +17 -4
- data/lib/gettext/cgi.rb +34 -19
- data/lib/gettext/locale.rb +3 -13
- data/lib/gettext/locale_default.rb +2 -2
- data/lib/gettext/locale_win32.rb +27 -7
- data/lib/gettext/mo.rb +6 -1
- data/lib/gettext/parser/activerecord.rb +115 -0
- data/lib/gettext/parser/glade.rb +3 -1
- data/lib/gettext/parser/ruby.rb +56 -57
- data/lib/gettext/poparser.rb +297 -0
- data/lib/gettext/rails.rb +161 -3
- data/lib/gettext/rgettext.rb +19 -9
- data/lib/gettext/rmsgfmt.rb +95 -363
- data/lib/gettext/rmsgmerge.rb +381 -0
- data/lib/gettext/string.rb +26 -0
- data/lib/gettext/textdomain.rb +21 -18
- data/lib/gettext/utils.rb +55 -0
- data/lib/gettext/version.rb +1 -1
- data/po/cs/rails.po +83 -0
- data/po/cs/rgettext.po +104 -0
- data/po/de/rails.po +79 -0
- data/po/de/rgettext.po +72 -21
- data/po/es/rails.po +80 -0
- data/po/es/rgettext.po +75 -19
- data/po/fr/rails.po +81 -0
- data/po/fr/rgettext.po +75 -19
- data/po/it/rgettext.po +68 -17
- data/po/ja/rails.po +78 -0
- data/po/ja/rgettext.po +71 -20
- data/po/ko/rails.po +77 -0
- data/po/ko/rgettext.po +74 -22
- data/po/nl/rails.po +80 -0
- data/po/nl/rgettext.po +102 -0
- data/po/pt_BR/rails.po +79 -0
- data/po/pt_BR/rgettext.po +77 -24
- data/po/rails.pot +80 -0
- data/po/rgettext.pot +63 -13
- data/po/sv/rgettext.po +63 -15
- data/samples/cgi/cookie.cgi +5 -0
- data/samples/cgi/helloerb1.cgi +4 -0
- data/samples/cgi/helloerb2.cgi +5 -0
- data/samples/cgi/index.cgi +5 -0
- 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/fr/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 +66 -0
- data/samples/cgi/po/cs/helloerb2.po +52 -0
- data/samples/cgi/po/cs/hellolib.po +25 -0
- data/samples/cgi/po/cs/main.po +78 -0
- data/samples/cgi/po/fr/main.po +8 -8
- data/samples/cgi/po/ko/helloerb1.po +2 -3
- data/samples/cgi/po/ko/helloerb2.po +1 -2
- data/samples/cgi/po/ko/hellolib.po +1 -2
- data/samples/cgi/po/ko/main.po +2 -3
- data/samples/cgi/po/nl/helloerb1.po +60 -0
- data/samples/cgi/po/nl/helloerb2.po +52 -0
- data/samples/cgi/po/nl/hellolib.po +24 -0
- data/samples/cgi/po/nl/main.po +76 -0
- data/samples/cgi/po/pt_BR/helloerb1.po +59 -0
- data/samples/cgi/po/pt_BR/helloerb2.po +51 -0
- data/samples/cgi/po/pt_BR/hellolib.po +22 -0
- data/samples/cgi/po/pt_BR/main.po +75 -0
- data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/cs/hello.po +23 -0
- data/samples/po/cs/hello2.po +31 -0
- data/samples/po/cs/hello_noop.po +27 -0
- data/samples/po/cs/hello_plural.po +26 -0
- data/samples/po/cs/helloglade2.po +37 -0
- data/samples/po/cs/hellogtk.po +23 -0
- data/samples/po/cs/hellotk.po +23 -0
- data/samples/po/fr/helloglade2.po +2 -2
- data/samples/po/hello.pot +1 -0
- data/samples/po/hello2.pot +1 -0
- data/samples/po/hello_noop.pot +2 -1
- data/samples/po/hello_plural.pot +6 -2
- data/samples/po/helloglade2.pot +8 -3
- data/samples/po/hellotk.pot +4 -0
- data/samples/po/ko/hello.po +1 -2
- data/samples/po/ko/hello2.po +1 -2
- data/samples/po/ko/hello_noop.po +1 -2
- data/samples/po/ko/hello_plural.po +1 -2
- data/samples/po/ko/helloglade2.po +2 -2
- data/samples/po/ko/hellogtk.po +1 -2
- data/samples/po/ko/hellotk.po +1 -2
- data/samples/po/nl/hello.po +24 -0
- data/samples/po/nl/hello2.po +32 -0
- data/samples/po/nl/hello_noop.po +28 -0
- data/samples/po/nl/hello_plural.po +26 -0
- data/samples/po/nl/helloglade2.po +31 -0
- data/samples/po/nl/hellogtk.po +24 -0
- data/samples/po/nl/hellotk.po +24 -0
- data/samples/po/pt_BR/hello.po +6 -5
- data/samples/po/pt_BR/hello2.po +6 -5
- data/samples/po/pt_BR/hello_noop.po +6 -5
- data/samples/po/pt_BR/hello_plural.po +6 -6
- data/samples/po/pt_BR/helloglade2.po +6 -5
- data/samples/po/pt_BR/hellogtk.po +6 -5
- data/samples/po/pt_BR/hellotk.po +6 -5
- data/samples/rails/README +21 -15
- data/samples/rails/Rakefile +10 -1
- data/samples/rails/app/controllers/application.rb +10 -18
- data/samples/rails/app/controllers/blog_controller.rb +1 -5
- data/samples/rails/app/helpers/blog_helper.rb +1 -1
- data/samples/rails/app/models/article.rb +15 -0
- data/samples/rails/app/views/blog/_form.rhtml +2 -2
- data/samples/rails/config/boot.rb +17 -0
- data/samples/rails/config/database.yml +6 -4
- data/samples/rails/config/environment.rb +40 -75
- data/samples/rails/config/environments/development.rb +12 -7
- data/samples/rails/config/environments/production.rb +17 -6
- data/samples/rails/config/environments/test.rb +8 -6
- 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/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/{lang_helper.mo → gettext_plugin.mo} +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/{lang_helper.mo → 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 +57 -37
- data/samples/rails/po/cs/blog.po +116 -0
- data/samples/rails/po/cs/gettext_plugin.po +29 -0
- data/samples/rails/po/de/blog.po +70 -51
- data/samples/rails/po/de/{lang_helper.po → gettext_plugin.po} +4 -5
- data/samples/rails/po/en/blog.po +111 -0
- data/samples/rails/po/es/blog.po +67 -47
- data/samples/rails/po/es/{lang_helper.po → gettext_plugin.po} +5 -5
- data/samples/rails/po/fr/blog.po +65 -45
- data/samples/rails/po/fr/{lang_helper.po → gettext_plugin.po} +4 -4
- data/samples/rails/po/{lang_helper.pot → gettext_plugin.pot} +4 -4
- data/samples/rails/po/ja/blog.po +64 -44
- data/samples/rails/po/ja/{lang_helper.po → gettext_plugin.po} +4 -4
- data/samples/rails/po/ko/blog.po +65 -46
- data/samples/rails/po/ko/{lang_helper.po → gettext_plugin.po} +5 -6
- data/samples/rails/po/nl/blog.po +115 -0
- data/samples/rails/po/nl/gettext_plugin.po +28 -0
- data/samples/rails/po/pt_BR/blog.po +109 -0
- data/samples/rails/po/pt_BR/gettext_plugin.po +27 -0
- data/samples/rails/public/images/rails.png +0 -0
- data/samples/rails/public/index.html +272 -71
- data/samples/rails/public/javascripts/controls.js +441 -166
- data/samples/rails/public/javascripts/dragdrop.js +261 -279
- data/samples/rails/public/javascripts/effects.js +657 -277
- data/samples/rails/public/javascripts/prototype.js +911 -223
- data/samples/rails/public/robots.txt +1 -0
- data/samples/rails/public/stylesheets/scaffold.css +1 -1
- data/samples/rails/script/about +3 -0
- data/samples/rails/script/breakpointer +3 -4
- data/samples/rails/script/console +3 -23
- data/samples/rails/script/destroy +3 -7
- data/samples/rails/script/generate +3 -7
- data/samples/rails/script/performance/benchmarker +3 -0
- data/samples/rails/script/performance/profiler +3 -0
- data/samples/rails/script/plugin +3 -0
- data/samples/rails/script/process/reaper +3 -0
- data/samples/rails/script/process/spawner +3 -0
- data/samples/rails/script/process/spinner +3 -0
- data/samples/rails/script/runner +3 -29
- data/samples/rails/script/server +3 -49
- data/samples/rails/vendor/plugins/gettext/init.rb +19 -0
- data/samples/rails/vendor/{lang_helper.rb → plugins/gettext/lib/gettext_plugin.rb} +15 -11
- data/src/poparser.ry +171 -0
- data/test/gettext_runner.rb +3 -1
- data/test/gettext_test.rb +56 -31
- data/test/gettext_test_cgi.rb +12 -0
- data/test/gettext_test_parser.rb +3 -0
- data/test/gettext_test_string.rb +14 -0
- data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
- data/test/po/cr/plural.po +3 -3
- data/test/po/da/plural.po +2 -2
- data/test/po/da/plural_error.po +2 -1
- data/test/po/fr/plural.po +2 -2
- data/test/po/fr/plural_error.po +2 -1
- data/test/po/ir/plural.po +3 -3
- data/test/po/la/plural.po +3 -3
- data/test/po/li/plural.po +3 -3
- data/test/po/po/plural.po +3 -3
- data/test/po/sl/plural.po +4 -4
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +20 -0
- data/test/{test_rubyparser_n.rb → test_rubyparser_N.rb} +0 -0
- metadata +163 -43
- data/README.ja +0 -115
- data/data/locale/de/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/gettext-1.0.0-mswin32.gem +0 -0
- data/po/de/rmsgfmt.po +0 -45
- data/po/es/rmsgfmt.po +0 -43
- data/po/fr/rmsgfmt.po +0 -43
- data/po/it/rmsgfmt.po +0 -44
- data/po/ja/rmsgfmt.po +0 -43
- data/po/ko/rmsgfmt.po +0 -40
- data/po/pt_BR/rmsgfmt.po +0 -42
- data/po/rmsgfmt.pot +0 -40
- data/po/sv/rmsgfmt.po +0 -43
- data/samples/rails/locale/de/LC_MESSAGES/lang_helper.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/lang_helper.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/lang_helper.mo +0 -0
- data/samples/rails/log/development.log +0 -378
- data/src/rmsgfmt.ry +0 -233
@@ -4,12 +4,11 @@
|
|
4
4
|
#
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
|
-
#, fuzzy
|
8
7
|
msgid ""
|
9
8
|
msgstr ""
|
10
9
|
"Project-Id-Version: Ruby-GetText 1.0.0\n"
|
11
10
|
"POT-Creation-Date: 2005-04-23 17:31+0900\n"
|
12
|
-
"PO-Revision-Date: 2005-
|
11
|
+
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
13
12
|
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
14
13
|
"Language-Team: Korean\n"
|
15
14
|
"MIME-Version: 1.0\n"
|
@@ -35,7 +34,7 @@ msgstr "로케일"
|
|
35
34
|
|
36
35
|
#: helloerb.rhtml:15 other.rhtml:11
|
37
36
|
msgid "output_charset"
|
38
|
-
msgstr "출력
|
37
|
+
msgstr "출력 문자집합"
|
39
38
|
|
40
39
|
#: helloerb.rhtml:16 other.rhtml:12
|
41
40
|
msgid "QUERY_STRING"
|
@@ -6,12 +6,11 @@
|
|
6
6
|
#
|
7
7
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
8
8
|
#
|
9
|
-
#, fuzzy
|
10
9
|
msgid ""
|
11
10
|
msgstr ""
|
12
11
|
"Project-Id-Version: Ruby-GetText 1.0.0\n"
|
13
12
|
"POT-Creation-Date: 2005-04-23 12:43+0900\n"
|
14
|
-
"PO-Revision-Date: 2005-
|
13
|
+
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
15
14
|
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
16
15
|
"Language-Team: Korean\n"
|
17
16
|
"MIME-Version: 1.0\n"
|
@@ -4,12 +4,11 @@
|
|
4
4
|
#
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
|
-
#, fuzzy
|
8
7
|
msgid ""
|
9
8
|
msgstr ""
|
10
9
|
"Project-Id-Version: Ruby-GetText 1.0.0\n"
|
11
10
|
"POT-Creation-Date: 2005-04-19 02:47+0900\n"
|
12
|
-
"PO-Revision-Date: 2005-
|
11
|
+
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
13
12
|
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
14
13
|
"Language-Team: Korean\n"
|
15
14
|
"MIME-Version: 1.0\n"
|
data/samples/cgi/po/ko/main.po
CHANGED
@@ -4,12 +4,11 @@
|
|
4
4
|
#
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
|
-
#, fuzzy
|
8
7
|
msgid ""
|
9
8
|
msgstr ""
|
10
9
|
"Project-Id-Version: Ruby-GetText 1.0.0\n"
|
11
10
|
"POT-Creation-Date: 2005-04-23 16:34+0900\n"
|
12
|
-
"PO-Revision-Date: 2005-
|
11
|
+
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
|
13
12
|
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
14
13
|
"Language-Team: Korean\n"
|
15
14
|
"MIME-Version: 1.0\n"
|
@@ -27,7 +26,7 @@ msgstr "ERB/CGI 샘플 (UTF-8). 이 예제는 예제 1과 같은 컨테이너를
|
|
27
26
|
|
28
27
|
#: index.cgi:32
|
29
28
|
msgid "an ERB/CGI sample (Auto-Detect charset)."
|
30
|
-
msgstr "ERB/CGI 샘플 (
|
29
|
+
msgstr "ERB/CGI 샘플 (문자집합 자동탐지)"
|
31
30
|
|
32
31
|
#: index.cgi:43 cookie.cgi:38
|
33
32
|
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
@@ -0,0 +1,60 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh <mutoh@highway.ne.jp>
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Menno Jonkers <ruby-gettext@jonkers.com>, 2005.
|
8
|
+
#
|
9
|
+
#, fuzzy
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: ruby-gettext-package 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
|
14
|
+
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
15
|
+
"Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n"
|
16
|
+
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
17
|
+
"MIME-Version: 1.0\n"
|
18
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
19
|
+
"Content-Transfer-Encoding: 8bit\n"
|
20
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
|
+
|
22
|
+
#: helloerb1.cgi:27
|
23
|
+
msgid "Sample script for CGI/ERB (UTF-8)."
|
24
|
+
msgstr "Voorbeeldscript voor CGI/ERB (UTF-8)."
|
25
|
+
|
26
|
+
#: helloerb.rhtml:4 other.rhtml:4
|
27
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
28
|
+
msgstr "Voorbeeldscript voor CGI/ERB en Ruby-GetText-Package"
|
29
|
+
|
30
|
+
#: helloerb.rhtml:11
|
31
|
+
msgid "Hello World"
|
32
|
+
msgstr "Hallo wereld"
|
33
|
+
|
34
|
+
#: helloerb.rhtml:14 other.rhtml:10
|
35
|
+
msgid "locale"
|
36
|
+
msgstr "locale"
|
37
|
+
|
38
|
+
#: helloerb.rhtml:15 other.rhtml:11
|
39
|
+
msgid "output_charset"
|
40
|
+
msgstr "output_charset"
|
41
|
+
|
42
|
+
#: helloerb.rhtml:16 other.rhtml:12
|
43
|
+
msgid "QUERY_STRING"
|
44
|
+
msgstr "QUERY_STRING"
|
45
|
+
|
46
|
+
#: helloerb.rhtml:18
|
47
|
+
msgid "Call a library method which has another textdomain."
|
48
|
+
msgstr "Roep een bibliotheekmethode aan die een ander tekstdomein heeft."
|
49
|
+
|
50
|
+
#: helloerb.rhtml:21 other.rhtml:14
|
51
|
+
msgid "Back"
|
52
|
+
msgstr "Terug"
|
53
|
+
|
54
|
+
#: other.rhtml:7
|
55
|
+
msgid "Another sample"
|
56
|
+
msgstr "Een ander voorbeeld"
|
57
|
+
|
58
|
+
#: other.rhtml:8
|
59
|
+
msgid "This sample(other.rhtml) is the another ERB file of helloerb1.cgi."
|
60
|
+
msgstr "Dit voorbeeld (other.rhtml) is een ander ERB-bestand van helloerb1.cgi."
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh <mutoh@highway.ne.jp>
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Menno Jonkers <ruby-gettext@jonkers.com>, 2005.
|
8
|
+
#
|
9
|
+
#, fuzzy
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: ruby-gettext-package 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
|
14
|
+
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
15
|
+
"Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n"
|
16
|
+
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
17
|
+
"MIME-Version: 1.0\n"
|
18
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
19
|
+
"Content-Transfer-Encoding: 8bit\n"
|
20
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
|
+
|
22
|
+
#: helloerb2.cgi:28
|
23
|
+
msgid "Sample script for CGI/ERB (Auto-Detect charset)."
|
24
|
+
msgstr "Voorbeeldscript voor CGI/ERB (auto-detect charset)."
|
25
|
+
|
26
|
+
#: helloerb.rhtml:4
|
27
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
28
|
+
msgstr "Voorbeeldscript voor CGI/ERB en Ruby-GetText-Package"
|
29
|
+
|
30
|
+
#: helloerb.rhtml:11
|
31
|
+
msgid "Hello World"
|
32
|
+
msgstr "Hallo wereld"
|
33
|
+
|
34
|
+
#: helloerb.rhtml:14
|
35
|
+
msgid "locale"
|
36
|
+
msgstr "locale"
|
37
|
+
|
38
|
+
#: helloerb.rhtml:15
|
39
|
+
msgid "output_charset"
|
40
|
+
msgstr "output_charset"
|
41
|
+
|
42
|
+
#: helloerb.rhtml:16
|
43
|
+
msgid "QUERY_STRING"
|
44
|
+
msgstr "QUERY_STRING"
|
45
|
+
|
46
|
+
#: helloerb.rhtml:18
|
47
|
+
msgid "Call a library method which has another textdomain."
|
48
|
+
msgstr "Roep een librarymethode aan die een ander tekstdomein heeft."
|
49
|
+
|
50
|
+
#: helloerb.rhtml:21
|
51
|
+
msgid "Back"
|
52
|
+
msgstr "Terug"
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh <mutoh@highway.ne.jp>
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Menno Jonkers <ruby-gettext@jonkers.com>, 2005.
|
8
|
+
#
|
9
|
+
#, fuzzy
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: ruby-gettext-package 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
|
14
|
+
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
15
|
+
"Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n"
|
16
|
+
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
17
|
+
"MIME-Version: 1.0\n"
|
18
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
19
|
+
"Content-Transfer-Encoding: 8bit\n"
|
20
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
|
+
|
22
|
+
#: hellolib.rb:19
|
23
|
+
msgid "This message is from hellolib."
|
24
|
+
msgstr "Dit bericht komt van hellolib."
|
@@ -0,0 +1,76 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh <mutoh@highway.ne.jp>
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Menno Jonkers <ruby-gettext@jonkers.com>, 2005.
|
8
|
+
#
|
9
|
+
#, fuzzy
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: ruby-gettext-package 1.1.0\n"
|
13
|
+
"POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
|
14
|
+
"PO-Revision-Date: 2005-12-19 21:44+0100\n"
|
15
|
+
"Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n"
|
16
|
+
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
17
|
+
"MIME-Version: 1.0\n"
|
18
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
19
|
+
"Content-Transfer-Encoding: 8bit\n"
|
20
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
|
+
|
22
|
+
#: index.cgi:30
|
23
|
+
msgid "an ERB/CGI sample (UTF-8)."
|
24
|
+
msgstr "een ERB/CGI voorbeeld (UTF-8)."
|
25
|
+
|
26
|
+
#: index.cgi:31
|
27
|
+
msgid "an ERB/CGI sample (UTF-8). This sample uses the same container as sample 1 but have another rhtml file."
|
28
|
+
msgstr "een ERB/CGI voorbeeld (UTF-8). Dit voorbeeld gebruikt dezelfde container als voorbeeld 1, maar heeft een ander rhtml-bestand."
|
29
|
+
|
30
|
+
#: index.cgi:32
|
31
|
+
msgid "an ERB/CGI sample (Auto-Detect charset)."
|
32
|
+
msgstr "een ERB/CGI voorbeeld (auto-detect charset)."
|
33
|
+
|
34
|
+
#: index.cgi:43 cookie.cgi:38
|
35
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
36
|
+
msgstr "Voorbeeldscript voor CGI/ERB en Ruby-GetText-Package"
|
37
|
+
|
38
|
+
#: index.cgi:48
|
39
|
+
msgid "Ruby-GetText CGI sample scripts"
|
40
|
+
msgstr "Ruby-GetText CGI voorbeeldscripts"
|
41
|
+
|
42
|
+
#: index.cgi:50
|
43
|
+
msgid "Supported Locales:"
|
44
|
+
msgstr "Ondersteunde locales:"
|
45
|
+
|
46
|
+
#: index.cgi:51
|
47
|
+
msgid "Auto-Detect a locale from the WWW browser"
|
48
|
+
msgstr "Auto-detect een locale van de webbrowser"
|
49
|
+
|
50
|
+
#: index.cgi:59
|
51
|
+
msgid "Set locale as a \"lang\" parameter"
|
52
|
+
msgstr "Stel locale in als een \"lang\" parameter"
|
53
|
+
|
54
|
+
#: index.cgi:76
|
55
|
+
msgid "Set \"lang\" to cookie."
|
56
|
+
msgstr "Zet \"lang\" in een cookie."
|
57
|
+
|
58
|
+
#: index.cgi:77
|
59
|
+
msgid "Click one of the link below, and then click \"Auto-Detect a locale from the WWW browser\" samples."
|
60
|
+
msgstr "Kies een van onderstaande links en klik dan \"Auto-detect een locale van de webbrowser\"."
|
61
|
+
|
62
|
+
#: index.cgi:87
|
63
|
+
msgid "Source codes"
|
64
|
+
msgstr "Broncodes"
|
65
|
+
|
66
|
+
#: index.cgi:98
|
67
|
+
msgid "index.cgi is also a Ruby-GetText sample script using CGI(not ERB)."
|
68
|
+
msgstr "index.cgi is ook een Ruby-GetText voorbeeldscript dat CGI gebruikt (niet ERB)."
|
69
|
+
|
70
|
+
#: cookie.cgi:44
|
71
|
+
msgid "Set [%s] as the cookie of your WWW Browser."
|
72
|
+
msgstr "Stel [%s] in als cookie van de webbrowser."
|
73
|
+
|
74
|
+
#: cookie.cgi:48
|
75
|
+
msgid "Back"
|
76
|
+
msgstr "Terug"
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Joao Pedrosa <joaopedrosa@gmail.com>, 2005.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.0\n"
|
12
|
+
"POT-Creation-Date: 2005-12-17 14:56+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-17 10:12-0300\n"
|
14
|
+
"Last-Translator: Joao Pedrosa <joaopedrosa@gmail.com>\n"
|
15
|
+
"Language-Team: Portuguese(Brazil)\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
|
+
#: helloerb1.cgi:27
|
22
|
+
msgid "Sample script for CGI/ERB (UTF-8)."
|
23
|
+
msgstr "Script de exemplo para CGI/ERB (UTF-8)."
|
24
|
+
|
25
|
+
#: helloerb.rhtml:4 other.rhtml:4
|
26
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
27
|
+
msgstr "Script de exemplo para CGI/ERB e Ruby-GetText-Package"
|
28
|
+
|
29
|
+
#: helloerb.rhtml:11
|
30
|
+
msgid "Hello World"
|
31
|
+
msgstr "Olá Mundo"
|
32
|
+
|
33
|
+
#: helloerb.rhtml:14 other.rhtml:10
|
34
|
+
msgid "locale"
|
35
|
+
msgstr "locale"
|
36
|
+
|
37
|
+
#: helloerb.rhtml:15 other.rhtml:11
|
38
|
+
msgid "output_charset"
|
39
|
+
msgstr "charset_de_saída"
|
40
|
+
|
41
|
+
#: helloerb.rhtml:16 other.rhtml:12
|
42
|
+
msgid "QUERY_STRING"
|
43
|
+
msgstr "STRING_DE_PESQUISA"
|
44
|
+
|
45
|
+
#: helloerb.rhtml:18
|
46
|
+
msgid "Call a library method which has another textdomain."
|
47
|
+
msgstr "Chama um método de biblioteca que tem um outro domínio de texto."
|
48
|
+
|
49
|
+
#: helloerb.rhtml:21 other.rhtml:14
|
50
|
+
msgid "Back"
|
51
|
+
msgstr "Voltar"
|
52
|
+
|
53
|
+
#: other.rhtml:7
|
54
|
+
msgid "Another sample"
|
55
|
+
msgstr "Outro exemplo"
|
56
|
+
|
57
|
+
#: other.rhtml:8
|
58
|
+
msgid "This sample(other.rhtml) is the another ERB file of helloerb1.cgi."
|
59
|
+
msgstr "Este exemplo(other.rhtml) é o outro arquivo de ERB do helloerb1.cgi."
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Joao Pedrosa <joaopedrosa@gmail.com>, 2005.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.0\n"
|
12
|
+
"POT-Creation-Date: 2005-12-17 14:56+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-17 10:12-0300\n"
|
14
|
+
"Last-Translator: Joao Pedrosa <joaopedrosa@gmail.com>\n"
|
15
|
+
"Language-Team: Portuguese(Brazil)\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
|
+
#: helloerb2.cgi:28
|
22
|
+
msgid "Sample script for CGI/ERB (Auto-Detect charset)."
|
23
|
+
msgstr "Script de exemplo para CGI/ERB (Auto-Detectar charset)."
|
24
|
+
|
25
|
+
#: helloerb.rhtml:4
|
26
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
27
|
+
msgstr "Script de exemplo para CGI/ERB e Ruby-GetText-Package"
|
28
|
+
|
29
|
+
#: helloerb.rhtml:11
|
30
|
+
msgid "Hello World"
|
31
|
+
msgstr "Olá Mundo"
|
32
|
+
|
33
|
+
#: helloerb.rhtml:14
|
34
|
+
msgid "locale"
|
35
|
+
msgstr "locale"
|
36
|
+
|
37
|
+
#: helloerb.rhtml:15
|
38
|
+
msgid "output_charset"
|
39
|
+
msgstr "charset_de_saída"
|
40
|
+
|
41
|
+
#: helloerb.rhtml:16
|
42
|
+
msgid "QUERY_STRING"
|
43
|
+
msgstr "STRING_DE_PESQUISA"
|
44
|
+
|
45
|
+
#: helloerb.rhtml:18
|
46
|
+
msgid "Call a library method which has another textdomain."
|
47
|
+
msgstr "Chamar um método de biblioteca que tem outro domínio de texto."
|
48
|
+
|
49
|
+
#: helloerb.rhtml:21
|
50
|
+
msgid "Back"
|
51
|
+
msgstr "Voltar"
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
# Joao Pedrosa <joaopedrosa@gmail.com>, 2005.
|
7
|
+
#
|
8
|
+
msgid ""
|
9
|
+
msgstr ""
|
10
|
+
"Project-Id-Version: ruby-gettext 1.1.0\n"
|
11
|
+
"POT-Creation-Date: 2005-12-17 14:56+0900\n"
|
12
|
+
"PO-Revision-Date: 2005-12-17 10:12-0300\n"
|
13
|
+
"Last-Translator: Joao Pedrosa <joaopedrosa@gmail.com>\n"
|
14
|
+
"Language-Team: Portuguese(Brazil)\n"
|
15
|
+
"MIME-Version: 1.0\n"
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
|
+
|
20
|
+
#: hellolib.rb:19
|
21
|
+
msgid "This message is from hellolib."
|
22
|
+
msgstr "Esta mensagem é de hellolib."
|
@@ -0,0 +1,75 @@
|
|
1
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Joao Pedrosa <joaopedrosa@gmail.com>, 2005.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.0\n"
|
12
|
+
"POT-Creation-Date: 2005-12-17 14:56+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-17 10:12-0300\n"
|
14
|
+
"Last-Translator: Joao Pedrosa <joaopedrosa@gmail.com>\n"
|
15
|
+
"Language-Team: Portuguese(Brazil)\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
|
+
#: index.cgi:30
|
22
|
+
msgid "an ERB/CGI sample (UTF-8)."
|
23
|
+
msgstr "um exemplo de ERB/CGI (UTF-8)."
|
24
|
+
|
25
|
+
#: index.cgi:31
|
26
|
+
msgid "an ERB/CGI sample (UTF-8). This sample uses the same container as sample 1 but have another rhtml file."
|
27
|
+
msgstr "um exemplo de ERB/CGI (UTF-8). Este exemplo usa o mesmo recipiente do exemplo 1, mas tem outro arquivo rhtml."
|
28
|
+
|
29
|
+
#: index.cgi:32
|
30
|
+
msgid "an ERB/CGI sample (Auto-Detect charset)."
|
31
|
+
msgstr "um exemplo ERB/CGI (Auto-Detectar charset)."
|
32
|
+
|
33
|
+
#: index.cgi:43 cookie.cgi:38
|
34
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
35
|
+
msgstr "Script de exemplo para CGI/ERB e Ruby-GetText-Package"
|
36
|
+
|
37
|
+
#: index.cgi:48
|
38
|
+
msgid "Ruby-GetText CGI sample scripts"
|
39
|
+
msgstr "Scripts de exemplo de CGI de Ruby-GetText"
|
40
|
+
|
41
|
+
#: index.cgi:50
|
42
|
+
msgid "Supported Locales:"
|
43
|
+
msgstr "Locales suportados:"
|
44
|
+
|
45
|
+
#: index.cgi:51
|
46
|
+
msgid "Auto-Detect a locale from the WWW browser"
|
47
|
+
msgstr "Auto-Detectar um locale do browser WWW"
|
48
|
+
|
49
|
+
#: index.cgi:59
|
50
|
+
msgid "Set locale as a \"lang\" parameter"
|
51
|
+
msgstr "Configurar locale como um parâmetro \"lang\""
|
52
|
+
|
53
|
+
#: index.cgi:76
|
54
|
+
msgid "Set \"lang\" to cookie."
|
55
|
+
msgstr "Configurar \"lang\" para cookie."
|
56
|
+
|
57
|
+
#: index.cgi:77
|
58
|
+
msgid "Click one of the link below, and then click \"Auto-Detect a locale from the WWW browser\" samples."
|
59
|
+
msgstr "Clique em um dos links abaixo, e então clique no exemplo \"Auto-Detectar um locale do browser WWW\""
|
60
|
+
|
61
|
+
#: index.cgi:87
|
62
|
+
msgid "Source codes"
|
63
|
+
msgstr "Código-fonte"
|
64
|
+
|
65
|
+
#: index.cgi:98
|
66
|
+
msgid "index.cgi is also a Ruby-GetText sample script using CGI(not ERB)."
|
67
|
+
msgstr "index.cgi também é um script de exemplo de Ruby-GetText usando CGI(não ERB)."
|
68
|
+
|
69
|
+
#: cookie.cgi:44
|
70
|
+
msgid "Set [%s] as the cookie of your WWW Browser."
|
71
|
+
msgstr "Configurar [%s] como o cookie do seu browser WWW."
|
72
|
+
|
73
|
+
#: cookie.cgi:48
|
74
|
+
msgid "Back"
|
75
|
+
msgstr "Voltar"
|