gettext 2.0.4 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. data/COPYING +9 -8
  2. data/ChangeLog +21 -0
  3. data/README.rdoc +7 -13
  4. data/Rakefile +7 -5
  5. data/benchmark/1.93.0.txt +8 -0
  6. data/benchmark/2.0.0.txt +8 -0
  7. data/benchmark/2.0.4.txt +11 -0
  8. data/benchmark/2.1.0.txt +11 -0
  9. data/benchmark/benchmark.rb +68 -0
  10. data/benchmark/test.rb +28 -0
  11. data/bin/rgettext +1 -2
  12. data/bin/rmsgfmt +1 -3
  13. data/bin/rmsgmerge +0 -2
  14. data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
  15. data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  17. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  18. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  19. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  20. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  21. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  22. data/data/locale/et/LC_MESSAGES/rgettext.mo +0 -0
  23. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  24. data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
  26. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  27. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  28. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  29. data/data/locale/lv/LC_MESSAGES/rgettext.mo +0 -0
  30. data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
  31. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  32. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  33. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  34. data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
  35. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  36. data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
  37. data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
  38. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  39. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  40. data/lib/gettext.rb +4 -6
  41. data/lib/gettext/cgi.rb +1 -3
  42. data/lib/gettext/core_ext/iconv.rb +2 -4
  43. data/lib/gettext/core_ext/string.rb +3 -3
  44. data/lib/gettext/parser/erb.rb +2 -53
  45. data/lib/gettext/parser/glade.rb +2 -99
  46. data/lib/gettext/parser/ruby.rb +7 -5
  47. data/lib/gettext/{class_info.rb → runtime/class_info.rb} +2 -1
  48. data/lib/gettext/{locale_path.rb → runtime/locale_path.rb} +1 -2
  49. data/lib/gettext/{mofile.rb → runtime/mofile.rb} +0 -0
  50. data/lib/gettext/{textdomain.rb → runtime/textdomain.rb} +3 -5
  51. data/lib/gettext/{textdomain_group.rb → runtime/textdomain_group.rb} +1 -1
  52. data/lib/gettext/{textdomain_manager.rb → runtime/textdomain_manager.rb} +11 -5
  53. data/lib/gettext/tools.rb +2 -2
  54. data/lib/gettext/tools/parser/erb.rb +52 -0
  55. data/lib/gettext/tools/parser/glade.rb +98 -0
  56. data/lib/gettext/tools/parser/ruby.rb +226 -0
  57. data/lib/gettext/tools/pomessage.rb +197 -0
  58. data/lib/gettext/{poparser.rb → tools/poparser.rb} +128 -122
  59. data/lib/gettext/tools/rgettext.rb +47 -92
  60. data/lib/gettext/tools/rmsgfmt.rb +2 -2
  61. data/lib/gettext/tools/rmsgmerge.rb +2 -2
  62. data/lib/gettext/utils.rb +1 -1
  63. data/lib/gettext/version.rb +2 -2
  64. data/po/bg/rgettext.po +68 -64
  65. data/po/bs/rgettext.po +69 -65
  66. data/po/ca/rgettext.po +67 -64
  67. data/po/cs/rgettext.po +73 -70
  68. data/po/de/rgettext.po +69 -65
  69. data/po/el/rgettext.po +67 -64
  70. data/po/eo/rgettext.po +67 -63
  71. data/po/es/rgettext.po +67 -63
  72. data/po/et/rgettext.po +66 -63
  73. data/po/fr/rgettext.po +69 -66
  74. data/po/hr/rgettext.po +77 -73
  75. data/po/hu/rgettext.po +68 -65
  76. data/po/it/rgettext.po +69 -65
  77. data/po/ja/rgettext.po +69 -65
  78. data/po/ko/rgettext.po +73 -70
  79. data/po/lv/rgettext.po +68 -65
  80. data/po/nb/rgettext.po +68 -65
  81. data/po/nl/rgettext.po +74 -70
  82. data/po/pt_BR/rgettext.po +69 -66
  83. data/po/rgettext.pot +52 -48
  84. data/po/ru/rgettext.po +69 -66
  85. data/po/sr/rgettext.po +68 -64
  86. data/po/sv/rgettext.po +59 -55
  87. data/po/ua/rgettext.po +69 -66
  88. data/po/vi/rgettext.po +67 -63
  89. data/po/zh/rgettext.po +65 -62
  90. data/po/zh_TW/rgettext.po +65 -62
  91. data/replace.rb +8 -0
  92. data/samples/cgi/hellolib.rb +1 -3
  93. data/samples/cgi/http.rb +2 -4
  94. data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
  95. data/samples/cgi/po/bg/#main.po# +84 -0
  96. data/samples/cgi/po/bg/main.po +1 -1
  97. data/samples/hello.rb +1 -1
  98. data/src/poparser.ry +2 -1
  99. data/test.rb +33 -0
  100. data/test/test_class_info.rb +1 -1
  101. data/test/test_gettext.rb +1 -0
  102. data/test/test_parser.rb +120 -75
  103. data/test/test_po_generation.rb +20 -0
  104. data/test/test_pomessage.rb +99 -0
  105. data/test/test_string.rb +8 -0
  106. data/test/testlib/gettext.rb +17 -0
  107. data/test/testlib/ngettext.rb +6 -1
  108. data/test/testlib/pgettext.rb +5 -0
  109. metadata +726 -985
@@ -85,6 +85,23 @@ EOF
85
85
  def test_18
86
86
  "<div>#{_('in_quote')}</div>"
87
87
  end
88
+
89
+ def about
90
+ puts (
91
+ # TRANSLATORS: This is a proper name. See the gettext
92
+ # manual, section Names. Note this is actually a non-ASCII
93
+ # name: The first name is (with Unicode escapes)
94
+ # "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
95
+ # Pronunciation is like "fraa-swa pee-nar".
96
+ # This is an example from GNU gettext documentation.
97
+ _("Francois Pinard"))
98
+
99
+ puts (
100
+ # This comment should not be extracted because it does
101
+ # not start with 'TRANSLATORS:'
102
+ _('self explaining'))
103
+ end
104
+
88
105
  end
89
106
 
90
107
  module ActionController
@@ -67,8 +67,13 @@ eee2", 1)
67
67
 
68
68
  def test_11
69
69
  n_("qqq", "rrr", 1)
70
- n_("qqq", "sss", 1) # This is merged to "qqq\000rrr".
70
+ n_("qqq", "sss", 1) # This is merged to "qqq" with plural form "rrr".
71
71
  end
72
72
 
73
+ def extracted_comments
74
+ # TRANSLATORS:please provide translations for all
75
+ # the plural forms!
76
+ n_('comment', 'comments', 2)
77
+ end
73
78
  end
74
79
 
@@ -28,4 +28,9 @@ class TestPGetText
28
28
  _("BBB")
29
29
  end
30
30
 
31
+ def with_context
32
+ # TRANSLATORS:please translate 'name' in the context of 'program'.
33
+ # Hint: the translation should NOT contain the translation of 'program'.
34
+ p_('program', 'name')
35
+ end
31
36
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masao Mutoh
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-23 00:00:00 +09:00
12
+ date: 2009-11-14 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,1038 +20,779 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 2.0.4
23
+ version: 2.0.5
24
24
  version:
25
- description: Ruby-GetText-Package is a GNU GetText-like program for Ruby. The catalog file(po-file) is same format with GNU GetText. So you can use GNU GetText tools for maintaining.
25
+ description: " Ruby-GetText-Package is a GNU GetText-like program for Ruby.\n The catalog file(po-file) is same format with GNU GetText.\n So you can use GNU GetText tools for maintaining.\n"
26
26
  email: mutomasa at gmail.com
27
27
  executables:
28
- - rgettext
29
- - rmsgfmt
30
28
  - rmsgmerge
29
+ - rmsgfmt
30
+ - rgettext
31
31
  extensions: []
32
32
 
33
33
  extra_rdoc_files: []
34
34
 
35
35
  files:
36
- - po
37
- - po/es
38
- - po/es/rgettext.po
39
- - po/el
36
+ - lib/gettext.rb
37
+ - lib/gettext/core_ext/string.rb
38
+ - lib/gettext/core_ext/iconv.rb
39
+ - lib/gettext/tools/pomessage.rb
40
+ - lib/gettext/tools/rmsgmerge.rb
41
+ - lib/gettext/tools/parser/erb.rb
42
+ - lib/gettext/tools/parser/ruby.rb
43
+ - lib/gettext/tools/parser/glade.rb
44
+ - lib/gettext/tools/rgettext.rb
45
+ - lib/gettext/tools/rmsgfmt.rb
46
+ - lib/gettext/tools/poparser.rb
47
+ - lib/gettext/parser/erb.rb
48
+ - lib/gettext/parser/ruby.rb
49
+ - lib/gettext/parser/glade.rb
50
+ - lib/gettext/utils.rb
51
+ - lib/gettext/tools.rb
52
+ - lib/gettext/version.rb
53
+ - lib/gettext/runtime/locale_path.rb
54
+ - lib/gettext/runtime/mofile.rb
55
+ - lib/gettext/runtime/textdomain_manager.rb
56
+ - lib/gettext/runtime/textdomain_group.rb
57
+ - lib/gettext/runtime/textdomain.rb
58
+ - lib/gettext/runtime/class_info.rb
59
+ - lib/gettext/cgi.rb
60
+ - benchmark/2.0.4.txt
61
+ - benchmark/1.93.0.txt
62
+ - benchmark/test.rb
63
+ - benchmark/2.1.0.txt
64
+ - benchmark/2.0.0.txt
65
+ - benchmark/benchmark.rb
66
+ - gettext.gemspec
67
+ - test/test_po_generation.rb
68
+ - test/test_string.rb
69
+ - test/test_textdomain_bind.rb
70
+ - test/test_textdomain_multi.rb
71
+ - test/test_pomessage.rb
72
+ - test/testlib/gettext.rb
73
+ - test/testlib/pgettext.rb
74
+ - test/testlib/sgettext.rb
75
+ - test/testlib/helper.rb
76
+ - test/testlib/multi_textdomain.rb
77
+ - test/testlib/nsgettext.rb
78
+ - test/testlib/simple.rb
79
+ - test/testlib/ngettext.rb
80
+ - test/testlib/erb.rhtml
81
+ - test/testlib/N_.rb
82
+ - test/testlib/gladeparser.glade
83
+ - test/testlib/erb.rxml
84
+ - test/testlib/npgettext.rb
85
+ - test/test_locale_path.rb
86
+ - test/tools/files/en/test.po
87
+ - test/tools/files/en/app.po
88
+ - test/tools/files/simple_1.po
89
+ - test/tools/files/version.po
90
+ - test/tools/files/simple_translation.rb
91
+ - test/tools/files/simple_2.po
92
+ - test/tools/files/app.pot
93
+ - test/tools/files/de/app.po
94
+ - test/tools/test_tools.rb
95
+ - test/tools/test.pot
96
+ - test/Rakefile
97
+ - test/test_gettext.rb
98
+ - test/test_parser.rb
99
+ - test/locale/ja/LC_MESSAGES/test3.mo
100
+ - test/locale/ja/LC_MESSAGES/rubyparser.mo
101
+ - test/locale/ja/LC_MESSAGES/test1.mo
102
+ - test/locale/ja/LC_MESSAGES/plural_error.mo
103
+ - test/locale/ja/LC_MESSAGES/pgettext.mo
104
+ - test/locale/ja/LC_MESSAGES/test2.mo
105
+ - test/locale/ja/LC_MESSAGES/sgettext.mo
106
+ - test/locale/ja/LC_MESSAGES/nsgettext.mo
107
+ - test/locale/ja/LC_MESSAGES/plural.mo
108
+ - test/locale/ja/LC_MESSAGES/npgettext.mo
109
+ - test/locale/ir/LC_MESSAGES/plural.mo
110
+ - test/locale/sl/LC_MESSAGES/plural.mo
111
+ - test/locale/li/LC_MESSAGES/plural_error.mo
112
+ - test/locale/li/LC_MESSAGES/plural.mo
113
+ - test/locale/la/LC_MESSAGES/plural_error.mo
114
+ - test/locale/la/LC_MESSAGES/plural.mo
115
+ - test/locale/da/LC_MESSAGES/plural_error.mo
116
+ - test/locale/da/LC_MESSAGES/plural.mo
117
+ - test/locale/cr/LC_MESSAGES/plural.mo
118
+ - test/locale/po/LC_MESSAGES/plural.mo
119
+ - test/locale/fr/LC_MESSAGES/test1.mo
120
+ - test/locale/fr/LC_MESSAGES/plural_error.mo
121
+ - test/locale/fr/LC_MESSAGES/test2.mo
122
+ - test/locale/fr/LC_MESSAGES/plural.mo
123
+ - test/test_thread.rb
124
+ - test/README
125
+ - test/po/ja/pgettext.po
126
+ - test/po/ja/plural_error.po
127
+ - test/po/ja/nsgettext.po
128
+ - test/po/ja/test1.po
129
+ - test/po/ja/test3.po
130
+ - test/po/ja/npgettext.po
131
+ - test/po/ja/test2.po
132
+ - test/po/ja/rubyparser.po
133
+ - test/po/ja/sgettext.po
134
+ - test/po/ja/plural.po
135
+ - test/po/ir/plural.po
136
+ - test/po/sl/plural.po
137
+ - test/po/li/plural_error.po
138
+ - test/po/li/plural.po
139
+ - test/po/la/plural_error.po
140
+ - test/po/la/plural.po
141
+ - test/po/da/plural_error.po
142
+ - test/po/da/plural.po
143
+ - test/po/cr/plural.po
144
+ - test/po/po/plural.po
145
+ - test/po/fr/plural_error.po
146
+ - test/po/fr/test1.po
147
+ - test/po/fr/test2.po
148
+ - test/po/fr/plural.po
149
+ - test/test_class_info.rb
150
+ - test/test_textdomain_toplevel.rb
151
+ - Rakefile
152
+ - test.rb
153
+ - README.rdoc
154
+ - ChangeLog
155
+ - src/poparser.ry
156
+ - bin/rmsgmerge
157
+ - bin/rmsgfmt
158
+ - bin/rgettext
159
+ - replace.rb
160
+ - data/locale/ru/LC_MESSAGES/rgettext.mo
161
+ - data/locale/el/LC_MESSAGES/rgettext.mo
162
+ - data/locale/ko/LC_MESSAGES/rgettext.mo
163
+ - data/locale/ja/LC_MESSAGES/rgettext.mo
164
+ - data/locale/sr/LC_MESSAGES/rgettext.mo
165
+ - data/locale/sv/LC_MESSAGES/rgettext.mo
166
+ - data/locale/eo/LC_MESSAGES/rgettext.mo
167
+ - data/locale/bs/LC_MESSAGES/rgettext.mo
168
+ - data/locale/zh/LC_MESSAGES/rgettext.mo
169
+ - data/locale/vi/LC_MESSAGES/rgettext.mo
170
+ - data/locale/et/LC_MESSAGES/rgettext.mo
171
+ - data/locale/it/LC_MESSAGES/rgettext.mo
172
+ - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
173
+ - data/locale/nb/LC_MESSAGES/rgettext.mo
174
+ - data/locale/ua/LC_MESSAGES/rgettext.mo
175
+ - data/locale/es/LC_MESSAGES/rgettext.mo
176
+ - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
177
+ - data/locale/hr/LC_MESSAGES/rgettext.mo
178
+ - data/locale/cs/LC_MESSAGES/rgettext.mo
179
+ - data/locale/ca/LC_MESSAGES/rgettext.mo
180
+ - data/locale/hu/LC_MESSAGES/rgettext.mo
181
+ - data/locale/bg/LC_MESSAGES/rgettext.mo
182
+ - data/locale/lv/LC_MESSAGES/rgettext.mo
183
+ - data/locale/de/LC_MESSAGES/rgettext.mo
184
+ - data/locale/nl/LC_MESSAGES/rgettext.mo
185
+ - data/locale/fr/LC_MESSAGES/rgettext.mo
186
+ - NEWS-1
187
+ - COPYING
188
+ - po/ru/rgettext.po
40
189
  - po/el/rgettext.po
