gettext 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. data/README.rdoc +10 -6
  2. data/Rakefile +15 -66
  3. data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
  4. data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
  5. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  6. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  7. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  8. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  9. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  10. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  11. data/data/locale/et/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  13. data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
  15. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  17. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  18. data/data/locale/lv/LC_MESSAGES/rgettext.mo +0 -0
  19. data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
  20. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  21. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  22. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  23. data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
  24. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/uk/LC_MESSAGES/rgettext.mo +0 -0
  26. data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
  27. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  28. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  29. data/doc/text/news.md +30 -0
  30. data/gettext.gemspec +26 -34
  31. data/lib/gettext.rb +26 -24
  32. data/lib/gettext/cgi.rb +2 -0
  33. data/lib/gettext/core_ext/iconv.rb +7 -7
  34. data/lib/gettext/core_ext/string.rb +8 -6
  35. data/lib/gettext/parser/erb.rb +2 -0
  36. data/lib/gettext/parser/glade.rb +2 -0
  37. data/lib/gettext/parser/ruby.rb +12 -12
  38. data/lib/gettext/runtime/class_info.rb +5 -3
  39. data/lib/gettext/runtime/locale_path.rb +20 -22
  40. data/lib/gettext/runtime/mofile.rb +45 -18
  41. data/lib/gettext/runtime/textdomain.rb +6 -4
  42. data/lib/gettext/runtime/textdomain_group.rb +3 -1
  43. data/lib/gettext/runtime/textdomain_manager.rb +29 -26
  44. data/lib/gettext/tools.rb +15 -13
  45. data/lib/gettext/tools/parser/erb.rb +5 -3
  46. data/lib/gettext/tools/parser/glade.rb +16 -14
  47. data/lib/gettext/tools/parser/ruby.rb +16 -16
  48. data/lib/gettext/tools/pomessage.rb +9 -7
  49. data/lib/gettext/tools/poparser.rb +38 -36
  50. data/lib/gettext/tools/rgettext.rb +38 -13
  51. data/lib/gettext/tools/rmsgfmt.rb +7 -5
  52. data/lib/gettext/tools/rmsgmerge.rb +116 -114
  53. data/lib/gettext/utils.rb +2 -0
  54. data/lib/gettext/version.rb +3 -3
  55. data/po/bg/rgettext.po +17 -12
  56. data/po/bs/rgettext.po +16 -12
  57. data/po/ca/rgettext.po +17 -12
  58. data/po/cs/rgettext.po +16 -12
  59. data/po/de/rgettext.po +17 -12
  60. data/po/el/rgettext.po +17 -12
  61. data/po/eo/rgettext.po +17 -12
  62. data/po/es/rgettext.po +17 -12
  63. data/po/et/rgettext.po +17 -12
  64. data/po/fr/rgettext.po +17 -12
  65. data/po/hr/rgettext.po +19 -15
  66. data/po/hu/rgettext.po +17 -12
  67. data/po/it/rgettext.po +16 -12
  68. data/po/ja/rgettext.po +21 -15
  69. data/po/ko/rgettext.po +16 -12
  70. data/po/lv/rgettext.po +17 -12
  71. data/po/nb/rgettext.po +17 -12
  72. data/po/nl/rgettext.po +16 -12
  73. data/po/pt_BR/rgettext.po +17 -12
  74. data/po/rgettext.pot +16 -12
  75. data/po/ru/rgettext.po +17 -12
  76. data/po/sr/rgettext.po +17 -12
  77. data/po/sv/rgettext.po +16 -12
  78. data/po/{ua → uk}/rgettext.po +17 -12
  79. data/po/vi/rgettext.po +17 -12
  80. data/po/zh/rgettext.po +17 -12
  81. data/po/zh_TW/rgettext.po +17 -12
  82. data/samples/cgi/hellolib.rb +1 -1
  83. data/samples/cgi/http.rb +5 -5
  84. data/samples/cgi/locale/{ua → uk}/LC_MESSAGES/helloerb1.mo +0 -0
  85. data/samples/cgi/locale/{ua → uk}/LC_MESSAGES/helloerb2.mo +0 -0
  86. data/samples/cgi/locale/{ua → uk}/LC_MESSAGES/hellolib.mo +0 -0
  87. data/samples/cgi/locale/{ua → uk}/LC_MESSAGES/main.mo +0 -0
  88. data/samples/cgi/po/{ua → uk}/helloerb1.po +0 -0
  89. data/samples/cgi/po/{ua → uk}/helloerb2.po +0 -0
  90. data/samples/cgi/po/{ua → uk}/hellolib.po +0 -0
  91. data/samples/cgi/po/{ua → uk}/main.po +0 -0
  92. data/samples/hello.rb +1 -1
  93. data/samples/hello_gtk2.rb +1 -1
  94. data/samples/hello_noop.rb +1 -1
  95. data/samples/locale/{ua → uk}/LC_MESSAGES/hello.mo +0 -0
  96. data/samples/locale/{ua → uk}/LC_MESSAGES/hello2.mo +0 -0
  97. data/samples/locale/{ua → uk}/LC_MESSAGES/hello_glade2.mo +0 -0
  98. data/samples/locale/{ua → uk}/LC_MESSAGES/hello_gtk.mo +0 -0
  99. data/samples/locale/{ua → uk}/LC_MESSAGES/hello_noop.mo +0 -0
  100. data/samples/locale/{ua → uk}/LC_MESSAGES/hello_plural.mo +0 -0
  101. data/samples/locale/{ua → uk}/LC_MESSAGES/hello_tk.mo +0 -0
  102. data/samples/makemo.rb +2 -0
  103. data/samples/po/test.rb +2 -0
  104. data/samples/po/{ua → uk}/hello.po +0 -0
  105. data/samples/po/{ua → uk}/hello2.po +0 -0
  106. data/samples/po/{ua → uk}/hello_glade2.po +0 -0
  107. data/samples/po/{ua → uk}/hello_gtk.po +0 -0
  108. data/samples/po/{ua → uk}/hello_noop.po +0 -0
  109. data/samples/po/{ua → uk}/hello_plural.po +0 -0
  110. data/samples/po/{ua → uk}/hello_tk.po +0 -0
  111. data/test/Rakefile +1 -1
  112. data/test/test_class_info.rb +5 -0
  113. data/test/test_gettext.rb +12 -1
  114. data/test/test_locale_path.rb +29 -3
  115. data/test/test_parser.rb +61 -59
  116. data/test/test_po_generation.rb +3 -1
  117. data/test/test_pomessage.rb +4 -2
  118. data/test/test_string.rb +2 -0
  119. data/test/test_textdomain_bind.rb +2 -0
  120. data/test/test_textdomain_multi.rb +2 -0
  121. data/test/test_textdomain_toplevel.rb +2 -0
  122. data/test/test_thread.rb +4 -2
  123. data/test/testlib/N_.rb +5 -3
  124. data/test/testlib/gettext.rb +4 -2
  125. data/test/testlib/helper.rb +2 -0
  126. data/test/testlib/multi_textdomain.rb +2 -0
  127. data/test/testlib/ngettext.rb +10 -8
  128. data/test/testlib/npgettext.rb +9 -7
  129. data/test/testlib/nsgettext.rb +4 -2
  130. data/test/testlib/pgettext.rb +4 -2
  131. data/test/testlib/sgettext.rb +4 -2
  132. data/test/testlib/simple.rb +2 -0
  133. data/test/tools/files/simple_translation.rb +3 -1
  134. data/test/tools/test_tools.rb +3 -1
  135. metadata +772 -737
  136. data/ChangeLog +0 -78
  137. data/ChangeLog-1 +0 -2016
  138. data/NEWS-1 +0 -414
  139. data/benchmark/1.93.0.txt +0 -8
  140. data/benchmark/2.0.0.txt +0 -8
  141. data/benchmark/2.0.4.txt +0 -11
  142. data/benchmark/2.1.0.txt +0 -11
  143. data/benchmark/benchmark.rb +0 -68
  144. data/benchmark/test.rb +0 -28
  145. data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
  146. data/replace.rb +0 -8
  147. data/samples/cgi/po/bg/#main.po# +0 -84
  148. data/test.rb +0 -33
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'gettext'
2
4
 
