gettext 3.3.6 → 3.4.9

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -20,108 +20,112 @@ msgstr ""
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=1; plural=0;\n"
22
22
 
23
- #: ../lib/gettext/text_domain_manager.rb:148
23
+ #: ../lib/gettext/text_domain_manager.rb:149
24
24
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
25
25
  msgstr ""
26
26
 
27
- #: ../lib/gettext/text_domain_manager.rb:154
27
+ #: ../lib/gettext/text_domain_manager.rb:155
28
28
  msgid "ngettext: 3rd parameter should be a number, not nil."
29
29
  msgstr ""
30
30
 
31
- #: ../lib/gettext/tools/msgcat.rb:242
31
+ #: ../lib/gettext/tools/msgcat.rb:243
32
32
  msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
33
33
  msgstr ""
34
34
 
35
- #: ../lib/gettext/tools/msgcat.rb:244
35
+ #: ../lib/gettext/tools/msgcat.rb:245
36
36
  msgid "Concatenates and merges PO files."
37
37
  msgstr ""
38
38
 
39
- #: ../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
39
+ #: ../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
40
40
  msgid "Specific options:"
41
41
  msgstr "특별한 옵션들:"
42
42
 
43
- #: ../lib/gettext/tools/msgcat.rb:249 ../lib/gettext/tools/msgmerge.rb:369
43
+ #: ../lib/gettext/tools/msgcat.rb:250 ../lib/gettext/tools/msgmerge.rb:376
44
44
  #, fuzzy
45
45
  msgid "Write output to specified file"
46
46
  msgstr "지정한 파일에 출력 내용을 저장합니다"
47
47
 
48
- #: ../lib/gettext/tools/msgcat.rb:250
48
+ #: ../lib/gettext/tools/msgcat.rb:251
49
49
  msgid "(default: the standard output)"
50
50
  msgstr ""
51
51
 
52
- #: ../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
52
+ #: ../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
53
53
  msgid "Sort output by msgid"
54
54
  msgstr ""
55
55
 
56
- #: ../lib/gettext/tools/msgcat.rb:260 ../lib/gettext/tools/msgcat.rb:265 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:388
56
+ #: ../lib/gettext/tools/msgcat.rb:261 ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:388 ../lib/gettext/tools/msgmerge.rb:395
57
57
  msgid "Sort output by location"
58
58
  msgstr ""
59
59
 
60
- #: ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:382
60
+ #: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgmerge.rb:389
61
61
  msgid "It is same as --sort-by-location"
62
62
  msgstr ""
63
63
 
64
- #: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:376 ../lib/gettext/tools/msgmerge.rb:383
64
+ #: ../lib/gettext/tools/msgcat.rb:268 ../lib/gettext/tools/msgcat.rb:275 ../lib/gettext/tools/msgmerge.rb:383 ../lib/gettext/tools/msgmerge.rb:390
65
65
  msgid "Just for GNU gettext's msgcat compatibility"
66
66
  msgstr ""
67
67
 
68
- #: ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:375
68
+ #: ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:382
69
69
  msgid "It is same as --sort-by-msgid"
70
70
  msgstr ""
71
71
 
72
- #: ../lib/gettext/tools/msgcat.rb:279
72
+ #: ../lib/gettext/tools/msgcat.rb:280
73
73
  msgid "Remove location information"
74
74
  msgstr ""
75
75
 
76
- #: ../lib/gettext/tools/msgcat.rb:284
76
+ #: ../lib/gettext/tools/msgcat.rb:285
77
77
  msgid "Remove translator comment"
78
78
  msgstr ""
79
79
 
80
- #: ../lib/gettext/tools/msgcat.rb:289
80
+ #: ../lib/gettext/tools/msgcat.rb:290
81
81
  msgid "Remove extracted comment"
82
82
  msgstr ""
83
83
 
84
- #: ../lib/gettext/tools/msgcat.rb:294
84
+ #: ../lib/gettext/tools/msgcat.rb:295
85
85
  msgid "Remove flag comment"
86
86
  msgstr ""
87
87
 
88
- #: ../lib/gettext/tools/msgcat.rb:299
88
+ #: ../lib/gettext/tools/msgcat.rb:300
89
89
  msgid "Remove previous comment"
90
90
  msgstr ""
91
91
 
92
- #: ../lib/gettext/tools/msgcat.rb:304
92
+ #: ../lib/gettext/tools/msgcat.rb:305
93
93
  msgid "Remove all comments"
94
94
  msgstr ""
95
95
 
