gettext 1.90.0 → 1.91.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 (224) hide show
  1. data/ChangeLog +45 -0
  2. data/NEWS +22 -0
  3. data/README +5 -3
  4. data/Rakefile +4 -2
  5. data/bin/rgettext +2 -2
  6. data/bin/rmsgfmt +2 -2
  7. data/bin/rmsgmerge +2 -2
  8. data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
  9. data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
  10. data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
  11. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
  13. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
  15. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
  17. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  18. data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
  19. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  20. data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
  21. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  22. data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
  23. data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
  24. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
  26. data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
  27. data/data/locale/hu/LC_MESSAGES/rails.mo +0 -0
  28. data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
  29. data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
  30. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  31. data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
  32. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  33. data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
  34. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  35. data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
  36. data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
  37. data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
  38. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  39. data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
  40. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  41. data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
  42. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  43. data/data/locale/sr/LC_MESSAGES/rails.mo +0 -0
  44. data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
  45. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  46. data/data/locale/ua/LC_MESSAGES/rails.mo +0 -0
  47. data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
  48. data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
  49. data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
  50. data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
  51. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  52. data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
  53. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  54. data/doc/classes/ActionView/Helpers/FormBuilder.html +154 -0
  55. data/doc/classes/ActiveRecord/Base.html +47 -47
  56. data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +6 -6
  57. data/doc/classes/GetText.html +379 -327
  58. data/doc/classes/GetText/ActiveRecordParser.html +12 -12
  59. data/doc/classes/GetText/ErbContainer.html +12 -12
  60. data/doc/classes/GetText/ErbParser.html +6 -6
  61. data/doc/classes/GetText/PoParser.html +6 -6
  62. data/doc/classes/GetText/Rails.html +20 -20
  63. data/doc/classes/GetText/TextDomain.html +68 -68
  64. data/doc/classes/GetText/TextDomainManager.html +54 -54
  65. data/doc/classes/Locale.html +152 -151
  66. data/doc/classes/Locale/Object.html +92 -92
  67. data/doc/classes/Locale/SystemBase.html +32 -32
  68. data/doc/classes/Locale/SystemCGI.html +31 -31
  69. data/doc/classes/Locale/SystemWin32.html +19 -34
  70. data/doc/classes/Locale/SystemWin32Table.html +123 -0
  71. data/doc/classes/MOFile.html +28 -29
  72. data/doc/created.rid +1 -1
  73. data/doc/files/ChangeLog.html +60 -1
  74. data/doc/files/README.html +11 -4
  75. data/doc/files/lib/gettext/active_record_rb.html +1 -1
  76. data/doc/files/lib/gettext/cgi_rb.html +1 -1
  77. data/doc/files/lib/gettext/container_rb.html +1 -1
  78. data/doc/files/lib/gettext/erb_rb.html +1 -1
  79. data/doc/files/lib/gettext/iconv_rb.html +1 -1
  80. data/doc/files/lib/gettext/mo_rb.html +2 -1
  81. data/doc/files/lib/gettext/parser/active_record_rb.html +1 -1
  82. data/doc/files/lib/gettext/parser/erb_rb.html +1 -1
  83. data/doc/files/lib/gettext/parser/glade_rb.html +1 -1
  84. data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
  85. data/doc/files/lib/gettext/poparser_rb.html +1 -1
  86. data/doc/files/lib/gettext/rails_compat_rb.html +1 -1
  87. data/doc/files/lib/gettext/rails_rb.html +1 -1
  88. data/doc/files/lib/gettext/rgettext_rb.html +1 -1
  89. data/doc/files/lib/gettext/rmsgfmt_rb.html +1 -1
  90. data/doc/files/lib/gettext/rmsgmerge_rb.html +1 -1
  91. data/doc/files/lib/gettext/string_rb.html +1 -1
  92. data/doc/files/lib/gettext/textdomain_rb.html +1 -1
  93. data/doc/files/lib/gettext/textdomainmanager_rb.html +1 -1
  94. data/doc/files/lib/gettext/utils_rb.html +1 -1
  95. data/doc/files/lib/gettext/version_rb.html +1 -1
  96. data/doc/files/lib/gettext_rb.html +1 -1
  97. data/doc/files/lib/locale/base_rb.html +1 -1
  98. data/doc/files/lib/locale/cgi_rb.html +1 -1
  99. data/doc/files/lib/locale/jruby_rb.html +1 -1
  100. data/doc/files/lib/locale/object_rb.html +1 -1
  101. data/doc/files/lib/locale/posix_rb.html +1 -1
  102. data/doc/files/lib/locale/win32_rb.html +1 -1
  103. data/doc/files/lib/locale/win32_table_rb.html +1 -1
  104. data/doc/files/lib/locale_rb.html +1 -1
  105. data/doc/fr_class_index.html +2 -0
  106. data/doc/fr_method_index.html +83 -81
  107. data/lib/gettext.rb +46 -21
  108. data/lib/gettext/active_record.rb +5 -5
  109. data/lib/gettext/mo.rb +4 -4
  110. data/lib/gettext/rails.rb +15 -3
  111. data/lib/gettext/textdomain.rb +44 -41
  112. data/lib/gettext/utils.rb +8 -1
  113. data/lib/gettext/version.rb +2 -2
  114. data/lib/locale/jruby.rb +3 -3
  115. data/lib/locale/win32.rb +2 -1
  116. data/lib/locale/win32_table.rb +2 -2
  117. data/po/bs/rails.po +39 -37
  118. data/po/bs/rgettext.po +63 -53
  119. data/po/ca/rails.po +39 -36
  120. data/po/ca/rgettext.po +64 -54
  121. data/po/cs/rails.po +39 -35
  122. data/po/cs/rgettext.po +63 -53
  123. data/po/de/rails.po +38 -36
  124. data/po/de/rgettext.po +67 -57
  125. data/po/el/rails.po +42 -39
  126. data/po/el/rgettext.po +63 -53
  127. data/po/eo/rails.po +39 -37
  128. data/po/eo/rgettext.po +63 -53
  129. data/po/es/rails.po +38 -35
  130. data/po/es/rgettext.po +64 -54
  131. data/po/et/rails.po +38 -36
  132. data/po/fr/rails.po +39 -37
  133. data/po/fr/rgettext.po +65 -56
  134. data/po/hr/rails.po +40 -37
  135. data/po/hr/rgettext.po +63 -53
  136. data/po/hu/rails.po +38 -35
  137. data/po/hu/rgettext.po +64 -54
  138. data/po/it/rails.po +34 -32
  139. data/po/it/rgettext.po +62 -54
  140. data/po/ja/rails.po +42 -40
  141. data/po/ja/rgettext.po +64 -54
  142. data/po/ko/rails.po +38 -36
  143. data/po/ko/rgettext.po +64 -54
  144. data/po/nb/rails.po +37 -32
  145. data/po/nb/rgettext.po +62 -52
  146. data/po/nl/rails.po +39 -38
  147. data/po/nl/rgettext.po +64 -54
  148. data/po/pt_BR/rails.po +38 -36
  149. data/po/pt_BR/rgettext.po +63 -53
  150. data/po/rails.pot +41 -39
  151. data/po/rgettext.pot +55 -47
  152. data/po/ru/rails.po +41 -37
  153. data/po/ru/rgettext.po +63 -53
  154. data/po/sr/rails.po +149 -0
  155. data/po/sr/rgettext.po +135 -0
  156. data/po/sv/rgettext.po +60 -52
  157. data/po/ua/rails.po +39 -37
  158. data/po/ua/rgettext.po +67 -57
  159. data/po/vi/rails.po +39 -37
  160. data/po/vi/rgettext.po +61 -51
  161. data/po/zh/rails.po +37 -36
  162. data/po/zh/rgettext.po +66 -56
  163. data/po/zh_TW/rails.po +37 -36
  164. data/po/zh_TW/rgettext.po +64 -54
  165. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
  166. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
  167. data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
  168. data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
  169. data/samples/cgi/po/sr/helloerb1.po +60 -0
  170. data/samples/cgi/po/sr/helloerb2.po +52 -0
  171. data/samples/cgi/po/sr/hellolib.po +24 -0
  172. data/samples/cgi/po/sr/main.po +80 -0
  173. data/samples/locale/hu/LC_MESSAGES/hellogtk.mo +0 -0
  174. data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
  175. data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
  176. data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
  177. data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
  178. data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
  179. data/samples/locale/sr/LC_MESSAGES/helloglade2.mo +0 -0
  180. data/samples/locale/sr/LC_MESSAGES/hellogtk.mo +0 -0
  181. data/samples/locale/sr/LC_MESSAGES/hellotk.mo +0 -0
  182. data/samples/locale/zh/LC_MESSAGES/helloglade2.mo +0 -0
  183. data/samples/locale/zh/LC_MESSAGES/hellotk.mo +0 -0
  184. data/samples/po/hu/hellogtk.po +3 -3
  185. data/samples/po/it/hello2.po +1 -1
  186. data/samples/po/sr/hello.po +22 -0
  187. data/samples/po/sr/hello2.po +30 -0
  188. data/samples/po/sr/hello_noop.po +26 -0
  189. data/samples/po/sr/hello_plural.po +26 -0
  190. data/samples/po/sr/helloglade2.po +32 -0
  191. data/samples/po/sr/hellogtk.po +22 -0
  192. data/samples/po/sr/hellotk.po +24 -0
  193. data/samples/po/zh/helloglade2.po +1 -1
  194. data/samples/po/zh/hellotk.po +1 -1
  195. data/samples/rails/app/views/articles/edit.html.erb +3 -0
  196. data/samples/rails/app/views/articles/new.html.erb +3 -0
  197. data/samples/rails/config/database.yml +9 -4
  198. data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
  199. data/samples/rails/po/sr/blog.po +106 -0
  200. data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
  201. data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +28 -0
  202. data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
  203. data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
  204. data/test/po/fr/test2.po +1 -1
  205. data/test/po/ja/test2.po +1 -1
  206. data/test/rails/app/views/articles/show.html.erb +1 -0
  207. data/test/rails/config/environment.rb +1 -1
  208. data/test/rails/test/functional/articles_controller_test.rb +2 -2
  209. data/test/rails/test/functional/mailer_controller_test.rb +3 -1
  210. data/test/rails/test/functional/users_controller_test.rb +1 -1
  211. data/test/rails/test/result/en/custom_error_message_with_plural.html +4 -4
  212. data/test/rails/test/result/en/show.html +1 -0
  213. data/test/rails/test/result/fr/custom_error_message_with_plural.html +4 -4
  214. data/test/rails/test/result/ja/custom_error_message_with_plural.html +4 -4
  215. data/test/rails/test/result/ja/show.html +2 -1
  216. data/test/test.sh +1 -0
  217. data/test/test_active_record.rb +4 -4
  218. data/test/test_gettext.rb +10 -10
  219. data/test/test_gettext_toplevel.rb +44 -0
  220. data/test/test_locale.rb +1 -19
  221. metadata +93 -42
  222. data/test/rails/locale/ja/LC_MESSAGES/rails_test.mo +0 -0
  223. data/test/rails/log/development.log +0 -136
  224. data/test/rails/log/test.log +0 -2203
