gettext 3.3.6 → 3.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/Rakefile +5 -3
  4. data/doc/text/news.md +168 -0
  5. data/gettext.gemspec +7 -4
  6. data/lib/gettext/mo.rb +12 -19
  7. data/lib/gettext/po_entry.rb +31 -21
  8. data/lib/gettext/po_parser.rb +65 -59
  9. data/lib/gettext/text_domain_manager.rb +6 -5
  10. data/lib/gettext/tools/msgcat.rb +9 -2
  11. data/lib/gettext/tools/msginit.rb +221 -50
  12. data/lib/gettext/tools/msgmerge.rb +24 -6
  13. data/lib/gettext/tools/parser/erubi.rb +88 -0
  14. data/lib/gettext/tools/parser/glade.rb +38 -40
  15. data/lib/gettext/tools/parser/gtk_builder_ui_definitions.rb +6 -3
  16. data/lib/gettext/tools/parser/ruby.rb +2 -2
  17. data/lib/gettext/tools/task.rb +3 -5
  18. data/lib/gettext/tools/xgettext.rb +15 -4
  19. data/lib/gettext/version.rb +3 -3
  20. data/locale/bg/LC_MESSAGES/gettext.mo +0 -0
  21. data/locale/bs/LC_MESSAGES/gettext.mo +0 -0
  22. data/locale/ca/LC_MESSAGES/gettext.mo +0 -0
  23. data/locale/cs/LC_MESSAGES/gettext.mo +0 -0
  24. data/locale/de/LC_MESSAGES/gettext.mo +0 -0
  25. data/locale/el/LC_MESSAGES/gettext.mo +0 -0
  26. data/locale/eo/LC_MESSAGES/gettext.mo +0 -0
  27. data/locale/es/LC_MESSAGES/gettext.mo +0 -0
  28. data/locale/et/LC_MESSAGES/gettext.mo +0 -0
  29. data/locale/fr/LC_MESSAGES/gettext.mo +0 -0
  30. data/locale/hr/LC_MESSAGES/gettext.mo +0 -0
  31. data/locale/hu/LC_MESSAGES/gettext.mo +0 -0
  32. data/locale/it/LC_MESSAGES/gettext.mo +0 -0
  33. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  34. data/locale/ko/LC_MESSAGES/gettext.mo +0 -0
  35. data/locale/lv/LC_MESSAGES/gettext.mo +0 -0
  36. data/locale/nb/LC_MESSAGES/gettext.mo +0 -0
  37. data/locale/nl/LC_MESSAGES/gettext.mo +0 -0
  38. data/locale/pt_BR/LC_MESSAGES/gettext.mo +0 -0
  39. data/locale/ru/LC_MESSAGES/gettext.mo +0 -0
  40. data/locale/sr/LC_MESSAGES/gettext.mo +0 -0
  41. data/locale/uk/LC_MESSAGES/gettext.mo +0 -0
  42. data/locale/vi/LC_MESSAGES/gettext.mo +0 -0
  43. data/locale/zh/LC_MESSAGES/gettext.mo +0 -0
  44. data/locale/zh_TW/LC_MESSAGES/gettext.mo +0 -0
  45. data/po/bg/gettext.edit.po +80 -593
  46. data/po/bg/gettext.po +6 -423
  47. data/po/bs/gettext.edit.po +80 -593
  48. data/po/bs/gettext.po +6 -423
  49. data/po/ca/gettext.edit.po +80 -593
  50. data/po/ca/gettext.po +6 -423
  51. data/po/cs/gettext.edit.po +80 -593
  52. data/po/cs/gettext.po +6 -423
  53. data/po/de/gettext.edit.po +80 -593
  54. data/po/de/gettext.po +6 -423
  55. data/po/el/gettext.edit.po +80 -593
  56. data/po/el/gettext.po +6 -423
  57. data/po/eo/gettext.edit.po +80 -593
  58. data/po/eo/gettext.po +6 -423
  59. data/po/es/gettext.edit.po +80 -593
  60. data/po/es/gettext.po +6 -423
  61. data/po/et/gettext.edit.po +80 -593
  62. data/po/et/gettext.po +6 -423
  63. data/po/fr/gettext.edit.po +80 -593
  64. data/po/fr/gettext.po +6 -423
  65. data/po/gettext.pot +92 -665
  66. data/po/hr/gettext.edit.po +80 -593
  67. data/po/hr/gettext.po +6 -423
  68. data/po/hu/gettext.edit.po +80 -593
  69. data/po/hu/gettext.po +6 -423
  70. data/po/it/gettext.edit.po +80 -593
  71. data/po/it/gettext.po +6 -423
  72. data/po/ja/gettext.edit.po +81 -594
  73. data/po/ja/gettext.po +7 -424
  74. data/po/ko/gettext.edit.po +80 -593
  75. data/po/ko/gettext.po +6 -423
  76. data/po/lv/gettext.edit.po +80 -593
  77. data/po/lv/gettext.po +6 -423
  78. data/po/nb/gettext.edit.po +80 -593
  79. data/po/nb/gettext.po +6 -423
  80. data/po/nl/gettext.edit.po +80 -593
  81. data/po/nl/gettext.po +6 -423
  82. data/po/pt_BR/gettext.edit.po +80 -593
  83. data/po/pt_BR/gettext.po +6 -423
  84. data/po/ru/gettext.edit.po +80 -593
  85. data/po/ru/gettext.po +6 -423
  86. data/po/sr/gettext.edit.po +80 -593
  87. data/po/sr/gettext.po +6 -423
  88. data/po/sv/gettext.edit.po +80 -593
  89. data/po/sv/gettext.po +6 -423
  90. data/po/uk/gettext.edit.po +80 -593
  91. data/po/uk/gettext.po +6 -423
  92. data/po/vi/gettext.edit.po +80 -593
  93. data/po/vi/gettext.po +6 -423
  94. data/po/zh/gettext.edit.po +80 -593
  95. data/po/zh/gettext.po +6 -423
  96. data/po/zh_TW/gettext.edit.po +80 -593
  97. data/po/zh_TW/gettext.po +6 -423
  98. data/samples/cgi/po/helloerb1.pot +3 -3
  99. data/samples/cgi/po/helloerb2.pot +3 -3
  100. data/samples/cgi/po/hellolib.pot +3 -3
  101. data/samples/cgi/po/main.pot +3 -3
  102. data/samples/po/bg/hello_gtk_builder.edit.po +15 -0
  103. data/samples/po/bg/hello_gtk_builder.po +12 -0
  104. data/samples/po/bs/hello_gtk_builder.edit.po +15 -0
  105. data/samples/po/bs/hello_gtk_builder.po +12 -0
  106. data/samples/po/ca/hello_gtk_builder.edit.po +15 -0
  107. data/samples/po/ca/hello_gtk_builder.po +12 -0
  108. data/samples/po/cs/hello_gtk_builder.edit.po +15 -0
  109. data/samples/po/cs/hello_gtk_builder.po +12 -0
  110. data/samples/po/de/hello_gtk_builder.edit.po +15 -0
  111. data/samples/po/de/hello_gtk_builder.po +12 -0
  112. data/samples/po/el/hello_gtk_builder.edit.po +15 -0
  113. data/samples/po/el/hello_gtk_builder.po +12 -0
  114. data/samples/po/eo/hello_gtk_builder.edit.po +15 -0
  115. data/samples/po/eo/hello_gtk_builder.po +12 -0
  116. data/samples/po/es/hello_gtk_builder.edit.po +15 -0
  117. data/samples/po/es/hello_gtk_builder.po +12 -0
  118. data/samples/po/fr/hello_gtk_builder.edit.po +15 -0
  119. data/samples/po/fr/hello_gtk_builder.po +12 -0
  120. data/samples/po/hello.pot +3 -3
  121. data/samples/po/hello2.pot +4 -4
  122. data/samples/po/hello_glade2.pot +8 -5
  123. data/samples/po/hello_gtk2.pot +4 -4
  124. data/samples/po/hello_gtk_builder.pot +18 -4
  125. data/samples/po/hello_noop.pot +4 -4
  126. data/samples/po/hello_plural.pot +4 -4
  127. data/samples/po/hello_tk.pot +4 -4
  128. data/samples/po/hr/hello_gtk_builder.edit.po +15 -0
  129. data/samples/po/hr/hello_gtk_builder.po +12 -0
  130. data/samples/po/hu/hello_gtk_builder.edit.po +15 -0
  131. data/samples/po/hu/hello_gtk_builder.po +12 -0
  132. data/samples/po/it/hello_gtk_builder.edit.po +15 -0
  133. data/samples/po/it/hello_gtk_builder.po +12 -0
  134. data/samples/po/ja/hello_gtk_builder.edit.po +15 -0
  135. data/samples/po/ja/hello_gtk_builder.po +12 -0
  136. data/samples/po/ko/hello_gtk_builder.edit.po +15 -0
  137. data/samples/po/ko/hello_gtk_builder.po +12 -0
  138. data/samples/po/lv/hello_gtk_builder.edit.po +15 -0
  139. data/samples/po/lv/hello_gtk_builder.po +12 -0
  140. data/samples/po/nb/hello_gtk_builder.edit.po +15 -0
  141. data/samples/po/nb/hello_gtk_builder.po +12 -0
  142. data/samples/po/nl/hello_gtk_builder.edit.po +15 -0
  143. data/samples/po/nl/hello_gtk_builder.po +12 -0
  144. data/samples/po/pt_BR/hello_gtk_builder.edit.po +15 -0
  145. data/samples/po/pt_BR/hello_gtk_builder.po +12 -0
  146. data/samples/po/ru/hello_gtk_builder.edit.po +15 -0
  147. data/samples/po/ru/hello_gtk_builder.po +12 -0
  148. data/samples/po/sr/hello_gtk_builder.edit.po +15 -0
  149. data/samples/po/sr/hello_gtk_builder.po +12 -0
  150. data/samples/po/sv/hello_gtk_builder.edit.po +15 -0
  151. data/samples/po/sv/hello_gtk_builder.po +12 -0
  152. data/samples/po/uk/hello_gtk_builder.edit.po +15 -0
  153. data/samples/po/uk/hello_gtk_builder.po +12 -0
  154. data/samples/po/vi/hello_gtk_builder.edit.po +15 -0
  155. data/samples/po/vi/hello_gtk_builder.po +12 -0
  156. data/samples/po/zh/hello_gtk_builder.edit.po +15 -0
  157. data/samples/po/zh/hello_gtk_builder.po +12 -0
  158. data/samples/po/zh_TW/hello_gtk_builder.edit.po +15 -0
  159. data/samples/po/zh_TW/hello_gtk_builder.po +12 -0
  160. data/src/po_parser.ry +48 -42
  161. data/test/fixtures/_.rb +1 -1
  162. data/test/fixtures/erb/case.rhtml +16 -0
  163. data/test/fixtures/{gtk_builder_ui_definitions.ui~ → glade/3.glade} +12 -17
  164. data/test/fixtures/multi_text_domain.rb +12 -12
  165. data/test/fixtures/np_.rb +1 -1
  166. data/test/fixtures/ns_.rb +1 -1
  167. data/test/fixtures/p_.rb +1 -1
  168. data/test/fixtures/s_.rb +1 -1
  169. data/test/fixtures/simple.rb +5 -1
  170. data/test/fixtures/upper_nn_.rb +77 -0
  171. data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
  172. data/test/locale/fr_BE/LC_MESSAGES/test1.mo +0 -0
  173. data/test/locale/fr_BE_Foo/LC_MESSAGES/test1.mo +0 -0
  174. data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
  175. data/test/po/_.pot +20 -4
  176. data/test/po/backslash.pot +6 -4
  177. data/test/po/fr/test1.po +7 -0
  178. data/test/po/fr_BE/test1.po +24 -0
  179. data/test/po/fr_BE_Foo/test1.po +20 -0
  180. data/test/po/hello.pot +3 -3
  181. data/test/po/ja/_.edit.po +27 -3
  182. data/test/po/ja/_.po +15 -0
  183. data/test/po/ja/hello.edit.po +0 -1
  184. data/test/po/non_ascii.pot +4 -4
  185. data/test/po/np_.pot +8 -5
  186. data/test/po/ns_.pot +6 -4
  187. data/test/po/p_.pot +3 -3
  188. data/test/po/s_.pot +6 -4
  189. data/test/po/untranslated.pot +4 -4
  190. data/test/test_gettext.rb +23 -0
  191. data/test/test_locale_path.rb +12 -4
  192. data/test/test_parser.rb +97 -17
  193. data/test/test_po_entry.rb +20 -4
  194. data/test/test_po_parser.rb +44 -1
  195. data/test/tools/parser/test_glade.rb +91 -0
  196. data/test/tools/parser/test_gtk_builder_ui_definitions.rb +19 -1
  197. data/test/tools/parser/test_ruby.rb +4 -4
  198. data/test/tools/test_msgcat.rb +21 -1
  199. data/test/tools/test_msginit.rb +82 -3
  200. data/test/tools/test_msgmerge.rb +75 -3
  201. data/test/tools/test_xgettext.rb +100 -3
  202. metadata +70 -19
  203. /data/test/fixtures/{gladeparser.glade → glade/2.glade} +0 -0
  204. /data/test/fixtures/ruby/{percent_i.rb → percent_lower_i.rb} +0 -0
  205. /data/test/fixtures/ruby/{percent_w.rb → percent_lower_w.rb} +0 -0
  206. /data/test/fixtures/ruby/{percent_I.rb → percent_upper_i.rb} +0 -0
  207. /data/test/fixtures/ruby/{percent_W.rb → percent_upper_w.rb} +0 -0