96
- #: ../lib/gettext/tools/msgcat.rb:309 ../lib/gettext/tools/msgmerge.rb:403 ../lib/gettext/tools/xgettext.rb:312
96
+ #: ../lib/gettext/tools/msgcat.rb:310 ../lib/gettext/tools/msgmerge.rb:410 ../lib/gettext/tools/xgettext.rb:311
97
97
  msgid "Set output page width"
98
98
  msgstr ""
99
99
 
100
- #: ../lib/gettext/tools/msgcat.rb:315 ../lib/gettext/tools/msgmerge.rb:409 ../lib/gettext/tools/xgettext.rb:318
100
+ #: ../lib/gettext/tools/msgcat.rb:316 ../lib/gettext/tools/msgmerge.rb:416 ../lib/gettext/tools/xgettext.rb:317
101
101
  msgid "Break long message lines, longer than the output page width, into several lines"
102
102
  msgstr ""
103
103
 
104
- #: ../lib/gettext/tools/msgcat.rb:326
104
+ #: ../lib/gettext/tools/msgcat.rb:327 ../lib/gettext/tools/msgmerge.rb:427 ../lib/gettext/tools/xgettext.rb:328
105
+ msgid "Use one line for each reference comment"
106
+ msgstr ""
107
+
108
+ #: ../lib/gettext/tools/msgcat.rb:333
105
109
  msgid "Ignore fuzzy entries"
106
110
  msgstr ""
107
111
 
108
- #: ../lib/gettext/tools/msgcat.rb:331
112
+ #: ../lib/gettext/tools/msgcat.rb:338 ../lib/gettext/tools/msgmerge.rb:439
109
113
  msgid "Don't report warning messages"
110
114
  msgstr ""
111
115
 
112
- #: ../lib/gettext/tools/msgcat.rb:336 ../lib/gettext/tools/msgmerge.rb:426
116
+ #: ../lib/gettext/tools/msgcat.rb:343 ../lib/gettext/tools/msgmerge.rb:444
113
117
  msgid "Don't output obsolete entries"
114
118
  msgstr ""
115
119
 
116
- #: ../lib/gettext/tools/msgcat.rb:341
120
+ #: ../lib/gettext/tools/msgcat.rb:348
117
121
  msgid "Update PO-Revision-Date header field"
118
122
  msgstr ""
119
123
 
120
- #: ../lib/gettext/tools/msgcat.rb:346
124
+ #: ../lib/gettext/tools/msgcat.rb:353
121
125
  msgid "Remove FIELD from header"
122
126
  msgstr ""
123
127
 
124
- #: ../lib/gettext/tools/msgcat.rb:347
128
+ #: ../lib/gettext/tools/msgcat.rb:354
125
129
  msgid "Specify this option multiple times to remove multiple header fields"
126
130
  msgstr ""
127
131
 
@@ -138,714 +142,197 @@ msgstr "사용법: %s input.po [-o output.mo]"
138
142
  msgid "Generate binary message catalog from textual translation description."
139
143
  msgstr "텍스트로 된 번역 설명으로부터 이진 메시지 목록을 생성합니다."
140
144
 
141
- #: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:251
145
+ #: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:250
142
146
  msgid "write output to specified file"
143
147
  msgstr "지정한 파일에 출력 내용을 저장합니다"
144
148
 
145
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
149
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:360
146
150
  msgid "display version information and exit"
147
151
  msgstr "버전 정보를 표시하고 빠져나갑니다"
148
152
 
149
- #: ../lib/gettext/tools/msginit.rb:88
153
+ #: ../lib/gettext/tools/msginit.rb:94
150
154
  msgid "Create a new .po file from initializing .pot file with user's environment and input."
151
155
  msgstr ""
152
156
 
153
- #: ../lib/gettext/tools/msginit.rb:94
157
+ #: ../lib/gettext/tools/msginit.rb:100
154
158
  msgid "Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file existing the current directory."
155
159
  msgstr ""
156
160
 
157
- #: ../lib/gettext/tools/msginit.rb:101
161
+ #: ../lib/gettext/tools/msginit.rb:107
158
162
  msgid "Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on LOCALE or the current locale on your environment."
159
163
  msgstr ""
160
164
 
161
- #: ../lib/gettext/tools/msginit.rb:108
165
+ #: ../lib/gettext/tools/msginit.rb:114
162
166
  msgid "Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current locale on your environment."
163
167
  msgstr ""
164
168
 
165
- #: ../lib/gettext/tools/msginit.rb:116
169
+ #: ../lib/gettext/tools/msginit.rb:122
166
170
  msgid "Whether set translator information or not"