data/po/zh_TW/rgettext.po CHANGED
@@ -1,16 +1,16 @@
1
- #
2
- # a 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
- # Yang Bob <bob.yang.dev at gmail.com>, 2006.
8
- # LIN CHUNG-YI <xmarsh at gmail.com>, 2006.
9
- #
1
+ #
2
+ # a 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
+ # Yang Bob <bob.yang.dev at gmail.com>, 2006.
8
+ # LIN CHUNG-YI <xmarsh at gmail.com>, 2006.
9
+ #
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: ruby-gettext 1.9.0\n"
13
- "POT-Creation-Date: 2007-06-26 14:09+0900\n"
12
+ "Project-Id-Version: ruby-gettext 1.90.0\n"
13
+ "POT-Creation-Date: 2008-05-10 01:52+0900\n"
14
14
  "PO-Revision-Date: 2006-08-21 09:39+0800\n"
15
15
  "Last-Translator: Yang Bob <bob.yang.dev at gmail.com>\n"
16
16
  "Language-Team: zh_TW <xmarsh at gmail.com>\n"
@@ -21,41 +21,71 @@ msgstr ""
21
21
  "X-Poedit-Language: Chinese\n"
22
22
  "X-Poedit-Country: TAIWAN\n"
23
23
 
24
- #: lib/gettext/utils.rb:52
25
- msgid "Failed to merge with %{defpo} - skipping!"
24
+ #: lib/gettext/utils.rb:66
25
+ #, fuzzy
26
+ msgid "Failed to merge with %{defpo}"
26
27
  msgstr "不能與 %{defpo} 合併 - 跳過!"