@@ -22,109 +22,113 @@ msgstr ""
22
22
  "X-Poedit-Language: Chinese\n"
23
23
  "X-Poedit-Country: TAIWAN\n"
24
24
 
25
- #: ../lib/gettext/text_domain_manager.rb:148
25
+ #: ../lib/gettext/text_domain_manager.rb:149
26
26
  #, fuzzy
27
27
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
28
28
  msgstr "第三个参数錯誤:value = %{number}"
29
29
 
30
- #: ../lib/gettext/text_domain_manager.rb:154
30
+ #: ../lib/gettext/text_domain_manager.rb:155
31
31
  msgid "ngettext: 3rd parameter should be a number, not nil."
32
32
  msgstr ""
33
33
 
34
- #: ../lib/gettext/tools/msgcat.rb:242
34
+ #: ../lib/gettext/tools/msgcat.rb:243
35
35
  msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
36
36
  msgstr ""
37
37
 
38
- #: ../lib/gettext/tools/msgcat.rb:244
38
+ #: ../lib/gettext/tools/msgcat.rb:245
39
39
  msgid "Concatenates and merges PO files."
40
40
  msgstr ""
41
41
 
42
- #: ../lib/gettext/tools/msgcat.rb:246 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:92 ../lib/gettext/tools/msgmerge.rb:361 ../lib/gettext/tools/xgettext.rb:248
42
+ #: ../lib/gettext/tools/msgcat.rb:247 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:98 ../lib/gettext/tools/msgmerge.rb:368 ../lib/gettext/tools/xgettext.rb:247
43
43
  msgid "Specific options:"