41
- - po/sv
42
- - po/sv/rgettext.po
43
- - po/cs
44
- - po/cs/rgettext.po
45
- - po/ko
46
190
  - po/ko/rgettext.po
47
- - po/rgettext.pot
48
- - po/sr
191
+ - po/ja/rgettext.po
49
192
  - po/sr/rgettext.po
50
- - po/nb
51
- - po/nb/rgettext.po
52
- - po/zh
53
- - po/zh/rgettext.po
54
- - po/eo
193
+ - po/sv/rgettext.po
55
194
  - po/eo/rgettext.po
56
- - po/vi
195
+ - po/bs/rgettext.po
196
+ - po/rgettext.pot
197
+ - po/zh/rgettext.po
57
198
  - po/vi/rgettext.po
58
- - po/nl
59
- - po/nl/rgettext.po
60
- - po/fr
61
- - po/fr/rgettext.po
62
- - po/bg
63
- - po/bg/rgettext.po
64
- - po/hu
65
- - po/hu/rgettext.po
66
- - po/ua
67
- - po/ua/rgettext.po
68
- - po/hr
69
- - po/hr/rgettext.po
70
- - po/et
71
199
  - po/et/rgettext.po
72
- - po/lv
73
- - po/lv/rgettext.po
74
- - po/it
75
200
  - po/it/rgettext.po
76
- - po/pt_BR
77
- - po/pt_BR/rgettext.po
78
- - po/ja
79
- - po/ja/rgettext.po
80
- - po/zh_TW
81
201
  - po/zh_TW/rgettext.po
82
- - po/ru
83
- - po/ru/rgettext.po
84
- - po/bs
85
- - po/bs/rgettext.po
86
- - po/de
87
- - po/de/rgettext.po
88
- - po/ca
202
+ - po/nb/rgettext.po
203
+ - po/ua/rgettext.po
204
+ - po/es/rgettext.po
205
+ - po/pt_BR/rgettext.po
206
+ - po/hr/rgettext.po
207
+ - po/cs/rgettext.po
89
208
  - po/ca/rgettext.po
90
- - src
91
- - src/poparser.ry
92
- - ChangeLog
93
- - samples
94
- - samples/po
95
- - samples/po/test.rb
96
- - samples/po/es
97
- - samples/po/es/hello_plural.po
98
- - samples/po/es/hello_noop.po
99
- - samples/po/es/hello2.po
100
- - samples/po/es/hello_gtk.po
101
- - samples/po/es/hello_glade2.po
102
- - samples/po/es/hello.po
103
- - samples/po/es/hello_tk.po
104
- - samples/po/el
105
- - samples/po/el/hello_plural.po
106
- - samples/po/el/hello_noop.po
107
- - samples/po/el/hello2.po
108
- - samples/po/el/hello_gtk.po
109
- - samples/po/el/hello_glade2.po
110
- - samples/po/el/hello.po
111
- - samples/po/el/hello_tk.po
112
- - samples/po/hello2.pot
113
- - samples/po/sv
114
- - samples/po/sv/hello_plural.po
115
- - samples/po/sv/hello_noop.po
116
- - samples/po/sv/hello2.po
117
- - samples/po/sv/hello_gtk.po
118
- - samples/po/sv/hello_glade2.po
119
- - samples/po/sv/hello.po
120
- - samples/po/sv/hello_tk.po
121
- - samples/po/cs
122
- - samples/po/cs/hello_plural.po
123
- - samples/po/cs/hello_noop.po
124
- - samples/po/cs/hello2.po
125
- - samples/po/cs/hello_gtk.po
126
- - samples/po/cs/hello_glade2.po
127
- - samples/po/cs/hello.po
128
- - samples/po/cs/hello_tk.po
129
- - samples/po/ko
130
- - samples/po/ko/hello_plural.po
131
- - samples/po/ko/hello_noop.po
132
- - samples/po/ko/hello2.po
133
- - samples/po/ko/hello_gtk.po
134
- - samples/po/ko/hello_glade2.po
135
- - samples/po/ko/hello.po
136
- - samples/po/ko/hello_tk.po
137
- - samples/po/sr
138
- - samples/po/sr/hello_plural.po
139
- - samples/po/sr/hello_noop.po
140
- - samples/po/sr/hello2.po
141
- - samples/po/sr/hello_gtk.po
142
- - samples/po/sr/hello_glade2.po
143
- - samples/po/sr/hello.po
144
- - samples/po/sr/hello_tk.po
145
- - samples/po/hello_gtk.pot
146
- - samples/po/hello_tk.pot
147
- - samples/po/nb
148
- - samples/po/nb/hello_plural.po
149
- - samples/po/nb/hello_noop.po
150
- - samples/po/nb/hello2.po
151
- - samples/po/nb/hello_gtk.po
152
- - samples/po/nb/hello_glade2.po
153
- - samples/po/nb/hello.po
154
- - samples/po/nb/hello_tk.po
155
- - samples/po/zh
156
- - samples/po/zh/hello_plural.po
157
- - samples/po/zh/hello_noop.po
158
- - samples/po/zh/hello2.po
159
- - samples/po/zh/hello_gtk.po
160
- - samples/po/zh/hello_glade2.po
161
- - samples/po/zh/hello.po
162
- - samples/po/zh/hello_tk.po
163
- - samples/po/hello_glade2.pot
164
- - samples/po/eo
165
- - samples/po/eo/hello_plural.po
166
- - samples/po/eo/hello_noop.po
167
- - samples/po/eo/hello2.po
168
- - samples/po/eo/hello_gtk.po
169
- - samples/po/eo/hello_glade2.po
170
- - samples/po/eo/hello.po
171
- - samples/po/eo/hello_tk.po
172
- - samples/po/hello.pot
173
- - samples/po/vi
174
- - samples/po/vi/hello_plural.po
175
- - samples/po/vi/hello_noop.po
176
- - samples/po/vi/hello2.po
177
- - samples/po/vi/hello_gtk.po
178
- - samples/po/vi/hello_glade2.po
179
- - samples/po/vi/hello.po
180
- - samples/po/vi/hello_tk.po
181
- - samples/po/nl
182
- - samples/po/nl/hello_plural.po
183
- - samples/po/nl/hello_noop.po
184
- - samples/po/nl/hello2.po
185
- - samples/po/nl/hello_gtk.po
186
- - samples/po/nl/hello_glade2.po
187
- - samples/po/nl/hello.po
188
- - samples/po/nl/hello_tk.po
189
- - samples/po/fr
190
- - samples/po/fr/hello_plural.po
191
- - samples/po/fr/hello_noop.po
192
- - samples/po/fr/hello2.po
193
- - samples/po/fr/hello_gtk.po
194
- - samples/po/fr/hello_glade2.po
195
- - samples/po/fr/hello.po
196
- - samples/po/fr/hello_tk.po
197
- - samples/po/hello_plural.pot
198
- - samples/po/bg
199
- - samples/po/bg/hello_plural.po
200
- - samples/po/bg/hello_noop.po
201
- - samples/po/bg/hello2.po
202
- - samples/po/bg/hello_gtk.po
203
- - samples/po/bg/hello_glade2.po
204
- - samples/po/bg/hello.po
205
- - samples/po/bg/hello_tk.po
206
- - samples/po/hu
207
- - samples/po/hu/hello_plural.po
208
- - samples/po/hu/hello_noop.po
209
- - samples/po/hu/hello2.po
210
- - samples/po/hu/hello_gtk.po
211
- - samples/po/hu/hello_glade2.po
212
- - samples/po/hu/hello.po
213
- - samples/po/hu/hello_tk.po
214
- - samples/po/ua
215
- - samples/po/ua/hello_plural.po
216
- - samples/po/ua/hello_noop.po
217
- - samples/po/ua/hello2.po
218
- - samples/po/ua/hello_gtk.po
219
- - samples/po/ua/hello_glade2.po
220
- - samples/po/ua/hello.po
221
- - samples/po/ua/hello_tk.po
222
- - samples/po/hello_noop.pot
223
- - samples/po/hr
224
- - samples/po/hr/hello_plural.po
225
- - samples/po/hr/hello_noop.po
226
- - samples/po/hr/hello2.po
227
- - samples/po/hr/hello_gtk.po
228
- - samples/po/hr/hello_glade2.po
229
- - samples/po/hr/hello.po
230
- - samples/po/hr/hello_tk.po
231
- - samples/po/lv
232
- - samples/po/lv/hello_plural.po
233
- - samples/po/lv/hello_noop.po
234
- - samples/po/lv/hello2.po
235
- - samples/po/lv/hello_gtk.po
236
- - samples/po/lv/hello_glade2.po
237
- - samples/po/lv/hello.po
238
- - samples/po/lv/hello_tk.po
239
- - samples/po/it
240
- - samples/po/it/hello_plural.po
241
- - samples/po/it/hello_noop.po
242
- - samples/po/it/hello2.po
243
- - samples/po/it/hello_gtk.po
244
- - samples/po/it/hello_glade2.po
245
- - samples/po/it/hello.po
246
- - samples/po/it/hello_tk.po
247
- - samples/po/pt_BR
248
- - samples/po/pt_BR/hello_plural.po
249
- - samples/po/pt_BR/hello_noop.po
250
- - samples/po/pt_BR/hello2.po
251
- - samples/po/pt_BR/hello_gtk.po
252
- - samples/po/pt_BR/hello_glade2.po
253
- - samples/po/pt_BR/hello.po
254
- - samples/po/pt_BR/hello_tk.po
255
- - samples/po/ja
256
- - samples/po/ja/hello_plural.po
257
- - samples/po/ja/hello_noop.po
258
- - samples/po/ja/hello2.po
259
- - samples/po/ja/hello_gtk.po
260
- - samples/po/ja/hello_glade2.po
261
- - samples/po/ja/hello.po
262
- - samples/po/ja/hello_tk.po
263
- - samples/po/zh_TW
264
- - samples/po/zh_TW/hello_plural.po
265
- - samples/po/zh_TW/hello_noop.po
266
- - samples/po/zh_TW/hello2.po
267
- - samples/po/zh_TW/hello_gtk.po
268
- - samples/po/zh_TW/hello_glade2.po
269
- - samples/po/zh_TW/hello.po
270
- - samples/po/zh_TW/hello_tk.po
271
- - samples/po/ru
272
- - samples/po/ru/hello_plural.po
273
- - samples/po/ru/hello_noop.po
274
- - samples/po/ru/hello2.po
275
- - samples/po/ru/hello_gtk.po
276
- - samples/po/ru/hello_glade2.po
277
- - samples/po/ru/hello.po
278
- - samples/po/ru/hello_tk.po
279
- - samples/po/bs
280
- - samples/po/bs/hello_plural.po
281
- - samples/po/bs/hello_noop.po
282
- - samples/po/bs/hello2.po
283
- - samples/po/bs/hello_gtk.po
284
- - samples/po/bs/hello_glade2.po
285
- - samples/po/bs/hello.po
286
- - samples/po/bs/hello_tk.po
287
- - samples/po/de
288
- - samples/po/de/hello_plural.po
289
- - samples/po/de/hello_noop.po
290
- - samples/po/de/hello2.po
291
- - samples/po/de/hello_gtk.po
292
- - samples/po/de/hello_glade2.po
293
- - samples/po/de/hello.po
294
- - samples/po/de/hello_tk.po
295
- - samples/po/ca
296
- - samples/po/ca/hello_plural.po
297
- - samples/po/ca/hello_noop.po
298
- - samples/po/ca/hello2.po
299
- - samples/po/ca/hello_gtk.po
300
- - samples/po/ca/hello_glade2.po
301
- - samples/po/ca/hello.po
302
- - samples/po/ca/hello_tk.po
303
- - samples/hello_noop.rb
304
- - samples/hello_plural.rb
305
- - samples/hello.rb
209
+ - po/hu/rgettext.po
210
+ - po/bg/rgettext.po
211
+ - po/lv/rgettext.po
212
+ - po/de/rgettext.po
213
+ - po/nl/rgettext.po
214
+ - po/fr/rgettext.po
215
+ - ChangeLog-1
216
+ - samples/makemo.rb
306
217
  - samples/hello_gtk2.rb
