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