44
44
  msgstr "特殊選項:"
45
45
 
46
- #: ../lib/gettext/tools/msgcat.rb:249 ../lib/gettext/tools/msgmerge.rb:369
46
+ #: ../lib/gettext/tools/msgcat.rb:250 ../lib/gettext/tools/msgmerge.rb:376
47
47
  #, fuzzy
48
48
  msgid "Write output to specified file"
49
49
  msgstr "輸出到指定檔案"
50
50
 
51
- #: ../lib/gettext/tools/msgcat.rb:250
51
+ #: ../lib/gettext/tools/msgcat.rb:251
52
52
  msgid "(default: the standard output)"
53
53
  msgstr ""
54
54
 
55
- #: ../lib/gettext/tools/msgcat.rb:255 ../lib/gettext/tools/msgcat.rb:272 ../lib/gettext/tools/msgmerge.rb:374 ../lib/gettext/tools/msgmerge.rb:393 ../lib/gettext/tools/xgettext.rb:302
55
+ #: ../lib/gettext/tools/msgcat.rb:256 ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:400 ../lib/gettext/tools/xgettext.rb:301
56
56
  msgid "Sort output by msgid"
57
57
  msgstr ""
58
58
 
59
- #: ../lib/gettext/tools/msgcat.rb:260 ../lib/gettext/tools/msgcat.rb:265 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:388
59
+ #: ../lib/gettext/tools/msgcat.rb:261 ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:388 ../lib/gettext/tools/msgmerge.rb:395
60
60
  msgid "Sort output by location"
61
61
  msgstr ""
62
62
 
63
- #: ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:382
63
+ #: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgmerge.rb:389
64
64
  msgid "It is same as --sort-by-location"
65
65
  msgstr ""
66
66
 
67
- #: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:376 ../lib/gettext/tools/msgmerge.rb:383
67
+ #: ../lib/gettext/tools/msgcat.rb:268 ../lib/gettext/tools/msgcat.rb:275 ../lib/gettext/tools/msgmerge.rb:383 ../lib/gettext/tools/msgmerge.rb:390
68
68
  msgid "Just for GNU gettext's msgcat compatibility"
69
69
  msgstr ""
70
70
 
71
- #: ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:375
71
+ #: ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:382
72
72
  msgid "It is same as --sort-by-msgid"
73
73
  msgstr ""
74
74
 
75
- #: ../lib/gettext/tools/msgcat.rb:279
75
+ #: ../lib/gettext/tools/msgcat.rb:280
76
76
  msgid "Remove location information"
77
77
  msgstr ""
78
78
 
79
- #: ../lib/gettext/tools/msgcat.rb:284
79
+ #: ../lib/gettext/tools/msgcat.rb:285
80
80
  msgid "Remove translator comment"
81
81
  msgstr ""
82
82
 
83
- #: ../lib/gettext/tools/msgcat.rb:289
83
+ #: ../lib/gettext/tools/msgcat.rb:290
84
84
  msgid "Remove extracted comment"
85
85
  msgstr ""
86
86
 
87
- #: ../lib/gettext/tools/msgcat.rb:294
87
+ #: ../lib/gettext/tools/msgcat.rb:295
88
88
  msgid "Remove flag comment"
89
89
  msgstr ""
90
90
 
91
- #: ../lib/gettext/tools/msgcat.rb:299
91
+ #: ../lib/gettext/tools/msgcat.rb:300
92
92
  msgid "Remove previous comment"
93
93
  msgstr ""
94
94
 
95
- #: ../lib/gettext/tools/msgcat.rb:304
95
+ #: ../lib/gettext/tools/msgcat.rb:305
96
96
  msgid "Remove all comments"
97
97
  msgstr ""
98
98
 
99
- #: ../lib/gettext/tools/msgcat.rb:309 ../lib/gettext/tools/msgmerge.rb:403 ../lib/gettext/tools/xgettext.rb:312
99
+ #: ../lib/gettext/tools/msgcat.rb:310 ../lib/gettext/tools/msgmerge.rb:410 ../lib/gettext/tools/xgettext.rb:311
100
100
  msgid "Set output page width"
101
101
  msgstr ""
102
102
 
103
- #: ../lib/gettext/tools/msgcat.rb:315 ../lib/gettext/tools/msgmerge.rb:409 ../lib/gettext/tools/xgettext.rb:318
103
+ #: ../lib/gettext/tools/msgcat.rb:316 ../lib/gettext/tools/msgmerge.rb:416 ../lib/gettext/tools/xgettext.rb:317
104
104
  msgid "Break long message lines, longer than the output page width, into several lines"
105
105
  msgstr ""
106
106
 
107
- #: ../lib/gettext/tools/msgcat.rb:326
107
+ #: ../lib/gettext/tools/msgcat.rb:327 ../lib/gettext/tools/msgmerge.rb:427 ../lib/gettext/tools/xgettext.rb:328
108
+ msgid "Use one line for each reference comment"
109
+ msgstr ""
110
+
111
+ #: ../lib/gettext/tools/msgcat.rb:333
108
112
  msgid "Ignore fuzzy entries"