307
- - samples/hello_glade2.glade
308
- - samples/locale
309
- - samples/locale/es
310
- - samples/locale/es/LC_MESSAGES
311
- - samples/locale/es/LC_MESSAGES/hello_noop.mo
312
- - samples/locale/es/LC_MESSAGES/hello.mo
313
- - samples/locale/es/LC_MESSAGES/hello2.mo
314
- - samples/locale/es/LC_MESSAGES/hello_gtk.mo
315
- - samples/locale/es/LC_MESSAGES/hello_tk.mo
316
- - samples/locale/es/LC_MESSAGES/hello_glade2.mo
317
- - samples/locale/es/LC_MESSAGES/hello_plural.mo
318
- - samples/locale/el
319
- - samples/locale/el/LC_MESSAGES
320
- - samples/locale/el/LC_MESSAGES/hello_noop.mo
321
- - samples/locale/el/LC_MESSAGES/hello.mo
322
- - samples/locale/el/LC_MESSAGES/hello2.mo
323
- - samples/locale/el/LC_MESSAGES/hello_gtk.mo
324
- - samples/locale/el/LC_MESSAGES/hello_tk.mo
325
- - samples/locale/el/LC_MESSAGES/hello_glade2.mo
326
- - samples/locale/el/LC_MESSAGES/hello_plural.mo
327
- - samples/locale/sv
328
- - samples/locale/sv/LC_MESSAGES
329
- - samples/locale/sv/LC_MESSAGES/hello_noop.mo
330
- - samples/locale/sv/LC_MESSAGES/hello.mo
331
- - samples/locale/sv/LC_MESSAGES/hello2.mo
332
- - samples/locale/sv/LC_MESSAGES/hello_gtk.mo
333
- - samples/locale/sv/LC_MESSAGES/hello_tk.mo
334
- - samples/locale/sv/LC_MESSAGES/hello_glade2.mo
335
- - samples/locale/sv/LC_MESSAGES/hello_plural.mo
336
- - samples/locale/cs
337
- - samples/locale/cs/LC_MESSAGES
338
- - samples/locale/cs/LC_MESSAGES/hello_noop.mo
339
- - samples/locale/cs/LC_MESSAGES/hello.mo
340
- - samples/locale/cs/LC_MESSAGES/hello2.mo
341
- - samples/locale/cs/LC_MESSAGES/hello_gtk.mo
342
- - samples/locale/cs/LC_MESSAGES/hello_tk.mo
343
- - samples/locale/cs/LC_MESSAGES/hello_glade2.mo
344
- - samples/locale/cs/LC_MESSAGES/hello_plural.mo
345
- - samples/locale/ko
346
- - samples/locale/ko/LC_MESSAGES
347
- - samples/locale/ko/LC_MESSAGES/hello_noop.mo
348
- - samples/locale/ko/LC_MESSAGES/hello.mo
349
- - samples/locale/ko/LC_MESSAGES/hello2.mo
350
- - samples/locale/ko/LC_MESSAGES/hello_gtk.mo
351
- - samples/locale/ko/LC_MESSAGES/hello_tk.mo
352
- - samples/locale/ko/LC_MESSAGES/hello_glade2.mo
353
- - samples/locale/ko/LC_MESSAGES/hello_plural.mo
354
- - samples/locale/sr
355
- - samples/locale/sr/LC_MESSAGES
356
- - samples/locale/sr/LC_MESSAGES/hello_noop.mo
357
- - samples/locale/sr/LC_MESSAGES/hello.mo
358
- - samples/locale/sr/LC_MESSAGES/hello2.mo
359
- - samples/locale/sr/LC_MESSAGES/hello_gtk.mo
360
- - samples/locale/sr/LC_MESSAGES/hello_tk.mo
361
- - samples/locale/sr/LC_MESSAGES/hello_glade2.mo
362
- - samples/locale/sr/LC_MESSAGES/hello_plural.mo
363
- - samples/locale/nb
364
- - samples/locale/nb/LC_MESSAGES
365
- - samples/locale/nb/LC_MESSAGES/hello_noop.mo
366
- - samples/locale/nb/LC_MESSAGES/hello.mo
367
- - samples/locale/nb/LC_MESSAGES/hello2.mo
368
- - samples/locale/nb/LC_MESSAGES/hello_gtk.mo
369
- - samples/locale/nb/LC_MESSAGES/hello_tk.mo
370
- - samples/locale/nb/LC_MESSAGES/hello_glade2.mo
371
- - samples/locale/nb/LC_MESSAGES/hello_plural.mo
372
- - samples/locale/zh
373
- - samples/locale/zh/LC_MESSAGES
374
- - samples/locale/zh/LC_MESSAGES/hello_noop.mo
375
- - samples/locale/zh/LC_MESSAGES/hello.mo
376
- - samples/locale/zh/LC_MESSAGES/hello2.mo
377
- - samples/locale/zh/LC_MESSAGES/hello_gtk.mo
378
- - samples/locale/zh/LC_MESSAGES/hello_tk.mo
379
- - samples/locale/zh/LC_MESSAGES/hello_glade2.mo
380
- - samples/locale/zh/LC_MESSAGES/hello_plural.mo
381
- - samples/locale/eo
382
- - samples/locale/eo/LC_MESSAGES
383
- - samples/locale/eo/LC_MESSAGES/hello_noop.mo
384
- - samples/locale/eo/LC_MESSAGES/hello.mo
385
- - samples/locale/eo/LC_MESSAGES/hello2.mo
386
- - samples/locale/eo/LC_MESSAGES/hello_gtk.mo
387
- - samples/locale/eo/LC_MESSAGES/hello_tk.mo
388
- - samples/locale/eo/LC_MESSAGES/hello_glade2.mo
389
- - samples/locale/eo/LC_MESSAGES/hello_plural.mo
390
- - samples/locale/vi
391
- - samples/locale/vi/LC_MESSAGES
392
- - samples/locale/vi/LC_MESSAGES/hello_noop.mo
393
- - samples/locale/vi/LC_MESSAGES/hello.mo
394
- - samples/locale/vi/LC_MESSAGES/hello2.mo
395
- - samples/locale/vi/LC_MESSAGES/hello_gtk.mo
396
- - samples/locale/vi/LC_MESSAGES/hello_tk.mo
397
- - samples/locale/vi/LC_MESSAGES/hello_glade2.mo
398
- - samples/locale/vi/LC_MESSAGES/hello_plural.mo
399
- - samples/locale/nl
400
- - samples/locale/nl/LC_MESSAGES
401
- - samples/locale/nl/LC_MESSAGES/hello_noop.mo
402
- - samples/locale/nl/LC_MESSAGES/hello.mo
403
- - samples/locale/nl/LC_MESSAGES/hello2.mo
404
- - samples/locale/nl/LC_MESSAGES/hello_gtk.mo
405
- - samples/locale/nl/LC_MESSAGES/hello_tk.mo
406
- - samples/locale/nl/LC_MESSAGES/hello_glade2.mo
407
- - samples/locale/nl/LC_MESSAGES/hello_plural.mo
408
- - samples/locale/fr
409
- - samples/locale/fr/LC_MESSAGES
410
- - samples/locale/fr/LC_MESSAGES/hello_noop.mo
411
- - samples/locale/fr/LC_MESSAGES/hello.mo
412
- - samples/locale/fr/LC_MESSAGES/hello2.mo
413
- - samples/locale/fr/LC_MESSAGES/hello_gtk.mo
414
- - samples/locale/fr/LC_MESSAGES/hello_tk.mo
415
- - samples/locale/fr/LC_MESSAGES/hello_glade2.mo
416
- - samples/locale/fr/LC_MESSAGES/hello_plural.mo
417
- - samples/locale/bg
418
- - samples/locale/bg/LC_MESSAGES
419
- - samples/locale/bg/LC_MESSAGES/hello_noop.mo
420
- - samples/locale/bg/LC_MESSAGES/hello.mo
421
- - samples/locale/bg/LC_MESSAGES/hello2.mo
422
- - samples/locale/bg/LC_MESSAGES/hello_gtk.mo
423
- - samples/locale/bg/LC_MESSAGES/hello_tk.mo
424
- - samples/locale/bg/LC_MESSAGES/hello_glade2.mo
425
- - samples/locale/bg/LC_MESSAGES/hello_plural.mo
426
- - samples/locale/hu
427
- - samples/locale/hu/LC_MESSAGES
428
- - samples/locale/hu/LC_MESSAGES/hello_noop.mo
429
- - samples/locale/hu/LC_MESSAGES/hello.mo
430
- - samples/locale/hu/LC_MESSAGES/hello2.mo
431
- - samples/locale/hu/LC_MESSAGES/hello_gtk.mo
432
- - samples/locale/hu/LC_MESSAGES/hello_tk.mo
433
- - samples/locale/hu/LC_MESSAGES/hello_glade2.mo
434
- - samples/locale/hu/LC_MESSAGES/hello_plural.mo
435
- - samples/locale/ua
436
- - samples/locale/ua/LC_MESSAGES
437
- - samples/locale/ua/LC_MESSAGES/hello_noop.mo
438
- - samples/locale/ua/LC_MESSAGES/hello.mo
439
- - samples/locale/ua/LC_MESSAGES/hello2.mo
440
- - samples/locale/ua/LC_MESSAGES/hello_gtk.mo
441
- - samples/locale/ua/LC_MESSAGES/hello_tk.mo
442
- - samples/locale/ua/LC_MESSAGES/hello_glade2.mo
443
- - samples/locale/ua/LC_MESSAGES/hello_plural.mo
444
- - samples/locale/hr
445
- - samples/locale/hr/LC_MESSAGES
446
- - samples/locale/hr/LC_MESSAGES/hello_noop.mo
447
- - samples/locale/hr/LC_MESSAGES/hello.mo
448
- - samples/locale/hr/LC_MESSAGES/hello2.mo
449
- - samples/locale/hr/LC_MESSAGES/hello_gtk.mo
450
- - samples/locale/hr/LC_MESSAGES/hello_tk.mo
451
- - samples/locale/hr/LC_MESSAGES/hello_glade2.mo
452
- - samples/locale/hr/LC_MESSAGES/hello_plural.mo
453
- - samples/locale/lv
454
- - samples/locale/lv/LC_MESSAGES
455
- - samples/locale/lv/LC_MESSAGES/hello_noop.mo
456
- - samples/locale/lv/LC_MESSAGES/hello.mo
457
- - samples/locale/lv/LC_MESSAGES/hello2.mo
458
- - samples/locale/lv/LC_MESSAGES/hello_gtk.mo
459
- - samples/locale/lv/LC_MESSAGES/hello_tk.mo
460
- - samples/locale/lv/LC_MESSAGES/hello_glade2.mo
461
- - samples/locale/lv/LC_MESSAGES/hello_plural.mo
462
- - samples/locale/it
463
- - samples/locale/it/LC_MESSAGES
464
- - samples/locale/it/LC_MESSAGES/hello_noop.mo
465
- - samples/locale/it/LC_MESSAGES/hello.mo
466
- - samples/locale/it/LC_MESSAGES/hello2.mo
467
- - samples/locale/it/LC_MESSAGES/hello_gtk.mo
468
- - samples/locale/it/LC_MESSAGES/hello_tk.mo
469
- - samples/locale/it/LC_MESSAGES/hello_glade2.mo
470
- - samples/locale/it/LC_MESSAGES/hello_plural.mo
471
- - samples/locale/pt_BR
472
- - samples/locale/pt_BR/LC_MESSAGES
473
- - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
474
- - samples/locale/pt_BR/LC_MESSAGES/hello.mo
475
- - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
476
- - samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
477
- - samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
478
- - samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
479
- - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
480
- - samples/locale/ja
481
- - samples/locale/ja/LC_MESSAGES
482
- - samples/locale/ja/LC_MESSAGES/hello_noop.mo
483
- - samples/locale/ja/LC_MESSAGES/hello.mo
484
- - samples/locale/ja/LC_MESSAGES/hello2.mo
485
- - samples/locale/ja/LC_MESSAGES/hello_gtk.mo
486
- - samples/locale/ja/LC_MESSAGES/hello_tk.mo
487
- - samples/locale/ja/LC_MESSAGES/hello_glade2.mo
488
- - samples/locale/ja/LC_MESSAGES/hello_plural.mo
489
- - samples/locale/zh_TW
490
- - samples/locale/zh_TW/LC_MESSAGES
491
- - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
492
- - samples/locale/zh_TW/LC_MESSAGES/hello.mo
493
- - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
494
- - samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
495
- - samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
496
- - samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
497
- - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
498
- - samples/locale/ru
499
- - samples/locale/ru/LC_MESSAGES
500
- - samples/locale/ru/LC_MESSAGES/hello_noop.mo
501
- - samples/locale/ru/LC_MESSAGES/hello.mo
502
- - samples/locale/ru/LC_MESSAGES/hello2.mo
503
- - samples/locale/ru/LC_MESSAGES/hello_gtk.mo
504
- - samples/locale/ru/LC_MESSAGES/hello_tk.mo
505
- - samples/locale/ru/LC_MESSAGES/hello_glade2.mo
506
- - samples/locale/ru/LC_MESSAGES/hello_plural.mo
507
- - samples/locale/bs
508
- - samples/locale/bs/LC_MESSAGES
509
- - samples/locale/bs/LC_MESSAGES/hello_noop.mo
510
- - samples/locale/bs/LC_MESSAGES/hello.mo
511
- - samples/locale/bs/LC_MESSAGES/hello2.mo
512
- - samples/locale/bs/LC_MESSAGES/hello_gtk.mo
513
- - samples/locale/bs/LC_MESSAGES/hello_tk.mo
514
- - samples/locale/bs/LC_MESSAGES/hello_glade2.mo
515
- - samples/locale/bs/LC_MESSAGES/hello_plural.mo
516
- - samples/locale/de
517
- - samples/locale/de/LC_MESSAGES
518
- - samples/locale/de/LC_MESSAGES/hello_noop.mo
519
- - samples/locale/de/LC_MESSAGES/hello.mo
520
- - samples/locale/de/LC_MESSAGES/hello2.mo
521
- - samples/locale/de/LC_MESSAGES/hello_gtk.mo
522
- - samples/locale/de/LC_MESSAGES/hello_tk.mo
523
- - samples/locale/de/LC_MESSAGES/hello_glade2.mo
524
- - samples/locale/de/LC_MESSAGES/hello_plural.mo
525
- - samples/locale/ca
526
- - samples/locale/ca/LC_MESSAGES
527
- - samples/locale/ca/LC_MESSAGES/hello_noop.mo
528
- - samples/locale/ca/LC_MESSAGES/hello.mo
529
- - samples/locale/ca/LC_MESSAGES/hello2.mo
530
- - samples/locale/ca/LC_MESSAGES/hello_gtk.mo
531
- - samples/locale/ca/LC_MESSAGES/hello_tk.mo
532
- - samples/locale/ca/LC_MESSAGES/hello_glade2.mo
533
- - samples/locale/ca/LC_MESSAGES/hello_plural.mo
534
- - samples/hello2.rb
535
218
  - samples/hello_glade2.rb