3
5
  class Simple
@@ -1 +1,3 @@
1
- _('a translation')
1
+ # encoding: utf-8
2
+
3
+ _('a translation')
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'testlib/helper'
2
4
 
3
5
  require 'gettext/tools'
@@ -58,4 +60,4 @@ private
58
60
  def path(name)
59
61
  File.join(File.dirname(__FILE__),'test_files',name)
60
62
  end
61
- end
63
+ end
metadata CHANGED
@@ -1,29 +1,59 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ hash: 7
5
+ prerelease:
6
+ segments:
7
+ - 2
8
+ - 2
9
+ - 0
10
+ version: 2.2.0
5
11
  platform: ruby
6
12
  authors:
13
+ - Kouhei Sutou
7
14
  - Masao Mutoh
8
15
  autorequire:
9
16
  bindir: bin
10
17
  cert_chain: []
11
18
 
12
- date: 2009-11-14 00:00:00 +09:00
13
- default_executable:
19
+ date: 2012-03-11 00:00:00 Z
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
22
  name: locale
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
17
33
  type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: yard
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ none: false
20
40
  requirements:
21
41
  - - ">="
22
42
  - !ruby/object:Gem::Version
23
- version: 2.0.5
24
- version:
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
- email: mutomasa at gmail.com
43
+ hash: 3
44
+ segments:
45
+ - 0
46
+ version: "0"
47
+ type: :development
48
+ version_requirements: *id002
49
+ description: |
50
+ Ruby-GetText-Package is a GNU GetText-like program for Ruby.
51
+ The catalog file(po-file) is same format with GNU GetText.
52
+ So you can use GNU GetText tools for maintaining.
53
+
54
+ email:
55
+ - kou@clear-code.com
56
+ - mutomasa at gmail.com
27
57
  executables:
28
58
  - rmsgmerge
29
59
  - rmsgfmt
@@ -33,764 +63,752 @@ extensions: []
33
63
  extra_rdoc_files: []
34
64
 
35
65
  files:
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
66
  - bin/rmsgmerge
157
67
  - bin/rmsgfmt
158
68
  - bin/rgettext
159
- - replace.rb
69
+ - data/locale/ko/LC_MESSAGES/rgettext.mo
70
+ - data/locale/nb/LC_MESSAGES/rgettext.mo
160
71
  - data/locale/ru/LC_MESSAGES/rgettext.mo
72
+ - data/locale/hu/LC_MESSAGES/rgettext.mo
73
+ - data/locale/ca/LC_MESSAGES/rgettext.mo
74
+ - data/locale/fr/LC_MESSAGES/rgettext.mo
75
+ - data/locale/it/LC_MESSAGES/rgettext.mo
76
+ - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
77
+ - data/locale/es/LC_MESSAGES/rgettext.mo
78
+ - data/locale/uk/LC_MESSAGES/rgettext.mo
79
+ - data/locale/lv/LC_MESSAGES/rgettext.mo
161
80
  - 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
81
+ - data/locale/hr/LC_MESSAGES/rgettext.mo
82
+ - data/locale/bg/LC_MESSAGES/rgettext.mo
167
83
  - data/locale/bs/LC_MESSAGES/rgettext.mo
168
- - data/locale/zh/LC_MESSAGES/rgettext.mo
84
+ - data/locale/eo/LC_MESSAGES/rgettext.mo
85
+ - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
169
86
  - data/locale/vi/LC_MESSAGES/rgettext.mo
87
+ - data/locale/ja/LC_MESSAGES/rgettext.mo
170
88
  - 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
89
+ - data/locale/sv/LC_MESSAGES/rgettext.mo
178
90
  - 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
91
+ - data/locale/sr/LC_MESSAGES/rgettext.mo
184
92
  - 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
189
- - po/el/rgettext.po
93
+ - data/locale/zh/LC_MESSAGES/rgettext.mo
94
+ - data/locale/de/LC_MESSAGES/rgettext.mo
95
+ - doc/text/news.md
96
+ - lib/gettext.rb
97
+ - lib/gettext/version.rb
98
+ - lib/gettext/cgi.rb
99
+ - lib/gettext/utils.rb
100
+ - lib/gettext/tools/rmsgmerge.rb
101
+ - lib/gettext/tools/rmsgfmt.rb
102
+ - lib/gettext/tools/rgettext.rb
103
+ - lib/gettext/tools/pomessage.rb
104
+ - lib/gettext/tools/parser/glade.rb
105
+ - lib/gettext/tools/parser/erb.rb
106
+ - lib/gettext/tools/parser/ruby.rb
107
+ - lib/gettext/tools/poparser.rb
108
+ - lib/gettext/runtime/textdomain.rb
109
+ - lib/gettext/runtime/textdomain_group.rb
110
+ - lib/gettext/runtime/mofile.rb
111
+ - lib/gettext/runtime/locale_path.rb
112
+ - lib/gettext/runtime/class_info.rb
113
+ - lib/gettext/runtime/textdomain_manager.rb
114
+ - lib/gettext/tools.rb
115
+ - lib/gettext/core_ext/string.rb
116
+ - lib/gettext/core_ext/iconv.rb
117
+ - lib/gettext/parser/glade.rb
118
+ - lib/gettext/parser/erb.rb
119
+ - lib/gettext/parser/ruby.rb
190
120
  - po/ko/rgettext.po
191
- - po/ja/rgettext.po
192
- - po/sr/rgettext.po
193
- - po/sv/rgettext.po
194
- - po/eo/rgettext.po
195
- - po/bs/rgettext.po
121
+ - po/nb/rgettext.po
122
+ - po/ru/rgettext.po
123
+ - po/hu/rgettext.po
124
+ - po/ca/rgettext.po
125
+ - po/fr/rgettext.po
196
126
  - po/rgettext.pot
