gettext 3.0.0 → 3.0.1

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 (441) hide show
  1. data/Rakefile +23 -12
  2. data/doc/text/news.md +31 -0
  3. data/lib/gettext/po.rb +17 -7
  4. data/lib/gettext/po_entry.rb +212 -208
  5. data/lib/gettext/po_format.rb +28 -0
  6. data/lib/gettext/po_parser.rb +25 -25
  7. data/lib/gettext/text_domain.rb +10 -0
  8. data/lib/gettext/tools/msginit.rb +19 -1
  9. data/lib/gettext/tools/msgmerge.rb +122 -68
  10. data/lib/gettext/tools/task.rb +306 -87
  11. data/lib/gettext/tools/xgettext.rb +27 -1
  12. data/lib/gettext/version.rb +1 -1
  13. data/locale/bg/LC_MESSAGES/gettext.mo +0 -0
  14. data/locale/bs/LC_MESSAGES/gettext.mo +0 -0
  15. data/locale/ca/LC_MESSAGES/gettext.mo +0 -0
  16. data/locale/cs/LC_MESSAGES/gettext.mo +0 -0
  17. data/locale/de/LC_MESSAGES/gettext.mo +0 -0
  18. data/locale/el/LC_MESSAGES/gettext.mo +0 -0
  19. data/locale/eo/LC_MESSAGES/gettext.mo +0 -0
  20. data/locale/es/LC_MESSAGES/gettext.mo +0 -0
  21. data/locale/et/LC_MESSAGES/gettext.mo +0 -0
  22. data/locale/fr/LC_MESSAGES/gettext.mo +0 -0
  23. data/locale/hr/LC_MESSAGES/gettext.mo +0 -0
  24. data/locale/hu/LC_MESSAGES/gettext.mo +0 -0
  25. data/locale/it/LC_MESSAGES/gettext.mo +0 -0
  26. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  27. data/locale/ko/LC_MESSAGES/gettext.mo +0 -0
  28. data/locale/lv/LC_MESSAGES/gettext.mo +0 -0
  29. data/locale/nb/LC_MESSAGES/gettext.mo +0 -0
  30. data/locale/nl/LC_MESSAGES/gettext.mo +0 -0
  31. data/locale/pt_BR/LC_MESSAGES/gettext.mo +0 -0
  32. data/locale/ru/LC_MESSAGES/gettext.mo +0 -0
  33. data/locale/sr/LC_MESSAGES/gettext.mo +0 -0
  34. data/locale/sv/LC_MESSAGES/gettext.mo +0 -0
  35. data/locale/uk/LC_MESSAGES/gettext.mo +0 -0
  36. data/locale/vi/LC_MESSAGES/gettext.mo +0 -0
  37. data/locale/zh/LC_MESSAGES/gettext.mo +0 -0
  38. data/locale/zh_TW/LC_MESSAGES/gettext.mo +0 -0
  39. data/po/bg/gettext.po +370 -284
  40. data/po/bs/gettext.po +378 -321
  41. data/po/ca/gettext.po +373 -284
  42. data/po/cs/gettext.po +371 -313
  43. data/po/de/gettext.po +380 -282
  44. data/po/el/gettext.po +377 -277
  45. data/po/eo/gettext.po +373 -275
  46. data/po/es/gettext.po +376 -277
  47. data/po/et/gettext.po +374 -274
  48. data/po/fr/gettext.po +380 -279
  49. data/po/gettext.pot +102 -70
  50. data/po/hr/gettext.po +371 -308
  51. data/po/hu/gettext.po +376 -276
  52. data/po/it/gettext.po +362 -269
  53. data/po/ja/gettext.po +338 -216
  54. data/po/ko/gettext.po +392 -266
  55. data/po/lv/gettext.po +377 -310
  56. data/po/nb/gettext.po +377 -278
  57. data/po/nl/gettext.po +371 -274
  58. data/po/pt_BR/gettext.po +376 -277
  59. data/po/ru/gettext.po +380 -311
  60. data/po/sr/gettext.po +378 -310
  61. data/po/sv/gettext.po +331 -258
  62. data/po/uk/gettext.po +380 -311
  63. data/po/vi/gettext.po +374 -275
  64. data/po/zh/gettext.po +397 -266
  65. data/po/zh_TW/gettext.po +397 -266
  66. data/samples/cgi/README +0 -2
  67. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
  68. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
  69. data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
  70. data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
  71. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +0 -0
  72. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +0 -0
  73. data/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +0 -0
  74. data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
  75. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
  76. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
  77. data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
  78. data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
  79. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
  80. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
  81. data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
  82. data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
  83. data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
  84. data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
  85. data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
  86. data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
  87. data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
  88. data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
  89. data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
  90. data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
  91. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
  92. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
  93. data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
  94. data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
  95. data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
  96. data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
  97. data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
  98. data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
  99. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
  100. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
  101. data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
  102. data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
  103. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +0 -0
  104. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +0 -0
  105. data/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +0 -0
  106. data/samples/cgi/locale/hr/LC_MESSAGES/main.mo +0 -0
  107. data/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo +0 -0
  108. data/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo +0 -0
  109. data/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo +0 -0
  110. data/samples/cgi/locale/hu/LC_MESSAGES/main.mo +0 -0
  111. data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
  112. data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
  113. data/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +0 -0
  114. data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
  115. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
  116. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
  117. data/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +0 -0
  118. data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
  119. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
  120. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
  121. data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
  122. data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
  123. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
  124. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
  125. data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
  126. data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
  127. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
  128. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
  129. data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
  130. data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
  131. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
  132. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
  133. data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
  134. data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
  135. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
  136. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
  137. data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
  138. data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
  139. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +0 -0
  140. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +0 -0
  141. data/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +0 -0
  142. data/samples/cgi/locale/ru/LC_MESSAGES/main.mo +0 -0
  143. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
  144. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
  145. data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
  146. data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
  147. data/samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo +0 -0
  148. data/samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo +0 -0
  149. data/samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo +0 -0
  150. data/samples/cgi/locale/uk/LC_MESSAGES/main.mo +0 -0
  151. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +0 -0
  152. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +0 -0
  153. data/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +0 -0
  154. data/samples/cgi/locale/vi/LC_MESSAGES/main.mo +0 -0
  155. data/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo +0 -0
  156. data/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo +0 -0
  157. data/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo +0 -0
  158. data/samples/cgi/locale/zh/LC_MESSAGES/main.mo +0 -0
  159. data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
  160. data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
  161. data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
  162. data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
  163. data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
  164. data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
  165. data/samples/locale/bg/LC_MESSAGES/hello_glade2.mo +0 -0
  166. data/samples/locale/bg/LC_MESSAGES/hello_gtk2.mo +0 -0
  167. data/samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  168. data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
  169. data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
  170. data/samples/locale/bg/LC_MESSAGES/hello_tk.mo +0 -0
  171. data/samples/locale/bs/LC_MESSAGES/hello.mo +0 -0
  172. data/samples/locale/bs/LC_MESSAGES/hello2.mo +0 -0
  173. data/samples/locale/bs/LC_MESSAGES/hello_glade2.mo +0 -0
  174. data/samples/locale/bs/LC_MESSAGES/hello_gtk2.mo +0 -0
  175. data/samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  176. data/samples/locale/bs/LC_MESSAGES/hello_noop.mo +0 -0
  177. data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
  178. data/samples/locale/bs/LC_MESSAGES/hello_tk.mo +0 -0
  179. data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
  180. data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
  181. data/samples/locale/ca/LC_MESSAGES/hello_glade2.mo +0 -0
  182. data/samples/locale/ca/LC_MESSAGES/hello_gtk2.mo +0 -0
  183. data/samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  184. data/samples/locale/ca/LC_MESSAGES/hello_noop.mo +0 -0
  185. data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
  186. data/samples/locale/ca/LC_MESSAGES/hello_tk.mo +0 -0
  187. data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
  188. data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
  189. data/samples/locale/cs/LC_MESSAGES/hello_glade2.mo +0 -0
  190. data/samples/locale/cs/LC_MESSAGES/hello_gtk2.mo +0 -0
  191. data/samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  192. data/samples/locale/cs/LC_MESSAGES/hello_noop.mo +0 -0
  193. data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
  194. data/samples/locale/cs/LC_MESSAGES/hello_tk.mo +0 -0
  195. data/samples/locale/de/LC_MESSAGES/hello.mo +0 -0
  196. data/samples/locale/de/LC_MESSAGES/hello2.mo +0 -0
  197. data/samples/locale/de/LC_MESSAGES/hello_glade2.mo +0 -0
  198. data/samples/locale/de/LC_MESSAGES/hello_gtk2.mo +0 -0
  199. data/samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  200. data/samples/locale/de/LC_MESSAGES/hello_noop.mo +0 -0
  201. data/samples/locale/de/LC_MESSAGES/hello_plural.mo +0 -0
  202. data/samples/locale/de/LC_MESSAGES/hello_tk.mo +0 -0
  203. data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
  204. data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
  205. data/samples/locale/el/LC_MESSAGES/hello_glade2.mo +0 -0
  206. data/samples/locale/el/LC_MESSAGES/hello_gtk2.mo +0 -0
  207. data/samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  208. data/samples/locale/el/LC_MESSAGES/hello_noop.mo +0 -0
  209. data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
  210. data/samples/locale/el/LC_MESSAGES/hello_tk.mo +0 -0
  211. data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
  212. data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
  213. data/samples/locale/eo/LC_MESSAGES/hello_glade2.mo +0 -0
  214. data/samples/locale/eo/LC_MESSAGES/hello_gtk2.mo +0 -0
  215. data/samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  216. data/samples/locale/eo/LC_MESSAGES/hello_noop.mo +0 -0
  217. data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
  218. data/samples/locale/eo/LC_MESSAGES/hello_tk.mo +0 -0
  219. data/samples/locale/es/LC_MESSAGES/hello.mo +0 -0
  220. data/samples/locale/es/LC_MESSAGES/hello2.mo +0 -0
  221. data/samples/locale/es/LC_MESSAGES/hello_glade2.mo +0 -0
  222. data/samples/locale/es/LC_MESSAGES/hello_gtk2.mo +0 -0
  223. data/samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  224. data/samples/locale/es/LC_MESSAGES/hello_noop.mo +0 -0
  225. data/samples/locale/es/LC_MESSAGES/hello_plural.mo +0 -0
  226. data/samples/locale/es/LC_MESSAGES/hello_tk.mo +0 -0
  227. data/samples/locale/fr/LC_MESSAGES/hello.mo +0 -0
  228. data/samples/locale/fr/LC_MESSAGES/hello2.mo +0 -0
  229. data/samples/locale/fr/LC_MESSAGES/hello_glade2.mo +0 -0
  230. data/samples/locale/fr/LC_MESSAGES/hello_gtk2.mo +0 -0
  231. data/samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  232. data/samples/locale/fr/LC_MESSAGES/hello_noop.mo +0 -0
  233. data/samples/locale/fr/LC_MESSAGES/hello_plural.mo +0 -0
  234. data/samples/locale/fr/LC_MESSAGES/hello_tk.mo +0 -0
  235. data/samples/locale/hr/LC_MESSAGES/hello.mo +0 -0
  236. data/samples/locale/hr/LC_MESSAGES/hello2.mo +0 -0
  237. data/samples/locale/hr/LC_MESSAGES/hello_glade2.mo +0 -0
  238. data/samples/locale/hr/LC_MESSAGES/hello_gtk2.mo +0 -0
  239. data/samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  240. data/samples/locale/hr/LC_MESSAGES/hello_noop.mo +0 -0
  241. data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
  242. data/samples/locale/hr/LC_MESSAGES/hello_tk.mo +0 -0
  243. data/samples/locale/hu/LC_MESSAGES/hello.mo +0 -0
  244. data/samples/locale/hu/LC_MESSAGES/hello2.mo +0 -0
  245. data/samples/locale/hu/LC_MESSAGES/hello_glade2.mo +0 -0
  246. data/samples/locale/hu/LC_MESSAGES/hello_gtk2.mo +0 -0
  247. data/samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  248. data/samples/locale/hu/LC_MESSAGES/hello_noop.mo +0 -0
  249. data/samples/locale/hu/LC_MESSAGES/hello_plural.mo +0 -0
  250. data/samples/locale/hu/LC_MESSAGES/hello_tk.mo +0 -0
  251. data/samples/locale/it/LC_MESSAGES/hello.mo +0 -0
  252. data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
  253. data/samples/locale/it/LC_MESSAGES/hello_glade2.mo +0 -0
  254. data/samples/locale/it/LC_MESSAGES/hello_gtk2.mo +0 -0
  255. data/samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  256. data/samples/locale/it/LC_MESSAGES/hello_noop.mo +0 -0
  257. data/samples/locale/it/LC_MESSAGES/hello_plural.mo +0 -0
  258. data/samples/locale/it/LC_MESSAGES/hello_tk.mo +0 -0
  259. data/samples/locale/ja/LC_MESSAGES/hello.mo +0 -0
  260. data/samples/locale/ja/LC_MESSAGES/hello2.mo +0 -0
  261. data/samples/locale/ja/LC_MESSAGES/hello_glade2.mo +0 -0
  262. data/samples/locale/ja/LC_MESSAGES/hello_gtk2.mo +0 -0
  263. data/samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  264. data/samples/locale/ja/LC_MESSAGES/hello_noop.mo +0 -0
  265. data/samples/locale/ja/LC_MESSAGES/hello_plural.mo +0 -0
  266. data/samples/locale/ja/LC_MESSAGES/hello_tk.mo +0 -0
  267. data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
  268. data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
  269. data/samples/locale/ko/LC_MESSAGES/hello_glade2.mo +0 -0
  270. data/samples/locale/ko/LC_MESSAGES/hello_gtk2.mo +0 -0
  271. data/samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  272. data/samples/locale/ko/LC_MESSAGES/hello_noop.mo +0 -0
  273. data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
  274. data/samples/locale/ko/LC_MESSAGES/hello_tk.mo +0 -0
  275. data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
  276. data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
  277. data/samples/locale/lv/LC_MESSAGES/hello_glade2.mo +0 -0
  278. data/samples/locale/lv/LC_MESSAGES/hello_gtk2.mo +0 -0
  279. data/samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  280. data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
  281. data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
  282. data/samples/locale/lv/LC_MESSAGES/hello_tk.mo +0 -0
  283. data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
  284. data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
  285. data/samples/locale/nb/LC_MESSAGES/hello_glade2.mo +0 -0
  286. data/samples/locale/nb/LC_MESSAGES/hello_gtk2.mo +0 -0
  287. data/samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  288. data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
  289. data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
  290. data/samples/locale/nb/LC_MESSAGES/hello_tk.mo +0 -0
  291. data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
  292. data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
  293. data/samples/locale/nl/LC_MESSAGES/hello_glade2.mo +0 -0
  294. data/samples/locale/nl/LC_MESSAGES/hello_gtk2.mo +0 -0
  295. data/samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  296. data/samples/locale/nl/LC_MESSAGES/hello_noop.mo +0 -0
  297. data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
  298. data/samples/locale/nl/LC_MESSAGES/hello_tk.mo +0 -0
  299. data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
  300. data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
  301. data/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo +0 -0
  302. data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo +0 -0
  303. data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  304. data/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +0 -0
  305. data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
  306. data/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo +0 -0
  307. data/samples/locale/ru/LC_MESSAGES/hello.mo +0 -0
  308. data/samples/locale/ru/LC_MESSAGES/hello2.mo +0 -0
  309. data/samples/locale/ru/LC_MESSAGES/hello_glade2.mo +0 -0
  310. data/samples/locale/ru/LC_MESSAGES/hello_gtk2.mo +0 -0
  311. data/samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  312. data/samples/locale/ru/LC_MESSAGES/hello_noop.mo +0 -0
  313. data/samples/locale/ru/LC_MESSAGES/hello_plural.mo +0 -0
  314. data/samples/locale/ru/LC_MESSAGES/hello_tk.mo +0 -0
  315. data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
  316. data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
  317. data/samples/locale/sr/LC_MESSAGES/hello_glade2.mo +0 -0
  318. data/samples/locale/sr/LC_MESSAGES/hello_gtk2.mo +0 -0
  319. data/samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  320. data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
  321. data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
  322. data/samples/locale/sr/LC_MESSAGES/hello_tk.mo +0 -0
  323. data/samples/locale/sv/LC_MESSAGES/hello.mo +0 -0
  324. data/samples/locale/sv/LC_MESSAGES/hello2.mo +0 -0
  325. data/samples/locale/sv/LC_MESSAGES/hello_glade2.mo +0 -0
  326. data/samples/locale/sv/LC_MESSAGES/hello_gtk2.mo +0 -0
  327. data/samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  328. data/samples/locale/sv/LC_MESSAGES/hello_noop.mo +0 -0
  329. data/samples/locale/sv/LC_MESSAGES/hello_plural.mo +0 -0
  330. data/samples/locale/sv/LC_MESSAGES/hello_tk.mo +0 -0
  331. data/samples/locale/uk/LC_MESSAGES/hello.mo +0 -0
  332. data/samples/locale/uk/LC_MESSAGES/hello2.mo +0 -0
  333. data/samples/locale/uk/LC_MESSAGES/hello_glade2.mo +0 -0
  334. data/samples/locale/uk/LC_MESSAGES/hello_gtk2.mo +0 -0
  335. data/samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  336. data/samples/locale/uk/LC_MESSAGES/hello_noop.mo +0 -0
  337. data/samples/locale/uk/LC_MESSAGES/hello_plural.mo +0 -0
  338. data/samples/locale/uk/LC_MESSAGES/hello_tk.mo +0 -0
  339. data/samples/locale/vi/LC_MESSAGES/hello.mo +0 -0
  340. data/samples/locale/vi/LC_MESSAGES/hello2.mo +0 -0
  341. data/samples/locale/vi/LC_MESSAGES/hello_glade2.mo +0 -0
  342. data/samples/locale/vi/LC_MESSAGES/hello_gtk2.mo +0 -0
  343. data/samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  344. data/samples/locale/vi/LC_MESSAGES/hello_noop.mo +0 -0
  345. data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
  346. data/samples/locale/vi/LC_MESSAGES/hello_tk.mo +0 -0
  347. data/samples/locale/zh/LC_MESSAGES/hello.mo +0 -0
  348. data/samples/locale/zh/LC_MESSAGES/hello2.mo +0 -0
  349. data/samples/locale/zh/LC_MESSAGES/hello_glade2.mo +0 -0
  350. data/samples/locale/zh/LC_MESSAGES/hello_gtk2.mo +0 -0
  351. data/samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  352. data/samples/locale/zh/LC_MESSAGES/hello_noop.mo +0 -0
  353. data/samples/locale/zh/LC_MESSAGES/hello_plural.mo +0 -0
  354. data/samples/locale/zh/LC_MESSAGES/hello_tk.mo +0 -0
  355. data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
  356. data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
  357. data/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo +0 -0
  358. data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo +0 -0
  359. data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  360. data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
  361. data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
  362. data/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo +0 -0
  363. data/samples/po/bg/hello_gtk_builder.po +19 -0
  364. data/samples/po/bs/hello_gtk_builder.po +19 -0
  365. data/samples/po/ca/hello_gtk_builder.po +19 -0
  366. data/samples/po/cs/hello_gtk_builder.po +19 -0
  367. data/samples/po/de/hello_gtk_builder.po +19 -0
  368. data/samples/po/el/hello_gtk_builder.po +19 -0
  369. data/samples/po/eo/hello_gtk_builder.po +19 -0
  370. data/samples/po/es/hello_gtk_builder.po +19 -0
  371. data/samples/po/fr/hello_gtk_builder.po +19 -0
  372. data/samples/po/hello.pot +24 -0
  373. data/samples/po/hello2.pot +33 -0
  374. data/samples/po/hello_glade2.pot +31 -0
  375. data/samples/po/hello_gtk2.pot +23 -0
  376. data/samples/po/hello_gtk_builder.pot +20 -0
  377. data/samples/po/hello_noop.pot +27 -0
  378. data/samples/po/hello_plural.pot +27 -0
  379. data/samples/po/hello_tk.pot +23 -0
  380. data/samples/po/hr/hello_gtk_builder.po +19 -0
  381. data/samples/po/hu/hello_gtk_builder.po +19 -0
  382. data/samples/po/it/hello_gtk_builder.po +19 -0
  383. data/samples/po/ja/hello_gtk_builder.po +19 -0
  384. data/samples/po/ko/hello_gtk_builder.po +19 -0
  385. data/samples/po/lv/hello_gtk_builder.po +19 -0
  386. data/samples/po/nb/hello_gtk_builder.po +19 -0
  387. data/samples/po/nl/hello_gtk_builder.po +19 -0
  388. data/samples/po/pt_BR/hello_gtk_builder.po +19 -0
  389. data/samples/po/ru/hello_gtk_builder.po +19 -0
  390. data/samples/po/sr/hello_gtk_builder.po +19 -0
  391. data/samples/po/sv/hello_gtk_builder.po +19 -0
  392. data/samples/po/uk/hello_gtk_builder.po +19 -0
  393. data/samples/po/vi/hello_gtk_builder.po +19 -0
  394. data/samples/po/zh/hello_gtk_builder.po +19 -0
  395. data/samples/po/zh_TW/hello_gtk_builder.po +19 -0
  396. data/src/po_parser.ry +25 -25
  397. data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
  398. data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
  399. data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
  400. data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
  401. data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
  402. data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
  403. data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
  404. data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
  405. data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
  406. data/test/locale/ja/LC_MESSAGES/backslash.mo +0 -0
  407. data/test/locale/ja/LC_MESSAGES/non_ascii.mo +0 -0
  408. data/test/locale/ja/LC_MESSAGES/np_.mo +0 -0
  409. data/test/locale/ja/LC_MESSAGES/ns_.mo +0 -0
  410. data/test/locale/ja/LC_MESSAGES/p_.mo +0 -0
  411. data/test/locale/ja/LC_MESSAGES/plural.mo +0 -0
  412. data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
  413. data/test/locale/ja/LC_MESSAGES/rubyparser.mo +0 -0
  414. data/test/locale/ja/LC_MESSAGES/s_.mo +0 -0
  415. data/test/locale/ja/LC_MESSAGES/test1.mo +0 -0
  416. data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
  417. data/test/locale/ja/LC_MESSAGES/test3.mo +0 -0
  418. data/test/locale/ja/LC_MESSAGES/untranslated.mo +0 -0
  419. data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
  420. data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
  421. data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
  422. data/test/locale/li/LC_MESSAGES/plural_error.mo +0 -0
  423. data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
  424. data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
  425. data/test/po/_.pot +162 -0
  426. data/test/po/backslash.pot +23 -0
  427. data/test/po/non_ascii.pot +23 -0
  428. data/test/po/np_.pot +48 -0
  429. data/test/po/ns_.pot +73 -0
  430. data/test/po/p_.pot +50 -0
  431. data/test/po/s_.pot +55 -0
  432. data/test/po/untranslated.pot +23 -0
  433. data/test/test_locale_path.rb +25 -3
  434. data/test/{tools/test_po.rb → test_po.rb} +217 -210
  435. data/test/test_po_entry.rb +107 -53
  436. data/test/test_text_domain.rb +38 -0
  437. data/test/tools/test_msgmerge.rb +206 -5
  438. data/test/tools/test_task.rb +287 -0
  439. data/test/tools/test_xgettext.rb +3 -1
  440. metadata +373 -4
  441. data/samples/cgi/Rakefile +0 -27