109
113
  msgstr ""
110
114
 
111
- #: ../lib/gettext/tools/msgcat.rb:331
115
+ #: ../lib/gettext/tools/msgcat.rb:338 ../lib/gettext/tools/msgmerge.rb:439
112
116
  msgid "Don't report warning messages"
113
117
  msgstr ""
114
118
 
115
- #: ../lib/gettext/tools/msgcat.rb:336 ../lib/gettext/tools/msgmerge.rb:426
119
+ #: ../lib/gettext/tools/msgcat.rb:343 ../lib/gettext/tools/msgmerge.rb:444
116
120
  msgid "Don't output obsolete entries"
117
121
  msgstr ""
118
122
 
119
- #: ../lib/gettext/tools/msgcat.rb:341
123
+ #: ../lib/gettext/tools/msgcat.rb:348
120
124
  msgid "Update PO-Revision-Date header field"
121
125
  msgstr ""
122
126
 
123
- #: ../lib/gettext/tools/msgcat.rb:346
127
+ #: ../lib/gettext/tools/msgcat.rb:353
124
128
  msgid "Remove FIELD from header"
125
129
  msgstr ""
126
130
 
127
- #: ../lib/gettext/tools/msgcat.rb:347
131
+ #: ../lib/gettext/tools/msgcat.rb:354
128
132
  msgid "Specify this option multiple times to remove multiple header fields"
129
133
  msgstr ""
130
134
 
@@ -141,714 +145,197 @@ msgstr "使用: %s input.po [-o output.mo]"
141
145
  msgid "Generate binary message catalog from textual translation description."
142
146
  msgstr "從textual translation description產生二進位訊息 catalog"
143
147
 
144
- #: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:251
148
+ #: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:250
145
149
  msgid "write output to specified file"
146
150
  msgstr "輸出到指定檔案"
147
151
 
148
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
152
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:360
149
153
  msgid "display version information and exit"
150
154
  msgstr "秀出版本資訊後退出"
151
155
 
152
- #: ../lib/gettext/tools/msginit.rb:88
156
+ #: ../lib/gettext/tools/msginit.rb:94
153
157
  msgid "Create a new .po file from initializing .pot file with user's environment and input."
154
158
  msgstr ""
155
159
 
156
- #: ../lib/gettext/tools/msginit.rb:94
160
+ #: ../lib/gettext/tools/msginit.rb:100
157
161
  msgid "Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file existing the current directory."
158
162
  msgstr ""
159
163
 
160
- #: ../lib/gettext/tools/msginit.rb:101
164
+ #: ../lib/gettext/tools/msginit.rb:107
161
165
  msgid "Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on LOCALE or the current locale on your environment."
162
166
  msgstr ""
163
167
 
164
- #: ../lib/gettext/tools/msginit.rb:108
168
+ #: ../lib/gettext/tools/msginit.rb:114
165
169
  msgid "Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current locale on your environment."
166
170
  msgstr ""
167
171
 
168
- #: ../lib/gettext/tools/msginit.rb:116
172
+ #: ../lib/gettext/tools/msginit.rb:122
169
173
  msgid "Whether set translator information or not"
170
174
  msgstr ""
171
175
 
172
- #: ../lib/gettext/tools/msginit.rb:117
176
+ #: ../lib/gettext/tools/msginit.rb:123
173
177
  msgid "(set)"
174
178
  msgstr ""
175
179
 
176
- #: ../lib/gettext/tools/msginit.rb:122
180
+ #: ../lib/gettext/tools/msginit.rb:128
177
181
  msgid "Use NAME as translator name"
178
182
  msgstr ""
179
183
 
180
- #: ../lib/gettext/tools/msginit.rb:127
184
+ #: ../lib/gettext/tools/msginit.rb:133
181
185
  msgid "Use EMAIL as translator email address"
182
186
  msgstr ""
183
187
 
184
- #: ../lib/gettext/tools/msginit.rb:131 ../lib/gettext/tools/msgmerge.rb:430
188
+ #: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:448
185
189
  msgid "Display this help and exit"
186
190
  msgstr ""
187
191
 
188
- #: ../lib/gettext/tools/msginit.rb:136
192
+ #: ../lib/gettext/tools/msginit.rb:142
189
193
  #, fuzzy
190
194
  msgid "Display version and exit"
191
195
  msgstr "秀出版本資訊後退出"
192
196
 
193
- #: ../lib/gettext/tools/msginit.rb:154
197
+ #: ../lib/gettext/tools/msginit.rb:160
194
198
  msgid ".pot file does not exist in the current directory."
195
199
  msgstr ""
196
200
 
197
- #: ../lib/gettext/tools/msginit.rb:159
201
+ #: ../lib/gettext/tools/msginit.rb:165
198
202
  #, fuzzy
199
203
  msgid "file '%s' does not exist."
200
204
  msgstr "檔案 '%s' 已經存在"
201
205
 
202
- #: ../lib/gettext/tools/msginit.rb:171
206
+ #: ../lib/gettext/tools/msginit.rb:177
203
207
  msgid "Locale '%s' is invalid. Please check if your specified locale is usable."
204
208
  msgstr ""
205
209
 
206
- #: ../lib/gettext/tools/msginit.rb:181
210
+ #: ../lib/gettext/tools/msginit.rb:187
207
211
  #, fuzzy
208
212
  msgid "file '%s' has already existed."
209
213
  msgstr "檔案 '%s' 已經存在"
210
214
 
211
- #: ../lib/gettext/tools/msginit.rb:223
215
+ #: ../lib/gettext/tools/msginit.rb:229
212
216
  msgid "Please enter your full name"
213
217
  msgstr ""
214
218
 
215
- #: ../lib/gettext/tools/msginit.rb:252
219
+ #: ../lib/gettext/tools/msginit.rb:258
216
220
  msgid "Please enter your email address"
217
221
  msgstr ""
218
222
 
219
- #: ../lib/gettext/tools/msgmerge.rb:350
223
+ #: ../lib/gettext/tools/msgmerge.rb:357
220
224
  msgid "Usage: %s [OPTIONS] definition.po reference.pot"
221
225
  msgstr ""
222
226
 
223
- #: ../lib/gettext/tools/msgmerge.rb:353
227
+ #: ../lib/gettext/tools/msgmerge.rb:360
224
228
  #, fuzzy
225
229
  msgid "Merges two Uniforum style .po files together. The definition.po file is an existing PO file with translations. The reference.pot file is the last created PO file with up-to-date source references. The reference.pot is generally created by rxgettext."