167
171
  msgstr ""
168
172
 
169
- #: ../lib/gettext/tools/msginit.rb:117
173
+ #: ../lib/gettext/tools/msginit.rb:123
170
174
  msgid "(set)"
171
175
  msgstr ""
172
176
 
173
- #: ../lib/gettext/tools/msginit.rb:122
177
+ #: ../lib/gettext/tools/msginit.rb:128
174
178
  msgid "Use NAME as translator name"
175
179
  msgstr ""
176
180
 
177
- #: ../lib/gettext/tools/msginit.rb:127
181
+ #: ../lib/gettext/tools/msginit.rb:133
178
182
  msgid "Use EMAIL as translator email address"
179
183
  msgstr ""
180
184
 
181
- #: ../lib/gettext/tools/msginit.rb:131 ../lib/gettext/tools/msgmerge.rb:430
185
+ #: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:448
182
186
  msgid "Display this help and exit"
183
187
  msgstr ""
184
188
 
185
- #: ../lib/gettext/tools/msginit.rb:136
189
+ #: ../lib/gettext/tools/msginit.rb:142
186
190
  #, fuzzy
187
191
  msgid "Display version and exit"
188
192
  msgstr "버전 정보를 표시하고 빠져나갑니다"
189
193
 
190
- #: ../lib/gettext/tools/msginit.rb:154
194
+ #: ../lib/gettext/tools/msginit.rb:160
191
195
  msgid ".pot file does not exist in the current directory."
192
196
  msgstr ""
193
197
 
194
- #: ../lib/gettext/tools/msginit.rb:159
198
+ #: ../lib/gettext/tools/msginit.rb:165
195
199
  #, fuzzy
196
200
  msgid "file '%s' does not exist."
197
201
  msgstr "'%s' 파일이 이미 존재합니다."
198
202
 
199
- #: ../lib/gettext/tools/msginit.rb:171
203
+ #: ../lib/gettext/tools/msginit.rb:177
200
204
  msgid "Locale '%s' is invalid. Please check if your specified locale is usable."
201
205
  msgstr ""
202
206
 
203
- #: ../lib/gettext/tools/msginit.rb:181
207
+ #: ../lib/gettext/tools/msginit.rb:187
204
208
  #, fuzzy
205
209
  msgid "file '%s' has already existed."
206
210
  msgstr "'%s' 파일이 이미 존재합니다."
207
211
 
208
- #: ../lib/gettext/tools/msginit.rb:223
212
+ #: ../lib/gettext/tools/msginit.rb:229
209
213
  msgid "Please enter your full name"
210
214
  msgstr ""
211
215
 
212
- #: ../lib/gettext/tools/msginit.rb:252
216
+ #: ../lib/gettext/tools/msginit.rb:258
213
217
  msgid "Please enter your email address"
214
218
  msgstr ""
215
219
 
216
- #: ../lib/gettext/tools/msgmerge.rb:350
220
+ #: ../lib/gettext/tools/msgmerge.rb:357
217
221
  msgid "Usage: %s [OPTIONS] definition.po reference.pot"
218
222
  msgstr ""
219
223
 
220
- #: ../lib/gettext/tools/msgmerge.rb:353
224
+ #: ../lib/gettext/tools/msgmerge.rb:360
221
225
  #, fuzzy
222
226
  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."
223
227
  msgstr "2개의 유니포럼 스타일의 .po 파일들을 서로 병합합니다. def.po 파일은 번역을 가진 PO 파일입니다. ref.pot 파일은 최신 소스를 참조하는 가장 최근에 생성된 PO 파일입니다. ref.pot는 일반적으로 rgettext에 의해 생성됩니다."
224
228
 
225
- #: ../lib/gettext/tools/msgmerge.rb:364
229
+ #: ../lib/gettext/tools/msgmerge.rb:371
226
230
  msgid "Update definition.po"
227
231
  msgstr ""
228
232
 
229
- #: ../lib/gettext/tools/msgmerge.rb:398 ../lib/gettext/tools/xgettext.rb:307
233
+ #: ../lib/gettext/tools/msgmerge.rb:405 ../lib/gettext/tools/xgettext.rb:306
230
234
  msgid "Preserve '#: FILENAME:LINE' lines"
231
235
  msgstr ""
232
236
 
233
- #: ../lib/gettext/tools/msgmerge.rb:420
237
+ #: ../lib/gettext/tools/msgmerge.rb:433
234
238
  msgid "Disable fuzzy matching"
235
239
  msgstr ""
236
240
 