data/po/fr/gettext.po CHANGED
@@ -12,7 +12,7 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: ruby-gettext 2.1.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2012-10-16 16:38+0900\n"
15
+ "POT-Creation-Date: 2013-09-20 22:54+0900\n"
16
16
  "PO-Revision-Date: 2004-11-04 09:22+0100\n"
17
17
  "Last-Translator: Vincent Isambart\n"
18
18
  "Language-Team: French\n"
@@ -22,24 +22,13 @@ msgstr ""
22
22
  "Content-Transfer-Encoding: 8bit\n"
23
23
  "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
24
24
 
25
- #: ../lib/gettext/tools.rb:81
26
- msgid "Failed to merge with %{defpo}"
27
- msgstr "Echec de fusion avec %{defpo}"
28
-
29
- #: ../lib/gettext/tools.rb:82
30
- msgid "New .pot was copied to %{failed_filename}"
31
- msgstr "Le nouveau fichier .pot a été copié sous le nom %{failed_filename}"
32
-
33
- #: ../lib/gettext/tools.rb:83
34
- msgid "Check these po/pot-files. It may have syntax errors or something wrong."
35
- msgstr ""
36
- "Veuillez vérifier ces fichiers po/pot. Ils semblent avoir des erreurs de "
37
- "syntaxe ou quelque chose d'incorrect."
25
+ #: ../lib/gettext/runtime/textdomain_manager.rb:148
26
+ #, fuzzy
27
+ msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
28
+ msgstr "Le 3ème paramètre (de valeur %{number}) est incorrect."
38
29
 