226
230
  msgstr "合併兩同樣形式的 po 檔, def.po 檔是原來有翻譯的檔案,ref.pot 檔是經過原始碼更新過的新檔,ref.pot 一般是由rgettext 建立。"
227
231
 
228
- #: ../lib/gettext/tools/msgmerge.rb:364
232
+ #: ../lib/gettext/tools/msgmerge.rb:371
229
233
  msgid "Update definition.po"
230
234
  msgstr ""
231
235
 
232
- #: ../lib/gettext/tools/msgmerge.rb:398 ../lib/gettext/tools/xgettext.rb:307
236
+ #: ../lib/gettext/tools/msgmerge.rb:405 ../lib/gettext/tools/xgettext.rb:306
233
237
  msgid "Preserve '#: FILENAME:LINE' lines"
234
238
  msgstr ""
235
239
 
236
- #: ../lib/gettext/tools/msgmerge.rb:420
240
+ #: ../lib/gettext/tools/msgmerge.rb:433
237
241
  msgid "Disable fuzzy matching"
238
242
  msgstr ""
239
243
 
240
- #: ../lib/gettext/tools/msgmerge.rb:421
244
+ #: ../lib/gettext/tools/msgmerge.rb:434
241
245
  msgid "(enable)"
242
246
  msgstr ""
243
247
 
244
- #: ../lib/gettext/tools/msgmerge.rb:436
248
+ #: ../lib/gettext/tools/msgmerge.rb:454
245
249
  #, fuzzy
246
250
  msgid "Display version information and exit"
247
251
  msgstr "秀出版本資訊後退出"
248
252
 
249
- #: ../lib/gettext/tools/parser/glade.rb:32
250
- msgid "`%{file}' is not glade-2.0 format."
251
- msgstr "`%{file}' 不是 glade-2.0 格式"
252
-
253
- #: ../lib/gettext/tools/xgettext.rb:65
253
+ #: ../lib/gettext/tools/xgettext.rb:63
254
254
  msgid "'%{klass}' is ignored."
255
255
  msgstr "'%{klass}' 忽略"
256
256
 
257
- #: ../lib/gettext/tools/xgettext.rb:170
257
+ #: ../lib/gettext/tools/xgettext.rb:169
258
258
  msgid "Error parsing %{path}"
259
259
  msgstr ""
260
260
 
261
- #: ../lib/gettext/tools/xgettext.rb:229
261
+ #: ../lib/gettext/tools/xgettext.rb:228
262
262
  msgid "no input files"
263
263
  msgstr "無輸入檔"
264
264
 
265
- #: ../lib/gettext/tools/xgettext.rb:242
265
+ #: ../lib/gettext/tools/xgettext.rb:241
266
266
  msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
267
267
  msgstr "使用: %s input.rb [-r parser.rb] [-o output.pot]"
268
268
 
269
- #: ../lib/gettext/tools/xgettext.rb:245
269
+ #: ../lib/gettext/tools/xgettext.rb:244
270
270
  msgid "Extract translatable strings from given input files."
271
271
  msgstr "從輸入檔中取出翻譯字串"
272
272
 
273
- #: ../lib/gettext/tools/xgettext.rb:256
273
+ #: ../lib/gettext/tools/xgettext.rb:255
274
274
  msgid "set package name in output"
275
275
  msgstr ""
276
276
 
277
- #: ../lib/gettext/tools/xgettext.rb:262
277
+ #: ../lib/gettext/tools/xgettext.rb:261
278
278
  msgid "set package version in output"
279
279
  msgstr ""
280
280
 
281
- #: ../lib/gettext/tools/xgettext.rb:268
281
+ #: ../lib/gettext/tools/xgettext.rb:267
282
282
  msgid "set report e-mail address for msgid bugs"
283
283
  msgstr ""
284
284
 
285
- #: ../lib/gettext/tools/xgettext.rb:274
285
+ #: ../lib/gettext/tools/xgettext.rb:273
286
286
  msgid "set copyright holder in output"
287
287
  msgstr ""
288
288
 
289
- #: ../lib/gettext/tools/xgettext.rb:280
289
+ #: ../lib/gettext/tools/xgettext.rb:279
290
290
  msgid "set copyright year in output"
291
291
  msgstr ""
292
292
 
293
- #: ../lib/gettext/tools/xgettext.rb:286
293
+ #: ../lib/gettext/tools/xgettext.rb:285
294
294
  msgid "set encoding for output"
295
295
  msgstr ""
296
296
 
297
- #: ../lib/gettext/tools/xgettext.rb:292
297
+ #: ../lib/gettext/tools/xgettext.rb:291
298
298
  msgid "Generate sorted output"
299
299
  msgstr ""
300
300
 
301
- #: ../lib/gettext/tools/xgettext.rb:297
301
+ #: ../lib/gettext/tools/xgettext.rb:296
302
302
  msgid "Sort output by file location"
303
303
  msgstr ""
304
304
 
305
- #: ../lib/gettext/tools/xgettext.rb:329
305
+ #: ../lib/gettext/tools/xgettext.rb:334
306
306
  #, fuzzy
307
307
  msgid "require the library before executing xgettext"
308
308
  msgstr "在執行 rgettext 之前需要一個庫"
309
309
 
310
- #: ../lib/gettext/tools/xgettext.rb:334
310
+ #: ../lib/gettext/tools/xgettext.rb:339
311
+ msgid "Add PARSER to parser list for xgettext"
312
+ msgstr ""
313
+
314
+ #: ../lib/gettext/tools/xgettext.rb:345
311
315
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
312
316
  msgstr ""
313
317
 
314
- #: ../lib/gettext/tools/xgettext.rb:335
318
+ #: ../lib/gettext/tools/xgettext.rb:346
315
319
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
316
320
  msgstr ""
317
321
 
318
- #: ../lib/gettext/tools/xgettext.rb:336
322
+ #: ../lib/gettext/tools/xgettext.rb:347
319
323
  msgid "(default: %s)"
320
324
  msgstr ""
321
325
 
322
- #: ../lib/gettext/tools/xgettext.rb:336
326
+ #: ../lib/gettext/tools/xgettext.rb:347
323
327
  msgid "no TAG"
324
328
  msgstr ""
325
329
 
326
- #: ../lib/gettext/tools/xgettext.rb:340
330
+ #: ../lib/gettext/tools/xgettext.rb:351
327
331
  msgid "run in debugging mode"
328
332
  msgstr "執行除錯模式"
329
333
 
330
- #: ../lib/gettext/tools/xgettext.rb:344
334
+ #: ../lib/gettext/tools/xgettext.rb:355
331
335
  #, fuzzy
332
336
  msgid "display this help and exit"
333
337
  msgstr "秀出版本資訊後退出"
334
338
 
335
- #: ../lib/gettext/tools/xgettext.rb:375
339
+ #: ../lib/gettext/tools/xgettext.rb:386
336
340
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
337
341
  msgstr ""
