gettext 1.91.0 → 1.92.0

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 (238) hide show
  1. data/ChangeLog +111 -1
  2. data/NEWS +35 -0
  3. data/README +26 -24
  4. data/bin/rgettext +2 -2
  5. data/bin/rmsgfmt +2 -2
  6. data/bin/rmsgmerge +2 -2
  7. data/doc/classes/ActionView/Helpers/FormBuilder.html +11 -11
  8. data/doc/classes/ActionView/TemplateFinder.html +152 -0
  9. data/doc/classes/ActiveRecord/Base.html +87 -87
  10. data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +6 -6
  11. data/doc/classes/GetText.html +617 -491
  12. data/doc/classes/GetText/ActiveRecordParser.html +13 -13
  13. data/doc/classes/GetText/ErbContainer.html +12 -12
  14. data/doc/classes/GetText/ErbParser.html +6 -6
  15. data/doc/classes/GetText/NoboundTextDomainError.html +1 -1
  16. data/doc/classes/GetText/PoParser.html +11 -11
  17. data/doc/classes/GetText/Rails.html +20 -20
  18. data/doc/classes/GetText/RubyParser.html +5 -0
  19. data/doc/classes/GetText/TextDomain.html +53 -53
  20. data/doc/classes/GetText/TextDomainManager.html +54 -54
  21. data/doc/classes/Iconv.html +20 -20
  22. data/doc/classes/Locale.html +151 -151
  23. data/doc/classes/Locale/Object.html +92 -92
  24. data/doc/classes/Locale/SystemBase.html +32 -32
  25. data/doc/classes/Locale/SystemCGI.html +31 -31
  26. data/doc/classes/Locale/SystemWin32.html +6 -6
  27. data/doc/classes/MOFile.html +311 -293
  28. data/doc/classes/MOFile/HeaderRev1.html +150 -0
  29. data/doc/classes/Module.html +6 -6
  30. data/doc/created.rid +1 -1
  31. data/doc/files/ChangeLog.html +143 -2
  32. data/doc/files/README.html +31 -25
  33. data/doc/files/lib/gettext/active_record_rb.html +1 -1
  34. data/doc/files/lib/gettext/mo_rb.html +1 -1
  35. data/doc/files/lib/gettext/parser/active_record_rb.html +1 -1
  36. data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
  37. data/doc/files/lib/gettext/poparser_rb.html +1 -1
  38. data/doc/files/lib/gettext/rails_rb.html +1 -1
  39. data/doc/files/lib/gettext/rgettext_rb.html +1 -1
  40. data/doc/files/lib/gettext/rmsgfmt_rb.html +2 -1
  41. data/doc/files/lib/gettext/utils_rb.html +1 -1
  42. data/doc/files/lib/gettext/version_rb.html +1 -1
  43. data/doc/files/lib/gettext_rb.html +1 -1
  44. data/doc/fr_class_index.html +2 -0
  45. data/doc/fr_method_index.html +133 -129
  46. data/lib/gettext.rb +49 -7
  47. data/lib/gettext/active_record.rb +49 -4
  48. data/lib/gettext/mo.rb +39 -12
  49. data/lib/gettext/parser/active_record.rb +6 -4
  50. data/lib/gettext/parser/ruby.rb +11 -4
  51. data/lib/gettext/poparser.rb +81 -52
  52. data/lib/gettext/rails.rb +28 -11
  53. data/lib/gettext/rgettext.rb +6 -1
  54. data/lib/gettext/rmsgfmt.rb +3 -11
  55. data/lib/gettext/utils.rb +7 -3
  56. data/lib/gettext/version.rb +1 -1
  57. data/po/bs/rails.po +55 -20
  58. data/po/bs/rgettext.po +3 -3
  59. data/po/ca/rails.po +58 -31
  60. data/po/ca/rgettext.po +16 -18
  61. data/po/cs/rails.po +55 -20
  62. data/po/cs/rgettext.po +3 -3
  63. data/po/de/rails.po +55 -27
  64. data/po/de/rgettext.po +21 -22
  65. data/po/el/rails.po +60 -36
  66. data/po/el/rgettext.po +15 -17
  67. data/po/eo/rails.po +51 -23
  68. data/po/eo/rgettext.po +21 -20
  69. data/po/es/rails.po +57 -31
  70. data/po/es/rgettext.po +17 -18
  71. data/po/et/rails.po +55 -20
  72. data/po/fr/rails.po +56 -21
  73. data/po/fr/rgettext.po +3 -3
  74. data/po/hr/rails.po +55 -20
  75. data/po/hr/rgettext.po +3 -3
  76. data/po/hu/rails.po +54 -26
  77. data/po/hu/rgettext.po +18 -17
  78. data/po/it/rails.po +55 -20
  79. data/po/it/rgettext.po +3 -3
  80. data/po/ja/rails.po +54 -26
  81. data/po/ja/rgettext.po +17 -18
  82. data/po/ko/rails.po +56 -21
  83. data/po/ko/rgettext.po +3 -3
  84. data/po/lv/rails.po +155 -0
  85. data/po/lv/rgettext.po +137 -0
  86. data/po/nb/rails.po +61 -34
  87. data/po/nb/rgettext.po +22 -19
  88. data/po/nl/rails.po +56 -21
  89. data/po/nl/rgettext.po +3 -3
  90. data/po/pt_BR/rails.po +53 -26
  91. data/po/pt_BR/rgettext.po +19 -19
  92. data/po/rails.pot +44 -16
  93. data/po/rgettext.pot +3 -3
  94. data/po/ru/rails.po +62 -36
  95. data/po/ru/rgettext.po +19 -19
  96. data/po/sr/rails.po +87 -58
  97. data/po/sr/rgettext.po +38 -33
  98. data/po/sv/rgettext.po +3 -3
  99. data/po/ua/rails.po +62 -32
  100. data/po/ua/rgettext.po +19 -17
  101. data/po/vi/rails.po +56 -28
  102. data/po/vi/rgettext.po +35 -34
  103. data/po/zh/rails.po +52 -24
  104. data/po/zh/rgettext.po +22 -24
  105. data/po/zh_TW/rails.po +51 -23
  106. data/po/zh_TW/rgettext.po +16 -18
  107. data/samples/cgi/cookie.cgi +0 -0
  108. data/samples/cgi/helloerb1.cgi +0 -0
  109. data/samples/cgi/helloerb2.cgi +0 -0
  110. data/samples/cgi/http.rb +0 -0
  111. data/samples/cgi/index.cgi +0 -0
  112. data/samples/cgi/po/lv/helloerb1.po +65 -0
  113. data/samples/cgi/po/lv/helloerb2.po +52 -0
  114. data/samples/cgi/po/lv/hellolib.po +24 -0
  115. data/samples/cgi/po/lv/main.po +77 -0
  116. data/samples/cgi/po/nb/helloerb1.po +16 -14
  117. data/samples/cgi/po/nb/helloerb2.po +14 -12
  118. data/samples/cgi/po/nb/hellolib.po +9 -7
  119. data/samples/cgi/po/nb/main.po +20 -18
  120. data/samples/cgi/po/sr/helloerb1.po +8 -8
  121. data/samples/cgi/po/sr/helloerb2.po +6 -6
  122. data/samples/cgi/po/sr/hellolib.po +2 -2
  123. data/samples/cgi/po/sr/main.po +15 -15
  124. data/samples/cgi/po/ua/helloerb1.po +2 -2
  125. data/samples/cgi/po/ua/main.po +3 -3
  126. data/samples/hello_plural.rb +0 -0
  127. data/samples/makemo.rb +0 -0
  128. data/samples/po/lv/hello.po +24 -0
  129. data/samples/po/lv/hello2.po +32 -0
  130. data/samples/po/lv/hello_noop.po +28 -0
  131. data/samples/po/lv/hello_plural.po +26 -0
  132. data/samples/po/lv/helloglade2.po +38 -0
  133. data/samples/po/lv/hellogtk.po +24 -0
  134. data/samples/po/lv/hellotk.po +24 -0
  135. data/samples/po/nb/hello.po +9 -8
  136. data/samples/po/nb/hello2.po +9 -9
  137. data/samples/po/nb/hello_noop.po +10 -9
  138. data/samples/po/nb/hello_plural.po +10 -8
  139. data/samples/po/nb/helloglade2.po +10 -8
  140. data/samples/po/nb/hellogtk.po +9 -8
  141. data/samples/po/nb/hellotk.po +9 -7
  142. data/samples/po/sr/hello.po +2 -2
  143. data/samples/po/sr/hello2.po +4 -4
  144. data/samples/po/sr/hello_noop.po +3 -3
  145. data/samples/po/sr/hello_plural.po +3 -3
  146. data/samples/po/sr/helloglade2.po +4 -4
  147. data/samples/po/sr/hellogtk.po +2 -2
  148. data/samples/po/sr/hellotk.po +2 -2
  149. data/samples/po/ua/hello2.po +2 -2
  150. data/samples/po/ua/hello_plural.po +2 -2
  151. data/samples/rails/config/boot.rb +3 -2
  152. data/samples/rails/config/environment.rb +2 -3
  153. data/samples/rails/db/schema.rb +0 -0
  154. data/samples/rails/po/lv/blog.po +110 -0
  155. data/samples/rails/po/nb/blog.po +19 -15
  156. data/samples/rails/po/sr/blog.po +23 -23
  157. data/samples/rails/po/ua/blog.po +3 -3
  158. data/samples/rails/public/dispatch.cgi +0 -0
  159. data/samples/rails/public/dispatch.fcgi +0 -0
  160. data/samples/rails/public/dispatch.rb +0 -0
  161. data/samples/rails/public/javascripts/controls.js +1 -1
  162. data/samples/rails/public/javascripts/dragdrop.js +1 -1
  163. data/samples/rails/public/javascripts/effects.js +1 -1
  164. data/samples/rails/script/about +0 -0
  165. data/samples/rails/script/breakpointer +0 -0
  166. data/samples/rails/script/console +0 -0
  167. data/samples/rails/script/destroy +0 -0
  168. data/samples/rails/script/generate +0 -0
  169. data/samples/rails/script/performance/benchmarker +0 -0
  170. data/samples/rails/script/performance/profiler +0 -0
  171. data/samples/rails/script/plugin +0 -0
  172. data/samples/rails/script/process/reaper +0 -0
  173. data/samples/rails/script/process/spawner +0 -0
  174. data/samples/rails/script/process/spinner +0 -0
  175. data/samples/rails/script/runner +0 -0
  176. data/samples/rails/script/server +0 -0
  177. data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +28 -0
  178. data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +11 -8
  179. data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +5 -5
  180. data/src/poparser.ry +27 -6
  181. data/test/benchmark.rb +1 -1
  182. data/test/db/mysql.drop.sql +1 -0
  183. data/test/db/mysql.sql +13 -0
  184. data/test/fixtures/inept_wizard.rb +3 -0
  185. data/test/fixtures/people.yml +6 -0
  186. data/test/fixtures/topic.rb +30 -0
  187. data/test/fixtures/wizard.rb +5 -0
  188. data/test/po/active_record.pot +151 -66
  189. data/test/po/ja/active_record.po +177 -92
  190. data/test/po/ja/test_pgettext.po +41 -0
  191. data/test/rails/app/controllers/users_controller.rb +1 -0
  192. data/test/rails/app/views/articles/_form_fr.html.erb +1 -0
  193. data/test/rails/config/boot.rb +96 -32
  194. data/test/rails/config/environment.rb +3 -2
  195. data/test/rails/db/schema.rb +4 -4
  196. data/test/rails/public/dispatch.cgi +0 -0
  197. data/test/rails/public/dispatch.fcgi +0 -0
  198. data/test/rails/public/dispatch.rb +0 -0
  199. data/test/rails/public/javascripts/controls.js +484 -354
  200. data/test/rails/public/javascripts/dragdrop.js +88 -58
  201. data/test/rails/public/javascripts/effects.js +396 -364
  202. data/test/rails/public/javascripts/prototype.js +2817 -1107
  203. data/test/rails/script/about +0 -0
  204. data/test/rails/script/breakpointer +0 -0
  205. data/test/rails/script/console +0 -0
  206. data/test/rails/script/destroy +0 -0
  207. data/test/rails/script/generate +0 -0
  208. data/test/rails/script/performance/benchmarker +0 -0
  209. data/test/rails/script/performance/profiler +0 -0
  210. data/test/rails/script/plugin +0 -0
  211. data/test/rails/script/process/inspector +0 -0
  212. data/test/rails/script/process/reaper +0 -0
  213. data/test/rails/script/process/spawner +0 -0
  214. data/test/rails/script/runner +0 -0
  215. data/test/rails/script/server +0 -0
  216. data/test/rails/test/functional/articles_controller_test.rb +5 -0
  217. data/test/rails/test/result/en/create_error.html +3 -3
  218. data/test/rails/test/result/en/custom_error_message.html +3 -3
  219. data/test/rails/test/result/en/custom_error_message_with_plural.html +60 -60
  220. data/test/rails/test/result/en/multi_error_messages_for.html +6 -6
  221. data/test/rails/test/result/en/new.html +3 -3
  222. data/test/rails/test/result/fr/custom_error_message.html +3 -3
  223. data/test/rails/test/result/fr/custom_error_message_with_plural.html +60 -60
  224. data/test/rails/test/result/fr/new.html +23 -0
  225. data/test/rails/test/result/ja/create_error.html +3 -3
  226. data/test/rails/test/result/ja/custom_error_message.html +3 -3
  227. data/test/rails/test/result/ja/custom_error_message_with_plural.html +60 -60
  228. data/test/rails/test/result/ja/multi_error_messages_for.html +6 -6
  229. data/test/rails/test/result/ja/new.html +3 -3
  230. data/test/test.sh +2 -2
  231. data/test/test_active_record.rb +824 -20
  232. data/test/test_gettext.rb +34 -4
  233. data/test/test_java.sh +0 -0
  234. data/test/test_locale.rb +2 -2
  235. data/test/test_parser.rb +13 -2
  236. data/test/test_rails_caching.rb +11 -4
  237. data/test/testlib/pgettext.rb +33 -0
  238. metadata +32 -4
