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
data/README.ja
DELETED
@@ -1,115 +0,0 @@
|
|
1
|
-
Ruby-Gettext-Package
|
2
|
-
====================
|
3
|
-
|
4
|
-
Ruby-Gettext-Package �� GNU gettext package�ˤ褯�����饤�֥��Ǥ�������
|
5
|
-
�饤�֥���Ȥ����ȤǤ��ʤ���Ruby������ץ����ʸ������ñ�˥������饤��
|
6
|
-
�Ǥ�����ݲ����줿���ץꥱ���������뤳�Ȥ��Ǥ��ޤ���
|
7
|
-
|
8
|
-
Ruby-Gettext-Package����ħ
|
9
|
-
---------------------------
|
10
|
-
* GNU gettext�ˤ褯����API
|
11
|
-
Ruby�����֥������Ȼظ��ʥ�����ץȸ���Ǥ��뤳�Ȥ��顢GNU gettext���
|
12
|
-
����ץ��API�ȤʤäƤ��ޤ���
|
13
|
-
|
14
|
-
* rgettext���Ѥ��ơ�Ruby������ץȡ�glade-2 XML�ե�����(.glade)��
|
15
|
-
ERB�ե�����(.rhtml)���������������ե�����(po[t]�ե�����)�������Ǥ��ޤ���
|
16
|
-
|
17
|
-
* ������������ե�����(po[t]�ե�����)��GNU gettext �ߴ��Ǥ�������ˡ�
|
18
|
-
ruby-gettext-package �� ź�դ�rmsgfmt(���뤤��GNU gettext �λ��� msgfmt)
|
19
|
-
���Ѥ���GNU gettext�ߴ���mo�ե�������������ޤ���
|
20
|
-
�ޤ���GNU gettext�˴ޤޤ��msgmerge ���Υġ���� GNU gettext ����������
|
21
|
-
po�ե������Ʊ�ͤ˻��ѤǤ��ޤ���
|
22
|
-
|
23
|
-
* 2����Υƥ����ȥɥᥤ������
|
24
|
-
* �ե�����ñ�� (�ǥե����: �侩)
|
25
|
-
* ���饹/�⥸�塼��ñ��
|
26
|
-
(GetText::Container, GetText::ErbContainer, GetText::Rails)
|
27
|
-
|
28
|
-
* CGI���ݡ��� (gettext/cgi)
|
29
|
-
|
30
|
-
* ERB���ݡ��� (gettext/erb)
|
31
|
-
|
32
|
-
* Ruby on Rails���ݡ��� (gettext/rails)
|
33
|
-
|
34
|
-
|
35
|
-
ɬ�״Ķ�
|
36
|
-
--------
|
37
|
-
* Ruby 1.8.2 <http://www.ruby-lang.org/ja/>
|
38
|
-
* GNU gettext 0.10.35
|
39
|
-
<http://www.gnu.org/software/gettext/gettext.html>
|
40
|
-
msgmerge����GNU gettext�Υġ����Ȥ����Ȥ��Ǥ��ޤ���
|
41
|
-
��ȯ���ˤϤ��ä����������Ǥ���
|
42
|
-
* Racc-1.4.3
|
43
|
-
<http://www.ruby-lang.org/raa/list.rhtml?name=racc>
|
44
|
-
���ȡ������ɬ�פǤ���gem�ǥ��ȡ��뤹��������פǤ���
|
45
|
-
|
46
|
-
���ȡ�����ˡ
|
47
|
-
----------------
|
48
|
-
���ޥ�ɥ饤��ǰʲ��Τ褦�ˤ�������Ǥ���������
|
49
|
-
UNIX �� OS �ǤϤ����餯 root ���¤�ɬ�פˤʤ�ޤ���
|
50
|
-
|
51
|
-
($ su)
|
52
|
-
# ruby setup.rb
|
53
|
-
|
54
|
-
���ȡ�������ѹ������ꤹ�뤳�Ȥ�Ǥ��ޤ���
|
55
|
-
���ξ��� ruby setup.rb --help ��¹Ԥ��ƤߤƤ���������
|
56
|
-
|
57
|
-
�Ȥ���
|
58
|
-
------
|
59
|
-
���ʤ����ܥ饤�֥��˰�¸�������ץꥱ�����������Ѥ���桼���Ǥ������
|
60
|
-
ñ����ܥ饤�֥��ȡ��뤹������Ǥ���
|
61
|
-
ɬ�פ˱����ƥ��ץꥱ�������Υɥ�����ȤȤ��Ƥ���������
|
62
|
-
|
63
|
-
���ʤ����ܥ饤�֥��˰�¸�������ץꥱ�������ȯ�ԤǤ�����ϰʲ���URL
|
64
|
-
�Ȥ��Ƥ���������
|
65
|
-
|
66
|
-
http://gettext.rubyforge.org/ (English)
|
67
|
-
http://gettext.rubyforge.org/ja/ (Japanese)
|
68
|
-
|
69
|
-
�饤����
|
70
|
-
----------
|
71
|
-
���Υ饤�֥���Ruby��Ʊ���饤���˴�Ť������ۤ����ե���եȥ�����
|
72
|
-
�Ǥ����ܤ�����COPYING.ja�Ȥ��Ƥ���������
|
73
|
-
|
74
|
-
* Ruby-GetText-Package
|
75
|
-
Copyright (C) 2001-2005 Masao Mutoh <mutoh@highwhay.ne.jp>
|
76
|
-
|
77
|
-
* mo.rb
|
78
|
-
Copyright (C) 2001-2004 Masao Mutoh <mutoh@highwhay.ne.jp>
|
79
|
-
Copyright (C) 2001,2002 Masahiro Sakai <s01397ms@sfc.keio.ac.jp>
|
80
|
-
|
81
|
-
* gettext.rb
|
82
|
-
Copyright (C) 2001-2005 Masao Mutoh <mutoh@highwhay.ne.jp>
|
83
|
-
Copyright (C) 2001,2002 Masahiro Sakai <s01397ms@sfc.keio.ac.jp>
|
84
|
-
|
85
|
-
* rgettext
|
86
|
-
Copyright (C) 2001-2005 Masao Mutoh <mutoh@highwhay.ne.jp>
|
87
|
-
Copyright (C) 2001,2002 Yasushi Shoji <yashi@yashi.com>
|
88
|
-
|
89
|
-
* rmsgfmt
|
90
|
-
Copyright (C) 2003,2005 Masao Mutoh <mutoh@highwhay.ne.jp>
|
91
|
-
|
92
|
-
* setup.rb
|
93
|
-
Copyright (C) 2000-2004 Minero Aoki <aamine@loveruby.net>
|
94
|
-
This file is released under LGPL. See the top of the install.rb.
|
95
|
-
|
96
|
-
* rmsgfmt and others
|
97
|
-
Copyright (C) 2001-2005 Masao Mutoh <mutoh@highwhay.ne.jp>
|
98
|
-
|
99
|
-
|
100
|
-
������
|
101
|
-
------
|
102
|
-
French - Laurent Sansonetti
|
103
|
-
German - Detlef Reichl, Sven Herzberg
|
104
|
-
Italian - Gabriele Renzi
|
105
|
-
Korean - Gyoung-Yoon Noh
|
106
|
-
Japanese - Masao Mutoh
|
107
|
-
Portuguese(Brazil) - Joao Pedrosa
|
108
|
-
Spanish - David Espada, David Moreno Garza
|
109
|
-
Swedish - Nikolai Weibull
|
110
|
-
|
111
|
-
|
112
|
-
���ƥ�
|
113
|
-
--------
|
114
|
-
�ܥ饤�֥��ˤĤ��ƤΤ��ո����Х���ݡ��Ȥ���ƣ�ޤǡ�
|
115
|
-
Masao Mutoh <mutoh@highway.ne.jp>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/gettext-1.0.0-mswin32.gem
DELETED
File without changes
|
data/po/de/rmsgfmt.po
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rgettext
|
3
|
-
#
|
4
|
-
# Copyright (C) 2004,2005 Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Sven Herzberg, 2005
|
8
|
-
# Detlef Reichl, 2004
|
9
|
-
#
|
10
|
-
msgid ""
|
11
|
-
msgstr ""
|
12
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
14
|
-
"POT-Creation-Date: 2005-08-29 01:45+0900\n"
|
15
|
-
"PO-Revision-Date: 2005-08-28 22:31+0200\n"
|
16
|
-
"Last-Translator: Sven Herzberg <herzi@abi02.de>\n"
|
17
|
-
"Language-Team: German <gnome-de@gnome.org>\n"
|
18
|
-
"MIME-Version: 1.0\n"
|
19
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
20
|
-
"Content-Transfer-Encoding: 8bit"
|
21
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22
|
-
|
23
|
-
#: lib/gettext/rmsgfmt.rb:298
|
24
|
-
msgid "no input files"
|
25
|
-
msgstr "Keine Eingabedateien"
|
26
|
-
|
27
|
-
#: lib/gettext/rmsgfmt.rb:314
|
28
|
-
msgid "Usage: %s input.rb [-o output.mo]"
|
29
|
-
msgstr "Gebrauch: %s eingabe.po [-o ausgabe.mo]"
|
30
|
-
|
31
|
-
#: lib/gettext/rmsgfmt.rb:316
|
32
|
-
msgid "Generate binary message catalog from textual translation description."
|
33
|
-
msgstr "Erstelle binären Meldungskatalog aus schriftlicher Übersetzungsbeschreibung."
|
34
|
-
|
35
|
-
#: lib/gettext/rmsgfmt.rb:318
|
36
|
-
msgid "Specific options:"
|
37
|
-
msgstr "Spezielle Optionen:"
|
38
|
-
|
39
|
-
#: lib/gettext/rmsgfmt.rb:320
|
40
|
-
msgid "write output to specified file"
|
41
|
-
msgstr "Schreibe Ausgabe in die angegebene Datei"
|
42
|
-
|
43
|
-
#: lib/gettext/rmsgfmt.rb:324
|
44
|
-
msgid "display version information and exit"
|
45
|
-
msgstr "Zeige Versionsinformationen und beende."
|
data/po/es/rmsgfmt.po
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rgettext
|
3
|
-
#
|
4
|
-
# Copyright (C) 2004,2005 Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# David Espada <davinci@escomposlinux.org>, 2004, 2005.
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
12
|
-
"POT-Creation-Date: 2005-08-29 01:45+0900\n"
|
13
|
-
"PO-Revision-Date: 2005-04-24 14:54+0100\n"
|
14
|
-
"Last-Translator: David Espada <davinci at escomposlinux.org>\n"
|
15
|
-
"Language-Team: Gabriele Renzi <davinci at escomposlinux.org>\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
|
-
#: lib/gettext/rmsgfmt.rb:298
|
22
|
-
msgid "no input files"
|
23
|
-
msgstr "no hay ficheros de entrada"
|
24
|
-
|
25
|
-
#: lib/gettext/rmsgfmt.rb:314
|
26
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
27
|
-
msgstr "Uso: %s entrada.po [-o salida.mo]"
|
28
|
-
|
29
|
-
#: lib/gettext/rmsgfmt.rb:316
|
30
|
-
msgid "Generate binary message catalog from textual translation description."
|
31
|
-
msgstr "Generar catálogo de mensajes binarios a partir de la descripción textua de la traducción."
|
32
|
-
|
33
|
-
#: lib/gettext/rmsgfmt.rb:318
|
34
|
-
msgid "Specific options:"
|
35
|
-
msgstr "Opciones específicas:"
|
36
|
-
|
37
|
-
#: lib/gettext/rmsgfmt.rb:320
|
38
|
-
msgid "write output to specified file"
|
39
|
-
msgstr "escribir salida en fichero especificado"
|
40
|
-
|
41
|
-
#: lib/gettext/rmsgfmt.rb:324
|
42
|
-
msgid "display version information and exit"
|
43
|
-
msgstr "mostrar información de versión y salir"
|
data/po/fr/rmsgfmt.po
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rgettext
|
3
|
-
#
|
4
|
-
# Copyright (C) 2004 Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Laurent Sansonetti <lrz@rubymonks.org>, 2004-2005
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
12
|
-
"POT-Creation-Date: 2005-08-29 01:45+0900\n"
|
13
|
-
"PO-Revision-Date: 2004-11-04 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
|
-
#: lib/gettext/rmsgfmt.rb:298
|
22
|
-
msgid "no input files"
|
23
|
-
msgstr "pas de fichiers d'entrée"
|
24
|
-
|
25
|
-
#: lib/gettext/rmsgfmt.rb:314
|
26
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
27
|
-
msgstr "Usage: %s input.po [-o output.mo]"
|
28
|
-
|
29
|
-
#: lib/gettext/rmsgfmt.rb:316
|
30
|
-
msgid "Generate binary message catalog from textual translation description."
|
31
|
-
msgstr "Génère un catalogue binaire de messages à partir d'une description textuelle d'une traduction."
|
32
|
-
|
33
|
-
#: lib/gettext/rmsgfmt.rb:318
|
34
|
-
msgid "Specific options:"
|
35
|
-
msgstr "Options spécifiques:"
|
36
|
-
|
37
|
-
#: lib/gettext/rmsgfmt.rb:320
|
38
|
-
msgid "write output to specified file"
|
39
|
-
msgstr "écrit la sortie dans le fichier spécifié"
|
40
|
-
|
41
|
-
#: lib/gettext/rmsgfmt.rb:324
|
42
|
-
msgid "display version information and exit"
|
43
|
-
msgstr "affiche la version du programme et sort"
|
data/po/it/rmsgfmt.po
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rgettext
|
3
|
-
#
|
4
|
-
# Copyright (C) 2004,2005 Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Gabriele Renzi <surrender_it at yahoo.it>, 2005.
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
12
|
-
"POT-Creation-Date: 2005-08-29 02:00+0900\n"
|
13
|
-
"PO-Revision-Date: 2005-04-24 14:54+0100\n"
|
14
|
-
"Last-Translator: Gabriele Renzi <surrender_it at yahoo.it>\n"
|
15
|
-
"Language-Team: Gabriele Renzi <surrender_it at yahoo.it>\n"
|
16
|
-
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
|
20
|
-
#: lib/gettext/rmsgfmt.rb:298
|
21
|
-
msgid "no input files"
|
22
|
-
msgstr ""
|
23
|
-
|
24
|
-
#: lib/gettext/rmsgfmt.rb:314
|
25
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
26
|
-
msgstr "Uso: %s input.po [-o output.mo]"
|
27
|
-
|
28
|
-
#: lib/gettext/rmsgfmt.rb:316
|
29
|
-
msgid "Generate binary message catalog from textual translation description."
|
30
|
-
msgstr ""
|
31
|
-
"Genera un catalogo dei messaggi binario da una descrizione testuale della "
|
32
|
-
"rappresentazione."
|
33
|
-
|
34
|
-
#: lib/gettext/rmsgfmt.rb:318
|
35
|
-
msgid "Specific options:"
|
36
|
-
msgstr ""
|
37
|
-
|
38
|
-
#: lib/gettext/rmsgfmt.rb:320
|
39
|
-
msgid "write output to specified file"
|
40
|
-
msgstr ""
|
41
|
-
|
42
|
-
#: lib/gettext/rmsgfmt.rb:324
|
43
|
-
msgid "display version information and exit"
|
44
|
-
msgstr ""
|
data/po/ja/rmsgfmt.po
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rgettext
|
3
|
-
#
|
4
|
-
# Copyright (C) 2002-2005 Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Masao Mutoh, 2004, 2005
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
12
|
-
"POT-Creation-Date: 2005-08-29 02:00+0900\n"
|
13
|
-
"PO-Revision-Date: 2002-10-17 18:13:31+0900\n"
|
14
|
-
"Last-Translator: Masao Mutoh\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
|
-
|
20
|
-
#: lib/gettext/rmsgfmt.rb:298
|
21
|
-
msgid "no input files"
|
22
|
-
msgstr "入力ファイルがありません"
|
23
|
-
|
24
|
-
#: lib/gettext/rmsgfmt.rb:314
|
25
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
26
|
-
msgstr "使い方: %s input.po [-o output.mo]"
|
27
|
-
|
28
|
-
#: lib/gettext/rmsgfmt.rb:316
|
29
|
-
msgid "Generate binary message catalog from textual translation description."
|
30
|
-
msgstr ""
|
31
|
-
"poファイルからバイナリのメッセージカタログファイル(moファイル)を生成します。"
|
32
|
-
|
33
|
-
#: lib/gettext/rmsgfmt.rb:318
|
34
|
-
msgid "Specific options:"
|
35
|
-
msgstr "オプション:"
|
36
|
-
|
37
|
-
#: lib/gettext/rmsgfmt.rb:320
|
38
|
-
msgid "write output to specified file"
|
39
|
-
msgstr "出力ファイルを指定します"
|
40
|
-
|
41
|
-
#: lib/gettext/rmsgfmt.rb:324
|
42
|
-
msgid "display version information and exit"
|
43
|
-
msgstr "バージョンを表示します"
|
data/po/ko/rmsgfmt.po
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rgettext
|
3
|
-
#
|
4
|
-
# Copyright (C) 2002-2004 Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
msgid ""
|
8
|
-
msgstr ""
|
9
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
10
|
-
"POT-Creation-Date: 2005-08-29 01:45+0900\n"
|
11
|
-
"PO-Revision-Date: 2005-08-29 08:15+0900\n"
|
12
|
-
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
|
13
|
-
"Language-Team: Korean\n"
|
14
|
-
"MIME-Version: 1.0\n"
|
15
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
-
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
|
18
|
-
#: lib/gettext/rmsgfmt.rb:298
|
19
|
-
msgid "no input files"
|
20
|
-
msgstr "입력 파일이 없습니다"
|
21
|
-
|
22
|
-
#: lib/gettext/rmsgfmt.rb:314
|
23
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
24
|
-
msgstr "사용법: %s input.po [-o output.mo]"
|
25
|
-
|
26
|
-
#: lib/gettext/rmsgfmt.rb:316
|
27
|
-
msgid "Generate binary message catalog from textual translation description."
|
28
|
-
msgstr "텍스트로 된 번역 설명으로부터 이진 메시지 목록을 생성합니다."
|
29
|
-
|
30
|
-
#: lib/gettext/rmsgfmt.rb:318
|
31
|
-
msgid "Specific options:"
|
32
|
-
msgstr "특별한 옵션들:"
|
33
|
-
|
34
|
-
#: lib/gettext/rmsgfmt.rb:320
|
35
|
-
msgid "write output to specified file"
|
36
|
-
msgstr "지정한 파일에 출력 내용을 저장합니다"
|
37
|
-
|
38
|
-
#: lib/gettext/rmsgfmt.rb:324
|
39
|
-
msgid "display version information and exit"
|
40
|
-
msgstr "버전 정보를 표시하고 빠져나갑니다"
|
data/po/pt_BR/rmsgfmt.po
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# po-file for rmsgfmt
|
3
|
-
#
|
4
|
-
# Copyright (C) Masao Mutoh
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
# Joao Pedrosa <joaopedrosa@gmail.com>, 2004.
|
7
|
-
#
|
8
|
-
msgid ""
|
9
|
-
msgstr ""
|
10
|
-
"Project-Id-Version: ruby-gettext 1.0.0\n"
|
11
|
-
"POT-Creation-Date: 2005-08-29 02:00+0900\n"
|
12
|
-
"PO-Revision-Date: 2004-11-04 23:19-0300\n"
|
13
|
-
"Last-Translator: Joao Pedrosa\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
|
-
|
19
|
-
#: lib/gettext/rmsgfmt.rb:298
|
20
|
-
msgid "no input files"
|
21
|
-
msgstr ""
|
22
|
-
|
23
|
-
#: lib/gettext/rmsgfmt.rb:314
|
24
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
25
|
-
msgstr "Uso: %s input.po [-o saida.mo]"
|
26
|
-
|
27
|
-
#: lib/gettext/rmsgfmt.rb:316
|
28
|
-
msgid "Generate binary message catalog from textual translation description."
|
29
|
-
msgstr ""
|
30
|
-
"Gerar catálogo de mensagem binária da descrição de tradução textual."
|
31
|
-
|
32
|
-
#: lib/gettext/rmsgfmt.rb:318
|
33
|
-
msgid "Specific options:"
|
34
|
-
msgstr ""
|
35
|
-
|
36
|
-
#: lib/gettext/rmsgfmt.rb:320
|
37
|
-
msgid "write output to specified file"
|
38
|
-
msgstr ""
|
39
|
-
|
40
|
-
#: lib/gettext/rmsgfmt.rb:324
|
41
|
-
msgid "display version information and exit"
|
42
|
-
msgstr ""
|