237
- #: ../lib/gettext/tools/msgmerge.rb:421
241
+ #: ../lib/gettext/tools/msgmerge.rb:434
238
242
  msgid "(enable)"
239
243
  msgstr ""
240
244
 
241
- #: ../lib/gettext/tools/msgmerge.rb:436
245
+ #: ../lib/gettext/tools/msgmerge.rb:454
242
246
  #, fuzzy
243
247
  msgid "Display version information and exit"
244
248
  msgstr "버전 정보를 표시하고 빠져나갑니다"
245
249
 
246
- #: ../lib/gettext/tools/parser/glade.rb:32
247
- msgid "`%{file}' is not glade-2.0 format."
248
- msgstr "`%{file}'이(가) glade-2.0 형식에 맞지 않습니다."
249
-
250
- #: ../lib/gettext/tools/xgettext.rb:65
250
+ #: ../lib/gettext/tools/xgettext.rb:63
251
251
  msgid "'%{klass}' is ignored."
252
252
  msgstr "'%{klass}'이(가) 무시되었습니다."
253
253
 
254
- #: ../lib/gettext/tools/xgettext.rb:170
254
+ #: ../lib/gettext/tools/xgettext.rb:169
255
255
  msgid "Error parsing %{path}"
256
256
  msgstr ""
257
257
 
258
- #: ../lib/gettext/tools/xgettext.rb:229
258
+ #: ../lib/gettext/tools/xgettext.rb:228
259
259
  msgid "no input files"
260
260
  msgstr "입력 파일이 없습니다"
261
261
 
262
- #: ../lib/gettext/tools/xgettext.rb:242
262
+ #: ../lib/gettext/tools/xgettext.rb:241
263
263
  msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
264
264
  msgstr "사용법: %s input.rb [-r parser.rb] [-o output.pot]"
265
265
 
266
- #: ../lib/gettext/tools/xgettext.rb:245
266
+ #: ../lib/gettext/tools/xgettext.rb:244
267
267
  msgid "Extract translatable strings from given input files."
268
268
  msgstr "주어진 입력 파일들로부터 번역할 수 있는 문자열을 추출합니다."
269
269
 
270
- #: ../lib/gettext/tools/xgettext.rb:256
270
+ #: ../lib/gettext/tools/xgettext.rb:255
271
271
  msgid "set package name in output"
272
272
  msgstr ""
273
273
 
274
- #: ../lib/gettext/tools/xgettext.rb:262
274
+ #: ../lib/gettext/tools/xgettext.rb:261
275
275
  msgid "set package version in output"
276
276
  msgstr ""
277
277
 
278
- #: ../lib/gettext/tools/xgettext.rb:268
278
+ #: ../lib/gettext/tools/xgettext.rb:267
279
279
  msgid "set report e-mail address for msgid bugs"
280
280
  msgstr ""
281
281
 
282
- #: ../lib/gettext/tools/xgettext.rb:274
282
+ #: ../lib/gettext/tools/xgettext.rb:273
283
283
  msgid "set copyright holder in output"
284
284
  msgstr ""
285
285
 
286
- #: ../lib/gettext/tools/xgettext.rb:280
286
+ #: ../lib/gettext/tools/xgettext.rb:279
287
287
  msgid "set copyright year in output"
288
288
  msgstr ""
289
289
 
290
- #: ../lib/gettext/tools/xgettext.rb:286
290
+ #: ../lib/gettext/tools/xgettext.rb:285
291
291
  msgid "set encoding for output"
292
292
  msgstr ""
293
293
 
294
- #: ../lib/gettext/tools/xgettext.rb:292
294
+ #: ../lib/gettext/tools/xgettext.rb:291
295
295
  msgid "Generate sorted output"
296
296
  msgstr ""
297
297
 
298
- #: ../lib/gettext/tools/xgettext.rb:297
298
+ #: ../lib/gettext/tools/xgettext.rb:296
299
299
  msgid "Sort output by file location"
300
300
  msgstr ""
301
301
 
302
- #: ../lib/gettext/tools/xgettext.rb:329
302
+ #: ../lib/gettext/tools/xgettext.rb:334
303
303
  #, fuzzy
304
304
  msgid "require the library before executing xgettext"
305
305
  msgstr "rgettext를 실행하려면 라이브러리가 필요합니다"
306
306
 
307
- #: ../lib/gettext/tools/xgettext.rb:334
307
+ #: ../lib/gettext/tools/xgettext.rb:339
308
+ msgid "Add PARSER to parser list for xgettext"
309
+ msgstr ""
310
+
311
+ #: ../lib/gettext/tools/xgettext.rb:345
308
312
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
309
313
  msgstr ""