data/po/ca/rgettext.po CHANGED
@@ -1,15 +1,15 @@
1
- #
2
- # po-file for Ruby-GetText-Package
3
- #
4
- # Copyright (C) 2004-2006 Masao Mutoh
5
- # This file is distributed under the same license as the Ruby-GetText-Package.
6
- #
7
- # Ramon Salvadó <rsalvado at gnuine.com>, 2006.
8
- #
1
+ #
2
+ # po-file for Ruby-GetText-Package
3
+ #
4
+ # Copyright (C) 2004-2008 Masao Mutoh
5
+ # This file is distributed under the same license as the Ruby-GetText-Package.
6
+ #
7
+ # Ramon Salvadó <rsalvado at gnuine.com>, 2006-2008.
8
+ #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: ruby-gettext 1.90.0\n"
12
- "POT-Creation-Date: 2008-05-10 01:52+0900\n"
11
+ "Project-Id-Version: ruby-gettext 1.92.0\n"
12
+ "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
13
  "PO-Revision-Date: 2005-12-20 10:33+0900E\n"
14
14
  "Last-Translator: Ramon Salvadó <rsalvado at gnuine.com>\n"
15
15
  "Language-Team: Catalan\n"
@@ -19,18 +19,16 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
21
  #: lib/gettext/utils.rb:66