197
- - po/zh/rgettext.po
198
- - po/vi/rgettext.po
199
- - po/et/rgettext.po
200
127
  - po/it/rgettext.po
201
- - po/zh_TW/rgettext.po
202
- - po/nb/rgettext.po
203
- - po/ua/rgettext.po
204
- - po/es/rgettext.po
205
128
  - po/pt_BR/rgettext.po
129
+ - po/es/rgettext.po
130
+ - po/uk/rgettext.po
131
+ - po/lv/rgettext.po
132
+ - po/el/rgettext.po
206
133
  - po/hr/rgettext.po
207
- - po/cs/rgettext.po
208
- - po/ca/rgettext.po
209
- - po/hu/rgettext.po
210
134
  - po/bg/rgettext.po
211
- - po/lv/rgettext.po
212
- - po/de/rgettext.po
135
+ - po/bs/rgettext.po
136
+ - po/eo/rgettext.po
137
+ - po/zh_TW/rgettext.po
138
+ - po/vi/rgettext.po
139
+ - po/ja/rgettext.po
140
+ - po/et/rgettext.po
141
+ - po/sv/rgettext.po
142
+ - po/cs/rgettext.po
143
+ - po/sr/rgettext.po
213
144
  - po/nl/rgettext.po
214
- - po/fr/rgettext.po
215
- - ChangeLog-1
216
- - samples/makemo.rb
217
- - samples/hello_gtk2.rb
218
- - samples/hello_glade2.rb
219
- - samples/hello_tk.rb
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
330
- - samples/cgi/po/el/helloerb2.po
331
- - samples/cgi/po/el/main.po
332
- - samples/cgi/po/el/helloerb1.po
333
- - samples/cgi/po/el/hellolib.po
334
- - samples/cgi/po/ko/helloerb2.po
335
- - samples/cgi/po/ko/main.po
336
- - samples/cgi/po/ko/helloerb1.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
343
- - samples/cgi/po/sr/helloerb2.po
344
- - samples/cgi/po/sr/main.po
345
- - samples/cgi/po/sr/helloerb1.po
346
- - samples/cgi/po/sr/hellolib.po
347
- - samples/cgi/po/eo/helloerb2.po
348
- - samples/cgi/po/eo/main.po
349
- - samples/cgi/po/eo/helloerb1.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
362
- - samples/cgi/po/vi/helloerb2.po
363
- - samples/cgi/po/vi/main.po
364
- - samples/cgi/po/vi/helloerb1.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
378
- - samples/cgi/po/ua/helloerb2.po
379
- - samples/cgi/po/ua/main.po
380
- - samples/cgi/po/ua/helloerb1.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
390
- - samples/cgi/po/hr/helloerb2.po
391
- - samples/cgi/po/hr/main.po
392
- - samples/cgi/po/hr/helloerb1.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
411
- - samples/cgi/po/lv/helloerb2.po
412
- - samples/cgi/po/lv/main.po
413
- - samples/cgi/po/lv/helloerb1.po
414
- - samples/cgi/po/lv/hellolib.po
415
- - samples/cgi/po/de/helloerb2.po
416
- - samples/cgi/po/de/main.po
417
- - samples/cgi/po/de/helloerb1.po
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
427
- - samples/cgi/cookie.cgi
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
145
+ - po/zh/rgettext.po
146
+ - po/de/rgettext.po
147
+ - samples/po/ko/hello2.po
148
+ - samples/po/ko/hello_tk.po
149
+ - samples/po/ko/hello.po
150
+ - samples/po/ko/hello_noop.po
151
+ - samples/po/ko/hello_glade2.po
152
+ - samples/po/ko/hello_plural.po
153
+ - samples/po/ko/hello_gtk.po
154
+ - samples/po/nb/hello2.po
155
+ - samples/po/nb/hello_tk.po
156
+ - samples/po/nb/hello.po
157
+ - samples/po/nb/hello_noop.po
158
+ - samples/po/nb/hello_glade2.po
159
+ - samples/po/nb/hello_plural.po
160
+ - samples/po/nb/hello_gtk.po
680
161
  - samples/po/test.rb
162
+ - samples/po/hello2.pot
163
+ - samples/po/ru/hello2.po
164
+ - samples/po/ru/hello_tk.po
165
+ - samples/po/ru/hello.po
166
+ - samples/po/ru/hello_noop.po
167
+ - samples/po/ru/hello_glade2.po
168
+ - samples/po/ru/hello_plural.po
169
+ - samples/po/ru/hello_gtk.po
170
+ - samples/po/hu/hello2.po
171
+ - samples/po/hu/hello_tk.po
172
+ - samples/po/hu/hello.po
173
+ - samples/po/hu/hello_noop.po
174
+ - samples/po/hu/hello_glade2.po
175
+ - samples/po/hu/hello_plural.po
176
+ - samples/po/hu/hello_gtk.po
177
+ - samples/po/ca/hello2.po
178
+ - samples/po/ca/hello_tk.po
179
+ - samples/po/ca/hello.po
180
+ - samples/po/ca/hello_noop.po
181
+ - samples/po/ca/hello_glade2.po
182
+ - samples/po/ca/hello_plural.po
183
+ - samples/po/ca/hello_gtk.po
681
184
  - samples/po/hello_noop.pot
682
- - samples/po/it/hello_glade2.po
185
+ - samples/po/fr/hello2.po
186
+ - samples/po/fr/hello_tk.po
187
+ - samples/po/fr/hello.po
188
+ - samples/po/fr/hello_noop.po
189
+ - samples/po/fr/hello_glade2.po
190
+ - samples/po/fr/hello_plural.po
191
+ - samples/po/fr/hello_gtk.po
192
+ - samples/po/it/hello2.po
193
+ - samples/po/it/hello_tk.po
194
+ - samples/po/it/hello.po
683
195
  - samples/po/it/hello_noop.po
196
+ - samples/po/it/hello_glade2.po
684
197
  - samples/po/it/hello_plural.po
685
198
  - 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
199
+ - samples/po/hello_gtk.pot
200
+ - samples/po/pt_BR/hello2.po
201
+ - samples/po/pt_BR/hello_tk.po
202
+ - samples/po/pt_BR/hello.po
718
203
  - samples/po/pt_BR/hello_noop.po
204
+ - samples/po/pt_BR/hello_glade2.po
719
205
  - samples/po/pt_BR/hello_plural.po
720
206
  - 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