39
- #: ../lib/gettext/tools.rb:188
40
- msgid ""
41
- "`%{cmd}' can not be found. \n"
42
- "Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
30
+ #: ../lib/gettext/text_domain_manager.rb:154
31
+ msgid "ngettext: 3rd parameter should be a number, not nil."
43
32
  msgstr ""
44
33
 
45
34
  #: ../lib/gettext/tools/msgfmt.rb:65
@@ -54,49 +43,47 @@ msgstr "Usage: %s input.po [-o output.mo]"
54
43
  #: ../lib/gettext/tools/msgfmt.rb:82
55
44
  msgid "Generate binary message catalog from textual translation description."
56
45
  msgstr ""
57
- "Génère un catalogue binaire de messages à partir de la description textuelle "
58
- "d'une traduction."
46
+ "Génère un catalogue binaire de messages à partir de la description textuelle d"
47
+ "'une traduction."
59
48
 
60
49
  #: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
61
- #: ../lib/gettext/tools/msgmerge.rb:474 ../lib/gettext/tools/xgettext.rb:210
50
+ #: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
62
51
  msgid "Specific options:"
63
52
  msgstr "Options spécifiques:"
64
53
 
65
- #: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/msgmerge.rb:479
66
- #: ../lib/gettext/tools/xgettext.rb:213
54
+ #: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
67
55
  msgid "write output to specified file"