22
- #, fuzzy
23
22
  msgid "Failed to merge with %{defpo}"
24
- msgstr "Ha fallat al fer el merge amb %{defpo} - saltant!"
23
+ msgstr "Ha fallat al fer el merge amb %{defpo}"
25
24
 
26
25
  #: lib/gettext/utils.rb:67
27
- #, fuzzy
28
26
  msgid "New .pot was copied to %{failed_filename}"
29
- msgstr "Si us plau comprova el nou .pot a %{failed_filename}"
27
+ msgstr "S'ha copiat el nou .pot a %{failed_filename}"
30
28
 
31
29
  #: lib/gettext/utils.rb:68
32
30
  msgid "Check these po/pot-files. It may have syntax errors or something wrong."
33
- msgstr ""
31
+ msgstr "Revisa aquestes po/pot-files. Poden contenir errors o quelcom malament."
34
32
 
35
33
  #: lib/gettext/rgettext.rb:43
36
34
  msgid "'%{klass}' is ignored."
@@ -60,7 +58,7 @@ msgstr "El fitxer '%s' ja existeix"
60
58
 
61
59
  #: lib/gettext/rgettext.rb:198
62
60
  msgid "require the library before executing rgettext"
63
- msgstr "requereix la llibreia abans d'executar rgettext"
61
+ msgstr "requereix la llibreria abans d'executar rgettext"
64
62
 