207
+ - samples/po/es/hello2.po
208
+ - samples/po/es/hello_tk.po
209
+ - samples/po/es/hello.po
210
+ - samples/po/es/hello_noop.po
211
+ - samples/po/es/hello_glade2.po
212
+ - samples/po/es/hello_plural.po
213
+ - samples/po/es/hello_gtk.po
214
+ - samples/po/uk/hello2.po
215
+ - samples/po/uk/hello_tk.po
216
+ - samples/po/uk/hello.po
217
+ - samples/po/uk/hello_noop.po
218
+ - samples/po/uk/hello_glade2.po
219
+ - samples/po/uk/hello_plural.po
220
+ - samples/po/uk/hello_gtk.po
221
+ - samples/po/lv/hello2.po
222
+ - samples/po/lv/hello_tk.po
223
+ - samples/po/lv/hello.po
224
+ - samples/po/lv/hello_noop.po
225
+ - samples/po/lv/hello_glade2.po
226
+ - samples/po/lv/hello_plural.po
227
+ - samples/po/lv/hello_gtk.po
228
+ - samples/po/hello_plural.pot
229
+ - samples/po/el/hello2.po
230
+ - samples/po/el/hello_tk.po
231
+ - samples/po/el/hello.po
232
+ - samples/po/el/hello_noop.po
233
+ - samples/po/el/hello_glade2.po
234
+ - samples/po/el/hello_plural.po
235
+ - samples/po/el/hello_gtk.po
236
+ - samples/po/hr/hello2.po
237
+ - samples/po/hr/hello_tk.po
238
+ - samples/po/hr/hello.po
726
239
  - samples/po/hr/hello_noop.po
240
+ - samples/po/hr/hello_glade2.po
727
241
  - samples/po/hr/hello_plural.po
728
242
  - 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
243
+ - samples/po/bg/hello2.po
244
+ - samples/po/bg/hello_tk.po
245
+ - samples/po/bg/hello.po
756
246
  - samples/po/bg/hello_noop.po
247
+ - samples/po/bg/hello_glade2.po
757
248
  - samples/po/bg/hello_plural.po
758
249
  - 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
250
+ - samples/po/bs/hello2.po
251
+ - samples/po/bs/hello_tk.po
252
+ - samples/po/bs/hello.po
253
+ - samples/po/bs/hello_noop.po
254
+ - samples/po/bs/hello_glade2.po
255
+ - samples/po/bs/hello_plural.po
256
+ - samples/po/bs/hello_gtk.po
257
+ - samples/po/eo/hello2.po
258
+ - samples/po/eo/hello_tk.po
259
+ - samples/po/eo/hello.po
260
+ - samples/po/eo/hello_noop.po
261
+ - samples/po/eo/hello_glade2.po
262
+ - samples/po/eo/hello_plural.po
263
+ - samples/po/eo/hello_gtk.po
264
+ - samples/po/hello_tk.pot
265
+ - samples/po/zh_TW/hello2.po
266
+ - samples/po/zh_TW/hello_tk.po
267
+ - samples/po/zh_TW/hello.po
268
+ - samples/po/zh_TW/hello_noop.po
269
+ - samples/po/zh_TW/hello_glade2.po
270
+ - samples/po/zh_TW/hello_plural.po
271
+ - samples/po/zh_TW/hello_gtk.po
272
+ - samples/po/vi/hello2.po
273
+ - samples/po/vi/hello_tk.po
274
+ - samples/po/vi/hello.po
275
+ - samples/po/vi/hello_noop.po
276
+ - samples/po/vi/hello_glade2.po
277
+ - samples/po/vi/hello_plural.po
278
+ - samples/po/vi/hello_gtk.po
279
+ - samples/po/ja/hello2.po
280
+ - samples/po/ja/hello_tk.po
281
+ - samples/po/ja/hello.po
282
+ - samples/po/ja/hello_noop.po
283
+ - samples/po/ja/hello_glade2.po
284
+ - samples/po/ja/hello_plural.po
285
+ - samples/po/ja/hello_gtk.po
286
+ - samples/po/hello_glade2.pot
287
+ - samples/po/hello.pot
288
+ - samples/po/sv/hello2.po
289
+ - samples/po/sv/hello_tk.po
290
+ - samples/po/sv/hello.po
291
+ - samples/po/sv/hello_noop.po
292
+ - samples/po/sv/hello_glade2.po
293
+ - samples/po/sv/hello_plural.po
294
+ - samples/po/sv/hello_gtk.po
295
+ - samples/po/cs/hello2.po
296
+ - samples/po/cs/hello_tk.po
297
+ - samples/po/cs/hello.po
298
+ - samples/po/cs/hello_noop.po
299
+ - samples/po/cs/hello_glade2.po
300
+ - samples/po/cs/hello_plural.po
301
+ - samples/po/cs/hello_gtk.po
302
+ - samples/po/sr/hello2.po
303
+ - samples/po/sr/hello_tk.po
304
+ - samples/po/sr/hello.po
305
+ - samples/po/sr/hello_noop.po
306
+ - samples/po/sr/hello_glade2.po
307
+ - samples/po/sr/hello_plural.po
308
+ - samples/po/sr/hello_gtk.po
309
+ - samples/po/nl/hello2.po
310
+ - samples/po/nl/hello_tk.po
311
+ - samples/po/nl/hello.po
777
312
  - samples/po/nl/hello_noop.po
313
+ - samples/po/nl/hello_glade2.po
778
314
  - samples/po/nl/hello_plural.po
779
315
  - 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