27
28
 
28
- #: lib/gettext/utils.rb:53
29
- msgid "Please check new .pot in %{failed_filename}"
29
+ #: lib/gettext/utils.rb:67
30
+ #, fuzzy
31
+ msgid "New .pot was copied to %{failed_filename}"
30
32
  msgstr "請檢查 %{failed_filename} 中新的 .pot"
31
33
 
32
- #: lib/gettext/rmsgfmt.rb:31 lib/gettext/rgettext.rb:196
33
- msgid "no input files"
34
- msgstr "無輸入檔"
34
+ #: lib/gettext/utils.rb:68
35
+ msgid "Check these po/pot-files. It may have syntax errors or something wrong."
36
+ msgstr ""
35
37
 
36
- #: lib/gettext/rmsgfmt.rb:47
37
- msgid "Usage: %s input.po [-o output.mo]"
38
- msgstr "使用: %s input.po [-o output.mo]"
38
+ #: lib/gettext/rgettext.rb:43
39
+ msgid "'%{klass}' is ignored."
40
+ msgstr "'%{klass}' 忽略"
39
41
 
40
- #: lib/gettext/rmsgfmt.rb:49
41
- msgid "Generate binary message catalog from textual translation description."
42
- msgstr "從textual translation description產生二進位訊息 catalog"
42
+ #: lib/gettext/rgettext.rb:183
43
+ msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
44
+ msgstr "使用: %s input.rb [-r parser.rb] [-o output.pot]"
43
45
 