65
63
  #: lib/gettext/rgettext.rb:202
66
64
  msgid "run in debugging mode"
@@ -127,9 +125,9 @@ msgstr "No hi ha una base de dades disponible."
127
125
  msgid "rubygems are not found."
128
126
  msgstr "no s'ha trobat rubygems"
129
127
 
130
- #: lib/gettext.rb:363
128
+ #: lib/gettext.rb:364
131
129
  msgid "3rd parmeter is wrong: value = %{number}"
132
- msgstr ""
130
+ msgstr "El tercer paràmetre es erroni: valor = %{number}"
133
131
 
134
132
  #: src/poparser.ry:26 src/poparser.ry:41
135
133
  msgid "Warning: fuzzy message was ignored.\n"
data/po/cs/rails.po CHANGED
@@ -1,15 +1,15 @@
1
- #
1
+ #
2
2
  # a po-file for Ruby-GetText-Package and Ruby on Rails.
3
- #
3
+ #
4
4
  # Copyright (C) 2005,2006 Masao Mutoh
5
5
  # This file is distributed under the same license as the Ruby-GetText-Package.
6
- #
6
+ #
7
7
  # Karel Miarka <kajism at yahoo.com>, 2005,2006.
8
- #
8
+ #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: ruby-gettext 1.90.0\n"
12
- "POT-Creation-Date: 2008-05-10 01:52+0900\n"
11
+ "Project-Id-Version: ruby-gettext 1.92.0\n"
12
+ "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
13
  "PO-Revision-Date: 2006-12-16 13:08+0100\n"
14
14
  "Last-Translator: Karel Miarka <kajism@yahoo.com>\n"
15
15
  "Language-Team: Czech\n"
@@ -20,72 +20,72 @@ msgstr ""
20
20
  "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