68
56
  msgstr "écrit la sortie dans le fichier spécifié"
69
57
 
70
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/msgmerge.rb:490
71
- #: ../lib/gettext/tools/xgettext.rb:256
58
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
72
59
  msgid "display version information and exit"
73
60
  msgstr "affiche la version du programme et sort"
74
61
 
75
62
  #: ../lib/gettext/tools/msginit.rb:85
76
63
  msgid ""
77
- "Create a new .po file from initializing .pot file with user's environment "
78
- "and input."
64
+ "Create a new .po file from initializing .pot file with user's environment and "
65
+ "input."
79
66
  msgstr ""
80
67
 
81
68
  #: ../lib/gettext/tools/msginit.rb:91
82
69
  msgid ""
83
- "Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
84
- "existing the current directory."
70
+ "Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
71
+ "ting the current directory."
85
72
  msgstr ""
86
73
 
87
74
  #: ../lib/gettext/tools/msginit.rb:98
88
75
  msgid ""
89
- "Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
90
- "on LOCALE or the current locale on your environment."
76
+ "Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
77
+ " LOCALE or the current locale on your environment."
91
78
  msgstr ""
92
79
 
93
80
  #: ../lib/gettext/tools/msginit.rb:105
94
81
  msgid ""
95
- "Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
96
- "current locale on your environment."
82
+ "Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
83
+ " locale on your environment."
97
84
  msgstr ""
98
85
 
99
- #: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:485
86
+ #: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
100
87
  msgid "Display this help and exit"
101
88
  msgstr ""
102
89
 
@@ -116,8 +103,8 @@ msgstr "Le fichier '%s' existe déjà."
116
103
 
117
104
  #: ../lib/gettext/tools/msginit.rb:152
118
105
  msgid ""
119
- "\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
120
- "locale is usable."
106
+ "\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
107
+ "s usable."
121
108
  msgstr ""
122
109
 
123
110
  #: ../lib/gettext/tools/msginit.rb:161
@@ -125,116 +112,173 @@ msgstr ""
125
112
  msgid "file '%s' has already existed."
126
113
  msgstr "Le fichier '%s' existe déjà."
127
114
 
128
- #: ../lib/gettext/tools/msginit.rb:199
115
+ #: ../lib/gettext/tools/msginit.rb:200
129
116
  msgid "Please enter your full name"
130
117
  msgstr ""
131
118
 
132
- #: ../lib/gettext/tools/msginit.rb:211
119
+ #: ../lib/gettext/tools/msginit.rb:229
133
120
  msgid "Please enter your email address"
134
121
  msgstr ""
135
122
 
136
- #: ../lib/gettext/tools/msgmerge.rb:453
137
- msgid "definition po is not given."
138
- msgstr "la définition po n'est pas donnée."
123
+ #: ../lib/gettext/tools/msgmerge.rb:255
124
+ msgid "Usage: %s [OPTIONS] definition.po reference.pot"
125
+ msgstr ""
139
126
 