316
+ - samples/po/zh/hello2.po
317
+ - samples/po/zh/hello_tk.po
318
+ - samples/po/zh/hello.po
319
+ - samples/po/zh/hello_noop.po
320
+ - samples/po/zh/hello_glade2.po
321
+ - samples/po/zh/hello_plural.po
322
+ - samples/po/zh/hello_gtk.po
323
+ - samples/po/de/hello2.po
324
+ - samples/po/de/hello_tk.po
325
+ - samples/po/de/hello.po
326
+ - samples/po/de/hello_noop.po
327
+ - samples/po/de/hello_glade2.po
328
+ - samples/po/de/hello_plural.po
329
+ - samples/po/de/hello_gtk.po
330
+ - samples/hello_glade2.rb
331
+ - samples/README
332
+ - samples/hello_gtk2.rb
333
+ - samples/hello_tk.rb
334
+ - samples/cgi/po/ko/helloerb2.po
335
+ - samples/cgi/po/ko/hellolib.po
336
+ - samples/cgi/po/ko/main.po
337
+ - samples/cgi/po/ko/helloerb1.po
338
+ - samples/cgi/po/nb/helloerb2.po
339
+ - samples/cgi/po/nb/hellolib.po
340
+ - samples/cgi/po/nb/main.po
341
+ - samples/cgi/po/nb/helloerb1.po
342
+ - samples/cgi/po/ru/helloerb2.po
343
+ - samples/cgi/po/ru/hellolib.po
344
+ - samples/cgi/po/ru/main.po
345
+ - samples/cgi/po/ru/helloerb1.po
346
+ - samples/cgi/po/hu/helloerb2.po
347
+ - samples/cgi/po/hu/hellolib.po
348
+ - samples/cgi/po/hu/main.po
349
+ - samples/cgi/po/hu/helloerb1.po
350
+ - samples/cgi/po/ca/helloerb2.po
351
+ - samples/cgi/po/ca/hellolib.po
352
+ - samples/cgi/po/ca/main.po
353
+ - samples/cgi/po/ca/helloerb1.po
354
+ - samples/cgi/po/hellolib.pot
355
+ - samples/cgi/po/fr/helloerb2.po
356
+ - samples/cgi/po/fr/hellolib.po
357
+ - samples/cgi/po/fr/main.po
358
+ - samples/cgi/po/fr/helloerb1.po
359
+ - samples/cgi/po/it/helloerb2.po
360
+ - samples/cgi/po/it/hellolib.po
361
+ - samples/cgi/po/it/main.po
362
+ - samples/cgi/po/it/helloerb1.po
363
+ - samples/cgi/po/helloerb1.pot
364
+ - samples/cgi/po/pt_BR/helloerb2.po
365
+ - samples/cgi/po/pt_BR/hellolib.po
366
+ - samples/cgi/po/pt_BR/main.po
367
+ - samples/cgi/po/pt_BR/helloerb1.po
368
+ - samples/cgi/po/es/helloerb2.po
369
+ - samples/cgi/po/es/hellolib.po
370
+ - samples/cgi/po/es/main.po
371
+ - samples/cgi/po/es/helloerb1.po
372
+ - samples/cgi/po/uk/helloerb2.po
373
+ - samples/cgi/po/uk/hellolib.po
374
+ - samples/cgi/po/uk/main.po
375
+ - samples/cgi/po/uk/helloerb1.po
376
+ - samples/cgi/po/lv/helloerb2.po
377
+ - samples/cgi/po/lv/hellolib.po
378
+ - samples/cgi/po/lv/main.po
379
+ - samples/cgi/po/lv/helloerb1.po
380
+ - samples/cgi/po/el/helloerb2.po
381
+ - samples/cgi/po/el/hellolib.po
382
+ - samples/cgi/po/el/main.po
383
+ - samples/cgi/po/el/helloerb1.po
384
+ - samples/cgi/po/hr/helloerb2.po
385
+ - samples/cgi/po/hr/hellolib.po
386
+ - samples/cgi/po/hr/main.po
387
+ - samples/cgi/po/hr/helloerb1.po
388
+ - samples/cgi/po/bg/helloerb2.po
389
+ - samples/cgi/po/bg/hellolib.po
390
+ - samples/cgi/po/bg/main.po
391
+ - samples/cgi/po/bg/helloerb1.po
392
+ - samples/cgi/po/bs/helloerb2.po
393
+ - samples/cgi/po/bs/hellolib.po
394
+ - samples/cgi/po/bs/main.po
395
+ - samples/cgi/po/bs/helloerb1.po
396
+ - samples/cgi/po/eo/helloerb2.po
397
+ - samples/cgi/po/eo/hellolib.po
398
+ - samples/cgi/po/eo/main.po
399
+ - samples/cgi/po/eo/helloerb1.po
400
+ - samples/cgi/po/helloerb2.pot
401
+ - samples/cgi/po/main.pot
402
+ - samples/cgi/po/zh_TW/helloerb2.po
403
+ - samples/cgi/po/zh_TW/hellolib.po
404
+ - samples/cgi/po/zh_TW/main.po
405
+ - samples/cgi/po/zh_TW/helloerb1.po
406
+ - samples/cgi/po/vi/helloerb2.po
407
+ - samples/cgi/po/vi/hellolib.po
408
+ - samples/cgi/po/vi/main.po
409
+ - samples/cgi/po/vi/helloerb1.po
410
+ - samples/cgi/po/ja/helloerb2.po
411
+ - samples/cgi/po/ja/hellolib.po
412
+ - samples/cgi/po/ja/main.po
413
+ - samples/cgi/po/ja/helloerb1.po
414
+ - samples/cgi/po/cs/helloerb2.po
415
+ - samples/cgi/po/cs/hellolib.po
416
+ - samples/cgi/po/cs/main.po
417
+ - samples/cgi/po/cs/helloerb1.po
418
+ - samples/cgi/po/sr/helloerb2.po
419
+ - samples/cgi/po/sr/hellolib.po
420
+ - samples/cgi/po/sr/main.po
421
+ - samples/cgi/po/sr/helloerb1.po
422
+ - samples/cgi/po/nl/helloerb2.po
423
+ - samples/cgi/po/nl/hellolib.po
424
+ - samples/cgi/po/nl/main.po
425
+ - samples/cgi/po/nl/helloerb1.po
426
+ - samples/cgi/po/zh/helloerb2.po
427
+ - samples/cgi/po/zh/hellolib.po
428
+ - samples/cgi/po/zh/main.po
429
+ - samples/cgi/po/zh/helloerb1.po
430
+ - samples/cgi/po/de/helloerb2.po
431
+ - samples/cgi/po/de/hellolib.po
432
+ - samples/cgi/po/de/main.po
433
+ - samples/cgi/po/de/helloerb1.po
434
+ - samples/cgi/hellolib.rb
435
+ - samples/cgi/README
436
+ - samples/cgi/index.cgi
437
+ - samples/cgi/helloerb1.cgi
438
+ - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
439
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
440
+ - samples/cgi/locale/ko/LC_MESSAGES/main.mo
441
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
442
+ - samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
443
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
444
+ - samples/cgi/locale/nb/LC_MESSAGES/main.mo
445
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
446
+ - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
447
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
448
+ - samples/cgi/locale/ru/LC_MESSAGES/main.mo
449
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
450
+ - samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
451
+ - samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
452
+ - samples/cgi/locale/hu/LC_MESSAGES/main.mo
453
+ - samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
454
+ - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
455
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
456
+ - samples/cgi/locale/ca/LC_MESSAGES/main.mo
457
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
458
+ - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
459
+ - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
460
+ - samples/cgi/locale/fr/LC_MESSAGES/main.mo
461
+ - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
462
+ - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
463
+ - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
464
+ - samples/cgi/locale/it/LC_MESSAGES/main.mo
465
+ - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
466
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
467
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
468
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
469
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
470
+ - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
471
+ - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
472
+ - samples/cgi/locale/es/LC_MESSAGES/main.mo
473
+ - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
474
+ - samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo
475
+ - samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo
476
+ - samples/cgi/locale/uk/LC_MESSAGES/main.mo
477
+ - samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo
478
+ - samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
479
+ - samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
480
+ - samples/cgi/locale/lv/LC_MESSAGES/main.mo
481
+ - samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
482
+ - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
483
+ - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
484
+ - samples/cgi/locale/el/LC_MESSAGES/main.mo
485
+ - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
486
+ - samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
487
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
488
+ - samples/cgi/locale/hr/LC_MESSAGES/main.mo
489
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
490
+ - samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
491
+ - samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
492
+ - samples/cgi/locale/bg/LC_MESSAGES/main.mo
493
+ - samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
494
+ - samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
495
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
496
+ - samples/cgi/locale/bs/LC_MESSAGES/main.mo
497
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
498
+ - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
499
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
500
+ - samples/cgi/locale/eo/LC_MESSAGES/main.mo
501
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
502
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
503
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
504
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
505
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
506
+ - samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
507
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
508
+ - samples/cgi/locale/vi/LC_MESSAGES/main.mo
509
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
510
+ - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
511
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
512
+ - samples/cgi/locale/ja/LC_MESSAGES/main.mo
513
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
514
+ - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
515
+ - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
516
+ - samples/cgi/locale/cs/LC_MESSAGES/main.mo
517
+ - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
518
+ - samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
519
+ - samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
520
+ - samples/cgi/locale/sr/LC_MESSAGES/main.mo
521
+ - samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
522
+ - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
523
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
524
+ - samples/cgi/locale/nl/LC_MESSAGES/main.mo
525
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
526
+ - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
527
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
528
+ - samples/cgi/locale/zh/LC_MESSAGES/main.mo
529
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
530
+ - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
531
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
532
+ - samples/cgi/locale/de/LC_MESSAGES/main.mo
533
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
534
+ - samples/cgi/gettext.css
535
+ - samples/cgi/http.rb
536
+ - samples/cgi/cookie.cgi
537
+ - samples/cgi/other.rhtml
538
+ - samples/cgi/Rakefile
539
+ - samples/cgi/helloerb.rhtml
540
+ - samples/cgi/helloerb2.cgi
541
+ - samples/locale/ko/LC_MESSAGES/hello_plural.mo
542
+ - samples/locale/ko/LC_MESSAGES/hello_gtk.mo
543
+ - samples/locale/ko/LC_MESSAGES/hello_tk.mo
544
+ - samples/locale/ko/LC_MESSAGES/hello2.mo
545
+ - samples/locale/ko/LC_MESSAGES/hello_glade2.mo
546
+ - samples/locale/ko/LC_MESSAGES/hello_noop.mo
547
+ - samples/locale/ko/LC_MESSAGES/hello.mo
548
+ - samples/locale/nb/LC_MESSAGES/hello_plural.mo
549
+ - samples/locale/nb/LC_MESSAGES/hello_gtk.mo
550
+ - samples/locale/nb/LC_MESSAGES/hello_tk.mo
551
+ - samples/locale/nb/LC_MESSAGES/hello2.mo
552
+ - samples/locale/nb/LC_MESSAGES/hello_glade2.mo
553
+ - samples/locale/nb/LC_MESSAGES/hello_noop.mo
554
+ - samples/locale/nb/LC_MESSAGES/hello.mo
555
+ - samples/locale/ru/LC_MESSAGES/hello_plural.mo
556
+ - samples/locale/ru/LC_MESSAGES/hello_gtk.mo
557
+ - samples/locale/ru/LC_MESSAGES/hello_tk.mo
558
+ - samples/locale/ru/LC_MESSAGES/hello2.mo
559
+ - samples/locale/ru/LC_MESSAGES/hello_glade2.mo
560
+ - samples/locale/ru/LC_MESSAGES/hello_noop.mo
561
+ - samples/locale/ru/LC_MESSAGES/hello.mo
562
+ - samples/locale/hu/LC_MESSAGES/hello_plural.mo
563
+ - samples/locale/hu/LC_MESSAGES/hello_gtk.mo
564
+ - samples/locale/hu/LC_MESSAGES/hello_tk.mo
565
+ - samples/locale/hu/LC_MESSAGES/hello2.mo
566
+ - samples/locale/hu/LC_MESSAGES/hello_glade2.mo
567
+ - samples/locale/hu/LC_MESSAGES/hello_noop.mo
568
+ - samples/locale/hu/LC_MESSAGES/hello.mo
569
+ - samples/locale/ca/LC_MESSAGES/hello_plural.mo
570
+ - samples/locale/ca/LC_MESSAGES/hello_gtk.mo
571
+ - samples/locale/ca/LC_MESSAGES/hello_tk.mo
572
+ - samples/locale/ca/LC_MESSAGES/hello2.mo
573
+ - samples/locale/ca/LC_MESSAGES/hello_glade2.mo
574
+ - samples/locale/ca/LC_MESSAGES/hello_noop.mo
575
+ - samples/locale/ca/LC_MESSAGES/hello.mo
576
+ - samples/locale/fr/LC_MESSAGES/hello_plural.mo
577
+ - samples/locale/fr/LC_MESSAGES/hello_gtk.mo
578
+ - samples/locale/fr/LC_MESSAGES/hello_tk.mo
579
+ - samples/locale/fr/LC_MESSAGES/hello2.mo
580
+ - samples/locale/fr/LC_MESSAGES/hello_glade2.mo
581
+ - samples/locale/fr/LC_MESSAGES/hello_noop.mo
582
+ - samples/locale/fr/LC_MESSAGES/hello.mo
583
+ - samples/locale/it/LC_MESSAGES/hello_plural.mo
584
+ - samples/locale/it/LC_MESSAGES/hello_gtk.mo
585
+ - samples/locale/it/LC_MESSAGES/hello_tk.mo
586
+ - samples/locale/it/LC_MESSAGES/hello2.mo
587
+ - samples/locale/it/LC_MESSAGES/hello_glade2.mo
588
+ - samples/locale/it/LC_MESSAGES/hello_noop.mo
589
+ - samples/locale/it/LC_MESSAGES/hello.mo
590
+ - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
591
+ - samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
592
+ - samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
593
+ - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
594
+ - samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
595
+ - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
596
+ - samples/locale/pt_BR/LC_MESSAGES/hello.mo
597
+ - samples/locale/es/LC_MESSAGES/hello_plural.mo
598
+ - samples/locale/es/LC_MESSAGES/hello_gtk.mo
599
+ - samples/locale/es/LC_MESSAGES/hello_tk.mo
600
+ - samples/locale/es/LC_MESSAGES/hello2.mo
601
+ - samples/locale/es/LC_MESSAGES/hello_glade2.mo
602
+ - samples/locale/es/LC_MESSAGES/hello_noop.mo
603
+ - samples/locale/es/LC_MESSAGES/hello.mo
604
+ - samples/locale/uk/LC_MESSAGES/hello_plural.mo
605
+ - samples/locale/uk/LC_MESSAGES/hello_gtk.mo
606
+ - samples/locale/uk/LC_MESSAGES/hello_tk.mo
607
+ - samples/locale/uk/LC_MESSAGES/hello2.mo
608
+ - samples/locale/uk/LC_MESSAGES/hello_glade2.mo
609
+ - samples/locale/uk/LC_MESSAGES/hello_noop.mo
610
+ - samples/locale/uk/LC_MESSAGES/hello.mo
611
+ - samples/locale/lv/LC_MESSAGES/hello_plural.mo
612
+ - samples/locale/lv/LC_MESSAGES/hello_gtk.mo
613
+ - samples/locale/lv/LC_MESSAGES/hello_tk.mo
614
+ - samples/locale/lv/LC_MESSAGES/hello2.mo
615
+ - samples/locale/lv/LC_MESSAGES/hello_glade2.mo
616
+ - samples/locale/lv/LC_MESSAGES/hello_noop.mo
617
+ - samples/locale/lv/LC_MESSAGES/hello.mo
618
+ - samples/locale/el/LC_MESSAGES/hello_plural.mo
619
+ - samples/locale/el/LC_MESSAGES/hello_gtk.mo
620
+ - samples/locale/el/LC_MESSAGES/hello_tk.mo
621
+ - samples/locale/el/LC_MESSAGES/hello2.mo
622
+ - samples/locale/el/LC_MESSAGES/hello_glade2.mo
623
+ - samples/locale/el/LC_MESSAGES/hello_noop.mo
624
+ - samples/locale/el/LC_MESSAGES/hello.mo
625
+ - samples/locale/hr/LC_MESSAGES/hello_plural.mo
626
+ - samples/locale/hr/LC_MESSAGES/hello_gtk.mo
627
+ - samples/locale/hr/LC_MESSAGES/hello_tk.mo
628
+ - samples/locale/hr/LC_MESSAGES/hello2.mo
629
+ - samples/locale/hr/LC_MESSAGES/hello_glade2.mo
630
+ - samples/locale/hr/LC_MESSAGES/hello_noop.mo
631
+ - samples/locale/hr/LC_MESSAGES/hello.mo
632
+ - samples/locale/bg/LC_MESSAGES/hello_plural.mo
633
+ - samples/locale/bg/LC_MESSAGES/hello_gtk.mo
634
+ - samples/locale/bg/LC_MESSAGES/hello_tk.mo
635
+ - samples/locale/bg/LC_MESSAGES/hello2.mo
636
+ - samples/locale/bg/LC_MESSAGES/hello_glade2.mo
637
+ - samples/locale/bg/LC_MESSAGES/hello_noop.mo
638
+ - samples/locale/bg/LC_MESSAGES/hello.mo
639
+ - samples/locale/bs/LC_MESSAGES/hello_plural.mo
640
+ - samples/locale/bs/LC_MESSAGES/hello_gtk.mo
641
+ - samples/locale/bs/LC_MESSAGES/hello_tk.mo
642
+ - samples/locale/bs/LC_MESSAGES/hello2.mo
643
+ - samples/locale/bs/LC_MESSAGES/hello_glade2.mo
644
+ - samples/locale/bs/LC_MESSAGES/hello_noop.mo
645
+ - samples/locale/bs/LC_MESSAGES/hello.mo
646
+ - samples/locale/eo/LC_MESSAGES/hello_plural.mo
647
+ - samples/locale/eo/LC_MESSAGES/hello_gtk.mo
648
+ - samples/locale/eo/LC_MESSAGES/hello_tk.mo
649
+ - samples/locale/eo/LC_MESSAGES/hello2.mo
650
+ - samples/locale/eo/LC_MESSAGES/hello_glade2.mo
651
+ - samples/locale/eo/LC_MESSAGES/hello_noop.mo
652
+ - samples/locale/eo/LC_MESSAGES/hello.mo
653
+ - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
654
+ - samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
655
+ - samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
656
+ - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
657
+ - samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
658
+ - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
659
+ - samples/locale/zh_TW/LC_MESSAGES/hello.mo
660
+ - samples/locale/vi/LC_MESSAGES/hello_plural.mo
661
+ - samples/locale/vi/LC_MESSAGES/hello_gtk.mo
662
+ - samples/locale/vi/LC_MESSAGES/hello_tk.mo
663
+ - samples/locale/vi/LC_MESSAGES/hello2.mo
664
+ - samples/locale/vi/LC_MESSAGES/hello_glade2.mo
665
+ - samples/locale/vi/LC_MESSAGES/hello_noop.mo
666
+ - samples/locale/vi/LC_MESSAGES/hello.mo
667
+ - samples/locale/ja/LC_MESSAGES/hello_plural.mo
668
+ - samples/locale/ja/LC_MESSAGES/hello_gtk.mo
669
+ - samples/locale/ja/LC_MESSAGES/hello_tk.mo
670
+ - samples/locale/ja/LC_MESSAGES/hello2.mo
671
+ - samples/locale/ja/LC_MESSAGES/hello_glade2.mo
672
+ - samples/locale/ja/LC_MESSAGES/hello_noop.mo
673
+ - samples/locale/ja/LC_MESSAGES/hello.mo
674
+ - samples/locale/sv/LC_MESSAGES/hello_plural.mo
675
+ - samples/locale/sv/LC_MESSAGES/hello_gtk.mo
676
+ - samples/locale/sv/LC_MESSAGES/hello_tk.mo
677
+ - samples/locale/sv/LC_MESSAGES/hello2.mo
678
+ - samples/locale/sv/LC_MESSAGES/hello_glade2.mo
679
+ - samples/locale/sv/LC_MESSAGES/hello_noop.mo
680
+ - samples/locale/sv/LC_MESSAGES/hello.mo
681
+ - samples/locale/cs/LC_MESSAGES/hello_plural.mo
682
+ - samples/locale/cs/LC_MESSAGES/hello_gtk.mo
683
+ - samples/locale/cs/LC_MESSAGES/hello_tk.mo
684
+ - samples/locale/cs/LC_MESSAGES/hello2.mo
685
+ - samples/locale/cs/LC_MESSAGES/hello_glade2.mo
686
+ - samples/locale/cs/LC_MESSAGES/hello_noop.mo
687
+ - samples/locale/cs/LC_MESSAGES/hello.mo
688
+ - samples/locale/sr/LC_MESSAGES/hello_plural.mo
689
+ - samples/locale/sr/LC_MESSAGES/hello_gtk.mo
690
+ - samples/locale/sr/LC_MESSAGES/hello_tk.mo
691
+ - samples/locale/sr/LC_MESSAGES/hello2.mo
692
+ - samples/locale/sr/LC_MESSAGES/hello_glade2.mo
693
+ - samples/locale/sr/LC_MESSAGES/hello_noop.mo
694
+ - samples/locale/sr/LC_MESSAGES/hello.mo
695
+ - samples/locale/nl/LC_MESSAGES/hello_plural.mo
696
+ - samples/locale/nl/LC_MESSAGES/hello_gtk.mo
697
+ - samples/locale/nl/LC_MESSAGES/hello_tk.mo
698
+ - samples/locale/nl/LC_MESSAGES/hello2.mo
699
+ - samples/locale/nl/LC_MESSAGES/hello_glade2.mo
700
+ - samples/locale/nl/LC_MESSAGES/hello_noop.mo
701
+ - samples/locale/nl/LC_MESSAGES/hello.mo
702
+ - samples/locale/zh/LC_MESSAGES/hello_plural.mo
703
+ - samples/locale/zh/LC_MESSAGES/hello_gtk.mo
704
+ - samples/locale/zh/LC_MESSAGES/hello_tk.mo
705
+ - samples/locale/zh/LC_MESSAGES/hello2.mo
706
+ - samples/locale/zh/LC_MESSAGES/hello_glade2.mo
707
+ - samples/locale/zh/LC_MESSAGES/hello_noop.mo
708
+ - samples/locale/zh/LC_MESSAGES/hello.mo
709
+ - samples/locale/de/LC_MESSAGES/hello_plural.mo
710
+ - samples/locale/de/LC_MESSAGES/hello_gtk.mo
711
+ - samples/locale/de/LC_MESSAGES/hello_tk.mo
712
+ - samples/locale/de/LC_MESSAGES/hello2.mo
713
+ - samples/locale/de/LC_MESSAGES/hello_glade2.mo
714
+ - samples/locale/de/LC_MESSAGES/hello_noop.mo
715
+ - samples/locale/de/LC_MESSAGES/hello.mo
716
+ - samples/hello_noop.rb
717
+ - samples/hello_plural.rb
718
+ - samples/makemo.rb
791
719
  - samples/hello.rb