338
-
339
- #: ../samples/cgi/hellolib.rb:16
340
- msgid "This message is from hellolib."
341
- msgstr ""
342
-
343
- #: ../samples/hello.rb:17
344
- msgid ""
345
- "Hello World\n"
346
- msgstr ""
347
-
348
- #: ../samples/hello2.rb:19
349
- msgid ""
350
- "One is %{num}\n"
351
- msgstr ""
352
-
353
- #: ../samples/hello2.rb:20
354
- msgid ""
355
- "Hello %{world}\n"
356
- msgstr ""
357
-
358
- #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
359
- msgid "World"
360
- msgstr ""
361
-
362
- #: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
363
- msgid "window1"
364
- msgstr ""
365
-
366
- #: ../samples/hello_glade2.glade:30
367
- msgid ""
368
- "first line\n"
369
- "second line\n"
370
- "third line"
371
- msgstr ""
372
-
373
- #: ../samples/hello_glade2.glade:54
374
- msgid "<Hello world>"
375
- msgstr ""
376
-
377
- #: ../samples/hello_gtk2.rb:25
378
- msgid "hello, gtk world"
379
- msgstr ""
380
-
381
- #: ../samples/hello_noop.rb:13
382
- msgid "Hello World"
383
- msgstr ""
384
-
385
- #: ../samples/hello_noop.rb:13
386
- msgid "Hello World2"
387
- msgstr ""
388
-
389
- #: ../samples/hello_plural.rb:20
390
- msgid ""
391
- "There is an apple.\n"
392
- msgid_plural ""
393
- "There are %{num} apples.\n"
394
- msgstr[0] ""
395
- msgstr[1] ""
396
-
397
- #: ../samples/hello_tk.rb:16
398
- msgid "hello, tk world"
399
- msgstr ""
400
-
401
- #: ../test/fixtures/_.rb:30 ../test/fixtures/lower_n_.rb:29 ../test/fixtures/upper_n_.rb:10 ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
402
- msgid "aaa"
403
- msgid_plural "aaa2"
404
- msgstr[0] ""
405
- msgstr[1] ""
406
-
407
- #: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
408
- msgid ""
409
- "aaa\n"
410
- msgstr ""
411
-
412
- #: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
413
- msgid ""
414
- "bbb\n"
415
- "ccc"
416
- msgstr ""
417
-
418
- #: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
419
- msgid ""
420
- "bbb\n"
421
- "ccc\n"
422
- "ddd\n"
423
- msgstr ""
424
-
425
- #: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
426
- msgid "eee"
427
- msgstr ""
428
-
429
- #: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
430
- msgid "fff"
431
- msgid_plural "fff2"
432
- msgstr[0] ""
433
- msgstr[1] ""
434
-
435
- #: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
436
- msgid "ggghhhiii"
437
- msgid_plural "jjjkkklll"
438
- msgstr[0] ""
439
- msgstr[1] ""
440
-
441
- #: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
442
- msgid "a\"b\"c\""
443
- msgid_plural "a\"b\"c\"2"
444
- msgstr[0] ""
445
- msgstr[1] ""
446
-
447
- #: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
448
- msgid "d\"e\"f\""
449
- msgid_plural "d\"e\"f\"2"
450
- msgstr[0] ""
451
- msgstr[1] ""
452
-
453
- #: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
454
- msgid "jjj"
455
- msgstr ""
456
-
457
- #: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
458
- msgid "kkk"
459
- msgstr ""
460
-
461
- #: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
462
- msgid "lllmmm"
463
- msgstr ""
464
-
465
- #: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
466
- msgid ""
467
- "nnn\n"
468
- "ooo"
469
- msgstr ""
470
-
471
- #: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
472
- msgid "#"
473
- msgstr ""
474
-
475
- #: ../test/fixtures/_.rb:96
476
- msgid "\taaa'bbb\\ccc"
477
- msgstr ""
478
-
479
- #: ../test/fixtures/_.rb:100
480
- msgid ""
481
- "Here document1\n"
482
- "Here document2\n"
483
- msgstr ""
484
-
485
- #: ../test/fixtures/_.rb:109
486
- msgid "in_quote"
487
- msgstr ""
488
-
489
- #. TRANSLATORS: This is a proper name. See the gettext
490
- #. manual, section Names. Note this is actually a non-ASCII
491
- #. name: The first name is (with Unicode escapes)
492
- #. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
493
- #. Pronunciation is like "fraa-swa pee-nar".
494
- #. This is an example from GNU gettext documentation.
495
- #: ../test/fixtures/_.rb:120
496
- msgid "Francois Pinard"
497
- msgstr ""
498
-
499
- #: ../test/fixtures/_.rb:123
500
- msgid "No TRANSLATORS comment"
501
- msgstr ""
502
-
503
- #: ../test/fixtures/_.rb:128
504
- msgid "self explaining"
505
- msgstr ""
506
-
507
- #: ../test/fixtures/_.rb:132
508
- msgid "This is a # including string."
509
- msgstr ""
510
-
511
- #: ../test/fixtures/_/double_quote_in_double_quote.rb:28
512
- msgid "double \"quote\" in double quote"
513
- msgstr ""
514
-
515
- #: ../test/fixtures/_/double_quote_in_single_quote.rb:28
516
- msgid "double \"quote\" in single quote"
517
- msgstr ""
518
-
519
- #: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
520
- msgid "literal concatenation with continuation line"
521
- msgstr ""
522
-
523
- #: ../test/fixtures/_/middle_new_line.rb:28
524
- msgid ""
525
- "middle\n"
526
- "new line"
527
- msgstr ""
528
-
529
- #: ../test/fixtures/_/multiple_lines_literal.rb:28
530
- msgid ""
531
- "multiple\n"
532
- "lines\n"
533
- "literal\n"
534
- msgstr ""
535
-
536
- #: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
537
- msgid "multiple"
538
- msgstr ""
539
-
540
- #: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
541
- msgid "in same line"
542
- msgstr ""
543
-
544
- #: ../test/fixtures/_/multiple_same_messages.rb:28 ../test/fixtures/_/multiple_same_messages.rb:32
545
- msgid "multiple same messages"
546
- msgstr ""
547
-
548
- #: ../test/fixtures/_/one_line.rb:28
549
- msgid "one line"
550
- msgstr ""
551
-
552
- #: ../test/fixtures/_/one_new_line.rb:28
553
- msgid ""
554
- "one new line\n"
555
- msgstr ""
556
-
557
- #: ../test/fixtures/_/percent_strings.rb:31
558
- msgid "in_symbol_array"
559
- msgstr ""
560
-
561
- #: ../test/fixtures/_/percent_strings.rb:39
562
- msgid "hello world"
563
- msgstr ""
564
-
565
- #: ../test/fixtures/_/percent_strings.rb:47
566
- msgid "in_string_array"
567
- msgstr ""
568
-
569
- #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
570
- msgid "Hello"
571
- msgstr ""
572
-
573
- #: ../test/fixtures/backslash.rb:27
574
- msgid "You should escape '\\' as '\\\\'."
575
- msgstr ""
576
-
577
- #: ../test/fixtures/gladeparser.glade:29
578
- msgid "normal text"
579
- msgstr ""
580
-
581
- #: ../test/fixtures/gladeparser.glade:50
582
- msgid ""
583
- "1st line\n"
584
- "2nd line\n"
585
- "3rd line"
586
- msgstr ""
587
-
588
- #: ../test/fixtures/gladeparser.glade:73
589
- msgid "<span color=\"red\" weight=\"bold\" size=\"large\">markup </span>"
590
- msgstr ""
591
-
592
- #: ../test/fixtures/gladeparser.glade:94
593
- msgid ""
594
- "<span color=\"red\">1st line markup </span>\n"
595
- "<span color=\"blue\">2nd line markup</span>"
596
- msgstr ""
597
-
598
- #: ../test/fixtures/gladeparser.glade:116
599
- msgid "<span>&quot;markup&quot; with &lt;escaped strings&gt;</span>"
600
- msgstr ""
601
-
602
- #: ../test/fixtures/gladeparser.glade:137 ../test/fixtures/gladeparser.glade:158
603
- msgid "duplicated"
604
- msgstr ""
605
-
606
- #: ../test/fixtures/lower_n_.rb:33
607
- msgid ""
608
- "bbb\n"
609
- msgid_plural ""
610
- "ccc2\n"
611
- "ccc2"
612
- msgstr[0] ""
613
- msgstr[1] ""
614
-
615
- #: ../test/fixtures/lower_n_.rb:37
616
- msgid ""
617
- "ddd\n"
618
- "ddd"
619
- msgid_plural ""
620
- "ddd2\n"
621
- "ddd2"
622
- msgstr[0] ""
623
- msgstr[1] ""
624
-
625
- #: ../test/fixtures/lower_n_.rb:42
626
- msgid ""
627
- "eee\n"
628
- "eee\n"
629
- msgid_plural ""
630
- "eee2\n"
631
- "eee2\n"
632
- msgstr[0] ""
633
- msgstr[1] ""
634
-
635
- #: ../test/fixtures/lower_n_.rb:48
636
- msgid ""
637
- "ddd\n"
638
- "eee\n"
639
- msgid_plural ""
640
- "ddd\n"
641
- "eee2"
642
- msgstr[0] ""
643
- msgstr[1] ""
644
-
645
- #: ../test/fixtures/lower_n_.rb:59
646
- msgid "ggg"
647
- msgid_plural "ggg2"
648
- msgstr[0] ""
649
- msgstr[1] ""
650
-
651
- #: ../test/fixtures/lower_n_.rb:80
652
- msgid "mmmmmm"
653
- msgid_plural "mmm2mmm2"
654
- msgstr[0] ""
655
- msgstr[1] ""
656
-
657
- #: ../test/fixtures/lower_n_.rb:81
658
- msgid "nnn"
659
- msgid_plural "nnn2"
660
- msgstr[0] ""
661
- msgstr[1] ""
662
-
663
- #: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
664
- msgid "ooo"
665
- msgid_plural "ppp"
666
- msgstr[0] ""
667
- msgstr[1] ""
668
-
669
- #: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
670
- msgid "qqq"
671
- msgid_plural "rrr"
672
- msgstr[0] ""
673
- msgstr[1] ""
674
-
675
- #. TRANSLATORS:please provide translations for all
676
- #. the plural forms!
677
- #: ../test/fixtures/lower_n_.rb:97
678
- msgid "comment"
679
- msgid_plural "comments"
680
- msgstr[0] ""
681
- msgstr[1] ""
682
-
683
- #: ../test/fixtures/multi_text_domain.rb:11 ../test/fixtures/multi_text_domain.rb:24 ../test/fixtures/multi_text_domain.rb:43 ../test/fixtures/multi_text_domain.rb:50 ../test/fixtures/multi_text_domain.rb:62 ../test/fixtures/multi_text_domain.rb:75 ../test/fixtures/multi_text_domain.rb:91 ../test/fixtures/multi_text_domain.rb:104 ../test/fixtures/multi_text_domain.rb:108 ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10 ../test/test_gettext.rb:64 ../test/test_gettext.rb:300 ../test/test_gettext.rb:302 ../test/test_gettext.rb:305 ../test/test_gettext.rb:309 ../test/test_gettext.rb:312 ../test/test_gettext.rb:325 ../test/test_gettext.rb:328 ../test/test_gettext.rb:331 ../test/test_gettext.rb:339 ../test/test_gettext.rb:342 ../test/test_gettext.rb:354 ../test/test_gettext.rb:364 ../test/test_text_domain_toplevel.rb:9 ../test/test_text_domain_toplevel.rb:15 ../test/test_text_domain_toplevel.rb:18 ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
684
- msgid "language"
685
- msgstr ""
686
-
687
- #: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
688
- msgid "LANGUAGE"
689
- msgstr ""
690
-
691
- #: ../test/fixtures/multi_text_domain.rb:120
692
- msgid "no data"
693
- msgstr ""
694
-
695
- #: ../test/fixtures/non_ascii.rb:10
696
- msgid "こんにちは"
697
- msgstr ""
698
-
699
- #: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29 ../test/fixtures/np_.rb:33 ../test/fixtures/np_.rb:34
700
- msgctxt "Magazine"
701
- msgid "a book"
702
- msgid_plural "%{num} books"
703
- msgstr[0] ""
704
- msgstr[1] ""
705
-
706
- #: ../test/fixtures/np_.rb:38 ../test/fixtures/np_.rb:39
707
- msgctxt "Hardcover"
708
- msgid "a book"
709
- msgid_plural "%{num} books"
710
- msgstr[0] ""
711
- msgstr[1] ""
712
-
713
- #: ../test/fixtures/np_.rb:43 ../test/fixtures/np_.rb:44
714
- msgctxt "Magaine"
715
- msgid "I have a magazine"
716
- msgid_plural "I have %{num} magazines"
717
- msgstr[0] ""
718
- msgstr[1] ""
719
-
720
- #: ../test/fixtures/np_.rb:48 ../test/fixtures/np_.rb:49
721
- msgctxt "Hardcover"
722
- msgid "a picture"
723
- msgid_plural "%{num} pictures"
724
- msgstr[0] ""
725
- msgstr[1] ""
726
-
727
- #: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32 ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32 ../test/test_gettext.rb:119
728
- msgid "AAA|BBB"
729
- msgid_plural "CCC"
730
- msgstr[0] ""
731
- msgstr[1] ""
732
-
733
- #: ../test/fixtures/ns_.rb:36 ../test/fixtures/s_.rb:36
734
- msgid "AAA"
735
- msgid_plural "BBB"
736
- msgstr[0] ""
737
- msgstr[1] ""
738
-
739
- #: ../test/fixtures/ns_.rb:40 ../test/fixtures/s_.rb:40
740
- msgid "AAA|CCC"
741
- msgid_plural "DDD"
742
- msgstr[0] ""
743
- msgstr[1] ""
744
-
745
- #: ../test/fixtures/ns_.rb:44 ../test/fixtures/s_.rb:44
746
- msgid "AAA|BBB|CCC"
747
- msgid_plural "DDD"
748
- msgstr[0] ""
749
- msgstr[1] ""
750
-
751
- #: ../test/fixtures/ns_.rb:48 ../test/fixtures/s_.rb:48
752
- msgid "AAA$BBB"
753
- msgid_plural "CCC"
754
- msgstr[0] ""
755
- msgstr[1] ""
756
-
757
- #: ../test/fixtures/ns_.rb:52 ../test/fixtures/s_.rb:52
758
- msgid "AAA$B|BB"
759
- msgid_plural "CCC"
760
- msgstr[0] ""
761
- msgstr[1] ""
762
-
763
- #: ../test/fixtures/ns_.rb:56 ../test/fixtures/s_.rb:56
764
- msgid "AAA$B|CC"
765
- msgid_plural "DDD"
766
- msgstr[0] ""
767
- msgstr[1] ""
768
-
769
- #: ../test/fixtures/ns_.rb:60 ../test/fixtures/s_.rb:60
770
- msgid "AAA|CCC|BBB"
771
- msgid_plural "DDD"
772
- msgstr[0] ""
773
- msgstr[1] ""
774
-
775
- #: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
776
- msgid "context|context$message"
777
- msgid_plural "context|context$messages"
778
- msgstr[0] ""
779
- msgstr[1] ""
780
-
781
- #: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
782
- msgctxt "AAA"
783
- msgid "BBB"
784
- msgstr ""
785
-
786
- #: ../test/fixtures/p_.rb:37
787
- msgctxt "AAA|BBB"
788
- msgid "CCC"
789
- msgstr ""
790
-
791
- #: ../test/fixtures/p_.rb:41
792
- msgctxt "AAA"
793
- msgid "CCC"
794
- msgstr ""
795
-
796
- #: ../test/fixtures/p_.rb:45
797
- msgctxt "CCC"
798
- msgid "BBB"
799
- msgstr ""
800
-
801
- #: ../test/fixtures/p_.rb:49
802
- msgid "BBB"
803
- msgstr ""
804
-
805
- #. TRANSLATORS:please translate 'name' in the context of 'program'.
806
- #. Hint: the translation should NOT contain the translation of 'program'.
807
- #: ../test/fixtures/p_.rb:55
808
- msgctxt "program"
809
- msgid "name"
810
- msgstr ""
811
-
812
- #: ../test/fixtures/simple.rb:14
813
- msgid "one is %d."
814
- msgstr ""
815
-
816
- #: ../test/fixtures/untranslated.rb:10
817
- msgid "untranslated"
818
- msgstr ""
819
-
820
- #: ../test/test_gettext.rb:59
821
- msgid "nomsgstr"
822
- msgstr ""
823
-
824
- #: ../test/test_gettext.rb:101
825
- msgid "test"
826
- msgstr ""
827
-
828
- #: ../test/test_gettext.rb:179 ../test/test_gettext.rb:180 ../test/test_gettext.rb:181 ../test/test_gettext.rb:184 ../test/test_gettext.rb:185 ../test/test_gettext.rb:186 ../test/test_gettext.rb:189 ../test/test_gettext.rb:190 ../test/test_gettext.rb:191 ../test/test_gettext.rb:194 ../test/test_gettext.rb:195 ../test/test_gettext.rb:196 ../test/test_gettext.rb:197 ../test/test_gettext.rb:200 ../test/test_gettext.rb:201 ../test/test_gettext.rb:202 ../test/test_gettext.rb:203 ../test/test_gettext.rb:206 ../test/test_gettext.rb:207 ../test/test_gettext.rb:208 ../test/test_gettext.rb:211 ../test/test_gettext.rb:212 ../test/test_gettext.rb:213 ../test/test_gettext.rb:216 ../test/test_gettext.rb:217 ../test/test_gettext.rb:218 ../test/test_gettext.rb:221 ../test/test_gettext.rb:222 ../test/test_gettext.rb:223 ../test/test_gettext.rb:224 ../test/test_gettext.rb:225 ../test/test_gettext.rb:255 ../test/test_gettext.rb:256 ../test/test_gettext.rb:257 ../test/test_gettext.rb:263 ../test/test_gettext.rb:264 ../test/test_gettext.rb:265 ../test/test_gettext.rb:274 ../test/test_gettext.rb:275 ../test/test_gettext.rb:276 ../test/test_gettext.rb:284 ../test/test_gettext.rb:285 ../test/test_gettext.rb:286
829
- msgid "one"
830
- msgid_plural "two"
831
- msgstr[0] ""
832
- msgstr[1] ""
833
-
834
- #: ../test/test_gettext.rb:231 ../test/test_gettext.rb:232 ../test/test_gettext.rb:233 ../test/test_gettext.rb:236 ../test/test_gettext.rb:237 ../test/test_gettext.rb:238 ../test/test_gettext.rb:243 ../test/test_gettext.rb:244 ../test/test_gettext.rb:245 ../test/test_gettext.rb:247 ../test/test_gettext.rb:248 ../test/test_gettext.rb:249 ../test/test_gettext.rb:252 ../test/test_gettext.rb:253 ../test/test_gettext.rb:254
835
- msgid "first"
836
- msgid_plural "second"
837
- msgstr[0] ""
838
- msgstr[1] ""
839
-
840
- #: ../test/test_gettext.rb:239 ../test/test_gettext.rb:240 ../test/test_gettext.rb:241
841
- msgid "first_2"
842
- msgid_plural "second_2"
843
- msgstr[0] ""
844
- msgstr[1] ""
845
-
846
- #: ../test/test_gettext.rb:271 ../test/test_gettext.rb:272 ../test/test_gettext.rb:273 ../test/test_gettext.rb:281 ../test/test_gettext.rb:282 ../test/test_gettext.rb:283
847
- msgid "single"
848
- msgid_plural "plural"
849
- msgstr[0] ""
850
- msgstr[1] ""
851
-
852
- #: ../test/tools/files/simple_translation.rb:3
853
- msgid "a translation"
854
- msgstr ""