44
- #: lib/gettext/rmsgfmt.rb:51 lib/gettext/rmsgmerge.rb:408
45
- #: lib/gettext/rgettext.rb:153
46
+ #: lib/gettext/rgettext.rb:185
47
+ msgid "Extract translatable strings from given input files."
48
+ msgstr "從輸入檔中取出翻譯字串"
49
+
50
+ #: lib/gettext/rgettext.rb:187 lib/gettext/rmsgfmt.rb:51
51
+ #: lib/gettext/rmsgmerge.rb:408
46
52
  msgid "Specific options:"
47
53
  msgstr "特殊選項:"
48
54
 
49
- #: lib/gettext/rmsgfmt.rb:53 lib/gettext/rmsgmerge.rb:410
50
- #: lib/gettext/rgettext.rb:155
55
+ #: lib/gettext/rgettext.rb:189 lib/gettext/rmsgfmt.rb:53
56
+ #: lib/gettext/rmsgmerge.rb:410
51
57
  msgid "write output to specified file"
52
58
  msgstr "輸出到指定檔案"
53
59
 
54
- #: lib/gettext/rmsgfmt.rb:57 lib/gettext/rmsgmerge.rb:421
55
- #: lib/gettext/rgettext.rb:172
60
+ #: lib/gettext/rgettext.rb:193
61
+ msgid "File '%s' already exists."
62
+ msgstr "檔案 '%s' 已經存在"
63
+
64
+ #: lib/gettext/rgettext.rb:198
65
+ msgid "require the library before executing rgettext"
66
+ msgstr "在執行 rgettext 之前需要一個庫"
67
+
68
+ #: lib/gettext/rgettext.rb:202
69
+ msgid "run in debugging mode"
70
+ msgstr "執行除錯模式"
71
+
72
+ #: lib/gettext/rgettext.rb:206 lib/gettext/rmsgfmt.rb:57
73
+ #: lib/gettext/rmsgmerge.rb:421
56
74
  msgid "display version information and exit"
57
75
  msgstr "秀出版本資訊後退出"
58
76
 