310
314
 
311
- #: ../lib/gettext/tools/xgettext.rb:335
315
+ #: ../lib/gettext/tools/xgettext.rb:346
312
316
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
313
317
  msgstr ""
314
318
 
315
- #: ../lib/gettext/tools/xgettext.rb:336
319
+ #: ../lib/gettext/tools/xgettext.rb:347
316
320
  msgid "(default: %s)"
317
321
  msgstr ""
318
322
 
319
- #: ../lib/gettext/tools/xgettext.rb:336
323
+ #: ../lib/gettext/tools/xgettext.rb:347
320
324
  msgid "no TAG"
321
325
  msgstr ""
322
326
 
323
- #: ../lib/gettext/tools/xgettext.rb:340
327
+ #: ../lib/gettext/tools/xgettext.rb:351
324
328
  msgid "run in debugging mode"
325
329
  msgstr "디버깅 모드에서 실행합니다"
326
330
 
327
- #: ../lib/gettext/tools/xgettext.rb:344
331
+ #: ../lib/gettext/tools/xgettext.rb:355
328
332
  #, fuzzy
329
333
  msgid "display this help and exit"
330
334
  msgstr "버전 정보를 표시하고 빠져나갑니다"
331
335
 
332
- #: ../lib/gettext/tools/xgettext.rb:375
336
+ #: ../lib/gettext/tools/xgettext.rb:386
333
337
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
334
338
  msgstr ""