140
- #: ../lib/gettext/tools/msgmerge.rb:455
141
- msgid "reference pot is not given."
142
- msgstr "la référence po n'est pas donnée."
127
+ #: ../lib/gettext/tools/msgmerge.rb:258
128
+ #, fuzzy
129
+ msgid ""
130
+ "Merges two Uniforum style .po files together. The definition.po file is an exi"
131
+ "sting PO file with translations. The reference.pot file is the last created PO"
132
+ " file with up-to-date source references. The reference.pot is generally create"
133
+ "d by rxgettext."
134
+ msgstr ""
135
+ "Fusionne deux fichiers .po de style Uniforum. Le fichier def.po est un fichie"
136
+ "r de traduction original. Le fichier ref.pot est le dernier fichier de traduc"
137
+ "tion créé avec les sources mise-à-jour. ref.pot est en général généré par rge"
138
+ "ttext."
143
139
 
144
- #: ../lib/gettext/tools/msgmerge.rb:463
145
- msgid "Usage: %s def.po ref.pot [-o output.pot]"
146
- msgstr "Usage: %s def.po ref.pot [-o output.mo]"
140
+ #: ../lib/gettext/tools/msgmerge.rb:269
141
+ msgid "Update definition.po"
142
+ msgstr ""
147
143
 
148
- #: ../lib/gettext/tools/msgmerge.rb:466
144
+ #: ../lib/gettext/tools/msgmerge.rb:274
145
+ #, fuzzy
146
+ msgid "Write output to specified file"
147
+ msgstr "écrit la sortie dans le fichier spécifié"
148
+
149
+ #: ../lib/gettext/tools/msgmerge.rb:279
150
+ msgid "Generate sorted output"
151
+ msgstr ""
152
+
153
+ #: ../lib/gettext/tools/msgmerge.rb:284
154
+ msgid "Sort output by file location"
155
+ msgstr ""
156
+
157
+ #: ../lib/gettext/tools/msgmerge.rb:289
158
+ msgid "Sort output by msgid"
159
+ msgstr ""
160
+
161
+ #: ../lib/gettext/tools/msgmerge.rb:294
162
+ msgid "Preserve '#: FILENAME:LINE' lines"
163
+ msgstr ""
164
+
165
+ #: ../lib/gettext/tools/msgmerge.rb:299
166
+ msgid "Set output page width"
167
+ msgstr ""
168
+
169
+ #: ../lib/gettext/tools/msgmerge.rb:305
149
170
  msgid ""
150
- "Merges two Uniforum style .po files together. The def.po file is an existing "
151
- "PO file with translations. The ref.pot file is the last created PO file with "
152
- "up-to-date source references. ref.pot is generally created by rgettext."
171
+ "Break long message lines, longer than the output page width, into several line"
172
+ "s"
153
173
  msgstr ""
154
- "Fusionne deux fichiers .po de style Uniforum. Le fichier def.po est un "
155
- "fichier de traduction original. Le fichier ref.pot est le dernier fichier "
156
- "de traduction créé avec les sources mise-à-jour. ref.pot est en général "
157
- "généré par rgettext."
174
+
175
+ #: ../lib/gettext/tools/msgmerge.rb:323
176
+ #, fuzzy
177
+ msgid "Display version information and exit"
178
+ msgstr "affiche la version du programme et sort"
179
+
180
+ #: ../lib/gettext/tools/parser/glade.rb:32
181
+ msgid "`%{file}' is not glade-2.0 format."
182
+ msgstr "`%{file}' n'est pas au format glade-2.0."
158
183
 
159
184
  #: ../lib/gettext/tools/xgettext.rb:64
160
185
  msgid "'%{klass}' is ignored."
161
186
  msgstr "'%{klass}' est ignorée."
162
187
 
163
- #: ../lib/gettext/tools/xgettext.rb:175
188
+ #: ../lib/gettext/tools/xgettext.rb:183
164
189
  msgid "Error parsing %{path}"
165
190
  msgstr ""
166
191
 
167
- #: ../lib/gettext/tools/xgettext.rb:186
192
+ #: ../lib/gettext/tools/xgettext.rb:194
168
193
  msgid "no input files"
169
194
  msgstr "pas de fichiers d'entrée"
170
195
 
171
- #: ../lib/gettext/tools/xgettext.rb:204
196
+ #: ../lib/gettext/tools/xgettext.rb:212
172
197
  msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
173
198
  msgstr "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
174
199
 
175
- #: ../lib/gettext/tools/xgettext.rb:207
200
+ #: ../lib/gettext/tools/xgettext.rb:215
176
201
  msgid "Extract translatable strings from given input files."
177
202
  msgstr "Extrait les chaînes localisables des fichiers spécifiés en entrée."
178
203
 
179
- #: ../lib/gettext/tools/xgettext.rb:218
204
+ #: ../lib/gettext/tools/xgettext.rb:226
180
205
  msgid "set package name in output"
181
206
  msgstr ""
182
207
 
183
- #: ../lib/gettext/tools/xgettext.rb:223
208
+ #: ../lib/gettext/tools/xgettext.rb:231
184
209
  msgid "set package version in output"
185
210
  msgstr ""
186
211
 
187
- #: ../lib/gettext/tools/xgettext.rb:228
212
+ #: ../lib/gettext/tools/xgettext.rb:236
188
213
  msgid "set report address for msgid bugs"
189
214
  msgstr ""
190
215
 
191
- #: ../lib/gettext/tools/xgettext.rb:233
216
+ #: ../lib/gettext/tools/xgettext.rb:241
192
217
  msgid "set copyright holder in output"
193
218
  msgstr ""
194
219
 
195
- #: ../lib/gettext/tools/xgettext.rb:238
196
- msgid "set encoding for output"
197
- msgstr ""
198
-
199
220
  #: ../lib/gettext/tools/xgettext.rb:243
200
221
  #, fuzzy
201
222
  msgid "require the library before executing xgettext"
202
223
  msgstr "requérir (require) la librairie avant d'exécuter rgettext"
203
224
 
204
- #: ../lib/gettext/tools/xgettext.rb:247
205
- msgid "run in debugging mode"
206
- msgstr "exécuter en mode de deboggage"
225
+ #: ../lib/gettext/tools/xgettext.rb:246
226
+ msgid "set encoding for output"
227
+ msgstr ""
207
228
 
208
229
  #: ../lib/gettext/tools/xgettext.rb:251
209
230
  #, fuzzy
210
231
  msgid "display this help and exit"
211
232
  msgstr "affiche la version du programme et sort"
212
233
 
213
- #: ../lib/gettext/tools/xgettext.rb:302
234
+ #: ../lib/gettext/tools/xgettext.rb:256
214
235
  msgid ""
215
- "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") "
216
- "doesn't returns empty string but the header entry in po file."
236
+ "If TAG is specified, place comment blocks starting with TAG and precedding key"
237
+ "word lines in output file"
217
238
  msgstr ""
218
239
 
219
- #: ../lib/gettext/tools/parser/glade.rb:76
220
- msgid "`%{file}' is not glade-2.0 format."
221
- msgstr "`%{file}' n'est pas au format glade-2.0."
240
+ #: ../lib/gettext/tools/xgettext.rb:257
241
+ msgid ""
242
+ "If TAG is not specified, place all comment blocks preceing keyword lines in ou"
243
+ "tput file"
244
+ msgstr ""
222
245
 
223
- #: ../lib/gettext/runtime/textdomain_manager.rb:148
224
- #, fuzzy
225
- msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
226
- msgstr "Le 3ème paramètre (de valeur %{number}) est incorrect."
246
+ #: ../lib/gettext/tools/xgettext.rb:258
247
+ msgid "(default: %s)"
248
+ msgstr ""
227
249
 
228
- #: ../lib/gettext/runtime/textdomain_manager.rb:154
229
- msgid "ngettext: 3rd parameter should be a number, not nil."
250
+ #: ../lib/gettext/tools/xgettext.rb:258
251
+ msgid "no TAG"
230
252
  msgstr ""
231
253
 
232
- #: ../samples/hello_gtk2.rb:22
233
- msgid "hello, gtk world"
254
+ #: ../lib/gettext/tools/xgettext.rb:262
255
+ msgid "run in debugging mode"
256
+ msgstr "exécuter en mode de deboggage"
257
+
258
+ #: ../lib/gettext/tools/xgettext.rb:320
259
+ msgid ""
260
+ "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
261
+ "urns empty string but the header entry in po file."
234
262
  msgstr ""
235
263
 
236
- #: ../samples/hello_tk.rb:15
237
- msgid "hello, tk world"
264
+ #: ../samples/cgi/hellolib.rb:16
265
+ msgid "This message is from hellolib."
266
+ msgstr ""
267
+
268
+ #: ../samples/hello.rb:17
269
+ msgid "Hello World\n"
270
+ msgstr ""
271
+
272
+ #: ../samples/hello2.rb:19
273
+ msgid "One is %{num}\n"
274
+ msgstr ""
275
+
276
+ #: ../samples/hello2.rb:20
277
+ msgid "Hello %{world}\n"
278
+ msgstr ""
279
+
280
+ #: ../samples/hello2.rb:20
281
+ msgid "World"
238
282
  msgstr ""
239
283
 
240
284
  #: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
@@ -252,11 +296,9 @@ msgstr ""
252
296
  msgid "<Hello world>"
253
297
  msgstr ""
254
298
 
255
- #: ../samples/hello_plural.rb:19
256
- msgid "There is an apple.\n"
257
- msgid_plural "There are %{num} apples.\n"
258
- msgstr[0] ""
259
- msgstr[1] ""
299
+ #: ../samples/hello_gtk2.rb:25
300
+ msgid "hello, gtk world"
301
+ msgstr ""
260
302
 
261
303
  #: ../samples/hello_noop.rb:13
262
304
  msgid "Hello World"
@@ -266,28 +308,172 @@ msgstr ""
266
308
  msgid "Hello World2"
267
309
  msgstr ""
268
310
 
269
- #: ../samples/hello.rb:16
270
- msgid "Hello World\n"
311
+ #: ../samples/hello_plural.rb:20
312
+ msgid "There is an apple.\n"
313
+ msgid_plural "There are %{num} apples.\n"
314
+ msgstr[0] ""
315
+ msgstr[1] ""
316
+
317
+ #: ../samples/hello_tk.rb:16
318
+ msgid "hello, tk world"
271
319
  msgstr ""
272
320
 
273
- #: ../samples/cgi/hellolib.rb:16
274
- msgid "This message is from hellolib."
321
+ #: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
322
+ #: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
323
+ msgid "aaa"
324
+ msgid_plural "aaa2"
325
+ msgstr[0] ""
326
+ msgstr[1] ""
327
+
328
+ #: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
329
+ msgid "aaa\n"
275
330
  msgstr ""
276
331
 
277
- #: ../samples/hello2.rb:18
278
- msgid "One is %{num}\n"
332
+ #: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
333
+ msgid ""
334
+ "bbb\n"
335
+ "ccc"
279
336
  msgstr ""
280
337
 
281
- #: ../samples/hello2.rb:19
282
- msgid "Hello %{world}\n"
338
+ #: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
339
+ msgid ""
340
+ "bbb\n"
341
+ "ccc\n"
342
+ "ddd\n"
283
343
  msgstr ""
284
344
 
285
- #: ../samples/hello2.rb:19
286
- msgid "World"
345
+ #: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
346
+ #: ../test/fixtures/_.rb:53
347
+ msgid "eee"
287
348
  msgstr ""
288
349
 
289
- #: ../test/tools/files/simple_translation.rb:3
290
- msgid "a translation"
350
+ #: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
351
+ #: ../test/fixtures/n_.rb:59
352
+ msgid "fff"
353
+ msgid_plural "fff2"
354
+ msgstr[0] ""
355
+ msgstr[1] ""
356
+
357
+ #: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
358
+ msgid "ggghhhiii"
359
+ msgid_plural "jjjkkklll"
360
+ msgstr[0] ""
361
+ msgstr[1] ""
362
+
363
+ #: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
364
+ msgid "a\"b\"c\""
365
+ msgid_plural "a\"b\"c\"2"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
369
+ #: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
370
+ msgid "d\"e\"f\""
371
+ msgid_plural "d\"e\"f\"2"
372
+ msgstr[0] ""
373
+ msgstr[1] ""
374
+
375
+ #: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
376
+ msgid "jjj"
377
+ msgstr ""
378
+
379
+ #: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
380
+ msgid "kkk"
381
+ msgstr ""
382
+
383
+ #: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
384
+ msgid "lllmmm"
385
+ msgstr ""
386
+
387
+ #: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
388
+ msgid ""
389
+ "nnn\n"
390
+ "ooo"
391
+ msgstr ""
392
+
393
+ #: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
394
+ msgid "#"
395
+ msgstr ""
396
+
397
+ #: ../test/fixtures/_.rb:96
398
+ msgid "\taaa"
399
+ msgstr ""
400
+
401
+ #: ../test/fixtures/_.rb:100
402
+ msgid ""
403
+ "Here document1\n"
404
+ "Here document2\n"
405
+ msgstr ""
406
+
407
+ #. TRANSLATORS: This is a proper name. See the gettext
408
+ #. manual, section Names. Note this is actually a non-ASCII
409
+ #. name: The first name is (with Unicode escapes)
410
+ #. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
411
+ #. Pronunciation is like "fraa-swa pee-nar".
412
+ #. This is an example from GNU gettext documentation.
413
+ #: ../test/fixtures/_.rb:120
414
+ msgid "Francois Pinard"
415
+ msgstr ""
416
+
417
+ #: ../test/fixtures/_.rb:123
418
+ msgid "No TRANSLATORS comment"
419
+ msgstr ""
420
+
421
+ #: ../test/fixtures/_.rb:128
422
+ msgid "self explaining"
423
+ msgstr ""
424
+
425
+ #: ../test/fixtures/_.rb:132
426
+ msgid "This is a # including string."
427
+ msgstr ""
428
+
429
+ #: ../test/fixtures/_/double_quote_in_double_quote.rb:28
430
+ msgid "double \"quote\" in double quote"
431
+ msgstr ""
432
+
433
+ #: ../test/fixtures/_/double_quote_in_single_quote.rb:28
434
+ msgid "double \"quote\" in single quote"
435
+ msgstr ""
436
+
437
+ #: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
438
+ msgid "literal concatenation with continuation line"
439
+ msgstr ""
440
+
441
+ #: ../test/fixtures/_/middle_new_line.rb:28
442
+ msgid ""
443
+ "middle\n"
444
+ "new line"
445
+ msgstr ""
446
+
447
+ #: ../test/fixtures/_/multiple_lines_literal.rb:28
448
+ msgid ""
449
+ "multiple\n"
450
+ "lines\n"
451
+ "literal\n"
452
+ msgstr ""
453
+
454
+ #: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
455
+ msgid "multiple"
456
+ msgstr ""
457
+
458
+ #: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
459
+ msgid "in same line"
460
+ msgstr ""
461
+
462
+ #: ../test/fixtures/_/multiple_same_messages.rb:28
463
+ #: ../test/fixtures/_/multiple_same_messages.rb:32
464
+ msgid "multiple same messages"
465
+ msgstr ""
466
+
467
+ #: ../test/fixtures/_/one_line.rb:28
468
+ msgid "one line"
469
+ msgstr ""
470
+
471
+ #: ../test/fixtures/_/one_new_line.rb:28
472
+ msgid "one new line\n"
473
+ msgstr ""
474
+
475
+ #: ../test/fixtures/backslash.rb:27
476
+ msgid "You should escape '\\' as '\\\\'."
291
477
  msgstr ""
292
478
 
293
479
  #: ../test/fixtures/gladeparser.glade:29
@@ -320,13 +506,41 @@ msgstr ""
320
506
  msgid "duplicated"
321
507
  msgstr ""
322
508
 
323
- #: ../test/fixtures/n_.rb:29 ../test/fixtures/_.rb:30
324
- #: ../test/fixtures/N_.rb:10 ../test/test_gettext.rb:155
325
- #: ../test/test_gettext.rb:159
326
- msgid "aaa"
327
- msgid_plural "aaa2"
328
- msgstr[0] ""
329
- msgstr[1] ""
509
+ #: ../test/fixtures/multi_text_domain.rb:11
510
+ #: ../test/fixtures/multi_text_domain.rb:24
511
+ #: ../test/fixtures/multi_text_domain.rb:43
512
+ #: ../test/fixtures/multi_text_domain.rb:50
513
+ #: ../test/fixtures/multi_text_domain.rb:62
514
+ #: ../test/fixtures/multi_text_domain.rb:75
515
+ #: ../test/fixtures/multi_text_domain.rb:91
516
+ #: ../test/fixtures/multi_text_domain.rb:104
517
+ #: ../test/fixtures/multi_text_domain.rb:108
518
+ #: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
519
+ #: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
520
+ #: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
521
+ #: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
522
+ #: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
523
+ #: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
524
+ #: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
525
+ #: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
526
+ #: ../test/test_text_domain_toplevel.rb:15
527
+ #: ../test/test_text_domain_toplevel.rb:18
528
+ #: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
529
+ msgid "language"
530
+ msgstr ""
531
+
532
+ #: ../test/fixtures/multi_text_domain.rb:14
533
+ #: ../test/fixtures/multi_text_domain.rb:27
534
+ #: ../test/fixtures/multi_text_domain.rb:54
535
+ #: ../test/fixtures/multi_text_domain.rb:65
536
+ #: ../test/fixtures/multi_text_domain.rb:78
537
+ #: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
538
+ msgid "LANGUAGE"
539
+ msgstr ""
540
+
541
+ #: ../test/fixtures/multi_text_domain.rb:120
542
+ msgid "no data"
543
+ msgstr ""
330
544
 
331
545
  #: ../test/fixtures/n_.rb:33
332
546
  msgid "bbb\n"
@@ -366,40 +580,12 @@ msgid_plural ""
366
580
  msgstr[0] ""
367
581
  msgstr[1] ""
368
582
 
369
- #: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
370
- #: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
371
- msgid "fff"
372
- msgid_plural "fff2"
373
- msgstr[0] ""
374
- msgstr[1] ""
375
-
376
583
  #: ../test/fixtures/n_.rb:59
377
584
  msgid "ggg"
378
585
  msgid_plural "ggg2"
379
586
  msgstr[0] ""
380
587
  msgstr[1] ""
381
588
 
382
- #: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
383
- #: ../test/fixtures/N_.rb:37
384
- msgid "ggghhhiii"
385
- msgid_plural "jjjkkklll"
386
- msgstr[0] ""
387
- msgstr[1] ""
388
-
389
- #: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
390
- #: ../test/fixtures/N_.rb:43
391
- msgid "a\"b\"c\""
392
- msgid_plural "a\"b\"c\"2"
393
- msgstr[0] ""
394
- msgstr[1] ""
395
-
396
- #: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
397
- #: ../test/fixtures/N_.rb:47
398
- msgid "d\"e\"f\""
399
- msgid_plural "d\"e\"f\"2"
400
- msgstr[0] ""
401
- msgstr[1] ""
402
-
403
589
  #: ../test/fixtures/n_.rb:80
404
590
  msgid "mmmmmm"
405
591
  msgid_plural "mmm2mmm2"
@@ -412,7 +598,7 @@ msgid_plural "nnn2"
412
598
  msgstr[0] ""
413
599
  msgstr[1] ""
414
600
 
415
- #: ../test/fixtures/n_.rb:86 ../test/fixtures/n_.rb:85
601
+ #: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
416
602
  msgid "ooo"
417
603
  msgid_plural "ppp"
418
604
  msgstr[0] ""
@@ -424,7 +610,7 @@ msgid_plural "rrr"
424
610
  msgstr[0] ""
425
611
  msgstr[1] ""
426
612
 
427
- #. please provide translations for all
613
+ #. TRANSLATORS:please provide translations for all
428
614
  #. the plural forms!
429
615
  #: ../test/fixtures/n_.rb:97
430
616
  msgid "comment"
@@ -432,46 +618,8 @@ msgid_plural "comments"
432
618
  msgstr[0] ""
433
619
  msgstr[1] ""
434
620
 
435
- #: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
436
- msgid "context|context$message"
437
- msgid_plural "context|context$messages"
438
- msgstr[0] ""
439
- msgstr[1] ""
440
-
441
- #: ../test/fixtures/multi_textdomain.rb:11
442
- #: ../test/fixtures/multi_textdomain.rb:24
443
- #: ../test/fixtures/multi_textdomain.rb:43
444
- #: ../test/fixtures/multi_textdomain.rb:50
445
- #: ../test/fixtures/multi_textdomain.rb:62
446
- #: ../test/fixtures/multi_textdomain.rb:75
447
- #: ../test/fixtures/multi_textdomain.rb:91
448
- #: ../test/fixtures/multi_textdomain.rb:104
449
- #: ../test/fixtures/multi_textdomain.rb:108
450
- #: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
451
- #: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
452
- #: ../test/test_textdomain_toplevel.rb:15
453
- #: ../test/test_textdomain_toplevel.rb:18
454
- #: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
455
- #: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
456
- #: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
457
- #: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
458
- #: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
459
- #: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
460
- #: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
461
- msgid "language"
462
- msgstr ""
463
-
464
- #: ../test/fixtures/multi_textdomain.rb:14
465
- #: ../test/fixtures/multi_textdomain.rb:27
466
- #: ../test/fixtures/multi_textdomain.rb:54
467
- #: ../test/fixtures/multi_textdomain.rb:65
468
- #: ../test/fixtures/multi_textdomain.rb:78
469
- #: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
470
- msgid "LANGUAGE"
471
- msgstr ""
472
-
473
- #: ../test/fixtures/multi_textdomain.rb:120
474
- msgid "no data"
621
+ #: ../test/fixtures/non_ascii.rb:10
622
+ msgid "こんにちは"
475
623
  msgstr ""
476
624
 
477
625
  #: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
@@ -503,96 +651,8 @@ msgid_plural "%{num} pictures"
503
651
  msgstr[0] ""
504
652
  msgstr[1] ""
505
653
 
506
- #: ../test/fixtures/_/one_line.rb:28
507
- msgid "one line"
508
- msgstr ""
509
-
510
- #: ../test/fixtures/non_ascii.rb:10
511
- msgid "こんにちは"
512
- msgstr ""
513
-
514
- #: ../test/fixtures/untranslated.rb:10
515
- msgid "untranslated"
516
- msgstr ""
517
-
518
- #: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
519
- msgid "aaa\n"
520
- msgstr ""
521
-
522
- #: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
523
- msgid ""
524
- "bbb\n"
525
- "ccc"
526
- msgstr ""
527
-
528
- #: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
529
- msgid ""
530
- "bbb\n"
531
- "ccc\n"
532
- "ddd\n"
533
- msgstr ""
534
-
535
- #: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
536
- #: ../test/fixtures/N_.rb:33
537
- msgid "eee"
538
- msgstr ""
539
-
540
- #: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
541
- msgid "jjj"
542
- msgstr ""
543
-
544
- #: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
545
- msgid "kkk"
546
- msgstr ""
547
-
548
- #: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
549
- msgid "lllmmm"
550
- msgstr ""
551
-
552
- #: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
553
- msgid ""
554
- "nnn\n"
555
- "ooo"
556
- msgstr ""
557
-
558
- #: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
559
- msgid "#"
560
- msgstr ""
561
-
562
- #: ../test/fixtures/_.rb:96
563
- msgid "\taaa"
564
- msgstr ""
565
-
566
- #: ../test/fixtures/_.rb:100
567
- msgid ""
568
- "Here document1\n"
569
- "Here document2\n"
570
- msgstr ""
571
-
572
- #. This is a proper name. See the gettext
573
- #. manual, section Names. Note this is actually a non-ASCII
574
- #. name: The first name is (with Unicode escapes)
575
- #. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
576
- #. Pronunciation is like "fraa-swa pee-nar".
577
- #. This is an example from GNU gettext documentation.
578
- #: ../test/fixtures/_.rb:119
579
- msgid "Francois Pinard"
580
- msgstr ""
581
-
582
- #: ../test/fixtures/_.rb:122
583
- msgid "No TRANSLATORS comment"
584
- msgstr ""
585
-
586
- #: ../test/fixtures/_.rb:127
587
- msgid "self explaining"
588
- msgstr ""
589
-
590
- #: ../test/fixtures/_.rb:131
591
- msgid "This is a # including string."
592
- msgstr ""
593
-
594
- #: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
595
- #: ../test/fixtures/s_.rb:32 ../test/fixtures/ns_.rb:32
654
+ #: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
655
+ #: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
596
656
  #: ../test/test_gettext.rb:119
597
657
  msgid "AAA|BBB"
598
658
  msgid_plural "CCC"
@@ -641,9 +701,11 @@ msgid_plural "DDD"
641
701
  msgstr[0] ""
642
702
  msgstr[1] ""
643
703
 
644
- #: ../test/fixtures/backslash.rb:27
645
- msgid "You should escape '\\' as '\\\\'."
646
- msgstr ""
704
+ #: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
705
+ msgid "context|context$message"
706
+ msgid_plural "context|context$messages"
707
+ msgstr[0] ""
708
+ msgstr[1] ""
647
709
 
648
710
  #: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
649
711
  msgctxt "AAA"
@@ -669,7 +731,7 @@ msgstr ""
669
731
  msgid "BBB"
670
732
  msgstr ""
671
733
 
672
- #. please translate 'name' in the context of 'program'.
734
+ #. TRANSLATORS:please translate 'name' in the context of 'program'.
673
735
  #. Hint: the translation should NOT contain the translation of 'program'.
674
736
  #: ../test/fixtures/p_.rb:55
675
737
  msgctxt "program"
@@ -680,6 +742,10 @@ msgstr ""
680
742
  msgid "one is %d."
681
743
  msgstr ""
682
744
 
745
+ #: ../test/fixtures/untranslated.rb:10
746
+ msgid "untranslated"
747
+ msgstr ""
748
+
683
749
  #: ../test/test_gettext.rb:59
684
750
  msgid "nomsgstr"
685
751
  msgstr ""
@@ -728,7 +794,7 @@ msgid_plural "second"
728
794
  msgstr[0] ""
729
795
  msgstr[1] ""
730
796
 
731
- #: ../test/test_gettext.rb:269 ../test/test_gettext.rb:268
797
+ #: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
732
798
  #: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
733
799
  #: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
734
800
  msgid "single"
@@ -736,8 +802,43 @@ msgid_plural "plural"
736
802
  msgstr[0] ""
737
803
  msgstr[1] ""
738
804
 
739
- #~ msgid "Warning: fuzzy message was ignored.\n"
740
- #~ msgstr "Avertissement: message flou ignoré.\n"
805
+ #: ../test/tools/files/simple_translation.rb:3
806
+ msgid "a translation"
807
+ msgstr ""
808
+
809
+ #: ../lib/gettext/tools.rb:81
810
+ #~ msgid "Failed to merge with %{defpo}"
811
+ #~ msgstr "Echec de fusion avec %{defpo}"
812
+
813
+ #: ../lib/gettext/tools.rb:82
814
+ #~ msgid "New .pot was copied to %{failed_filename}"
815
+ #~ msgstr "Le nouveau fichier .pot a été copié sous le nom %{failed_filename}"
816
+
817
+ #: ../lib/gettext/tools.rb:83
818
+ #~ msgid "Check these po/pot-files. It may have syntax errors or something wrong."
819
+ #~ msgstr ""
820
+ #~ "Veuillez vérifier ces fichiers po/pot. Ils semblent avoir des erreurs de synta"
821
+ #~ "xe ou quelque chose d'incorrect."
822
+
823
+ #: ../lib/gettext/tools/msgmerge.rb:453
824
+ #~ msgid "definition po is not given."
825
+ #~ msgstr "la définition po n'est pas donnée."
741
826
 
742
- #~ msgid "Warning: obsolete msgid exists.\n"
743
- #~ msgstr "Avertissement: un msgid obsolète a été trouvé.\n"
827
+ #: ../lib/gettext/tools/msgmerge.rb:455
828
+ #~ msgid "reference pot is not given."
829
+ #~ msgstr "la référence po n'est pas donnée."
830
+
831
+ #: ../lib/gettext/tools/msgmerge.rb:463
832
+ #~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
833
+ #~ msgstr "Usage: %s def.po ref.pot [-o output.mo]"
834
+
835
+ #: ../lib/gettext/tools/msgmerge.rb:466
836
+ #~ msgid ""
837
+ #~ "Merges two Uniforum style .po files together. The def.po file is an existing P"
838
+ #~ "O file with translations. The ref.pot file is the last created PO file with up"
839
+ #~ "-to-date source references. ref.pot is generally created by rgettext."
840
+ #~ msgstr ""
841
+ #~ "Fusionne deux fichiers .po de style Uniforum. Le fichier def.po est un fichie"
842
+ #~ "r de traduction original. Le fichier ref.pot est le dernier fichier de traduc"
843
+ #~ "tion créé avec les sources mise-à-jour. ref.pot est en général généré par rge"
844
+ #~ "ttext."