77
+ #: lib/gettext/rgettext.rb:230 lib/gettext/rmsgfmt.rb:31
78
+ msgid "no input files"
79
+ msgstr "無輸入檔"
80
+
81
+ #: lib/gettext/rmsgfmt.rb:47
82
+ msgid "Usage: %s input.po [-o output.mo]"
83
+ msgstr "使用: %s input.po [-o output.mo]"
84
+
85
+ #: lib/gettext/rmsgfmt.rb:49
86
+ msgid "Generate binary message catalog from textual translation description."
87
+ msgstr "從textual translation description產生二進位訊息 catalog"
88
+
59
89
  #: lib/gettext/rmsgmerge.rb:403
60
90
  msgid "Usage: %s def.po ref.pot [-o output.pot]"
61
91
  msgstr "使用: %s def.po ref.pot [-o output.pot]"
@@ -97,34 +127,14 @@ msgstr "無資料庫可用"
97
127
  msgid "rubygems are not found."
98
128
  msgstr "找不到 rubygems"
99
129
 
100
- #: lib/gettext/rgettext.rb:43
101
- msgid "'%{klass}' is ignored."
102
- msgstr "'%{klass}' 忽略"
103
-
104
- #: lib/gettext/rgettext.rb:149
105
- msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
106
- msgstr "使用: %s input.rb [-r parser.rb] [-o output.pot]"
107
-
108
- #: lib/gettext/rgettext.rb:151
109
- msgid "Extract translatable strings from given input files."
110
- msgstr "從輸入檔中取出翻譯字串"
111
-
112
- #: lib/gettext/rgettext.rb:159
113
- msgid "File '%s' already exists."
114
- msgstr "檔案 '%s' 已經存在"
115
-
116
- #: lib/gettext/rgettext.rb:164
117
- msgid "require the library before executing rgettext"
118
- msgstr "在執行 rgettext 之前需要一個庫"
119
-
120
- #: lib/gettext/rgettext.rb:168
121
- msgid "run in debugging mode"
122
- msgstr "執行除錯模式"
130
+ #: lib/gettext.rb:363
131
+ msgid "3rd parmeter is wrong: value = %{number}"
132
+ msgstr ""
123
133
 
124
134
  #: src/poparser.ry:26 src/poparser.ry:41
125
135
  msgid "Warning: fuzzy message was ignored.\n"
126
136
  msgstr "警告: fuzzy 訊息被忽略\n"
127
137
 
128
- #: src/poparser.ry:125
138
+ #: src/poparser.ry:129
129
139
  msgid "Warning: obsolete msgid exists.\n"
130
140
  msgstr "警告: 存在過時的 msgid.\n"