21
  "X-Poedit-Language: Czech\n"
22
22
 
23
- #: lib/gettext/rails.rb:295
23
+ #: lib/gettext/rails.rb:308
24
24
  msgid "%{num} error prohibited this %{record} from being saved"
25
25
  msgid_plural "%{num} errors prohibited this %{record} from being saved"
26
26
  msgstr[0] "%{num} chyba znemožnila uložení záznamu %{record} "
27
27
  msgstr[1] "%{num} chyby znemožnily uložení záznamu %{record} "
28
28
  msgstr[2] "%{num} chyb znemožnilo uložení záznamu %{record} "
29
29
 
30
- #: lib/gettext/rails.rb:297
30
+ #: lib/gettext/rails.rb:310
31
31
  msgid "There was a problem with the following field:"
32
32
  msgid_plural "There were problems with the following fields:"
33
33
  msgstr[0] "Problémy jsou s následujícím polem:"
34
34
  msgstr[1] "Problémy jsou s následujícími poli:"
35
35
  msgstr[2] "Problémy jsou s následujícími poli:"
36
36
 
37
- #: lib/gettext/rails.rb:403
37
+ #: lib/gettext/rails.rb:416
38
38
  msgid "less than 5 seconds"
39
39
  msgstr "méně než 5 sekund"
40
40
 
41
- #: lib/gettext/rails.rb:403
41
+ #: lib/gettext/rails.rb:416
42
42
  msgid "less than 10 seconds"
43
43
  msgstr "méně než 10 sekund"
44
44
 
45
- #: lib/gettext/rails.rb:403
45
+ #: lib/gettext/rails.rb:416
46
46
  msgid "less than 20 seconds"
47
47
  msgstr "méně než 20 sekund"
48
48
 
49
- #: lib/gettext/rails.rb:404
49
+ #: lib/gettext/rails.rb:417
50
50
  msgid "half a minute"
51
51
  msgstr "půl minuty"
52
52
 
53
- #: lib/gettext/rails.rb:404
53
+ #: lib/gettext/rails.rb:417
54
54
  msgid "less than a minute"
55
55
  msgstr "méně než minutu"
56
56
 
57
- #: lib/gettext/rails.rb:404
57
+ #: lib/gettext/rails.rb:417
58
58
  #, fuzzy
59
59
  msgid "about 1 month"
60
60
  msgstr "asi 1 hodina"
61
61
 
62
- #: lib/gettext/rails.rb:405
62
+ #: lib/gettext/rails.rb:418
63
63
  #, fuzzy
64
64
  msgid "about 1 year"
65
65
  msgstr "asi 1 hodina"
66
66
 
67
- #: lib/gettext/rails.rb:406
67
+ #: lib/gettext/rails.rb:419
68
68
  msgid "1 minute"
69
69
  msgid_plural "%{num} minutes"
70
70
  msgstr[0] "1 minuta"
71
71
  msgstr[1] "%{num} minuty"
72
72
  msgstr[2] "%{num} minut"
73
73
 
74
- #: lib/gettext/rails.rb:407
74
+ #: lib/gettext/rails.rb:420
75
75
  msgid "about 1 hour"
76
76
  msgid_plural "about %{num} hours"
77
77
  msgstr[0] "asi 1 hodina"
78
78
  msgstr[1] "asi %{num} hodiny"
79
79
  msgstr[2] "asi %{num} hodin"
80
80
 
81
- #: lib/gettext/rails.rb:408
81
+ #: lib/gettext/rails.rb:421
82
82
  msgid "1 day"
83
83
  msgid_plural "%{num} days"
84
84
  msgstr[0] "1 den"
85
85
  msgstr[1] "%{num} dny"
86
86
  msgstr[2] "%{num} dnů"
87
87
 
88
- #: lib/gettext/rails.rb:409
88
+ #: lib/gettext/rails.rb:422
89
89
  #, fuzzy
90
90
  msgid "1 month"
91
91
  msgid_plural "%{num} months"
@@ -93,7 +93,7 @@ msgstr[0] "1 minuta"
93
93
  msgstr[1] "%{num} minuty"
94
94
  msgstr[2] "%{num} minut"
95
95
 
96
- #: lib/gettext/rails.rb:410
96
+ #: lib/gettext/rails.rb:423
97
97
  #, fuzzy
98
98
  msgid "over 1 year"
99
99
  msgid_plural "over %{num} years"
@@ -152,3 +152,38 @@ msgstr "%{fn} je již použito"
152
152
  #: lib/gettext/active_record.rb:230
153
153
  msgid "%{fn} is not a number"
154
154
  msgstr "%{fn} není správné číslo"