536
- - samples/README
537
219
  - samples/hello_tk.rb
538
- - samples/makemo.rb
539
- - samples/cgi
540
- - samples/cgi/po
541
- - samples/cgi/po/helloerb2.pot
542
- - samples/cgi/po/es
543
- - samples/cgi/po/es/hellolib.po
544
- - samples/cgi/po/es/helloerb2.po
545
- - samples/cgi/po/es/main.po
546
- - samples/cgi/po/es/helloerb1.po
547
- - samples/cgi/po/el
548
- - samples/cgi/po/el/hellolib.po
220
+ - samples/cgi/http.rb
221
+ - samples/cgi/hellolib.rb
222
+ - samples/cgi/Rakefile
223
+ - samples/cgi/index.cgi
224
+ - samples/cgi/other.rhtml
225
+ - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
226
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
227
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
228
+ - samples/cgi/locale/ru/LC_MESSAGES/main.mo
229
+ - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
230
+ - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
231
+ - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
232
+ - samples/cgi/locale/el/LC_MESSAGES/main.mo
233
+ - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
234
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
235
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
236
+ - samples/cgi/locale/ko/LC_MESSAGES/main.mo
237
+ - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
238
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
239
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
240
+ - samples/cgi/locale/ja/LC_MESSAGES/main.mo
241
+ - samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
242
+ - samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
243
+ - samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
244
+ - samples/cgi/locale/sr/LC_MESSAGES/main.mo
245
+ - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
246
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
247
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
248
+ - samples/cgi/locale/eo/LC_MESSAGES/main.mo
249
+ - samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
250
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
251
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
252
+ - samples/cgi/locale/bs/LC_MESSAGES/main.mo
253
+ - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
254
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
255
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
256
+ - samples/cgi/locale/zh/LC_MESSAGES/main.mo
257
+ - samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
258
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
259
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
260
+ - samples/cgi/locale/vi/LC_MESSAGES/main.mo
261
+ - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
262
+ - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
263
+ - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
264
+ - samples/cgi/locale/it/LC_MESSAGES/main.mo
265
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
266
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
267
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
268
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
269
+ - samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
270
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
271
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
272
+ - samples/cgi/locale/nb/LC_MESSAGES/main.mo
273
+ - samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo
274
+ - samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo
275
+ - samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo
276
+ - samples/cgi/locale/ua/LC_MESSAGES/main.mo
277
+ - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
278
+ - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
279
+ - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
280
+ - samples/cgi/locale/es/LC_MESSAGES/main.mo
281
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
282
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
283
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
284
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
285
+ - samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
286
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
287
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
288
+ - samples/cgi/locale/hr/LC_MESSAGES/main.mo
289
+ - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
290
+ - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
291
+ - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
292
+ - samples/cgi/locale/cs/LC_MESSAGES/main.mo
293
+ - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
294
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
295
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
296
+ - samples/cgi/locale/ca/LC_MESSAGES/main.mo
297
+ - samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
298
+ - samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
299
+ - samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
300
+ - samples/cgi/locale/hu/LC_MESSAGES/main.mo
301
+ - samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
302
+ - samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
303
+ - samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
304
+ - samples/cgi/locale/bg/LC_MESSAGES/main.mo
305
+ - samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
306
+ - samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
307
+ - samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
308
+ - samples/cgi/locale/lv/LC_MESSAGES/main.mo
309
+ - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
310
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
311
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
312
+ - samples/cgi/locale/de/LC_MESSAGES/main.mo
313
+ - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
314
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
315
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
316
+ - samples/cgi/locale/nl/LC_MESSAGES/main.mo
317
+ - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
318
+ - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
319
+ - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
320
+ - samples/cgi/locale/fr/LC_MESSAGES/main.mo
321
+ - samples/cgi/helloerb1.cgi
322
+ - samples/cgi/helloerb.rhtml
323
+ - samples/cgi/helloerb2.cgi
324
+ - samples/cgi/gettext.css
325
+ - samples/cgi/README
326
+ - samples/cgi/po/ru/helloerb2.po
327
+ - samples/cgi/po/ru/main.po
328
+ - samples/cgi/po/ru/helloerb1.po
329
+ - samples/cgi/po/ru/hellolib.po
549
330
  - samples/cgi/po/el/helloerb2.po
550
331
  - samples/cgi/po/el/main.po
551
332
  - samples/cgi/po/el/helloerb1.po
552
- - samples/cgi/po/cs
553
- - samples/cgi/po/cs/hellolib.po
554
- - samples/cgi/po/cs/helloerb2.po
555
- - samples/cgi/po/cs/main.po
556
- - samples/cgi/po/cs/helloerb1.po
557
- - samples/cgi/po/ko
558
- - samples/cgi/po/ko/hellolib.po
333
+ - samples/cgi/po/el/hellolib.po
559
334
  - samples/cgi/po/ko/helloerb2.po
560
335
  - samples/cgi/po/ko/main.po
561
336
  - samples/cgi/po/ko/helloerb1.po
562
- - samples/cgi/po/sr
563
- - samples/cgi/po/sr/hellolib.po
337
+ - samples/cgi/po/ko/hellolib.po
338
+ - samples/cgi/po/ja/helloerb2.po
339
+ - samples/cgi/po/ja/main.po
340
+ - samples/cgi/po/ja/helloerb1.po
341
+ - samples/cgi/po/ja/hellolib.po
342
+ - samples/cgi/po/hellolib.pot
564
343
  - samples/cgi/po/sr/helloerb2.po
565
344
  - samples/cgi/po/sr/main.po
566
345
  - samples/cgi/po/sr/helloerb1.po