792
- has_rdoc: true
793
- homepage: http://gettext.rubyforge.org/
720
+ - samples/hello_glade2.glade
721
+ - samples/hello2.rb
722
+ - src/poparser.ry
723
+ - test/po/sl/plural.po
724
+ - test/po/po/plural.po
725
+ - test/po/cr/plural.po
726
+ - test/po/ir/plural.po
727
+ - test/po/fr/test1.po
728
+ - test/po/fr/test2.po
729
+ - test/po/fr/plural.po
730
+ - test/po/fr/plural_error.po
731
+ - test/po/la/plural.po
732
+ - test/po/la/plural_error.po
733
+ - test/po/li/plural.po
734
+ - test/po/li/plural_error.po
735
+ - test/po/da/plural.po
736
+ - test/po/da/plural_error.po
737
+ - test/po/ja/npgettext.po
738
+ - test/po/ja/pgettext.po
739
+ - test/po/ja/test1.po
740
+ - test/po/ja/test2.po
741
+ - test/po/ja/rubyparser.po
742
+ - test/po/ja/test3.po
743
+ - test/po/ja/sgettext.po
744
+ - test/po/ja/nsgettext.po
745
+ - test/po/ja/plural.po
746
+ - test/po/ja/plural_error.po
747
+ - test/test_parser.rb
748
+ - test/README
749
+ - test/test_textdomain_toplevel.rb
750
+ - test/locale/sl/LC_MESSAGES/plural.mo
751
+ - test/locale/po/LC_MESSAGES/plural.mo
752
+ - test/locale/cr/LC_MESSAGES/plural.mo
753
+ - test/locale/ir/LC_MESSAGES/plural.mo
754
+ - test/locale/fr/LC_MESSAGES/plural_error.mo
755
+ - test/locale/fr/LC_MESSAGES/test1.mo
756
+ - test/locale/fr/LC_MESSAGES/plural.mo
757
+ - test/locale/fr/LC_MESSAGES/test2.mo
758
+ - test/locale/la/LC_MESSAGES/plural_error.mo
759
+ - test/locale/la/LC_MESSAGES/plural.mo
760
+ - test/locale/li/LC_MESSAGES/plural_error.mo
761
+ - test/locale/li/LC_MESSAGES/plural.mo
762
+ - test/locale/da/LC_MESSAGES/plural_error.mo
763
+ - test/locale/da/LC_MESSAGES/plural.mo
764
+ - test/locale/ja/LC_MESSAGES/nsgettext.mo
765
+ - test/locale/ja/LC_MESSAGES/sgettext.mo
766
+ - test/locale/ja/LC_MESSAGES/npgettext.mo
767
+ - test/locale/ja/LC_MESSAGES/plural_error.mo
768
+ - test/locale/ja/LC_MESSAGES/rubyparser.mo
769
+ - test/locale/ja/LC_MESSAGES/pgettext.mo
770
+ - test/locale/ja/LC_MESSAGES/test1.mo
771
+ - test/locale/ja/LC_MESSAGES/plural.mo
772
+ - test/locale/ja/LC_MESSAGES/test2.mo
773
+ - test/locale/ja/LC_MESSAGES/test3.mo
774
+ - test/test_string.rb
775
+ - test/tools/test_tools.rb
776
+ - test/tools/files/simple_2.po
777
+ - test/tools/files/simple_translation.rb
778
+ - test/tools/files/version.po
779
+ - test/tools/files/en/test.po
780
+ - test/tools/files/en/app.po
781
+ - test/tools/files/app.pot
782
+ - test/tools/files/simple_1.po
783
+ - test/tools/files/de/app.po
784
+ - test/tools/test.pot
785
+ - test/test_gettext.rb
786
+ - test/test_textdomain_bind.rb
787
+ - test/test_thread.rb
788
+ - test/test_textdomain_multi.rb
789
+ - test/test_locale_path.rb
790
+ - test/Rakefile
791
+ - test/test_class_info.rb
792
+ - test/test_po_generation.rb
793
+ - test/test_pomessage.rb
794
+ - test/testlib/npgettext.rb
795
+ - test/testlib/ngettext.rb
796
+ - test/testlib/gettext.rb
797
+ - test/testlib/erb.rhtml
798
+ - test/testlib/helper.rb
799
+ - test/testlib/nsgettext.rb
800
+ - test/testlib/simple.rb
801
+ - test/testlib/sgettext.rb
802
+ - test/testlib/N_.rb
803
+ - test/testlib/pgettext.rb
804
+ - test/testlib/erb.rxml
805
+ - test/testlib/gladeparser.glade
806
+ - test/testlib/multi_textdomain.rb
807
+ - COPYING
808
+ - README.rdoc
809
+ - Rakefile
810
+ - gettext.gemspec
811
+ homepage: http://ruby-gettext.github.com/
794
812
  licenses: []