155
+
156
+ #: lib/gettext/active_record.rb:231
157
+ #, fuzzy
158
+ msgid "%{fn} must be greater than %d"
159
+ msgstr "%{fn} musí být zaškrtnuto"
160
+
161
+ #: lib/gettext/active_record.rb:232
162
+ #, fuzzy
163
+ msgid "%{fn} must be greater than or equal to %d"
164
+ msgstr "%{fn} musí být zaškrtnuto"
165
+
166
+ #: lib/gettext/active_record.rb:233
167
+ #, fuzzy
168
+ msgid "%{fn} must be equal to %d"
169
+ msgstr "%{fn} musí být zaškrtnuto"
170
+
171
+ #: lib/gettext/active_record.rb:234
172
+ #, fuzzy
173
+ msgid "%{fn} must be less than %d"
174
+ msgstr "%{fn} musí být zaškrtnuto"
175
+
176
+ #: lib/gettext/active_record.rb:235
177
+ #, fuzzy
178
+ msgid "%{fn} must be less than or equal to %d"
179
+ msgstr "%{fn} musí být zaškrtnuto"
180
+
181
+ #: lib/gettext/active_record.rb:236
182
+ #, fuzzy
183
+ msgid "%{fn} must be odd"
184
+ msgstr "%{fn} musí být zaškrtnuto"
185
+
186
+ #: lib/gettext/active_record.rb:237
187
+ #, fuzzy
188
+ msgid "%{fn} must be even"
189
+ msgstr "%{fn} musí být zaškrtnuto"
data/po/cs/rgettext.po CHANGED
@@ -8,8 +8,8 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: ruby-gettext 1.90.0\n"
12
- "POT-Creation-Date: 2008-05-10 01:52+0900\n"
11
+ "Project-Id-Version: ruby-gettext 1.92.0\n"
12
+ "POT-Creation-Date: 2008-07-13 12:12+0900\n"
13
13
  "PO-Revision-Date: 2006-12-16 13:12+0100\n"
14
14
  "Last-Translator: Karel Miarka <kajism@yahoo.com>\n"
15
15
  "Language-Team: Czech\n"
@@ -129,7 +129,7 @@ msgstr "Žádná databáze není k dispozici."
129
129
  msgid "rubygems are not found."
130
130
  msgstr "rubygems nenalezeny"
131
131
 
132
- #: lib/gettext.rb:363
132
+ #: lib/gettext.rb:364
133
133
  msgid "3rd parmeter is wrong: value = %{number}"
134
134
  msgstr ""
135
135
 
data/po/de/rails.po CHANGED
@@ -1,17 +1,18 @@
1
- #
1
+ #
2
2
  # a po-file for Ruby-GetText-Package and Ruby on Rails.
3
- #
4
- # Copyright (C) 2005-2007 Masao Mutoh
3
+ #
4
+ # Copyright (C) 2005-2008 Masao Mutoh
5
+ #
5
6
  # This file is distributed under the same license as the Ruby-GetText-Package.
6
- #
7
- # Patrick Lenz, 2006,2007
7
+ #
8
+ # Patrick Lenz, 2006,2007,2008
8
9
  # Sasa Ebach, 2005
9
- #
10
+ #
10
11
  msgid ""
11
12
  msgstr ""
12
- "Project-Id-Version: ruby-gettext 1.90.0\n"
13
- "POT-Creation-Date: 2008-05-10 01:52+0900\n"
14
- "PO-Revision-Date: 2006-08-14 17:00W. Europe Standard Time\n"
13
+ "Project-Id-Version: ruby-gettext 1.92.0\n"
14
+ "POT-Creation-Date: 2008-07-13 12:12+0900\n"
15
+ "PO-Revision-Date: 2008-07-13 10:00W. Europe Standard Time\n"
15
16
  "Last-Translator: Patrick Lenz <patrick at limited-overload.de>\n"
16
17
  "Language-Team: German\n"
17
18
  "MIME-Version: 1.0\n"
@@ -19,7 +20,7 @@ msgstr ""
19
20
  "Content-Transfer-Encoding: 8bit\n"
20
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22
 
22
- #: lib/gettext/rails.rb:295
23
+ #: lib/gettext/rails.rb:308
23
24
  msgid "%{num} error prohibited this %{record} from being saved"
24
25
  msgid_plural "%{num} errors prohibited this %{record} from being saved"
25
26
  msgstr[0] ""
@@ -28,69 +29,68 @@ msgstr[1] ""
28
29
  "%{num} Fehler haben verhindert, dass dieser %{record} gespeichert werden "
29
30
  "konnte"
30
31
 
31
- #: lib/gettext/rails.rb:297
32
+ #: lib/gettext/rails.rb:310
32
33
  msgid "There was a problem with the following field:"
33
34
  msgid_plural "There were problems with the following fields:"