@@ -0,0 +1,60 @@
1
+ # CGI/ERB sample for Ruby-GetText-Package.
2
+ #
3
+ # Copyright (C) 2005,2006 Masao Mutoh
4
+ #
5
+ # This file is distributed under the same license as the Ruby-GetText-Package.
6
+ #
7
+ # Slobodan Paunović <slobodan.paunovic at gmail.com>, 2008.
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: cgi-sample 1.1.1\n"
12
+ "POT-Creation-Date: 2006-01-07 14:48+0900\n"
13
+ "PO-Revision-Date: 2008-05-10 20:55+0200\n"
14
+ "Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
15
+ "Language-Team: Serbian\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
20
+ "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21
+
22
+ #: helloerb1.cgi:32
23
+ msgid "Sample script for CGI/ERB (UTF-8)."
24
+ msgstr "Primer skripta za CGI/ERB (UTF-8)."
25
+
26
+ #: helloerb.rhtml:5 other.rhtml:5
27
+ msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
28
+ msgstr "Primer skripta za CGI/ERB i Ruby-GetText-Package"
29
+
30
+ #: helloerb.rhtml:12
31
+ msgid "Hello World"
32
+ msgstr "Zdravo svete"
33
+
34
+ #: helloerb.rhtml:15 other.rhtml:11
35
+ msgid "locale"
36
+ msgstr "locale"
37
+
38
+ #: helloerb.rhtml:16 other.rhtml:12
39
+ msgid "output_charset"
40
+ msgstr "output_charset"
41
+
42
+ #: helloerb.rhtml:17 other.rhtml:13
43
+ msgid "QUERY_STRING"
44
+ msgstr "QUERY_STRING"
45
+
46
+ #: helloerb.rhtml:19
47
+ msgid "Call a library method which has another textdomain."
48
+ msgstr "Pozovi funkciju iz biblioteke koja ima neki drugi tekst domen."
49
+
50
+ #: helloerb.rhtml:21 other.rhtml:15
51
+ msgid "Back"
52
+ msgstr "Nazad"
53
+
54
+ #: other.rhtml:8
55
+ msgid "Another sample"
56
+ msgstr "Drugi primer"
57
+
58
+ #: other.rhtml:9
59
+ msgid "This sample(other.rhtml) is the another ERB file of helloerb1.cgi."
60
+ msgstr "Ovaj primer(other.rhtml) je drugi ERB fajl od helloerb1.cgi."
@@ -0,0 +1,52 @@
1
+ # CGI/ERB sample for Ruby-GetText-Package.
2
+ #
3
+ # Copyright (C) 2005,2006 Masao Mutoh
4
+ #
5
+ # This file is distributed under the same license as the Ruby-GetText-Package.
6
+ #
7
+ # Slobodan Paunović <slobodan.paunovic at gmail.com>, 2008.
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: cgi-sample 1.1.1\n"
12
+ "POT-Creation-Date: 2006-01-07 14:51+0900\n"
13
+ "PO-Revision-Date: 2008-05-10 20:56+0200\n"
14
+ "Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
15
+ "Language-Team: Serbian\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
20
+ "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21
+
22
+ #: helloerb2.cgi:34
23
+ msgid "Sample script for CGI/ERB (Auto-Detect charset)."
24
+ msgstr "Primer skripta za CGI/ERB (Auto-Detect charset)."
25
+
26
+ #: helloerb.rhtml:5
27
+ msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
28
+ msgstr "Primer skripta za CGI/ERB i Ruby-GetText-Package"
29
+
30
+ #: helloerb.rhtml:12
31
+ msgid "Hello World"
32
+ msgstr "Zdravo svete"
33
+
34
+ #: helloerb.rhtml:15
35
+ msgid "locale"
36
+ msgstr "locale"
37
+
38
+ #: helloerb.rhtml:16
39
+ msgid "output_charset"
40
+ msgstr "output_charset"
41
+
42
+ #: helloerb.rhtml:17
43
+ msgid "QUERY_STRING"
44
+ msgstr "QUERY_STRING"
45
+
46
+ #: helloerb.rhtml:19
47
+ msgid "Call a library method which has another textdomain."
48
+ msgstr "Pozovi funkciju biblioteke koja ima neki drugi tekst domen."
49
+
50
+ #: helloerb.rhtml:21
51
+ msgid "Back"
52
+ msgstr "Nazad"
@@ -0,0 +1,24 @@
1
+ # CGI/ERB sample for Ruby-GetText-Package.
2
+ #
3
+ # Copyright (C) 2005,2006 Masao Mutoh
4
+ #
5
+ # This file is distributed under the same license as the Ruby-GetText-Package.
6
+ #
7
+ # Slobodan Paunović <slobodan.paunovic at gmail.com>, 2008.
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: cgi-sample 1.1.1\n"
12
+ "POT-Creation-Date: 2006-01-07 14:53+0900\n"
13
+ "PO-Revision-Date: 2008-05-10 20:58+0200\n"
14
+ "Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
15
+ "Language-Team: Serbian\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
20
+ "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21
+
22
+ #: hellolib.rb:19
23
+ msgid "This message is from hellolib."
24
+ msgstr "Ova poruka je iz hellolib."
@@ -0,0 +1,80 @@
1
+ # CGI/ERB sample for Ruby-GetText-Package.
2
+ #
3
+ # Copyright (C) 2005,2006 Masao Mutoh
4
+ #
5
+ # This file is distributed under the same license as the Ruby-GetText-Package.
6
+ #
7
+ # Slobodan Paunović <slobodan.paunovic at gmail.com>, 2008.
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: cgi-sample 1.1.1\n"
12
+ "POT-Creation-Date: 2006-01-07 14:55+0900\n"
13
+ "PO-Revision-Date: 2008-05-10 21:04+0200\n"
14
+ "Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
15
+ "Language-Team: Serbian\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
20
+ "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21
+
22
+ #: index.cgi:36
23
+ msgid "an ERB/CGI sample (UTF-8)."
24
+ msgstr "jedan ERB/CGI primer (UTF-8)"
25
+
26
+ #: index.cgi:37
27
+ msgid ""
28
+ "an ERB/CGI sample (UTF-8). This sample uses the same container as sample 1 "
29
+ "but has a different rhtml file."
30
+ msgstr "jedan ERB/CGI primer (UTF-8). Ovaj primer koristi isti kontejner kao i primer 1, ali ima drugačiji rhtml fajl."
31
+
32
+ #: index.cgi:38
33
+ msgid "an ERB/CGI sample (Auto-Detect charset)."
34
+ msgstr "jedan ERB/CGI primer (Auto-Detect charset)."
35
+
36
+ #: index.cgi:50 cookie.cgi:44
37
+ msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
38
+ msgstr "Primer skripta za CGI/ERB i Ruby-GetText-Package"
39
+
40
+ #: index.cgi:55
41
+ msgid "Ruby-GetText CGI sample scripts"
42
+ msgstr "Ruby-GetText CGI primeri skriptova"
43
+
44
+ #: index.cgi:57
45
+ msgid "Supported Locales:"
46
+ msgstr "Podržani locales:"
47
+
48
+ #: index.cgi:58
49
+ msgid "Auto-Detect a locale from the WWW browser"
50
+ msgstr "Automatska detekcija locale-a iz WWW browser-a"
51
+
52
+ #: index.cgi:66
53
+ msgid "Set locale as a \"lang\" parameter"
54
+ msgstr "Podesi locale-a kao \"lang\" parametra"
55
+
56
+ #: index.cgi:82
57
+ msgid "Set \"lang\" to cookie."
58
+ msgstr "Podesi \"lang\" u cookie."
59
+
60
+ #: index.cgi:83
61
+ msgid ""
62
+ "Click one of the link below, and then click \"Auto-Detect a locale from the "
63
+ "WWW browser\" samples."
64
+ msgstr "Kliknite jedan od linkova ispod, a zatim kliknite \"Automatska detekcija locale-a iz WWW browser-a\" primere."
65
+
66
+ #: index.cgi:92
67
+ msgid "Source codes"
68
+ msgstr "Izvorni kod"
69
+
70
+ #: index.cgi:103
71
+ msgid "index.cgi is also a Ruby-GetText sample script using CGI(not ERB)."
72
+ msgstr "index.cgi je takođe Ruby-GetText primer skripta koji koristi CGI (a ne ERB)."
73
+
74
+ #: cookie.cgi:50
75
+ msgid "Set [%s] as the cookie of your WWW Browser."
76
+ msgstr "Podesi [%s] kao cookie vašeg WWW browser-a."
77
+
78
+ #: cookie.cgi:54
79
+ msgid "Back"
80
+ msgstr "Nazad"
@@ -4,14 +4,14 @@
4
4
  #