567
- - samples/cgi/po/nb
568
- - samples/cgi/po/nb/hellolib.po
569
- - samples/cgi/po/nb/helloerb2.po
570
- - samples/cgi/po/nb/main.po
571
- - samples/cgi/po/nb/helloerb1.po
572
- - samples/cgi/po/zh
573
- - samples/cgi/po/zh/hellolib.po
574
- - samples/cgi/po/zh/helloerb2.po
575
- - samples/cgi/po/zh/main.po
576
- - samples/cgi/po/zh/helloerb1.po
577
- - samples/cgi/po/eo
578
- - samples/cgi/po/eo/hellolib.po
346
+ - samples/cgi/po/sr/hellolib.po
579
347
  - samples/cgi/po/eo/helloerb2.po
580
348
  - samples/cgi/po/eo/main.po
581
349
  - samples/cgi/po/eo/helloerb1.po
582
- - samples/cgi/po/vi
583
- - samples/cgi/po/vi/hellolib.po
350
+ - samples/cgi/po/eo/hellolib.po
351
+ - samples/cgi/po/bs/helloerb2.po
352
+ - samples/cgi/po/bs/main.po
353
+ - samples/cgi/po/bs/helloerb1.po
354
+ - samples/cgi/po/bs/hellolib.po
355
+ - samples/cgi/po/helloerb1.pot
356
+ - samples/cgi/po/zh/helloerb2.po
357
+ - samples/cgi/po/zh/main.po
358
+ - samples/cgi/po/zh/helloerb1.po
359
+ - samples/cgi/po/zh/hellolib.po
360
+ - samples/cgi/po/helloerb2.pot
361
+ - samples/cgi/po/main.pot
584
362
  - samples/cgi/po/vi/helloerb2.po
585
363
  - samples/cgi/po/vi/main.po
586
364
  - samples/cgi/po/vi/helloerb1.po
587
- - samples/cgi/po/nl
588
- - samples/cgi/po/nl/hellolib.po
589
- - samples/cgi/po/nl/helloerb2.po
590
- - samples/cgi/po/nl/main.po
591
- - samples/cgi/po/nl/helloerb1.po
592
- - samples/cgi/po/fr
593
- - samples/cgi/po/fr/hellolib.po
594
- - samples/cgi/po/fr/helloerb2.po
595
- - samples/cgi/po/fr/main.po
596
- - samples/cgi/po/fr/helloerb1.po
597
- - samples/cgi/po/bg
598
- - samples/cgi/po/bg/hellolib.po
599
- - samples/cgi/po/bg/helloerb2.po
600
- - samples/cgi/po/bg/main.po
601
- - samples/cgi/po/bg/helloerb1.po
602
- - samples/cgi/po/hu
603
- - samples/cgi/po/hu/hellolib.po
604
- - samples/cgi/po/hu/helloerb2.po
605
- - samples/cgi/po/hu/main.po
606
- - samples/cgi/po/hu/helloerb1.po
607
- - samples/cgi/po/ua
608
- - samples/cgi/po/ua/hellolib.po
365
+ - samples/cgi/po/vi/hellolib.po
366
+ - samples/cgi/po/it/helloerb2.po
367
+ - samples/cgi/po/it/main.po
368
+ - samples/cgi/po/it/helloerb1.po
369
+ - samples/cgi/po/it/hellolib.po
370
+ - samples/cgi/po/zh_TW/helloerb2.po
371
+ - samples/cgi/po/zh_TW/main.po
372
+ - samples/cgi/po/zh_TW/helloerb1.po
373
+ - samples/cgi/po/zh_TW/hellolib.po
374
+ - samples/cgi/po/nb/helloerb2.po
375
+ - samples/cgi/po/nb/main.po
376
+ - samples/cgi/po/nb/helloerb1.po
377
+ - samples/cgi/po/nb/hellolib.po
609
378
  - samples/cgi/po/ua/helloerb2.po
610
379
  - samples/cgi/po/ua/main.po
611
380
  - samples/cgi/po/ua/helloerb1.po
612
- - samples/cgi/po/hr
613
- - samples/cgi/po/hr/hellolib.po
381
+ - samples/cgi/po/ua/hellolib.po
382
+ - samples/cgi/po/es/helloerb2.po
383
+ - samples/cgi/po/es/main.po
384
+ - samples/cgi/po/es/helloerb1.po
385
+ - samples/cgi/po/es/hellolib.po
386
+ - samples/cgi/po/pt_BR/helloerb2.po
387
+ - samples/cgi/po/pt_BR/main.po
388
+ - samples/cgi/po/pt_BR/helloerb1.po
389
+ - samples/cgi/po/pt_BR/hellolib.po
614
390
  - samples/cgi/po/hr/helloerb2.po
615
391
  - samples/cgi/po/hr/main.po
616
392
  - samples/cgi/po/hr/helloerb1.po
617
- - samples/cgi/po/lv
618
- - samples/cgi/po/lv/hellolib.po
393
+ - samples/cgi/po/hr/hellolib.po
394
+ - samples/cgi/po/cs/helloerb2.po
395
+ - samples/cgi/po/cs/main.po
396
+ - samples/cgi/po/cs/helloerb1.po
397
+ - samples/cgi/po/cs/hellolib.po
398
+ - samples/cgi/po/ca/helloerb2.po
399
+ - samples/cgi/po/ca/main.po
400
+ - samples/cgi/po/ca/helloerb1.po
401
+ - samples/cgi/po/ca/hellolib.po
402
+ - samples/cgi/po/hu/helloerb2.po
403
+ - samples/cgi/po/hu/main.po
404
+ - samples/cgi/po/hu/helloerb1.po
405
+ - samples/cgi/po/hu/hellolib.po
406
+ - samples/cgi/po/bg/helloerb2.po
407
+ - samples/cgi/po/bg/#main.po#
408
+ - samples/cgi/po/bg/main.po
409
+ - samples/cgi/po/bg/helloerb1.po
410
+ - samples/cgi/po/bg/hellolib.po
619
411
  - samples/cgi/po/lv/helloerb2.po
620
412
  - samples/cgi/po/lv/main.po
621
413
  - samples/cgi/po/lv/helloerb1.po
622
- - samples/cgi/po/it
623
- - samples/cgi/po/it/hellolib.po
624
- - samples/cgi/po/it/helloerb2.po
625
- - samples/cgi/po/it/main.po
626
- - samples/cgi/po/it/helloerb1.po
627
- - samples/cgi/po/pt_BR
628
- - samples/cgi/po/pt_BR/hellolib.po
629
- - samples/cgi/po/pt_BR/helloerb2.po
630
- - samples/cgi/po/pt_BR/main.po
631
- - samples/cgi/po/pt_BR/helloerb1.po
632
- - samples/cgi/po/ja
633
- - samples/cgi/po/ja/hellolib.po
634
- - samples/cgi/po/ja/helloerb2.po
635
- - samples/cgi/po/ja/main.po
636
- - samples/cgi/po/ja/helloerb1.po
637
- - samples/cgi/po/zh_TW
638
- - samples/cgi/po/zh_TW/hellolib.po
639
- - samples/cgi/po/zh_TW/helloerb2.po
640
- - samples/cgi/po/zh_TW/main.po
641
- - samples/cgi/po/zh_TW/helloerb1.po
642
- - samples/cgi/po/helloerb1.pot
643
- - samples/cgi/po/ru
644
- - samples/cgi/po/ru/hellolib.po
645
- - samples/cgi/po/ru/helloerb2.po
646
- - samples/cgi/po/ru/main.po
647
- - samples/cgi/po/ru/helloerb1.po
648
- - samples/cgi/po/bs
649
- - samples/cgi/po/bs/hellolib.po
650
- - samples/cgi/po/bs/helloerb2.po
651
- - samples/cgi/po/bs/main.po
652
- - samples/cgi/po/bs/helloerb1.po
653
- - samples/cgi/po/de
654
- - samples/cgi/po/de/hellolib.po
414
+ - samples/cgi/po/lv/hellolib.po
655
415
  - samples/cgi/po/de/helloerb2.po
656
416
  - samples/cgi/po/de/main.po
657
417
  - samples/cgi/po/de/helloerb1.po
658
- - samples/cgi/po/hellolib.pot
659
- - samples/cgi/po/main.pot
660
- - samples/cgi/po/ca
661
- - samples/cgi/po/ca/hellolib.po
662
- - samples/cgi/po/ca/helloerb2.po
663
- - samples/cgi/po/ca/main.po
664
- - samples/cgi/po/ca/helloerb1.po
665
- - samples/cgi/helloerb.rhtml
666
- - samples/cgi/other.rhtml
418
+ - samples/cgi/po/de/hellolib.po
419
+ - samples/cgi/po/nl/helloerb2.po
420
+ - samples/cgi/po/nl/main.po
421
+ - samples/cgi/po/nl/helloerb1.po
422
+ - samples/cgi/po/nl/hellolib.po
423
+ - samples/cgi/po/fr/helloerb2.po
424
+ - samples/cgi/po/fr/main.po
425
+ - samples/cgi/po/fr/helloerb1.po
426
+ - samples/cgi/po/fr/hellolib.po
667
427
  - samples/cgi/cookie.cgi