335
-
336
- #: ../samples/cgi/hellolib.rb:16
337
- msgid "This message is from hellolib."
338
- msgstr ""
339
-
340
- #: ../samples/hello.rb:17
341
- msgid ""
342
- "Hello World\n"
343
- msgstr ""
344
-
345
- #: ../samples/hello2.rb:19
346
- msgid ""
347
- "One is %{num}\n"
348
- msgstr ""
349
-
350
- #: ../samples/hello2.rb:20
351
- msgid ""
352
- "Hello %{world}\n"
353
- msgstr ""
354
-
355
- #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
356
- msgid "World"
357
- msgstr ""
358
-
359
- #: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
360
- msgid "window1"
361
- msgstr ""
362
-
363
- #: ../samples/hello_glade2.glade:30
364
- msgid ""
365
- "first line\n"
366
- "second line\n"
367
- "third line"
368
- msgstr ""
369
-
370
- #: ../samples/hello_glade2.glade:54
371
- msgid "<Hello world>"
372
- msgstr ""
373
-
374
- #: ../samples/hello_gtk2.rb:25
375
- msgid "hello, gtk world"
376
- msgstr ""
377
-
378
- #: ../samples/hello_noop.rb:13
379
- msgid "Hello World"
380
- msgstr ""
381
-
382
- #: ../samples/hello_noop.rb:13
383
- msgid "Hello World2"
384
- msgstr ""
385
-
386
- #: ../samples/hello_plural.rb:20
387
- msgid ""
388
- "There is an apple.\n"
389
- msgid_plural ""
390
- "There are %{num} apples.\n"
391
- msgstr[0] ""
392
- msgstr[1] ""
393
-
394
- #: ../samples/hello_tk.rb:16
395
- msgid "hello, tk world"
396
- msgstr ""
397
-
398
- #: ../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
399
- msgid "aaa"
400
- msgid_plural "aaa2"
401
- msgstr[0] ""
402
- msgstr[1] ""
403
-
404
- #: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
405
- msgid ""
406
- "aaa\n"
407
- msgstr ""
408
-
409
- #: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
410
- msgid ""
411
- "bbb\n"
412
- "ccc"
413
- msgstr ""
414
-
415
- #: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
416
- msgid ""
417
- "bbb\n"
418
- "ccc\n"
419
- "ddd\n"
420
- msgstr ""
421
-
422
- #: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
423
- msgid "eee"
424
- msgstr ""
425
-
426
- #: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
427
- msgid "fff"
428
- msgid_plural "fff2"
429
- msgstr[0] ""
430
- msgstr[1] ""
431
-
432
- #: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
433
- msgid "ggghhhiii"
434
- msgid_plural "jjjkkklll"
435
- msgstr[0] ""
436
- msgstr[1] ""
437
-
438
- #: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
439
- msgid "a\"b\"c\""
440
- msgid_plural "a\"b\"c\"2"
441
- msgstr[0] ""
442
- msgstr[1] ""
443
-
444
- #: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
445
- msgid "d\"e\"f\""
446
- msgid_plural "d\"e\"f\"2"
447
- msgstr[0] ""
448
- msgstr[1] ""
449
-
450
- #: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
451
- msgid "jjj"
452
- msgstr ""
453
-
454
- #: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
455
- msgid "kkk"
456
- msgstr ""
457
-
458
- #: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
459
- msgid "lllmmm"
460
- msgstr ""
461
-
462
- #: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
463
- msgid ""
464
- "nnn\n"
465
- "ooo"
466
- msgstr ""
467
-
468
- #: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
469
- msgid "#"
470
- msgstr ""
471
-
472
- #: ../test/fixtures/_.rb:96
473
- msgid "\taaa'bbb\\ccc"
474
- msgstr ""
475
-
476
- #: ../test/fixtures/_.rb:100
477
- msgid ""
478
- "Here document1\n"
479
- "Here document2\n"
480
- msgstr ""
481
-
482
- #: ../test/fixtures/_.rb:109
483
- msgid "in_quote"
484
- msgstr ""
485
-
486
- #. TRANSLATORS: This is a proper name. See the gettext
487
- #. manual, section Names. Note this is actually a non-ASCII
488
- #. name: The first name is (with Unicode escapes)
489
- #. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
490
- #. Pronunciation is like "fraa-swa pee-nar".
491
- #. This is an example from GNU gettext documentation.
492
- #: ../test/fixtures/_.rb:120
493
- msgid "Francois Pinard"
494
- msgstr ""
495
-
496
- #: ../test/fixtures/_.rb:123
497
- msgid "No TRANSLATORS comment"
498
- msgstr ""
499
-
500
- #: ../test/fixtures/_.rb:128
501
- msgid "self explaining"
502
- msgstr ""
503
-
504
- #: ../test/fixtures/_.rb:132
505
- msgid "This is a # including string."
506
- msgstr ""
507
-
508
- #: ../test/fixtures/_/double_quote_in_double_quote.rb:28
509
- msgid "double \"quote\" in double quote"
510
- msgstr ""
511
-
512
- #: ../test/fixtures/_/double_quote_in_single_quote.rb:28
513
- msgid "double \"quote\" in single quote"
514
- msgstr ""
515
-
516
- #: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
517
- msgid "literal concatenation with continuation line"
518
- msgstr ""
519
-
520
- #: ../test/fixtures/_/middle_new_line.rb:28
521
- msgid ""
522
- "middle\n"
523
- "new line"
524
- msgstr ""
525
-
526
- #: ../test/fixtures/_/multiple_lines_literal.rb:28
527
- msgid ""
528
- "multiple\n"
529
- "lines\n"
530
- "literal\n"
531
- msgstr ""
532
-
533
- #: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
534
- msgid "multiple"
535
- msgstr ""
536
-
537
- #: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
538
- msgid "in same line"
539
- msgstr ""
540
-
541
- #: ../test/fixtures/_/multiple_same_messages.rb:28 ../test/fixtures/_/multiple_same_messages.rb:32
542
- msgid "multiple same messages"
543
- msgstr ""
544
-
545
- #: ../test/fixtures/_/one_line.rb:28
546
- msgid "one line"
547
- msgstr ""
548
-
549
- #: ../test/fixtures/_/one_new_line.rb:28
550
- msgid ""
551
- "one new line\n"
552
- msgstr ""
553
-
554
- #: ../test/fixtures/_/percent_strings.rb:31
555
- msgid "in_symbol_array"
556
- msgstr ""
557
-
558
- #: ../test/fixtures/_/percent_strings.rb:39
559
- msgid "hello world"
560
- msgstr ""
561
-
562
- #: ../test/fixtures/_/percent_strings.rb:47
563
- msgid "in_string_array"
564
- msgstr ""
565
-
566
- #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
567
- msgid "Hello"
568
- msgstr ""
569
-
570
- #: ../test/fixtures/backslash.rb:27
571
- msgid "You should escape '\\' as '\\\\'."
572
- msgstr ""
573
-
574
- #: ../test/fixtures/gladeparser.glade:29
575
- msgid "normal text"
576
- msgstr ""
577
-
578
- #: ../test/fixtures/gladeparser.glade:50
579
- msgid ""
580
- "1st line\n"
581
- "2nd line\n"
582
- "3rd line"
583
- msgstr ""
584
-
585
- #: ../test/fixtures/gladeparser.glade:73
586
- msgid "<span color=\"red\" weight=\"bold\" size=\"large\">markup </span>"
587
- msgstr ""
588
-
589
- #: ../test/fixtures/gladeparser.glade:94
590
- msgid ""
591
- "<span color=\"red\">1st line markup </span>\n"
592
- "<span color=\"blue\">2nd line markup</span>"
593
- msgstr ""
594
-
595
- #: ../test/fixtures/gladeparser.glade:116
596
- msgid "<span>&quot;markup&quot; with &lt;escaped strings&gt;</span>"
597
- msgstr ""
598
-
599
- #: ../test/fixtures/gladeparser.glade:137 ../test/fixtures/gladeparser.glade:158
600
- msgid "duplicated"
601
- msgstr ""
602
-
603
- #: ../test/fixtures/lower_n_.rb:33
604
- msgid ""
605
- "bbb\n"
606
- msgid_plural ""
607
- "ccc2\n"
608
- "ccc2"
609
- msgstr[0] ""
610
- msgstr[1] ""
611
-
612
- #: ../test/fixtures/lower_n_.rb:37
613
- msgid ""
614
- "ddd\n"
615
- "ddd"
616
- msgid_plural ""
617
- "ddd2\n"
618
- "ddd2"
619
- msgstr[0] ""
620
- msgstr[1] ""
621
-
622
- #: ../test/fixtures/lower_n_.rb:42
623
- msgid ""
624
- "eee\n"
625
- "eee\n"
626
- msgid_plural ""
627
- "eee2\n"
628
- "eee2\n"
629
- msgstr[0] ""
630
- msgstr[1] ""
631
-
632
- #: ../test/fixtures/lower_n_.rb:48
633
- msgid ""
634
- "ddd\n"
635
- "eee\n"
636
- msgid_plural ""
637
- "ddd\n"
638
- "eee2"
639
- msgstr[0] ""
640
- msgstr[1] ""
641
-
642
- #: ../test/fixtures/lower_n_.rb:59
643
- msgid "ggg"
644
- msgid_plural "ggg2"
645
- msgstr[0] ""
646
- msgstr[1] ""
647
-
648
- #: ../test/fixtures/lower_n_.rb:80
649
- msgid "mmmmmm"
650
- msgid_plural "mmm2mmm2"
651
- msgstr[0] ""
652
- msgstr[1] ""
653
-
654
- #: ../test/fixtures/lower_n_.rb:81
655
- msgid "nnn"
656
- msgid_plural "nnn2"
657
- msgstr[0] ""
658
- msgstr[1] ""
659
-
660
- #: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
661
- msgid "ooo"
662
- msgid_plural "ppp"
663
- msgstr[0] ""
664
- msgstr[1] ""
665
-
666
- #: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
667
- msgid "qqq"
668
- msgid_plural "rrr"
669
- msgstr[0] ""
670
- msgstr[1] ""
671
-
672
- #. TRANSLATORS:please provide translations for all
673
- #. the plural forms!
674
- #: ../test/fixtures/lower_n_.rb:97
675
- msgid "comment"
676
- msgid_plural "comments"
677
- msgstr[0] ""
678
- msgstr[1] ""
679
-
680
- #: ../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
681
- msgid "language"
682
- msgstr ""
683
-
684
- #: ../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
685
- msgid "LANGUAGE"
686
- msgstr ""
687
-
688
- #: ../test/fixtures/multi_text_domain.rb:120
689
- msgid "no data"
690
- msgstr ""
691
-
692
- #: ../test/fixtures/non_ascii.rb:10
693
- msgid "こんにちは"
694
- msgstr ""
695
-
696
- #: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29 ../test/fixtures/np_.rb:33 ../test/fixtures/np_.rb:34
697
- msgctxt "Magazine"
698
- msgid "a book"
699
- msgid_plural "%{num} books"
700
- msgstr[0] ""
701
- msgstr[1] ""
702
-
703
- #: ../test/fixtures/np_.rb:38 ../test/fixtures/np_.rb:39
704
- msgctxt "Hardcover"
705
- msgid "a book"
706
- msgid_plural "%{num} books"
707
- msgstr[0] ""
708
- msgstr[1] ""
709
-
710
- #: ../test/fixtures/np_.rb:43 ../test/fixtures/np_.rb:44
711
- msgctxt "Magaine"
712
- msgid "I have a magazine"
713
- msgid_plural "I have %{num} magazines"
714
- msgstr[0] ""
715
- msgstr[1] ""
716
-
717
- #: ../test/fixtures/np_.rb:48 ../test/fixtures/np_.rb:49
718
- msgctxt "Hardcover"
719
- msgid "a picture"
720
- msgid_plural "%{num} pictures"
721
- msgstr[0] ""
722
- msgstr[1] ""
723
-
724
- #: ../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
725
- msgid "AAA|BBB"
726
- msgid_plural "CCC"
727
- msgstr[0] ""
728
- msgstr[1] ""
729
-
730
- #: ../test/fixtures/ns_.rb:36 ../test/fixtures/s_.rb:36
731
- msgid "AAA"
732
- msgid_plural "BBB"
733
- msgstr[0] ""
734
- msgstr[1] ""
735
-
736
- #: ../test/fixtures/ns_.rb:40 ../test/fixtures/s_.rb:40
737
- msgid "AAA|CCC"
738
- msgid_plural "DDD"
739
- msgstr[0] ""
740
- msgstr[1] ""
741
-
742
- #: ../test/fixtures/ns_.rb:44 ../test/fixtures/s_.rb:44
743
- msgid "AAA|BBB|CCC"
744
- msgid_plural "DDD"
745
- msgstr[0] ""
746
- msgstr[1] ""
747
-
748
- #: ../test/fixtures/ns_.rb:48 ../test/fixtures/s_.rb:48
749
- msgid "AAA$BBB"
750
- msgid_plural "CCC"
751
- msgstr[0] ""
752
- msgstr[1] ""
753
-
754
- #: ../test/fixtures/ns_.rb:52 ../test/fixtures/s_.rb:52
755
- msgid "AAA$B|BB"
756
- msgid_plural "CCC"
757
- msgstr[0] ""
758
- msgstr[1] ""
759
-
760
- #: ../test/fixtures/ns_.rb:56 ../test/fixtures/s_.rb:56
761
- msgid "AAA$B|CC"
762
- msgid_plural "DDD"
763
- msgstr[0] ""
764
- msgstr[1] ""
765
-
766
- #: ../test/fixtures/ns_.rb:60 ../test/fixtures/s_.rb:60
767
- msgid "AAA|CCC|BBB"
768
- msgid_plural "DDD"
769
- msgstr[0] ""
770
- msgstr[1] ""
771
-
772
- #: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
773
- msgid "context|context$message"
774
- msgid_plural "context|context$messages"
775
- msgstr[0] ""
776
- msgstr[1] ""
777
-
778
- #: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
779
- msgctxt "AAA"
780
- msgid "BBB"
781
- msgstr ""
782
-
783
- #: ../test/fixtures/p_.rb:37
784
- msgctxt "AAA|BBB"
785
- msgid "CCC"
786
- msgstr ""
787
-
788
- #: ../test/fixtures/p_.rb:41
789
- msgctxt "AAA"
790
- msgid "CCC"
791
- msgstr ""
792
-
793
- #: ../test/fixtures/p_.rb:45
794
- msgctxt "CCC"
795
- msgid "BBB"
796
- msgstr ""
797
-
798
- #: ../test/fixtures/p_.rb:49
799
- msgid "BBB"
800
- msgstr ""
801
-
802
- #. TRANSLATORS:please translate 'name' in the context of 'program'.
803
- #. Hint: the translation should NOT contain the translation of 'program'.
804
- #: ../test/fixtures/p_.rb:55
805
- msgctxt "program"
806
- msgid "name"
807
- msgstr ""
808
-
809
- #: ../test/fixtures/simple.rb:14
810
- msgid "one is %d."
811
- msgstr ""
812
-
813
- #: ../test/fixtures/untranslated.rb:10
814
- msgid "untranslated"
815
- msgstr ""
816
-
817
- #: ../test/test_gettext.rb:59
818
- msgid "nomsgstr"
819
- msgstr ""
820
-
821
- #: ../test/test_gettext.rb:101
822
- msgid "test"
823
- msgstr ""
824
-
825
- #: ../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
826
- msgid "one"
827
- msgid_plural "two"
828
- msgstr[0] ""
829
- msgstr[1] ""
830
-
831
- #: ../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
832
- msgid "first"
833
- msgid_plural "second"
834
- msgstr[0] ""
835
- msgstr[1] ""
836
-
837
- #: ../test/test_gettext.rb:239 ../test/test_gettext.rb:240 ../test/test_gettext.rb:241
838
- msgid "first_2"
839
- msgid_plural "second_2"
840
- msgstr[0] ""
841
- msgstr[1] ""
842
-
843
- #: ../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
844
- msgid "single"
845
- msgid_plural "plural"
846
- msgstr[0] ""
847
- msgstr[1] ""
848
-
849
- #: ../test/tools/files/simple_translation.rb:3
850
- msgid "a translation"
851
- msgstr ""