5
5
  # This file is distributed under the same license as the Ruby-GetText-Package.
6
6
  #
7
- # Tam�s Tompa <tompata at gmail.com>, 2008.
7
+ # Tamás Tompa <tompata at gmail.com>, 2008.
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: ruby-gettext 1.1.1\n"
12
12
  "POT-Creation-Date: 2001-12-24 01:52:10+0900\n"
13
13
  "PO-Revision-Date: 2008-01-15 00:00+0900\n"
14
- "Last-Translator: Tam�s Tompa <tompata at gmail.com>\n"
14
+ "Last-Translator: Tamás Tompa <tompata at gmail.com>\n"
15
15
  "Language-Team: Hungarian\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,4 +19,4 @@ msgstr ""
19
19
 
20
20
  #: ../hellogtk.rb:14
21
21
  msgid "hello, gtk world"
22
- msgstr "hello, gtk vil�g"
22
+ msgstr "hello, gtk világ"
@@ -21,7 +21,7 @@ msgstr "tutti"
21
21
 
22
22
  #: hello2.rb:8
23
23
  msgid "One is %{num}\n"
24
- msgstr "Uno %{num}\n"
24
+ msgstr "Uno è %{num}\n"
25
25
 
26
26
  #: hello2.rb:9
27
27
  msgid "Hello %{world}\n"