34
35
  msgstr[0] "Folgendes Feld hat Probleme verursacht:"
35
36
  msgstr[1] "Folgende Felder haben Probleme verursacht:"
36
37
 
37
- #: lib/gettext/rails.rb:403
38
+ #: lib/gettext/rails.rb:416
38
39
  msgid "less than 5 seconds"
39
40
  msgstr "weniger als 5 Sekunden"
40
41
 
41
- #: lib/gettext/rails.rb:403
42
+ #: lib/gettext/rails.rb:416
42
43
  msgid "less than 10 seconds"
43
44
  msgstr "weniger als 10 Sekunden"
44
45
 
45
- #: lib/gettext/rails.rb:403
46
+ #: lib/gettext/rails.rb:416
46
47
  msgid "less than 20 seconds"
47
48
  msgstr "weniger als 20 Sekunden"
48
49
 
49
- #: lib/gettext/rails.rb:404
50
+ #: lib/gettext/rails.rb:417
50
51
  msgid "half a minute"
51
52
  msgstr "eine halbe Minute"
52
53
 
53
- #: lib/gettext/rails.rb:404
54
+ #: lib/gettext/rails.rb:417
54
55
  msgid "less than a minute"
55
56
  msgstr "weniger als eine Minute"
56
57
 
57
- #: lib/gettext/rails.rb:404
58
+ #: lib/gettext/rails.rb:417
58
59
  msgid "about 1 month"
59
60
  msgstr "ungefähr 1 Monat"
60
61
 
61
- #: lib/gettext/rails.rb:405
62
+ #: lib/gettext/rails.rb:418
62
63
  msgid "about 1 year"
63
64
  msgstr "ungefähr 1 Jahr"
64
65
 
65
- #: lib/gettext/rails.rb:406
66
+ #: lib/gettext/rails.rb:419
66
67
  msgid "1 minute"
67
68
  msgid_plural "%{num} minutes"
68
69
  msgstr[0] "1 Minute"
69
70
  msgstr[1] "%{num} Minuten"
70
71
 
71
- #: lib/gettext/rails.rb:407
72
+ #: lib/gettext/rails.rb:420
72
73
  msgid "about 1 hour"
73
74
  msgid_plural "about %{num} hours"
74
75
  msgstr[0] "ungefähr 1 Stunde"
75
76
  msgstr[1] "ungefähr %{num} Stunden"
76
77
 
77
- #: lib/gettext/rails.rb:408
78
+ #: lib/gettext/rails.rb:421
78
79
  msgid "1 day"
79
80
  msgid_plural "%{num} days"
80
81
  msgstr[0] "1 Tag"
81
82
  msgstr[1] "%{num} Tage"
82
83
 
83
- #: lib/gettext/rails.rb:409
84
+ #: lib/gettext/rails.rb:422
84
85
  msgid "1 month"
85
86
  msgid_plural "%{num} months"
86
87
  msgstr[0] "1 Monat"
87
88
  msgstr[1] "%{num} Monate"
88
89
 
89
- #: lib/gettext/rails.rb:410
90
- #, fuzzy
90
+ #: lib/gettext/rails.rb:423
91
91
  msgid "over 1 year"
92
92
  msgid_plural "over %{num} years"
93
- msgstr[0] "über %{num} Jahre"
93
+ msgstr[0] "über 1 Jahr"
94
94
  msgstr[1] "über %{num} Jahre"
95
95
 
96
96
  #: lib/gettext/active_record.rb:28
@@ -119,11 +119,11 @@ msgstr "%{fn} muss akzeptiert werden"
119
119
 
120
120
  #: lib/gettext/active_record.rb:224
121
121
  msgid "%{fn} can't be empty"
122
- msgstr "%{fn} kann nicht leer sein"
122
+ msgstr "%{fn} darf nicht leer sein"
123
123
 
124
124
  #: lib/gettext/active_record.rb:225
125
125
  msgid "%{fn} can't be blank"
126
- msgstr "%{fn} kann nicht leer sein"
126
+ msgstr "%{fn} darf nicht leer sein"
127
127
 
128
128
  #: lib/gettext/active_record.rb:226
129
129
  msgid "%{fn} is too long (maximum is %d characters)"
@@ -144,3 +144,31 @@ msgstr "%{fn} existiert bereits"
144
144
  #: lib/gettext/active_record.rb:230
145
145
  msgid "%{fn} is not a number"
146
146
  msgstr "%{fn} ist keine Ziffer"
