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.
- data/ChangeLog +45 -0
- data/NEWS +22 -0
- data/README +5 -3
- data/Rakefile +4 -2
- data/bin/rgettext +2 -2
- data/bin/rmsgfmt +2 -2
- data/bin/rmsgmerge +2 -2
- data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hu/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ua/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/doc/classes/ActionView/Helpers/FormBuilder.html +154 -0
- data/doc/classes/ActiveRecord/Base.html +47 -47
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +6 -6
- data/doc/classes/GetText.html +379 -327
- data/doc/classes/GetText/ActiveRecordParser.html +12 -12
- data/doc/classes/GetText/ErbContainer.html +12 -12
- data/doc/classes/GetText/ErbParser.html +6 -6
- data/doc/classes/GetText/PoParser.html +6 -6
- data/doc/classes/GetText/Rails.html +20 -20
- data/doc/classes/GetText/TextDomain.html +68 -68
- data/doc/classes/GetText/TextDomainManager.html +54 -54
- data/doc/classes/Locale.html +152 -151
- data/doc/classes/Locale/Object.html +92 -92
- data/doc/classes/Locale/SystemBase.html +32 -32
- data/doc/classes/Locale/SystemCGI.html +31 -31
- data/doc/classes/Locale/SystemWin32.html +19 -34
- data/doc/classes/Locale/SystemWin32Table.html +123 -0
- data/doc/classes/MOFile.html +28 -29
- data/doc/created.rid +1 -1
- data/doc/files/ChangeLog.html +60 -1
- data/doc/files/README.html +11 -4
- data/doc/files/lib/gettext/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/cgi_rb.html +1 -1
- data/doc/files/lib/gettext/container_rb.html +1 -1
- data/doc/files/lib/gettext/erb_rb.html +1 -1
- data/doc/files/lib/gettext/iconv_rb.html +1 -1
- data/doc/files/lib/gettext/mo_rb.html +2 -1
- data/doc/files/lib/gettext/parser/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/parser/erb_rb.html +1 -1
- data/doc/files/lib/gettext/parser/glade_rb.html +1 -1
- data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
- data/doc/files/lib/gettext/poparser_rb.html +1 -1
- data/doc/files/lib/gettext/rails_compat_rb.html +1 -1
- data/doc/files/lib/gettext/rails_rb.html +1 -1
- data/doc/files/lib/gettext/rgettext_rb.html +1 -1
- data/doc/files/lib/gettext/rmsgfmt_rb.html +1 -1
- data/doc/files/lib/gettext/rmsgmerge_rb.html +1 -1
- data/doc/files/lib/gettext/string_rb.html +1 -1
- data/doc/files/lib/gettext/textdomain_rb.html +1 -1
- data/doc/files/lib/gettext/textdomainmanager_rb.html +1 -1
- data/doc/files/lib/gettext/utils_rb.html +1 -1
- data/doc/files/lib/gettext/version_rb.html +1 -1
- data/doc/files/lib/gettext_rb.html +1 -1
- data/doc/files/lib/locale/base_rb.html +1 -1
- data/doc/files/lib/locale/cgi_rb.html +1 -1
- data/doc/files/lib/locale/jruby_rb.html +1 -1
- data/doc/files/lib/locale/object_rb.html +1 -1
- data/doc/files/lib/locale/posix_rb.html +1 -1
- data/doc/files/lib/locale/win32_rb.html +1 -1
- data/doc/files/lib/locale/win32_table_rb.html +1 -1
- data/doc/files/lib/locale_rb.html +1 -1
- data/doc/fr_class_index.html +2 -0
- data/doc/fr_method_index.html +83 -81
- data/lib/gettext.rb +46 -21
- data/lib/gettext/active_record.rb +5 -5
- data/lib/gettext/mo.rb +4 -4
- data/lib/gettext/rails.rb +15 -3
- data/lib/gettext/textdomain.rb +44 -41
- data/lib/gettext/utils.rb +8 -1
- data/lib/gettext/version.rb +2 -2
- data/lib/locale/jruby.rb +3 -3
- data/lib/locale/win32.rb +2 -1
- data/lib/locale/win32_table.rb +2 -2
- data/po/bs/rails.po +39 -37
- data/po/bs/rgettext.po +63 -53
- data/po/ca/rails.po +39 -36
- data/po/ca/rgettext.po +64 -54
- data/po/cs/rails.po +39 -35
- data/po/cs/rgettext.po +63 -53
- data/po/de/rails.po +38 -36
- data/po/de/rgettext.po +67 -57
- data/po/el/rails.po +42 -39
- data/po/el/rgettext.po +63 -53
- data/po/eo/rails.po +39 -37
- data/po/eo/rgettext.po +63 -53
- data/po/es/rails.po +38 -35
- data/po/es/rgettext.po +64 -54
- data/po/et/rails.po +38 -36
- data/po/fr/rails.po +39 -37
- data/po/fr/rgettext.po +65 -56
- data/po/hr/rails.po +40 -37
- data/po/hr/rgettext.po +63 -53
- data/po/hu/rails.po +38 -35
- data/po/hu/rgettext.po +64 -54
- data/po/it/rails.po +34 -32
- data/po/it/rgettext.po +62 -54
- data/po/ja/rails.po +42 -40
- data/po/ja/rgettext.po +64 -54
- data/po/ko/rails.po +38 -36
- data/po/ko/rgettext.po +64 -54
- data/po/nb/rails.po +37 -32
- data/po/nb/rgettext.po +62 -52
- data/po/nl/rails.po +39 -38
- data/po/nl/rgettext.po +64 -54
- data/po/pt_BR/rails.po +38 -36
- data/po/pt_BR/rgettext.po +63 -53
- data/po/rails.pot +41 -39
- data/po/rgettext.pot +55 -47
- data/po/ru/rails.po +41 -37
- data/po/ru/rgettext.po +63 -53
- data/po/sr/rails.po +149 -0
- data/po/sr/rgettext.po +135 -0
- data/po/sv/rgettext.po +60 -52
- data/po/ua/rails.po +39 -37
- data/po/ua/rgettext.po +67 -57
- data/po/vi/rails.po +39 -37
- data/po/vi/rgettext.po +61 -51
- data/po/zh/rails.po +37 -36
- data/po/zh/rgettext.po +66 -56
- data/po/zh_TW/rails.po +37 -36
- data/po/zh_TW/rgettext.po +64 -54
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/sr/helloerb1.po +60 -0
- data/samples/cgi/po/sr/helloerb2.po +52 -0
- data/samples/cgi/po/sr/hellolib.po +24 -0
- data/samples/cgi/po/sr/main.po +80 -0
- data/samples/locale/hu/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/hu/hellogtk.po +3 -3
- data/samples/po/it/hello2.po +1 -1
- data/samples/po/sr/hello.po +22 -0
- data/samples/po/sr/hello2.po +30 -0
- data/samples/po/sr/hello_noop.po +26 -0
- data/samples/po/sr/hello_plural.po +26 -0
- data/samples/po/sr/helloglade2.po +32 -0
- data/samples/po/sr/hellogtk.po +22 -0
- data/samples/po/sr/hellotk.po +24 -0
- data/samples/po/zh/helloglade2.po +1 -1
- data/samples/po/zh/hellotk.po +1 -1
- data/samples/rails/app/views/articles/edit.html.erb +3 -0
- data/samples/rails/app/views/articles/new.html.erb +3 -0
- data/samples/rails/config/database.yml +9 -4
- data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/sr/blog.po +106 -0
- data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +28 -0
- data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
- data/test/po/fr/test2.po +1 -1
- data/test/po/ja/test2.po +1 -1
- data/test/rails/app/views/articles/show.html.erb +1 -0
- data/test/rails/config/environment.rb +1 -1
- data/test/rails/test/functional/articles_controller_test.rb +2 -2
- data/test/rails/test/functional/mailer_controller_test.rb +3 -1
- data/test/rails/test/functional/users_controller_test.rb +1 -1
- data/test/rails/test/result/en/custom_error_message_with_plural.html +4 -4
- data/test/rails/test/result/en/show.html +1 -0
- data/test/rails/test/result/fr/custom_error_message_with_plural.html +4 -4
- data/test/rails/test/result/ja/custom_error_message_with_plural.html +4 -4
- data/test/rails/test/result/ja/show.html +2 -1
- data/test/test.sh +1 -0
- data/test/test_active_record.rb +4 -4
- data/test/test_gettext.rb +10 -10
- data/test/test_gettext_toplevel.rb +44 -0
- data/test/test_locale.rb +1 -19
- metadata +93 -42
- data/test/rails/locale/ja/LC_MESSAGES/rails_test.mo +0 -0
- data/test/rails/log/development.log +0 -136
- 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.
|
|
13
|
-
"POT-Creation-Date:
|
|
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:
|
|
25
|
-
|
|
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:
|
|
29
|
-
|
|
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/
|
|
33
|
-
msgid "
|
|
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/
|
|
37
|
-
msgid "
|
|
38
|
-
msgstr "
|
|
38
|
+
#: lib/gettext/rgettext.rb:43
|
|
39
|
+
msgid "'%{klass}' is ignored."
|
|
40
|
+
msgstr "'%{klass}' 忽略"
|
|
39
41
|
|
|
40
|
-
#: lib/gettext/
|
|
41
|
-
msgid "
|
|
42
|
-
msgstr "
|
|
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/
|
|
45
|
-
|
|
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/
|
|
50
|
-
#: lib/gettext/
|
|
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/
|
|
55
|
-
|
|
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
|
|
101
|
-
msgid "
|
|
102
|
-
msgstr "
|
|
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:
|
|
138
|
+
#: src/poparser.ry:129
|
|
129
139
|
msgid "Warning: obsolete msgid exists.\n"
|
|
130
140
|
msgstr "警告: 存在過時的 msgid.\n"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/samples/po/hu/hellogtk.po
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
#
|
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
6
|
#
|
|
7
|
-
#
|
|
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:
|
|
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
|
|
22
|
+
msgstr "hello, gtk világ"
|