668
- - samples/cgi/index.cgi
669
- - samples/cgi/hellolib.rb
670
- - samples/cgi/locale
671
- - samples/cgi/locale/es
672
- - samples/cgi/locale/es/LC_MESSAGES
673
- - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
674
- - samples/cgi/locale/es/LC_MESSAGES/main.mo
675
- - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
676
- - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
677
- - samples/cgi/locale/el
678
- - samples/cgi/locale/el/LC_MESSAGES
679
- - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
680
- - samples/cgi/locale/el/LC_MESSAGES/main.mo
681
- - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
682
- - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
683
- - samples/cgi/locale/cs
684
- - samples/cgi/locale/cs/LC_MESSAGES
685
- - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
686
- - samples/cgi/locale/cs/LC_MESSAGES/main.mo
687
- - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
688
- - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
689
- - samples/cgi/locale/ko
690
- - samples/cgi/locale/ko/LC_MESSAGES
691
- - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
692
- - samples/cgi/locale/ko/LC_MESSAGES/main.mo
693
- - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
694
- - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
695
- - samples/cgi/locale/sr
696
- - samples/cgi/locale/sr/LC_MESSAGES
697
- - samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
698
- - samples/cgi/locale/sr/LC_MESSAGES/main.mo
699
- - samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
700
- - samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
701
- - samples/cgi/locale/nb
702
- - samples/cgi/locale/nb/LC_MESSAGES
703
- - samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
704
- - samples/cgi/locale/nb/LC_MESSAGES/main.mo
705
- - samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
706
- - samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
707
- - samples/cgi/locale/zh
708
- - samples/cgi/locale/zh/LC_MESSAGES
709
- - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
710
- - samples/cgi/locale/zh/LC_MESSAGES/main.mo
711
- - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
712
- - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
713
- - samples/cgi/locale/eo
714
- - samples/cgi/locale/eo/LC_MESSAGES
715
- - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
716
- - samples/cgi/locale/eo/LC_MESSAGES/main.mo
717
- - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
718
- - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
719
- - samples/cgi/locale/vi
720
- - samples/cgi/locale/vi/LC_MESSAGES
721
- - samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
722
- - samples/cgi/locale/vi/LC_MESSAGES/main.mo
723
- - samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
724
- - samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
725
- - samples/cgi/locale/nl
726
- - samples/cgi/locale/nl/LC_MESSAGES
727
- - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
728
- - samples/cgi/locale/nl/LC_MESSAGES/main.mo
729
- - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
730
- - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
731
- - samples/cgi/locale/fr
732
- - samples/cgi/locale/fr/LC_MESSAGES
733
- - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
734
- - samples/cgi/locale/fr/LC_MESSAGES/main.mo
735
- - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
736
- - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
737
- - samples/cgi/locale/bg
738
- - samples/cgi/locale/bg/LC_MESSAGES
739
- - samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
740
- - samples/cgi/locale/bg/LC_MESSAGES/main.mo
741
- - samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
742
- - samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
743
- - samples/cgi/locale/hu
744
- - samples/cgi/locale/hu/LC_MESSAGES
745
- - samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
746
- - samples/cgi/locale/hu/LC_MESSAGES/main.mo
747
- - samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
748
- - samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
749
- - samples/cgi/locale/ua
750
- - samples/cgi/locale/ua/LC_MESSAGES
751
- - samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo
752
- - samples/cgi/locale/ua/LC_MESSAGES/main.mo
753
- - samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo
754
- - samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo
755
- - samples/cgi/locale/hr
756
- - samples/cgi/locale/hr/LC_MESSAGES
757
- - samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
758
- - samples/cgi/locale/hr/LC_MESSAGES/main.mo
759
- - samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
760
- - samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
761
- - samples/cgi/locale/lv
762
- - samples/cgi/locale/lv/LC_MESSAGES
763
- - samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
764
- - samples/cgi/locale/lv/LC_MESSAGES/main.mo
765
- - samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
766
- - samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
767
- - samples/cgi/locale/it
768
- - samples/cgi/locale/it/LC_MESSAGES
769
- - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
770
- - samples/cgi/locale/it/LC_MESSAGES/main.mo
771
- - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
772
- - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
773
- - samples/cgi/locale/pt_BR
774
- - samples/cgi/locale/pt_BR/LC_MESSAGES
775
- - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
776
- - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
777
- - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
778
- - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
779
- - samples/cgi/locale/ja
780
- - samples/cgi/locale/ja/LC_MESSAGES
781
- - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
782
- - samples/cgi/locale/ja/LC_MESSAGES/main.mo
783
- - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
784
- - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
785
- - samples/cgi/locale/zh_TW
786
- - samples/cgi/locale/zh_TW/LC_MESSAGES
787
- - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
788
- - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
789
- - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
790
- - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
791
- - samples/cgi/locale/ru
792
- - samples/cgi/locale/ru/LC_MESSAGES
793
- - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
794
- - samples/cgi/locale/ru/LC_MESSAGES/main.mo
795
- - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
796
- - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
797
- - samples/cgi/locale/bs
798
- - samples/cgi/locale/bs/LC_MESSAGES
799
- - samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
800
- - samples/cgi/locale/bs/LC_MESSAGES/main.mo
801
- - samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
802
- - samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
803
- - samples/cgi/locale/de
804
- - samples/cgi/locale/de/LC_MESSAGES
805
- - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
806
- - samples/cgi/locale/de/LC_MESSAGES/main.mo
807
- - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
808
- - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
809
- - samples/cgi/locale/ca
810
- - samples/cgi/locale/ca/LC_MESSAGES
811
- - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
812
- - samples/cgi/locale/ca/LC_MESSAGES/main.mo
813
- - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
814
- - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
815
- - samples/cgi/helloerb1.cgi
816
- - samples/cgi/http.rb
817
- - samples/cgi/gettext.css
818
- - samples/cgi/README
819
- - samples/cgi/helloerb2.cgi
820
- - samples/cgi/Rakefile
821
- - COPYING
822
- - ChangeLog-1
823
- - lib
824
- - lib/gettext
825
- - lib/gettext/tools.rb
826
- - lib/gettext/poparser.rb
827
- - lib/gettext/textdomain.rb
828
- - lib/gettext/textdomain_manager.rb
829
- - lib/gettext/textdomain_group.rb
830
- - lib/gettext/utils.rb
831
- - lib/gettext/version.rb
832
- - lib/gettext/mofile.rb
833
- - lib/gettext/tools
834
- - lib/gettext/tools/rgettext.rb
835
- - lib/gettext/tools/rmsgfmt.rb
836
- - lib/gettext/tools/rmsgmerge.rb
837
- - lib/gettext/core_ext
838
- - lib/gettext/core_ext/string.rb
839
- - lib/gettext/core_ext/iconv.rb
840
- - lib/gettext/class_info.rb
841
- - lib/gettext/cgi.rb
842
- - lib/gettext/locale_path.rb
843
- - lib/gettext/parser
844
- - lib/gettext/parser/glade.rb
845
- - lib/gettext/parser/ruby.rb
846
- - lib/gettext/parser/erb.rb
847
- - lib/gettext.rb
848
- - README.rdoc
849
- - gettext.gemspec
850
- - test
851
- - test/test_gettext.rb
852
- - test/test_parser.rb
853
- - test/po
854
- - test/po/po
855
- - test/po/po/plural.po
856
- - test/po/da
857
- - test/po/da/plural_error.po
858
- - test/po/da/plural.po
859
- - test/po/sl
860
- - test/po/sl/plural.po
861
- - test/po/fr
862
- - test/po/fr/plural_error.po
863
- - test/po/fr/plural.po
864
- - test/po/fr/test2.po
865
- - test/po/fr/test1.po
866
- - test/po/li
867
- - test/po/li/plural_error.po
868
- - test/po/li/plural.po
869
- - test/po/ja
870
- - test/po/ja/pgettext.po
871
- - test/po/ja/sgettext.po
872
- - test/po/ja/nsgettext.po
873
- - test/po/ja/plural_error.po
874
- - test/po/ja/rubyparser.po
875
- - test/po/ja/test3.po
876
- - test/po/ja/plural.po
877
- - test/po/ja/test2.po
878
- - test/po/ja/npgettext.po
879
- - test/po/ja/test1.po
880
- - test/po/cr
881
- - test/po/cr/plural.po
882
- - test/po/ir
883
- - test/po/ir/plural.po
884
- - test/po/la
885
- - test/po/la/plural_error.po
886
- - test/po/la/plural.po
887
- - test/test_locale_path.rb
888
- - test/test_class_info.rb
889
- - test/test_thread.rb
890
- - test/test_textdomain_toplevel.rb
891
- - test/locale
892
- - test/locale/po
893
- - test/locale/po/LC_MESSAGES
894
- - test/locale/po/LC_MESSAGES/plural.mo
895
- - test/locale/da
896
- - test/locale/da/LC_MESSAGES
897
- - test/locale/da/LC_MESSAGES/plural_error.mo
898
- - test/locale/da/LC_MESSAGES/plural.mo
899
- - test/locale/sl
900
- - test/locale/sl/LC_MESSAGES
901
- - test/locale/sl/LC_MESSAGES/plural.mo
902
- - test/locale/fr
903
- - test/locale/fr/LC_MESSAGES
904
- - test/locale/fr/LC_MESSAGES/plural_error.mo
905
- - test/locale/fr/LC_MESSAGES/test2.mo
906
- - test/locale/fr/LC_MESSAGES/plural.mo
907
- - test/locale/fr/LC_MESSAGES/test1.mo
908
- - test/locale/li
909
- - test/locale/li/LC_MESSAGES
910
- - test/locale/li/LC_MESSAGES/plural_error.mo
911
- - test/locale/li/LC_MESSAGES/plural.mo
912
- - test/locale/ja
913
- - test/locale/ja/LC_MESSAGES
914
- - test/locale/ja/LC_MESSAGES/plural_error.mo
915
- - test/locale/ja/LC_MESSAGES/pgettext.mo
916
- - test/locale/ja/LC_MESSAGES/test2.mo
917
- - test/locale/ja/LC_MESSAGES/sgettext.mo
918
- - test/locale/ja/LC_MESSAGES/plural.mo
919
- - test/locale/ja/LC_MESSAGES/npgettext.mo
920
- - test/locale/ja/LC_MESSAGES/rubyparser.mo
921
- - test/locale/ja/LC_MESSAGES/nsgettext.mo
922
- - test/locale/ja/LC_MESSAGES/test3.mo
923
- - test/locale/ja/LC_MESSAGES/test1.mo
924
- - test/locale/cr
925
- - test/locale/cr/LC_MESSAGES
926
- - test/locale/cr/LC_MESSAGES/plural.mo
927
- - test/locale/ir
928
- - test/locale/ir/LC_MESSAGES
929
- - test/locale/ir/LC_MESSAGES/plural.mo
930
- - test/locale/la
931
- - test/locale/la/LC_MESSAGES
932
- - test/locale/la/LC_MESSAGES/plural_error.mo
933
- - test/locale/la/LC_MESSAGES/plural.mo
934
- - test/testlib
935
- - test/testlib/nsgettext.rb
936
- - test/testlib/erb.rxml
937
- - test/testlib/erb.rhtml
938
- - test/testlib/helper.rb
939
- - test/testlib/npgettext.rb
940
- - test/testlib/ngettext.rb
941
- - test/testlib/gladeparser.glade
942
- - test/testlib/N_.rb
943
- - test/testlib/pgettext.rb
944
- - test/testlib/sgettext.rb
945
- - test/testlib/simple.rb
946
- - test/testlib/gettext.rb
947
- - test/testlib/multi_textdomain.rb
948
- - test/README
949
- - test/tools
950
- - test/tools/files
951
- - test/tools/files/simple_translation.rb
952
- - test/tools/files/version.po
953
- - test/tools/files/simple_1.po
954
- - test/tools/files/en
955
- - test/tools/files/en/app.po
956
- - test/tools/files/en/test.po
957
- - test/tools/files/app.pot
958
- - test/tools/files/de
959
- - test/tools/files/de/app.po
960
- - test/tools/files/simple_2.po
961
- - test/tools/test_tools.rb
962
- - test/tools/test.pot
963
- - test/test_textdomain_bind.rb
964
- - test/test_textdomain_multi.rb
965
- - test/test_string.rb
966
- - test/Rakefile
967
- - NEWS-1
968
- - bin
969
- - bin/rgettext
970
- - bin/rmsgfmt
971
- - bin/rmsgmerge
972
- - data
973
- - data/locale
974
- - data/locale/es
975
- - data/locale/es/LC_MESSAGES
976
- - data/locale/es/LC_MESSAGES/rgettext.mo
977
- - data/locale/el
978
- - data/locale/el/LC_MESSAGES
979
- - data/locale/el/LC_MESSAGES/rgettext.mo
980
- - data/locale/sv
981
- - data/locale/sv/LC_MESSAGES
982
- - data/locale/sv/LC_MESSAGES/rgettext.mo
983
- - data/locale/cs
984
- - data/locale/cs/LC_MESSAGES
985
- - data/locale/cs/LC_MESSAGES/rgettext.mo
986
- - data/locale/ko
987
- - data/locale/ko/LC_MESSAGES
988
- - data/locale/ko/LC_MESSAGES/rgettext.mo
989
- - data/locale/sr
990
- - data/locale/sr/LC_MESSAGES
991
- - data/locale/sr/LC_MESSAGES/rgettext.mo
992
- - data/locale/nb
993
- - data/locale/nb/LC_MESSAGES
994
- - data/locale/nb/LC_MESSAGES/rgettext.mo
995
- - data/locale/zh
996
- - data/locale/zh/LC_MESSAGES
997
- - data/locale/zh/LC_MESSAGES/rgettext.mo
998
- - data/locale/eo
999
- - data/locale/eo/LC_MESSAGES
1000
- - data/locale/eo/LC_MESSAGES/rgettext.mo
1001
- - data/locale/vi
1002
- - data/locale/vi/LC_MESSAGES
1003
- - data/locale/vi/LC_MESSAGES/rgettext.mo
1004
- - data/locale/nl
1005
- - data/locale/nl/LC_MESSAGES
1006
- - data/locale/nl/LC_MESSAGES/rgettext.mo
1007
- - data/locale/fr
1008
- - data/locale/fr/LC_MESSAGES
1009
- - data/locale/fr/LC_MESSAGES/rgettext.mo
1010
- - data/locale/bg
1011
- - data/locale/bg/LC_MESSAGES
1012
- - data/locale/bg/LC_MESSAGES/rgettext.mo
1013
- - data/locale/hu
1014
- - data/locale/hu/LC_MESSAGES
1015
- - data/locale/hu/LC_MESSAGES/rgettext.mo
1016
- - data/locale/ua
1017
- - data/locale/ua/LC_MESSAGES
1018
- - data/locale/ua/LC_MESSAGES/rgettext.mo
1019
- - data/locale/hr
1020
- - data/locale/hr/LC_MESSAGES
1021
- - data/locale/hr/LC_MESSAGES/rgettext.mo
1022
- - data/locale/et
1023
- - data/locale/et/LC_MESSAGES
1024
- - data/locale/et/LC_MESSAGES/rgettext.mo
1025
- - data/locale/lv
1026
- - data/locale/lv/LC_MESSAGES
1027
- - data/locale/lv/LC_MESSAGES/rgettext.mo
1028
- - data/locale/it
1029
- - data/locale/it/LC_MESSAGES
1030
- - data/locale/it/LC_MESSAGES/rgettext.mo
1031
- - data/locale/pt_BR
1032
- - data/locale/pt_BR/LC_MESSAGES
1033
- - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
1034
- - data/locale/ja
1035
- - data/locale/ja/LC_MESSAGES
1036
- - data/locale/ja/LC_MESSAGES/rgettext.mo
1037
- - data/locale/zh_TW
1038
- - data/locale/zh_TW/LC_MESSAGES
1039
- - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
1040
- - data/locale/ru
1041
- - data/locale/ru/LC_MESSAGES
1042
- - data/locale/ru/LC_MESSAGES/rgettext.mo
1043
- - data/locale/bs
1044
- - data/locale/bs/LC_MESSAGES
1045
- - data/locale/bs/LC_MESSAGES/rgettext.mo
1046
- - data/locale/de
1047
- - data/locale/de/LC_MESSAGES
1048
- - data/locale/de/LC_MESSAGES/rgettext.mo
1049
- - data/locale/ca
1050
- - data/locale/ca/LC_MESSAGES
1051
- - data/locale/ca/LC_MESSAGES/rgettext.mo
1052
- - Rakefile
428
+ - samples/hello2.rb
429
+ - samples/hello_plural.rb
430
+ - samples/hello_noop.rb
431
+ - samples/locale/ru/LC_MESSAGES/hello_gtk.mo
432
+ - samples/locale/ru/LC_MESSAGES/hello_glade2.mo
433
+ - samples/locale/ru/LC_MESSAGES/hello2.mo
434
+ - samples/locale/ru/LC_MESSAGES/hello_plural.mo
435
+ - samples/locale/ru/LC_MESSAGES/hello_tk.mo
436
+ - samples/locale/ru/LC_MESSAGES/hello_noop.mo
437
+ - samples/locale/ru/LC_MESSAGES/hello.mo
438
+ - samples/locale/el/LC_MESSAGES/hello_gtk.mo
439
+ - samples/locale/el/LC_MESSAGES/hello_glade2.mo
440
+ - samples/locale/el/LC_MESSAGES/hello2.mo
441
+ - samples/locale/el/LC_MESSAGES/hello_plural.mo
442
+ - samples/locale/el/LC_MESSAGES/hello_tk.mo
443
+ - samples/locale/el/LC_MESSAGES/hello_noop.mo
444
+ - samples/locale/el/LC_MESSAGES/hello.mo
445
+ - samples/locale/ko/LC_MESSAGES/hello_gtk.mo
446
+ - samples/locale/ko/LC_MESSAGES/hello_glade2.mo
447
+ - samples/locale/ko/LC_MESSAGES/hello2.mo
448
+ - samples/locale/ko/LC_MESSAGES/hello_plural.mo
449
+ - samples/locale/ko/LC_MESSAGES/hello_tk.mo
450
+ - samples/locale/ko/LC_MESSAGES/hello_noop.mo
451
+ - samples/locale/ko/LC_MESSAGES/hello.mo
452
+ - samples/locale/ja/LC_MESSAGES/hello_gtk.mo
453
+ - samples/locale/ja/LC_MESSAGES/hello_glade2.mo
454
+ - samples/locale/ja/LC_MESSAGES/hello2.mo
455
+ - samples/locale/ja/LC_MESSAGES/hello_plural.mo
456
+ - samples/locale/ja/LC_MESSAGES/hello_tk.mo
457
+ - samples/locale/ja/LC_MESSAGES/hello_noop.mo
458
+ - samples/locale/ja/LC_MESSAGES/hello.mo
459
+ - samples/locale/sr/LC_MESSAGES/hello_gtk.mo
460
+ - samples/locale/sr/LC_MESSAGES/hello_glade2.mo
461
+ - samples/locale/sr/LC_MESSAGES/hello2.mo
462
+ - samples/locale/sr/LC_MESSAGES/hello_plural.mo
463
+ - samples/locale/sr/LC_MESSAGES/hello_tk.mo
464
+ - samples/locale/sr/LC_MESSAGES/hello_noop.mo
465
+ - samples/locale/sr/LC_MESSAGES/hello.mo
466
+ - samples/locale/sv/LC_MESSAGES/hello_gtk.mo
467
+ - samples/locale/sv/LC_MESSAGES/hello_glade2.mo
468
+ - samples/locale/sv/LC_MESSAGES/hello2.mo
469
+ - samples/locale/sv/LC_MESSAGES/hello_plural.mo
470
+ - samples/locale/sv/LC_MESSAGES/hello_tk.mo
471
+ - samples/locale/sv/LC_MESSAGES/hello_noop.mo
472
+ - samples/locale/sv/LC_MESSAGES/hello.mo
473
+ - samples/locale/eo/LC_MESSAGES/hello_gtk.mo
474
+ - samples/locale/eo/LC_MESSAGES/hello_glade2.mo
475
+ - samples/locale/eo/LC_MESSAGES/hello2.mo
476
+ - samples/locale/eo/LC_MESSAGES/hello_plural.mo
477
+ - samples/locale/eo/LC_MESSAGES/hello_tk.mo
478
+ - samples/locale/eo/LC_MESSAGES/hello_noop.mo
479
+ - samples/locale/eo/LC_MESSAGES/hello.mo
480
+ - samples/locale/bs/LC_MESSAGES/hello_gtk.mo
481
+ - samples/locale/bs/LC_MESSAGES/hello_glade2.mo
482
+ - samples/locale/bs/LC_MESSAGES/hello2.mo
483
+ - samples/locale/bs/LC_MESSAGES/hello_plural.mo
484
+ - samples/locale/bs/LC_MESSAGES/hello_tk.mo
485
+ - samples/locale/bs/LC_MESSAGES/hello_noop.mo
486
+ - samples/locale/bs/LC_MESSAGES/hello.mo
487
+ - samples/locale/zh/LC_MESSAGES/hello_gtk.mo
488
+ - samples/locale/zh/LC_MESSAGES/hello_glade2.mo
489
+ - samples/locale/zh/LC_MESSAGES/hello2.mo
490
+ - samples/locale/zh/LC_MESSAGES/hello_plural.mo
491
+ - samples/locale/zh/LC_MESSAGES/hello_tk.mo
492
+ - samples/locale/zh/LC_MESSAGES/hello_noop.mo
493
+ - samples/locale/zh/LC_MESSAGES/hello.mo
494
+ - samples/locale/vi/LC_MESSAGES/hello_gtk.mo
495
+ - samples/locale/vi/LC_MESSAGES/hello_glade2.mo
496
+ - samples/locale/vi/LC_MESSAGES/hello2.mo
497
+ - samples/locale/vi/LC_MESSAGES/hello_plural.mo
498
+ - samples/locale/vi/LC_MESSAGES/hello_tk.mo
499
+ - samples/locale/vi/LC_MESSAGES/hello_noop.mo
500
+ - samples/locale/vi/LC_MESSAGES/hello.mo
501
+ - samples/locale/it/LC_MESSAGES/hello_gtk.mo
502
+ - samples/locale/it/LC_MESSAGES/hello_glade2.mo
503
+ - samples/locale/it/LC_MESSAGES/hello2.mo
504
+ - samples/locale/it/LC_MESSAGES/hello_plural.mo
505
+ - samples/locale/it/LC_MESSAGES/hello_tk.mo
506
+ - samples/locale/it/LC_MESSAGES/hello_noop.mo
507
+ - samples/locale/it/LC_MESSAGES/hello.mo
508
+ - samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
509
+ - samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
510
+ - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
511
+ - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
512
+ - samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
513
+ - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
514
+ - samples/locale/zh_TW/LC_MESSAGES/hello.mo
515
+ - samples/locale/nb/LC_MESSAGES/hello_gtk.mo
516
+ - samples/locale/nb/LC_MESSAGES/hello_glade2.mo
517
+ - samples/locale/nb/LC_MESSAGES/hello2.mo
518
+ - samples/locale/nb/LC_MESSAGES/hello_plural.mo
519
+ - samples/locale/nb/LC_MESSAGES/hello_tk.mo
520
+ - samples/locale/nb/LC_MESSAGES/hello_noop.mo
521
+ - samples/locale/nb/LC_MESSAGES/hello.mo
522
+ - samples/locale/ua/LC_MESSAGES/hello_gtk.mo
523
+ - samples/locale/ua/LC_MESSAGES/hello_glade2.mo
524
+ - samples/locale/ua/LC_MESSAGES/hello2.mo
525
+ - samples/locale/ua/LC_MESSAGES/hello_plural.mo
526
+ - samples/locale/ua/LC_MESSAGES/hello_tk.mo
527
+ - samples/locale/ua/LC_MESSAGES/hello_noop.mo
528
+ - samples/locale/ua/LC_MESSAGES/hello.mo
529
+ - samples/locale/es/LC_MESSAGES/hello_gtk.mo
530
+ - samples/locale/es/LC_MESSAGES/hello_glade2.mo
531
+ - samples/locale/es/LC_MESSAGES/hello2.mo
532
+ - samples/locale/es/LC_MESSAGES/hello_plural.mo
533
+ - samples/locale/es/LC_MESSAGES/hello_tk.mo
534
+ - samples/locale/es/LC_MESSAGES/hello_noop.mo
535
+ - samples/locale/es/LC_MESSAGES/hello.mo
536
+ - samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
537
+ - samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
538
+ - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
539
+ - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
540
+ - samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
541
+ - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
542
+ - samples/locale/pt_BR/LC_MESSAGES/hello.mo
543
+ - samples/locale/hr/LC_MESSAGES/hello_gtk.mo
544
+ - samples/locale/hr/LC_MESSAGES/hello_glade2.mo
545
+ - samples/locale/hr/LC_MESSAGES/hello2.mo
546
+ - samples/locale/hr/LC_MESSAGES/hello_plural.mo
547
+ - samples/locale/hr/LC_MESSAGES/hello_tk.mo
548
+ - samples/locale/hr/LC_MESSAGES/hello_noop.mo
549
+ - samples/locale/hr/LC_MESSAGES/hello.mo
550
+ - samples/locale/cs/LC_MESSAGES/hello_gtk.mo
551
+ - samples/locale/cs/LC_MESSAGES/hello_glade2.mo
552
+ - samples/locale/cs/LC_MESSAGES/hello2.mo
553
+ - samples/locale/cs/LC_MESSAGES/hello_plural.mo
554
+ - samples/locale/cs/LC_MESSAGES/hello_tk.mo
555
+ - samples/locale/cs/LC_MESSAGES/hello_noop.mo
556
+ - samples/locale/cs/LC_MESSAGES/hello.mo
557
+ - samples/locale/ca/LC_MESSAGES/hello_gtk.mo
558
+ - samples/locale/ca/LC_MESSAGES/hello_glade2.mo
559
+ - samples/locale/ca/LC_MESSAGES/hello2.mo
560
+ - samples/locale/ca/LC_MESSAGES/hello_plural.mo
561
+ - samples/locale/ca/LC_MESSAGES/hello_tk.mo
562
+ - samples/locale/ca/LC_MESSAGES/hello_noop.mo
563
+ - samples/locale/ca/LC_MESSAGES/hello.mo
564
+ - samples/locale/hu/LC_MESSAGES/hello_gtk.mo
565
+ - samples/locale/hu/LC_MESSAGES/hello_glade2.mo
566
+ - samples/locale/hu/LC_MESSAGES/hello2.mo
567
+ - samples/locale/hu/LC_MESSAGES/hello_plural.mo
568
+ - samples/locale/hu/LC_MESSAGES/hello_tk.mo
569
+ - samples/locale/hu/LC_MESSAGES/hello_noop.mo
570
+ - samples/locale/hu/LC_MESSAGES/hello.mo
571
+ - samples/locale/bg/LC_MESSAGES/hello_gtk.mo
572
+ - samples/locale/bg/LC_MESSAGES/hello_glade2.mo
573
+ - samples/locale/bg/LC_MESSAGES/hello2.mo
574
+ - samples/locale/bg/LC_MESSAGES/hello_plural.mo
575
+ - samples/locale/bg/LC_MESSAGES/hello_tk.mo
576
+ - samples/locale/bg/LC_MESSAGES/hello_noop.mo
577
+ - samples/locale/bg/LC_MESSAGES/hello.mo
578
+ - samples/locale/lv/LC_MESSAGES/hello_gtk.mo
579
+ - samples/locale/lv/LC_MESSAGES/hello_glade2.mo
580
+ - samples/locale/lv/LC_MESSAGES/hello2.mo
581
+ - samples/locale/lv/LC_MESSAGES/hello_plural.mo
582
+ - samples/locale/lv/LC_MESSAGES/hello_tk.mo
583
+ - samples/locale/lv/LC_MESSAGES/hello_noop.mo
584
+ - samples/locale/lv/LC_MESSAGES/hello.mo
585
+ - samples/locale/de/LC_MESSAGES/hello_gtk.mo
586
+ - samples/locale/de/LC_MESSAGES/hello_glade2.mo
587
+ - samples/locale/de/LC_MESSAGES/hello2.mo
588
+ - samples/locale/de/LC_MESSAGES/hello_plural.mo
589
+ - samples/locale/de/LC_MESSAGES/hello_tk.mo
590
+ - samples/locale/de/LC_MESSAGES/hello_noop.mo
591
+ - samples/locale/de/LC_MESSAGES/hello.mo
592
+ - samples/locale/nl/LC_MESSAGES/hello_gtk.mo
593
+ - samples/locale/nl/LC_MESSAGES/hello_glade2.mo
594
+ - samples/locale/nl/LC_MESSAGES/hello2.mo
595
+ - samples/locale/nl/LC_MESSAGES/hello_plural.mo
596
+ - samples/locale/nl/LC_MESSAGES/hello_tk.mo
597
+ - samples/locale/nl/LC_MESSAGES/hello_noop.mo
598
+ - samples/locale/nl/LC_MESSAGES/hello.mo
599
+ - samples/locale/fr/LC_MESSAGES/hello_gtk.mo
600
+ - samples/locale/fr/LC_MESSAGES/hello_glade2.mo
601
+ - samples/locale/fr/LC_MESSAGES/hello2.mo
602
+ - samples/locale/fr/LC_MESSAGES/hello_plural.mo
603
+ - samples/locale/fr/LC_MESSAGES/hello_tk.mo
604
+ - samples/locale/fr/LC_MESSAGES/hello_noop.mo
605
+ - samples/locale/fr/LC_MESSAGES/hello.mo
606
+ - samples/hello_glade2.glade
607
+ - samples/README
608
+ - samples/po/ru/hello_glade2.po
609
+ - samples/po/ru/hello_noop.po
610
+ - samples/po/ru/hello_plural.po
611
+ - samples/po/ru/hello_gtk.po
612
+ - samples/po/ru/hello2.po
613
+ - samples/po/ru/hello.po
614
+ - samples/po/ru/hello_tk.po
615
+ - samples/po/el/hello_glade2.po
616
+ - samples/po/el/hello_noop.po
617
+ - samples/po/el/hello_plural.po
618
+ - samples/po/el/hello_gtk.po
619
+ - samples/po/el/hello2.po
620
+ - samples/po/el/hello.po
621
+ - samples/po/el/hello_tk.po
622
+ - samples/po/ko/hello_glade2.po
623
+ - samples/po/ko/hello_noop.po
624
+ - samples/po/ko/hello_plural.po
625
+ - samples/po/ko/hello_gtk.po
626
+ - samples/po/ko/hello2.po
627
+ - samples/po/ko/hello.po
628
+ - samples/po/ko/hello_tk.po
629
+ - samples/po/ja/hello_glade2.po
630
+ - samples/po/ja/hello_noop.po
631
+ - samples/po/ja/hello_plural.po
632
+ - samples/po/ja/hello_gtk.po
633
+ - samples/po/ja/hello2.po
634
+ - samples/po/ja/hello.po
635
+ - samples/po/ja/hello_tk.po
636
+ - samples/po/hello_tk.pot
637
+ - samples/po/sr/hello_glade2.po
638
+ - samples/po/sr/hello_noop.po
639
+ - samples/po/sr/hello_plural.po
640
+ - samples/po/sr/hello_gtk.po
641
+ - samples/po/sr/hello2.po
642
+ - samples/po/sr/hello.po
643
+ - samples/po/sr/hello_tk.po
644
+ - samples/po/sv/hello_glade2.po
645
+ - samples/po/sv/hello_noop.po
646
+ - samples/po/sv/hello_plural.po
647
+ - samples/po/sv/hello_gtk.po
648
+ - samples/po/sv/hello2.po
649
+ - samples/po/sv/hello.po
650
+ - samples/po/sv/hello_tk.po
651
+ - samples/po/eo/hello_glade2.po
652
+ - samples/po/eo/hello_noop.po
653
+ - samples/po/eo/hello_plural.po
654
+ - samples/po/eo/hello_gtk.po
655
+ - samples/po/eo/hello2.po
656
+ - samples/po/eo/hello.po
657
+ - samples/po/eo/hello_tk.po
658
+ - samples/po/bs/hello_glade2.po
659
+ - samples/po/bs/hello_noop.po
660
+ - samples/po/bs/hello_plural.po
661
+ - samples/po/bs/hello_gtk.po
662
+ - samples/po/bs/hello2.po
663
+ - samples/po/bs/hello.po
664
+ - samples/po/bs/hello_tk.po
665
+ - samples/po/hello_glade2.pot
666
+ - samples/po/zh/hello_glade2.po
667
+ - samples/po/zh/hello_noop.po
668
+ - samples/po/zh/hello_plural.po
669
+ - samples/po/zh/hello_gtk.po
670
+ - samples/po/zh/hello2.po
671
+ - samples/po/zh/hello.po
672
+ - samples/po/zh/hello_tk.po
673
+ - samples/po/vi/hello_glade2.po
674
+ - samples/po/vi/hello_noop.po
675
+ - samples/po/vi/hello_plural.po
676
+ - samples/po/vi/hello_gtk.po
677
+ - samples/po/vi/hello2.po
678
+ - samples/po/vi/hello.po
679
+ - samples/po/vi/hello_tk.po
680
+ - samples/po/test.rb
681
+ - samples/po/hello_noop.pot
682
+ - samples/po/it/hello_glade2.po
683
+ - samples/po/it/hello_noop.po
684
+ - samples/po/it/hello_plural.po
685
+ - samples/po/it/hello_gtk.po
686
+ - samples/po/it/hello2.po
687
+ - samples/po/it/hello.po
688
+ - samples/po/it/hello_tk.po
689
+ - samples/po/zh_TW/hello_glade2.po
690
+ - samples/po/zh_TW/hello_noop.po
691
+ - samples/po/zh_TW/hello_plural.po
692
+ - samples/po/zh_TW/hello_gtk.po
693
+ - samples/po/zh_TW/hello2.po
694
+ - samples/po/zh_TW/hello.po
695
+ - samples/po/zh_TW/hello_tk.po
696
+ - samples/po/nb/hello_glade2.po
697
+ - samples/po/nb/hello_noop.po
698
+ - samples/po/nb/hello_plural.po
699
+ - samples/po/nb/hello_gtk.po
700
+ - samples/po/nb/hello2.po
701
+ - samples/po/nb/hello.po
702
+ - samples/po/nb/hello_tk.po
703
+ - samples/po/ua/hello_glade2.po
704
+ - samples/po/ua/hello_noop.po
705
+ - samples/po/ua/hello_plural.po
706
+ - samples/po/ua/hello_gtk.po
707
+ - samples/po/ua/hello2.po
708
+ - samples/po/ua/hello.po
709
+ - samples/po/ua/hello_tk.po
710
+ - samples/po/es/hello_glade2.po
711
+ - samples/po/es/hello_noop.po
712
+ - samples/po/es/hello_plural.po
713
+ - samples/po/es/hello_gtk.po
714
+ - samples/po/es/hello2.po
715
+ - samples/po/es/hello.po
716
+ - samples/po/es/hello_tk.po
717
+ - samples/po/pt_BR/hello_glade2.po
718
+ - samples/po/pt_BR/hello_noop.po
719
+ - samples/po/pt_BR/hello_plural.po
720
+ - samples/po/pt_BR/hello_gtk.po
721
+ - samples/po/pt_BR/hello2.po
722
+ - samples/po/pt_BR/hello.po
723
+ - samples/po/pt_BR/hello_tk.po
724
+ - samples/po/hello.pot
725
+ - samples/po/hr/hello_glade2.po
726
+ - samples/po/hr/hello_noop.po
727
+ - samples/po/hr/hello_plural.po
728
+ - samples/po/hr/hello_gtk.po
729
+ - samples/po/hr/hello2.po
730
+ - samples/po/hr/hello.po
731
+ - samples/po/hr/hello_tk.po
732
+ - samples/po/cs/hello_glade2.po
733
+ - samples/po/cs/hello_noop.po
734
+ - samples/po/cs/hello_plural.po
735
+ - samples/po/cs/hello_gtk.po
736
+ - samples/po/cs/hello2.po
737
+ - samples/po/cs/hello.po
738
+ - samples/po/cs/hello_tk.po
739
+ - samples/po/hello_gtk.pot
740
+ - samples/po/ca/hello_glade2.po
741
+ - samples/po/ca/hello_noop.po
742
+ - samples/po/ca/hello_plural.po
743
+ - samples/po/ca/hello_gtk.po
744
+ - samples/po/ca/hello2.po
745
+ - samples/po/ca/hello.po
746
+ - samples/po/ca/hello_tk.po
747
+ - samples/po/hello_plural.pot
748
+ - samples/po/hu/hello_glade2.po
749
+ - samples/po/hu/hello_noop.po
750
+ - samples/po/hu/hello_plural.po
751
+ - samples/po/hu/hello_gtk.po
752
+ - samples/po/hu/hello2.po
753
+ - samples/po/hu/hello.po
754
+ - samples/po/hu/hello_tk.po
755
+ - samples/po/bg/hello_glade2.po
756
+ - samples/po/bg/hello_noop.po
757
+ - samples/po/bg/hello_plural.po
758
+ - samples/po/bg/hello_gtk.po
759
+ - samples/po/bg/hello2.po
760
+ - samples/po/bg/hello.po
761
+ - samples/po/bg/hello_tk.po
762
+ - samples/po/lv/hello_glade2.po
763
+ - samples/po/lv/hello_noop.po
764
+ - samples/po/lv/hello_plural.po
765
+ - samples/po/lv/hello_gtk.po
766
+ - samples/po/lv/hello2.po
767
+ - samples/po/lv/hello.po
768
+ - samples/po/lv/hello_tk.po
769
+ - samples/po/de/hello_glade2.po
770
+ - samples/po/de/hello_noop.po
771
+ - samples/po/de/hello_plural.po
772
+ - samples/po/de/hello_gtk.po
773
+ - samples/po/de/hello2.po
774
+ - samples/po/de/hello.po
775
+ - samples/po/de/hello_tk.po
776
+ - samples/po/nl/hello_glade2.po
777
+ - samples/po/nl/hello_noop.po
778
+ - samples/po/nl/hello_plural.po
779
+ - samples/po/nl/hello_gtk.po
780
+ - samples/po/nl/hello2.po
781
+ - samples/po/nl/hello.po
782
+ - samples/po/nl/hello_tk.po
783
+ - samples/po/hello2.pot
784
+ - samples/po/fr/hello_glade2.po
785
+ - samples/po/fr/hello_noop.po
786
+ - samples/po/fr/hello_plural.po
787
+ - samples/po/fr/hello_gtk.po
788
+ - samples/po/fr/hello2.po
789
+ - samples/po/fr/hello.po
790
+ - samples/po/fr/hello_tk.po
791
+ - samples/hello.rb
1053
792
  has_rdoc: true
1054
793
  homepage: http://gettext.rubyforge.org/
794
+ licenses: []
795
+
1055
796
  post_install_message:
1056
797
  rdoc_options: []
1057
798
 
@@ -1072,9 +813,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1072
813
  requirements: []
1073
814
 
1074
815
  rubyforge_project: gettext
1075
- rubygems_version: 1.3.1
816
+ rubygems_version: 1.3.5
1076
817
  signing_key:
1077
- specification_version: 2
818
+ specification_version: 3
1078
819
  summary: Ruby-GetText-Package is a libary and tools to localize messages.
1079
820
  test_files: []
1080
821