147
+
148
+ #: lib/gettext/active_record.rb:231
149
+ msgid "%{fn} must be greater than %d"
150
+ msgstr "%{fn} muss größer sein als %d"
151
+
152
+ #: lib/gettext/active_record.rb:232
153
+ msgid "%{fn} must be greater than or equal to %d"
154
+ msgstr "%{fn} muss größer oder gleich %d sein"
155
+
156
+ #: lib/gettext/active_record.rb:233
157
+ msgid "%{fn} must be equal to %d"
158
+ msgstr "%{fn} muss gleich %d sein"
159
+
160
+ #: lib/gettext/active_record.rb:234
161
+ msgid "%{fn} must be less than %d"
162
+ msgstr "%{fn} muss kleiner sein als %d"
163
+
164
+ #: lib/gettext/active_record.rb:235
165
+ msgid "%{fn} must be less than or equal to %d"
166
+ msgstr "%{fn} muss kleiner oder gleich %d sein"
167
+
168
+ #: lib/gettext/active_record.rb:236
169
+ msgid "%{fn} must be odd"
170
+ msgstr "%{fn} muss ungerade sein"
171
+
172
+ #: lib/gettext/active_record.rb:237
173
+ msgid "%{fn} must be even"
174
+ msgstr "%{fn} muss gerade sein"
data/po/de/rgettext.po CHANGED
@@ -1,40 +1,39 @@
1
- #
2
- # po-file for Ruby-GetText-Package
3
- #
4
- # Copyright (C) 2004,2005 Masao Mutoh
5
- # This file is distributed under the same license as the Ruby-GetText-Package.
6
- #
7
- # Patrick Lenz, 2006
8
- # Sasa Ebach, 2005
9
- # Sven Herzberg, 2005
10
- # Detlef Reichl, 2004
11
- #
1
+ #
2
+ # po-file for Ruby-GetText-Package
3
+ #
4
+ # Copyright (C) 2004-2008 Masao Mutoh
5
+ #
6
+ # This file is distributed under the same license as the Ruby-GetText-Package.
7
+ #
8
+ # Patrick Lenz, 2006, 2007, 2008
9
+ # Sasa Ebach, 2005
10
+ # Sven Herzberg, 2005
11
+ # Detlef Reichl, 2004
12
+ #
12
13
  msgid ""
13
14
  msgstr ""
14
- "Project-Id-Version: ruby-gettext 1.90.0\n"
15
+ "Project-Id-Version: ruby-gettext 1.92.0\n"
15
16
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2008-05-10 01:52+0900\n"
17
- "PO-Revision-Date: 2006-08-14 17:00W. Europe Standard Time\n"
17
+ "POT-Creation-Date: 2008-07-13 12:12+0900\n"
18
+ "PO-Revision-Date: 2008-07-13 10:00W. Europe Standard Time\n"
18
19
  "Last-Translator: Patrick Lenz <patrick at limited-overload.de>\n"
19
- "Language-Team: German <gnome-de at gnome.org>\n"
20
+ "Language-Team: German\n"
20
21
  "MIME-Version: 1.0\n"
21
22
  "Content-Type: text/plain; charset=UTF-8\n"
22
23
  "Content-Transfer-Encoding: 8bit\n"
23
24
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
25
 
25
26
  #: lib/gettext/utils.rb:66
26
- #, fuzzy
27
27
  msgid "Failed to merge with %{defpo}"
28
- msgstr "Zusammenführung mit %{defpo} fehlgeschlagen - übersprungen!"
28
+ msgstr "Zusammenführung mit %{defpo} fehlgeschlagen"
29
29
 
30
30
  #: lib/gettext/utils.rb:67
31
- #, fuzzy
32
31
  msgid "New .pot was copied to %{failed_filename}"
33
- msgstr "Bitte überprüfe die neue .pot Datei %{failed_filename}"
32
+ msgstr "Die neue .pot Datei wurde nach %{failed_filename} kopiert"
34
33
 
35
34
  #: lib/gettext/utils.rb:68
36
35
  msgid "Check these po/pot-files. It may have syntax errors or something wrong."
37
- msgstr ""
36
+ msgstr "Überprüfe diese po/pot Dateien. Sie enthalten syntaktische Fehler oder andere Probleme."
38
37
 
39
38
  #: lib/gettext/rgettext.rb:43
40
39
  msgid "'%{klass}' is ignored."
@@ -133,9 +132,9 @@ msgstr "Es ist keine Datenbank vorhanden."
133
132
  msgid "rubygems are not found."
134
133
  msgstr "rubygems konnten nicht gefunden werden."
135
134
 
136
- #: lib/gettext.rb:363
135
+ #: lib/gettext.rb:364
137
136
  msgid "3rd parmeter is wrong: value = %{number}"
138
- msgstr ""
137
+ msgstr "Der 3. Parameter ist ungültig: value = %{number}"
139
138
 
140
139
  #: src/poparser.ry:26 src/poparser.ry:41
141
140
  msgid "Warning: fuzzy message was ignored.\n"