795
813
 
796
814
  post_install_message:
@@ -799,23 +817,40 @@ rdoc_options: []
799
817
  require_paths:
800
818
  - lib
801
819
  required_ruby_version: !ruby/object:Gem::Requirement
820
+ none: false
802
821
  requirements:
803
822
  - - ">="
804
823
  - !ruby/object:Gem::Version
824
+ hash: 3
825
+ segments:
826
+ - 0
805
827
  version: "0"
806
- version:
807
828
  required_rubygems_version: !ruby/object:Gem::Requirement
829
+ none: false
808
830
  requirements:
809
831
  - - ">="
810
832
  - !ruby/object:Gem::Version
833
+ hash: 3
834
+ segments:
835
+ - 0
811
836
  version: "0"
812
- version:
813
837
  requirements: []
814
838
 
815
839
  rubyforge_project: gettext
816
- rubygems_version: 1.3.5
840
+ rubygems_version: 1.8.15
817
841
  signing_key:
818
842
  specification_version: 3
819
843
  summary: Ruby-GetText-Package is a libary and tools to localize messages.
820
- test_files: []
821
-
844
+ test_files:
845
+ - test/test_parser.rb
846
+ - test/test_textdomain_toplevel.rb
847
+ - test/test_string.rb
848
+ - test/test_gettext.rb
849
+ - test/test_textdomain_bind.rb
850
+ - test/test_thread.rb
851
+ - test/test_textdomain_multi.rb
852
+ - test/test_locale_path.rb
853
+ - test/test_class_info.rb
854
+ - test/test_po_generation.rb
855
+ - test/test_pomessage.rb
856
+ has_rdoc: