gettext 1.92.0 → 1.93.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (314) hide show
  1. data/ChangeLog +52 -0
  2. data/NEWS +25 -0
  3. data/README +21 -18
  4. data/data/locale/bg/LC_MESSAGES/rails.mo +0 -0
  5. data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
  6. data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
  7. data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
  8. data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
  9. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  10. data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
  11. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
  13. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
  15. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
  17. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  18. data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
  19. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  20. data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
  21. data/data/locale/et/LC_MESSAGES/rgettext.mo +0 -0
  22. data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
  23. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  24. data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
  25. data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
  26. data/data/locale/hu/LC_MESSAGES/rails.mo +0 -0
  27. data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
  28. data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
  29. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  30. data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
  31. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  32. data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
  33. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  34. data/data/locale/lv/LC_MESSAGES/rails.mo +0 -0
  35. data/data/locale/lv/LC_MESSAGES/rgettext.mo +0 -0
  36. data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
  37. data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
  38. data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
  39. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  40. data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
  41. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  42. data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
  43. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  44. data/data/locale/sr/LC_MESSAGES/rails.mo +0 -0
  45. data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
  46. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  47. data/data/locale/ua/LC_MESSAGES/rails.mo +0 -0
  48. data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
  49. data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
  50. data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
  51. data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
  52. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  53. data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
  54. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  55. data/doc/classes/ActionView/Helpers/FormBuilder.html +11 -11
  56. data/doc/classes/ActionView/TemplateFinder.html +16 -16
  57. data/doc/classes/GetText.html +556 -521
  58. data/doc/classes/GetText/ActiveRecordParser.html +13 -13
  59. data/doc/classes/GetText/ErbContainer.html +12 -12
  60. data/doc/classes/GetText/ErbParser.html +6 -6
  61. data/doc/classes/GetText/NoboundTextDomainError.html +1 -1
  62. data/doc/classes/GetText/PoParser.html +6 -6
  63. data/doc/classes/GetText/Rails.html +20 -20
  64. data/doc/classes/GetText/RubyParser.html +5 -0
  65. data/doc/classes/GetText/TextDomain.html +53 -53
  66. data/doc/classes/GetText/TextDomainManager.html +54 -54
  67. data/doc/classes/Locale/Object.html +177 -173
  68. data/doc/classes/Locale/SystemBase.html +32 -32
  69. data/doc/classes/Locale/SystemCGI.html +31 -31
  70. data/doc/classes/Locale/SystemPosix.html +50 -0
  71. data/doc/classes/Locale/SystemWin32.html +6 -6
  72. data/doc/created.rid +1 -1
  73. data/doc/files/ChangeLog.html +69 -1
  74. data/doc/files/README.html +27 -19
  75. data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
  76. data/doc/files/lib/gettext/rails_rb.html +1 -1
  77. data/doc/files/lib/gettext/rgettext_rb.html +1 -1
  78. data/doc/files/lib/gettext/utils_rb.html +1 -1
  79. data/doc/files/lib/gettext/version_rb.html +1 -1
  80. data/doc/files/lib/gettext_rb.html +1 -1
  81. data/doc/files/lib/locale/object_rb.html +1 -1
  82. data/doc/files/lib/locale/posix_rb.html +1 -1
  83. data/doc/fr_method_index.html +94 -92
  84. data/lib/gettext.rb +27 -6
  85. data/lib/gettext/parser/ruby.rb +9 -2
  86. data/lib/gettext/rails.rb +11 -6
  87. data/lib/gettext/rgettext.rb +9 -8
  88. data/lib/gettext/utils.rb +18 -4
  89. data/lib/gettext/version.rb +1 -1
  90. data/lib/locale/object.rb +10 -6
  91. data/lib/locale/posix.rb +15 -1
  92. data/po/bg/rails.po +169 -0
  93. data/po/bg/rgettext.po +146 -0
  94. data/po/bs/rails.po +34 -34
  95. data/po/bs/rgettext.po +23 -17
  96. data/po/ca/rails.po +34 -34
  97. data/po/ca/rgettext.po +29 -22
  98. data/po/cs/rails.po +34 -34
  99. data/po/cs/rgettext.po +23 -17
  100. data/po/de/rails.po +34 -34
  101. data/po/de/rgettext.po +30 -22
  102. data/po/el/rails.po +38 -38
  103. data/po/el/rgettext.po +29 -22
  104. data/po/eo/rails.po +34 -34
  105. data/po/eo/rgettext.po +30 -23
  106. data/po/es/rails.po +34 -34
  107. data/po/es/rgettext.po +27 -21
  108. data/po/et/rails.po +42 -50
  109. data/po/et/rgettext.po +143 -0
  110. data/po/fr/rails.po +45 -52
  111. data/po/fr/rgettext.po +39 -32
  112. data/po/hr/rails.po +34 -34
  113. data/po/hr/rgettext.po +23 -17
  114. data/po/hu/rails.po +34 -34
  115. data/po/hu/rgettext.po +29 -21
  116. data/po/it/rails.po +34 -34
  117. data/po/it/rgettext.po +23 -17
  118. data/po/ja/rails.po +35 -35
  119. data/po/ja/rgettext.po +30 -22
  120. data/po/ko/rails.po +34 -34
  121. data/po/ko/rgettext.po +23 -17
  122. data/po/lv/rails.po +57 -37
  123. data/po/lv/rgettext.po +37 -28
  124. data/po/nb/rails.po +37 -38
  125. data/po/nb/rgettext.po +29 -22
  126. data/po/nl/rails.po +34 -34
  127. data/po/nl/rgettext.po +23 -17
  128. data/po/pt_BR/rails.po +34 -34
  129. data/po/pt_BR/rgettext.po +30 -22
  130. data/po/rails.pot +34 -34
  131. data/po/rgettext.pot +23 -17
  132. data/po/ru/rails.po +37 -37
  133. data/po/ru/rgettext.po +28 -22
  134. data/po/sr/rails.po +34 -34
  135. data/po/sr/rgettext.po +23 -17
  136. data/po/sv/rgettext.po +23 -17
  137. data/po/ua/rails.po +41 -39
  138. data/po/ua/rgettext.po +26 -19
  139. data/po/vi/rails.po +34 -35
  140. data/po/vi/rgettext.po +34 -27
  141. data/po/zh/rails.po +34 -34
  142. data/po/zh/rgettext.po +28 -22
  143. data/po/zh_TW/rails.po +34 -34
  144. data/po/zh_TW/rgettext.po +27 -21
  145. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
  146. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
  147. data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
  148. data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
  149. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
  150. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
  151. data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
  152. data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
  153. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
  154. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
  155. data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
  156. data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
  157. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
  158. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
  159. data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
  160. data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
  161. data/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo +0 -0
  162. data/samples/cgi/locale/ua/LC_MESSAGES/main.mo +0 -0
  163. data/samples/cgi/po/bg/helloerb1.po +59 -0
  164. data/samples/cgi/po/bg/helloerb2.po +51 -0
  165. data/samples/cgi/po/bg/hellolib.po +23 -0
  166. data/samples/cgi/po/bg/main.po +83 -0
  167. data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
  168. data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
  169. data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
  170. data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
  171. data/samples/locale/bg/LC_MESSAGES/helloglade2.mo +0 -0
  172. data/samples/locale/bg/LC_MESSAGES/hellogtk.mo +0 -0
  173. data/samples/locale/bg/LC_MESSAGES/hellotk.mo +0 -0
  174. data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
  175. data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
  176. data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
  177. data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
  178. data/samples/locale/lv/LC_MESSAGES/helloglade2.mo +0 -0
  179. data/samples/locale/lv/LC_MESSAGES/hellogtk.mo +0 -0
  180. data/samples/locale/lv/LC_MESSAGES/hellotk.mo +0 -0
  181. data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
  182. data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
  183. data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
  184. data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
  185. data/samples/locale/nb/LC_MESSAGES/helloglade2.mo +0 -0
  186. data/samples/locale/nb/LC_MESSAGES/hellogtk.mo +0 -0
  187. data/samples/locale/nb/LC_MESSAGES/hellotk.mo +0 -0
  188. data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
  189. data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
  190. data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
  191. data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
  192. data/samples/locale/sr/LC_MESSAGES/helloglade2.mo +0 -0
  193. data/samples/locale/sr/LC_MESSAGES/hellogtk.mo +0 -0
  194. data/samples/locale/sr/LC_MESSAGES/hellotk.mo +0 -0
  195. data/samples/locale/ua/LC_MESSAGES/hello2.mo +0 -0
  196. data/samples/locale/ua/LC_MESSAGES/hello_plural.mo +0 -0
  197. data/samples/po/bg/hello.po +24 -0
  198. data/samples/po/bg/hello2.po +31 -0
  199. data/samples/po/bg/hello_noop.po +27 -0
  200. data/samples/po/bg/hello_plural.po +25 -0
  201. data/samples/po/bg/helloglade2.po +31 -0
  202. data/samples/po/bg/hellogtk.po +23 -0
  203. data/samples/po/bg/hellotk.po +23 -0
  204. data/samples/rails/db/schema.rb +2 -4
  205. data/samples/rails/locale/bg/LC_MESSAGES/blog.mo +0 -0
  206. data/samples/rails/locale/bs/LC_MESSAGES/blog.mo +0 -0
  207. data/samples/rails/locale/ca/LC_MESSAGES/blog.mo +0 -0
  208. data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
  209. data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
  210. data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
  211. data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
  212. data/samples/rails/locale/eo/LC_MESSAGES/blog.mo +0 -0
  213. data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
  214. data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
  215. data/samples/rails/locale/hr/LC_MESSAGES/blog.mo +0 -0
  216. data/samples/rails/locale/hu/LC_MESSAGES/blog.mo +0 -0
  217. data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
  218. data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
  219. data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
  220. data/samples/rails/locale/lv/LC_MESSAGES/blog.mo +0 -0
  221. data/samples/rails/locale/nb/LC_MESSAGES/blog.mo +0 -0
  222. data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
  223. data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
  224. data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
  225. data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
  226. data/samples/rails/locale/ua/LC_MESSAGES/blog.mo +0 -0
  227. data/samples/rails/locale/vi/LC_MESSAGES/blog.mo +0 -0
  228. data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
  229. data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
  230. data/samples/rails/po/bg/blog.po +101 -0
  231. data/samples/rails/po/blog.pot +36 -40
  232. data/samples/rails/po/bs/blog.po +41 -44
  233. data/samples/rails/po/ca/blog.po +44 -48
  234. data/samples/rails/po/cs/blog.po +44 -47
  235. data/samples/rails/po/de/blog.po +44 -47
  236. data/samples/rails/po/el/blog.po +44 -47
  237. data/samples/rails/po/en/blog.po +37 -41
  238. data/samples/rails/po/eo/blog.po +44 -48
  239. data/samples/rails/po/es/blog.po +44 -48
  240. data/samples/rails/po/fr/blog.po +44 -47
  241. data/samples/rails/po/hr/blog.po +41 -45
  242. data/samples/rails/po/hu/blog.po +41 -45
  243. data/samples/rails/po/it/blog.po +45 -48
  244. data/samples/rails/po/ja/blog.po +44 -48
  245. data/samples/rails/po/ko/blog.po +45 -48
  246. data/samples/rails/po/lv/blog.po +43 -50
  247. data/samples/rails/po/nb/blog.po +42 -47
  248. data/samples/rails/po/nl/blog.po +44 -47
  249. data/samples/rails/po/pt_BR/blog.po +45 -48
  250. data/samples/rails/po/ru/blog.po +43 -46
  251. data/samples/rails/po/sr/blog.po +42 -45
  252. data/samples/rails/po/ua/blog.po +43 -46
  253. data/samples/rails/po/vi/blog.po +40 -43
  254. data/samples/rails/po/zh/blog.po +44 -48
  255. data/samples/rails/po/zh_TW/blog.po +44 -48
  256. data/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES/gettext_plugin.mo +0 -0
  257. data/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo +0 -0
  258. data/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo +0 -0
  259. data/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
  260. data/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
  261. data/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo +0 -0
  262. data/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES/gettext_plugin.mo +0 -0
  263. data/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
  264. data/samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo +0 -0
  265. data/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo +0 -0
  266. data/samples/rails/vendor/plugins/gettext/locale/hu/LC_MESSAGES/gettext_plugin.mo +0 -0
  267. data/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo +0 -0
  268. data/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
  269. data/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
  270. data/samples/rails/vendor/plugins/gettext/locale/lv/LC_MESSAGES/gettext_plugin.mo +0 -0
  271. data/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo +0 -0
  272. data/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
  273. data/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
  274. data/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo +0 -0
  275. data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
  276. data/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES/gettext_plugin.mo +0 -0
  277. data/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo +0 -0
  278. data/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo +0 -0
  279. data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
  280. data/samples/rails/vendor/plugins/gettext/po/bg/gettext_plugin.po +27 -0
  281. data/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po +6 -6
  282. data/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po +3 -3
  283. data/samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po +3 -3
  284. data/samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po +3 -3
  285. data/samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po +3 -3
  286. data/samples/rails/vendor/plugins/gettext/po/eo/gettext_plugin.po +3 -3
  287. data/samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po +3 -3
  288. data/samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po +3 -3
  289. data/samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot +3 -3
  290. data/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po +6 -6
  291. data/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po +3 -3
  292. data/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po +3 -3
  293. data/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po +3 -3
  294. data/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po +3 -3
  295. data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +5 -5
  296. data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +6 -7
  297. data/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po +3 -3
  298. data/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po +3 -3
  299. data/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po +3 -3
  300. data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +4 -4
  301. data/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po +3 -3
  302. data/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po +3 -4
  303. data/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po +3 -3
  304. data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +3 -4
  305. data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
  306. data/test/locale/ja/LC_MESSAGES/test_npgettext.mo +0 -0
  307. data/test/locale/ja/LC_MESSAGES/test_pgettext.mo +0 -0
  308. data/test/po/active_record.pot +41 -28
  309. data/test/po/ja/active_record.po +41 -28
  310. data/test/po/ja/test_npgettext.po +46 -0
  311. data/test/test_gettext.rb +10 -0
  312. data/test/test_locale.rb +5 -0
  313. data/test/testlib/npgettext.rb +33 -0
  314. metadata +78 -2
data/po/it/rgettext.po CHANGED
@@ -10,7 +10,7 @@
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: ruby-gettext 1.92.0\n"
13
- "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
+ "POT-Creation-Date: 2008-09-14 01:48+0900\n"
14
14
  "PO-Revision-Date: 2005-12-17 14:33+0900\n"
15
15
  "Last-Translator: Marco Lazzeri <marco.lazzeri at gmail.com>\n"
16
16
  "Language-Team: Italian\n"
@@ -19,15 +19,21 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
- #: lib/gettext/utils.rb:66
22
+ #: lib/gettext/utils.rb:68
23
+ msgid ""
24
+ "`%{cmd}' may not be found. \n"
25
+ "Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
26
+ msgstr ""
27
+
28
+ #: lib/gettext/utils.rb:80
23
29
  msgid "Failed to merge with %{defpo}"
24
30
  msgstr ""
25
31
 
26
- #: lib/gettext/utils.rb:67
32
+ #: lib/gettext/utils.rb:81
27
33
  msgid "New .pot was copied to %{failed_filename}"
28
34
  msgstr ""
29
35
 
30
- #: lib/gettext/utils.rb:68
36
+ #: lib/gettext/utils.rb:82
31
37
  msgid "Check these po/pot-files. It may have syntax errors or something wrong."
32
38
  msgstr ""
33
39
 
@@ -35,42 +41,42 @@ msgstr ""
35
41
  msgid "'%{klass}' is ignored."
36
42
  msgstr "'%{klass}' ignorata."
37
43
 
38
- #: lib/gettext/rgettext.rb:183
44
+ #: lib/gettext/rgettext.rb:189
39
45
  msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
40
46
  msgstr "Utilizzo: %s input.rb [-r parser.rb] [-o output.pot]"
41
47
 
42
- #: lib/gettext/rgettext.rb:185
48
+ #: lib/gettext/rgettext.rb:191
43
49
  msgid "Extract translatable strings from given input files."
44
50
  msgstr "Estrae le stringhe traducibili dai file in input."
45
51
 
46
- #: lib/gettext/rgettext.rb:187 lib/gettext/rmsgfmt.rb:51
52
+ #: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
47
53
  #: lib/gettext/rmsgmerge.rb:408
48
54
  msgid "Specific options:"
49
55
  msgstr "Opzioni:"
50
56
 
51
- #: lib/gettext/rgettext.rb:189 lib/gettext/rmsgfmt.rb:53
57
+ #: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
52
58
  #: lib/gettext/rmsgmerge.rb:410
53
59
  msgid "write output to specified file"
54
60
  msgstr "scrivi l'output sul file specificato"
55
61
 
56
- #: lib/gettext/rgettext.rb:193
62
+ #: lib/gettext/rgettext.rb:199
57
63
  msgid "File '%s' already exists."
58
64
  msgstr "Il file '%s' è già esistente."
59
65
 
60
- #: lib/gettext/rgettext.rb:198
66
+ #: lib/gettext/rgettext.rb:204
61
67
  msgid "require the library before executing rgettext"
62
68
  msgstr ""
63
69
 
64
- #: lib/gettext/rgettext.rb:202
70
+ #: lib/gettext/rgettext.rb:208
65
71
  msgid "run in debugging mode"
66
72
  msgstr ""
67
73
 
68
- #: lib/gettext/rgettext.rb:206 lib/gettext/rmsgfmt.rb:57
74
+ #: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
69
75
  #: lib/gettext/rmsgmerge.rb:421
70
76
  msgid "display version information and exit"
71
77
  msgstr "mostra la versione ed esce"
72
78
 
73
- #: lib/gettext/rgettext.rb:230 lib/gettext/rmsgfmt.rb:31
79
+ #: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
74
80
  msgid "no input files"
75
81
  msgstr "nessun file specificato in input"
76
82
 
@@ -123,18 +129,18 @@ msgstr "'%{file}' ignorato. Risolvo le dipendenze prima."
123
129
  msgid "No database is available."
124
130
  msgstr "Nessun database disponibile."
125
131
 
126
- #: lib/gettext/parser/active_record.rb:138
132
+ #: lib/gettext/parser/active_record.rb:140
127
133
  msgid "rubygems are not found."
128
134
  msgstr "RubyGems non trovato."
129
135
 
130
- #: lib/gettext.rb:364
136
+ #: lib/gettext.rb:417
131
137
  msgid "3rd parmeter is wrong: value = %{number}"
132
138
  msgstr ""
133
139
 
134
- #: src/poparser.ry:26 src/poparser.ry:41
140
+ #: src/poparser.ry:38 src/poparser.ry:55
135
141
  msgid "Warning: fuzzy message was ignored.\n"
136
142
  msgstr ""
137
143
 
138
- #: src/poparser.ry:129
144
+ #: src/poparser.ry:148
139
145
  msgid "Warning: obsolete msgid exists.\n"
140
146
  msgstr ""
data/po/ja/rails.po CHANGED
@@ -10,7 +10,7 @@
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: ruby-gettext 1.92.0\n"
13
- "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
+ "POT-Creation-Date: 2008-09-14 01:48+0900\n"
14
14
  "PO-Revision-Date: 2008-07-13 15:10+0900\n"
15
15
  "Last-Translator: Masao Mutoh\n"
16
16
  "Language-Team: Japanese\n"
@@ -19,71 +19,71 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
- #: lib/gettext/rails.rb:308
22
+ #: lib/gettext/rails.rb:327
23
23
  msgid "%{num} error prohibited this %{record} from being saved"
24
24
  msgid_plural "%{num} errors prohibited this %{record} from being saved"
25
25
  msgstr[0] "%{record}にエラーが発生しました。"
26
26
  msgstr[1] "%{record}に%{num}つのエラーが発生しました。"
27
27
 
28
- #: lib/gettext/rails.rb:310
28
+ #: lib/gettext/rails.rb:329
29
29
  msgid "There was a problem with the following field:"
30
30
  msgid_plural "There were problems with the following fields:"
31
31
  msgstr[0] "次の項目を確認してください。"
32
32
  msgstr[1] "次の項目を確認してください。"
33
33
 
34
- #: lib/gettext/rails.rb:416
34
+ #: lib/gettext/rails.rb:435
35
35
  msgid "less than 5 seconds"
36
36
  msgstr "5秒以内"
37
37
 
38
- #: lib/gettext/rails.rb:416
38
+ #: lib/gettext/rails.rb:435
39
39
  msgid "less than 10 seconds"
40
40
  msgstr "10秒以内"
41
41
 
42
- #: lib/gettext/rails.rb:416
42
+ #: lib/gettext/rails.rb:435
43
43
  msgid "less than 20 seconds"
44
44
  msgstr "20秒以内"
45
45
 
46
- #: lib/gettext/rails.rb:417
46
+ #: lib/gettext/rails.rb:436
47
47
  msgid "half a minute"
48
48
  msgstr "30秒前後"
49
49
 
50
- #: lib/gettext/rails.rb:417
50
+ #: lib/gettext/rails.rb:436
51
51
  msgid "less than a minute"
52
52
  msgstr "1分未満"
53
53
 
54
- #: lib/gettext/rails.rb:417
54
+ #: lib/gettext/rails.rb:436
55
55
  msgid "about 1 month"
56
56
  msgstr "約1ヵ月"
57
57
 
58
- #: lib/gettext/rails.rb:418
58
+ #: lib/gettext/rails.rb:437
59
59
  msgid "about 1 year"
60
60
  msgstr "約1年"
61
61
 
62
- #: lib/gettext/rails.rb:419
62
+ #: lib/gettext/rails.rb:438
63
63
  msgid "1 minute"
64
64
  msgid_plural "%{num} minutes"
65
65
  msgstr[0] "1分"
66
66
  msgstr[1] "%{num}分"
67
67
 
68
- #: lib/gettext/rails.rb:420
68
+ #: lib/gettext/rails.rb:439
69
69
  msgid "about 1 hour"
70
70
  msgid_plural "about %{num} hours"
71
71
  msgstr[0] "約1時間"
72
72
  msgstr[1] "約%{num}時間"
73
73
 
74
- #: lib/gettext/rails.rb:421
74
+ #: lib/gettext/rails.rb:440
75
75
  msgid "1 day"
76
76
  msgid_plural "%{num} days"
77
77
  msgstr[0] "1日"
78
78
  msgstr[1] "%{num}日"
79
79
 
80
- #: lib/gettext/rails.rb:422
80
+ #: lib/gettext/rails.rb:441
81
81
  msgid "1 month"
82
82
  msgid_plural "%{num} months"
83
83
  msgstr[0] "1ヶ月"
84
84
  msgstr[1] "%{num}ヶ月"
85
85
 
86
- #: lib/gettext/rails.rb:423
86
+ #: lib/gettext/rails.rb:442
87
87
  msgid "over 1 year"
88
88
  msgid_plural "over %{num} years"
89
89
  msgstr[0] "%{num}年以上"
@@ -93,78 +93,78 @@ msgstr[1] "%{num}年以上"
93
93
  msgid "Validation failed: %{error_messages}"
94
94
  msgstr "入力値が正しくありません。: %{error_messages}"
95
95
 
96
- #: lib/gettext/active_record.rb:219
96
+ #: lib/gettext/active_record.rb:247
97
97
  msgid "%{fn} is not included in the list"
98
98
  msgstr "%{fn}は一覧にありません。"
99
99
 
100
- #: lib/gettext/active_record.rb:220
100
+ #: lib/gettext/active_record.rb:248
101
101
  msgid "%{fn} is reserved"
102
102
  msgstr "%{fn}は予約されています。"
103
103
 
104
- #: lib/gettext/active_record.rb:221
104
+ #: lib/gettext/active_record.rb:249
105
105
  msgid "%{fn} is invalid"
106
106
  msgstr "%{fn}は不正な値です。"
107
107
 
108
- #: lib/gettext/active_record.rb:222
108
+ #: lib/gettext/active_record.rb:250
109
109
  msgid "%{fn} doesn't match confirmation"
110
- msgstr "%{fn}は確認されませんでした。"
110
+ msgstr "%{fn}が一致しません。"
111
111
 
112
- #: lib/gettext/active_record.rb:223
112
+ #: lib/gettext/active_record.rb:251
113
113
  msgid "%{fn} must be accepted"
114
114
  msgstr "%{fn}を受諾してください。"
115
115
 
116
- #: lib/gettext/active_record.rb:224
116
+ #: lib/gettext/active_record.rb:252
117
117
  msgid "%{fn} can't be empty"
118
118
  msgstr "%{fn}を入力してください。"
119
119
 
120
- #: lib/gettext/active_record.rb:225
120
+ #: lib/gettext/active_record.rb:253
121
121
  msgid "%{fn} can't be blank"
122
122
  msgstr "%{fn}を入力してください。"
123
123
 
124
- #: lib/gettext/active_record.rb:226
124
+ #: lib/gettext/active_record.rb:254
125
125
  msgid "%{fn} is too long (maximum is %d characters)"
126
126
  msgstr "%{fn}は%d文字以内で入力してください。"
127
127
 
128
- #: lib/gettext/active_record.rb:227
128
+ #: lib/gettext/active_record.rb:255
129
129
  msgid "%{fn} is too short (minimum is %d characters)"
130
130
  msgstr "%{fn}は%d文字以上で入力してください。"
131
131
 
132
- #: lib/gettext/active_record.rb:228
132
+ #: lib/gettext/active_record.rb:256
133
133
  msgid "%{fn} is the wrong length (should be %d characters)"
134
134
  msgstr "%{fn}は%d文字で入力してください。"
135
135
 
136
- #: lib/gettext/active_record.rb:229
136
+ #: lib/gettext/active_record.rb:257
137
137
  msgid "%{fn} has already been taken"
138
138
  msgstr "%{fn}はすでに存在します。"
139
139
 
140
- #: lib/gettext/active_record.rb:230
140
+ #: lib/gettext/active_record.rb:258
141
141
  msgid "%{fn} is not a number"
142
142
  msgstr "%{fn}は数値で入力してください。"
143
143
 
144
- #: lib/gettext/active_record.rb:231
144
+ #: lib/gettext/active_record.rb:259
145
145
  msgid "%{fn} must be greater than %d"
146
146
  msgstr "%{fn}は%dより大きい値にしてください。"
147
147
 
148
- #: lib/gettext/active_record.rb:232
148
+ #: lib/gettext/active_record.rb:260
149
149
  msgid "%{fn} must be greater than or equal to %d"
150
150
  msgstr "%{fn}は%d以上の値にしてください。"
151
151
 
152
- #: lib/gettext/active_record.rb:233
152
+ #: lib/gettext/active_record.rb:261
153
153
  msgid "%{fn} must be equal to %d"
154
154
  msgstr "%{fn}は%dにしてください。"
155
155
 
156
- #: lib/gettext/active_record.rb:234
156
+ #: lib/gettext/active_record.rb:262
157
157
  msgid "%{fn} must be less than %d"
158
158
  msgstr "%{fn}は%dより小さい値にしてください。"
159
159
 
160
- #: lib/gettext/active_record.rb:235
160
+ #: lib/gettext/active_record.rb:263
161
161
  msgid "%{fn} must be less than or equal to %d"
162
162
  msgstr "%{fn}は%d以下の値にしてください。"
163
163
 
164
- #: lib/gettext/active_record.rb:236
164
+ #: lib/gettext/active_record.rb:264
165
165
  msgid "%{fn} must be odd"
166
166
  msgstr "%{fn}は奇数にしてください。"
167
167
 
168
- #: lib/gettext/active_record.rb:237
168
+ #: lib/gettext/active_record.rb:265
169
169
  msgid "%{fn} must be even"
170
170
  msgstr "%{fn}は偶数にしてください。"
data/po/ja/rgettext.po CHANGED
@@ -1,16 +1,16 @@
1
- #
1
+ #
2
2
  # po-file for Ruby-GetText-Package
3
- #
3
+ #
4
4
  # Copyright (C) 2002-2008 Masao Mutoh
5
5
  #
6
6
  # This file is distributed under the same license as the Ruby-GetText-Package.
7
- #
7
+ #
8
8
  # Masao Mutoh, 2004-2008
9
- #
9
+ #
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: ruby-gettext 1.92.0\n"
13
- "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
+ "POT-Creation-Date: 2008-09-14 01:48+0900\n"
14
14
  "PO-Revision-Date: 2008-07-13 14:05:30+0900\n"
15
15
  "Last-Translator: Masao Mutoh\n"
16
16
  "Language-Team: Japanese\n"
@@ -18,58 +18,66 @@ msgstr ""
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
 
21
- #: lib/gettext/utils.rb:66
21
+ #: lib/gettext/utils.rb:68
22
+ msgid ""
23
+ "`%{cmd}' may not be found. \n"
24
+ "Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
25
+ msgstr ""
26
+
27
+ #: lib/gettext/utils.rb:80
22
28
  msgid "Failed to merge with %{defpo}"
23
29
  msgstr "%{defpo}のマージに失敗しました。"
24
30
 
25
- #: lib/gettext/utils.rb:67
31
+ #: lib/gettext/utils.rb:81
26
32
  msgid "New .pot was copied to %{failed_filename}"
27
33
  msgstr "新しい.potファイルを%{failed_filename}にコピーしました。"
28
34
 
29
- #: lib/gettext/utils.rb:68
35
+ #: lib/gettext/utils.rb:82
30
36
  msgid "Check these po/pot-files. It may have syntax errors or something wrong."
31
- msgstr "文法エラーやその他のエラーがありそうです。po/potファイルをチェックしてください。"
37
+ msgstr ""
38
+ "文法エラーやその他のエラーがありそうです。po/potファイルをチェックしてくださ"
39
+ "い。"
32
40
 
33
41
  #: lib/gettext/rgettext.rb:43
34
42
  msgid "'%{klass}' is ignored."
35
43
  msgstr "'%{klass}' は無視されました。"
36
44
 
37
- #: lib/gettext/rgettext.rb:183
45
+ #: lib/gettext/rgettext.rb:189
38
46
  msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
39
47
  msgstr "使い方: %s input.rb [-r parser.rb] [-o output.pot]"
40
48
 
41
- #: lib/gettext/rgettext.rb:185
49
+ #: lib/gettext/rgettext.rb:191
42
50
  msgid "Extract translatable strings from given input files."
43
51
  msgstr "翻訳可能な文字列を入力ファイルから抜き出します。"
44
52
 
45
- #: lib/gettext/rgettext.rb:187 lib/gettext/rmsgfmt.rb:51
53
+ #: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
46
54
  #: lib/gettext/rmsgmerge.rb:408
47
55
  msgid "Specific options:"
48
56
  msgstr "オプション:"
49
57
 
50
- #: lib/gettext/rgettext.rb:189 lib/gettext/rmsgfmt.rb:53
58
+ #: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
51
59
  #: lib/gettext/rmsgmerge.rb:410
52
60
  msgid "write output to specified file"
53
61
  msgstr "出力ファイルを指定します"
54
62
 
55
- #: lib/gettext/rgettext.rb:193
63
+ #: lib/gettext/rgettext.rb:199
56
64
  msgid "File '%s' already exists."
57
65
  msgstr "ファイル '%s' はすでに存在します。"
58
66
 
59
- #: lib/gettext/rgettext.rb:198
67
+ #: lib/gettext/rgettext.rb:204
60
68
  msgid "require the library before executing rgettext"
61
69
  msgstr "rgettextを実行する前に指定したライブラリを読み込みます。"
62
70
 
63
- #: lib/gettext/rgettext.rb:202
71
+ #: lib/gettext/rgettext.rb:208
64
72
  msgid "run in debugging mode"
65
73
  msgstr "デバッグモードで実行する"
66
74
 
67
- #: lib/gettext/rgettext.rb:206 lib/gettext/rmsgfmt.rb:57
75
+ #: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
68
76
  #: lib/gettext/rmsgmerge.rb:421
69
77
  msgid "display version information and exit"
70
78
  msgstr "バージョンを表示します"
71
79
 
72
- #: lib/gettext/rgettext.rb:230 lib/gettext/rmsgfmt.rb:31
80
+ #: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
73
81
  msgid "no input files"
74
82
  msgstr "入力ファイルがありません"
75
83
 
@@ -120,18 +128,18 @@ msgstr "'%{file}'は無視されました。依存関係を解決してくださ
120
128
  msgid "No database is available."
121
129
  msgstr "データベースがありません。"
122
130
 
123
- #: lib/gettext/parser/active_record.rb:138
131
+ #: lib/gettext/parser/active_record.rb:140
124
132
  msgid "rubygems are not found."
125
133
  msgstr "rubygemsがありません。"
126
134
 
127
- #: lib/gettext.rb:364
135
+ #: lib/gettext.rb:417
128
136
  msgid "3rd parmeter is wrong: value = %{number}"
129
137
  msgstr "3つめのパラメータが不正です。: value = %{number}"
130
138
 
131
- #: src/poparser.ry:26 src/poparser.ry:41
139
+ #: src/poparser.ry:38 src/poparser.ry:55
132
140
  msgid "Warning: fuzzy message was ignored.\n"
133
141
  msgstr "Warning: fuzzyメッセージは無視されました。\n"
134
142
 
135
- #: src/poparser.ry:129
143
+ #: src/poparser.ry:148
136
144
  msgid "Warning: obsolete msgid exists.\n"
137
145
  msgstr "Warning: 使用されていないメッセージ(obsolete msgid)が存在します。\n"
data/po/ko/rails.po CHANGED
@@ -10,7 +10,7 @@
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: ruby-gettext 1.92.0\n"
13
- "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
+ "POT-Creation-Date: 2008-09-14 01:48+0900\n"
14
14
  "PO-Revision-Date: 2006-07-10 02:00+0900\n"
15
15
  "Last-Translator: Gyoung-Yoon Noh <nohmad at gmail.com>\n"
16
16
  "Language-Team: Korean\n"
@@ -19,68 +19,68 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=1; plural=0;\n"
21
21
 
22
- #: lib/gettext/rails.rb:308
22
+ #: lib/gettext/rails.rb:327
23
23
  msgid "%{num} error prohibited this %{record} from being saved"
24
24
  msgid_plural "%{num} errors prohibited this %{record} from being saved"
25
25
  msgstr[0] "%{num}개의 에러로 인해 %{record}이(가) 저장되지 않았습니다"
26
26
 
27
- #: lib/gettext/rails.rb:310
27
+ #: lib/gettext/rails.rb:329
28
28
  msgid "There was a problem with the following field:"
29
29
  msgid_plural "There were problems with the following fields:"
30
30
  msgstr[0] "다음 항목에 문제가 있습니다:"
31
31
 
32
- #: lib/gettext/rails.rb:416
32
+ #: lib/gettext/rails.rb:435
33
33
  msgid "less than 5 seconds"
34
34
  msgstr "5초 미만"
35
35
 
36
- #: lib/gettext/rails.rb:416
36
+ #: lib/gettext/rails.rb:435
37
37
  msgid "less than 10 seconds"
38
38
  msgstr "10초 미만"
39
39
 
40
- #: lib/gettext/rails.rb:416
40
+ #: lib/gettext/rails.rb:435
41
41
  msgid "less than 20 seconds"
42
42
  msgstr "20초 미만"
43
43
 
44
- #: lib/gettext/rails.rb:417
44
+ #: lib/gettext/rails.rb:436
45
45
  msgid "half a minute"
46
46
  msgstr "30초"
47
47
 
48
- #: lib/gettext/rails.rb:417
48
+ #: lib/gettext/rails.rb:436
49
49
  msgid "less than a minute"
50
50
  msgstr "1분 미만"
51
51
 
52
- #: lib/gettext/rails.rb:417
52
+ #: lib/gettext/rails.rb:436
53
53
  #, fuzzy
54
54
  msgid "about 1 month"
55
55
  msgstr "%{num}시간"
56
56
 
57
- #: lib/gettext/rails.rb:418
57
+ #: lib/gettext/rails.rb:437
58
58
  #, fuzzy
59
59
  msgid "about 1 year"
60
60
  msgstr "%{num}시간"
61
61
 
62
- #: lib/gettext/rails.rb:419
62
+ #: lib/gettext/rails.rb:438
63
63
  msgid "1 minute"
64
64
  msgid_plural "%{num} minutes"
65
65
  msgstr[0] "%{num}분"
66
66
 
67
- #: lib/gettext/rails.rb:420
67
+ #: lib/gettext/rails.rb:439
68
68
  msgid "about 1 hour"
69
69
  msgid_plural "about %{num} hours"
70
70
  msgstr[0] "%{num}시간"
71
71
 
72
- #: lib/gettext/rails.rb:421
72
+ #: lib/gettext/rails.rb:440
73
73
  msgid "1 day"
74
74
  msgid_plural "%{num} days"
75
75
  msgstr[0] "%{num}일"
76
76
 
77
- #: lib/gettext/rails.rb:422
77
+ #: lib/gettext/rails.rb:441
78
78
  #, fuzzy
79
79
  msgid "1 month"
80
80
  msgid_plural "%{num} months"
81
81
  msgstr[0] "%{num}분"
82
82
 
83
- #: lib/gettext/rails.rb:423
83
+ #: lib/gettext/rails.rb:442
84
84
  #, fuzzy
85
85
  msgid "over 1 year"
86
86
  msgid_plural "over %{num} years"
@@ -90,85 +90,85 @@ msgstr[0] "%{num}시간"
90
90
  msgid "Validation failed: %{error_messages}"
91
91
  msgstr "유효하지 않은 입력입니다: %{error_messages}"
92
92
 
93
- #: lib/gettext/active_record.rb:219
93
+ #: lib/gettext/active_record.rb:247
94
94
  msgid "%{fn} is not included in the list"
95
95
  msgstr "%{fn}은(는) 허용 가능한 목록에 포함되어 있지 않습니다"
96
96
 
97
- #: lib/gettext/active_record.rb:220
97
+ #: lib/gettext/active_record.rb:248
98
98
  msgid "%{fn} is reserved"
99
99
  msgstr "%{fn}은(는) 예약되어 있기 때문에 사용할 수 없습니다"
100
100
 
101
- #: lib/gettext/active_record.rb:221
101
+ #: lib/gettext/active_record.rb:249
102
102
  msgid "%{fn} is invalid"
103
103
  msgstr "%{fn}은(는) 유효하지 않은 형식입니다"
104
104
 
105
- #: lib/gettext/active_record.rb:222
105
+ #: lib/gettext/active_record.rb:250
106
106
  msgid "%{fn} doesn't match confirmation"
107
107
  msgstr "입력 확인을 위한 %{fn}이(가) 서로 일치하지 않습니다"
108
108
 
109
- #: lib/gettext/active_record.rb:223
109
+ #: lib/gettext/active_record.rb:251
110
110
  msgid "%{fn} must be accepted"
111
111
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
112
112
 
113
- #: lib/gettext/active_record.rb:224
113
+ #: lib/gettext/active_record.rb:252
114
114
  msgid "%{fn} can't be empty"
115
115
  msgstr "%{fn}이(가) 비어 있습니다. 값을 입력해야 합니다"
116
116
 
117
- #: lib/gettext/active_record.rb:225
117
+ #: lib/gettext/active_record.rb:253
118
118
  msgid "%{fn} can't be blank"
119
119
  msgstr "%{fn}이(가) 비어 있습니다. 값을 입력해야 합니다"
120
120
 
121
- #: lib/gettext/active_record.rb:226
121
+ #: lib/gettext/active_record.rb:254
122
122
  msgid "%{fn} is too long (maximum is %d characters)"
123
123
  msgstr "%{fn}의 문자 수가 최대 허용 문자 수 %d자 보다 많습니다"
124
124
 
125
- #: lib/gettext/active_record.rb:227
125
+ #: lib/gettext/active_record.rb:255
126
126
  msgid "%{fn} is too short (minimum is %d characters)"
127
127
  msgstr "%{fn}의 문자 수가 최소 허용 문자 수 %d자 보다 작습니다"
128
128
 
129
- #: lib/gettext/active_record.rb:228
129
+ #: lib/gettext/active_record.rb:256
130
130
  msgid "%{fn} is the wrong length (should be %d characters)"
131
131
  msgstr "%{fn}의 문자 수가 잘못되었습니다. %d 문자여야 합니다"
132
132
 
133
- #: lib/gettext/active_record.rb:229
133
+ #: lib/gettext/active_record.rb:257
134
134
  msgid "%{fn} has already been taken"
135
135
  msgstr "중복되는 값을 사용했습니다. 다른 %{fn}을(를) 사용해주십시요"
136
136
 
137
- #: lib/gettext/active_record.rb:230
137
+ #: lib/gettext/active_record.rb:258
138
138
  msgid "%{fn} is not a number"
139
139
  msgstr "%{fn}은(는) 숫자가 아닙니다"
140
140
 
141
- #: lib/gettext/active_record.rb:231
141
+ #: lib/gettext/active_record.rb:259
142
142
  #, fuzzy
143
143
  msgid "%{fn} must be greater than %d"
144
144
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
145
145
 
146
- #: lib/gettext/active_record.rb:232
146
+ #: lib/gettext/active_record.rb:260
147
147
  #, fuzzy
148
148
  msgid "%{fn} must be greater than or equal to %d"
149
149
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
150
150
 
151
- #: lib/gettext/active_record.rb:233
151
+ #: lib/gettext/active_record.rb:261
152
152
  #, fuzzy
153
153
  msgid "%{fn} must be equal to %d"
154
154
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
155
155
 
156
- #: lib/gettext/active_record.rb:234
156
+ #: lib/gettext/active_record.rb:262
157
157
  #, fuzzy
158
158
  msgid "%{fn} must be less than %d"
159
159
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
160
160
 
161
- #: lib/gettext/active_record.rb:235
161
+ #: lib/gettext/active_record.rb:263
162
162
  #, fuzzy
163
163
  msgid "%{fn} must be less than or equal to %d"
164
164
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
165
165
 
166
- #: lib/gettext/active_record.rb:236
166
+ #: lib/gettext/active_record.rb:264
167
167
  #, fuzzy
168
168
  msgid "%{fn} must be odd"
169
169
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"
170
170
 
171
- #: lib/gettext/active_record.rb:237
171
+ #: lib/gettext/active_record.rb:265
172
172
  #, fuzzy
173
173
  msgid "%{fn} must be even"
174
174
  msgstr "%{fn}은(는) 반드시 확인해야 합니다"