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.
- data/ChangeLog +111 -1
- data/NEWS +35 -0
- data/README +26 -24
- data/bin/rgettext +2 -2
- data/bin/rmsgfmt +2 -2
- data/bin/rmsgmerge +2 -2
- data/doc/classes/ActionView/Helpers/FormBuilder.html +11 -11
- data/doc/classes/ActionView/TemplateFinder.html +152 -0
- data/doc/classes/ActiveRecord/Base.html +87 -87
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +6 -6
- data/doc/classes/GetText.html +617 -491
- data/doc/classes/GetText/ActiveRecordParser.html +13 -13
- data/doc/classes/GetText/ErbContainer.html +12 -12
- data/doc/classes/GetText/ErbParser.html +6 -6
- data/doc/classes/GetText/NoboundTextDomainError.html +1 -1
- data/doc/classes/GetText/PoParser.html +11 -11
- data/doc/classes/GetText/Rails.html +20 -20
- data/doc/classes/GetText/RubyParser.html +5 -0
- data/doc/classes/GetText/TextDomain.html +53 -53
- data/doc/classes/GetText/TextDomainManager.html +54 -54
- data/doc/classes/Iconv.html +20 -20
- data/doc/classes/Locale.html +151 -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 +6 -6
- data/doc/classes/MOFile.html +311 -293
- data/doc/classes/MOFile/HeaderRev1.html +150 -0
- data/doc/classes/Module.html +6 -6
- data/doc/created.rid +1 -1
- data/doc/files/ChangeLog.html +143 -2
- data/doc/files/README.html +31 -25
- data/doc/files/lib/gettext/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/mo_rb.html +1 -1
- data/doc/files/lib/gettext/parser/active_record_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_rb.html +1 -1
- data/doc/files/lib/gettext/rgettext_rb.html +1 -1
- data/doc/files/lib/gettext/rmsgfmt_rb.html +2 -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/fr_class_index.html +2 -0
- data/doc/fr_method_index.html +133 -129
- data/lib/gettext.rb +49 -7
- data/lib/gettext/active_record.rb +49 -4
- data/lib/gettext/mo.rb +39 -12
- data/lib/gettext/parser/active_record.rb +6 -4
- data/lib/gettext/parser/ruby.rb +11 -4
- data/lib/gettext/poparser.rb +81 -52
- data/lib/gettext/rails.rb +28 -11
- data/lib/gettext/rgettext.rb +6 -1
- data/lib/gettext/rmsgfmt.rb +3 -11
- data/lib/gettext/utils.rb +7 -3
- data/lib/gettext/version.rb +1 -1
- data/po/bs/rails.po +55 -20
- data/po/bs/rgettext.po +3 -3
- data/po/ca/rails.po +58 -31
- data/po/ca/rgettext.po +16 -18
- data/po/cs/rails.po +55 -20
- data/po/cs/rgettext.po +3 -3
- data/po/de/rails.po +55 -27
- data/po/de/rgettext.po +21 -22
- data/po/el/rails.po +60 -36
- data/po/el/rgettext.po +15 -17
- data/po/eo/rails.po +51 -23
- data/po/eo/rgettext.po +21 -20
- data/po/es/rails.po +57 -31
- data/po/es/rgettext.po +17 -18
- data/po/et/rails.po +55 -20
- data/po/fr/rails.po +56 -21
- data/po/fr/rgettext.po +3 -3
- data/po/hr/rails.po +55 -20
- data/po/hr/rgettext.po +3 -3
- data/po/hu/rails.po +54 -26
- data/po/hu/rgettext.po +18 -17
- data/po/it/rails.po +55 -20
- data/po/it/rgettext.po +3 -3
- data/po/ja/rails.po +54 -26
- data/po/ja/rgettext.po +17 -18
- data/po/ko/rails.po +56 -21
- data/po/ko/rgettext.po +3 -3
- data/po/lv/rails.po +155 -0
- data/po/lv/rgettext.po +137 -0
- data/po/nb/rails.po +61 -34
- data/po/nb/rgettext.po +22 -19
- data/po/nl/rails.po +56 -21
- data/po/nl/rgettext.po +3 -3
- data/po/pt_BR/rails.po +53 -26
- data/po/pt_BR/rgettext.po +19 -19
- data/po/rails.pot +44 -16
- data/po/rgettext.pot +3 -3
- data/po/ru/rails.po +62 -36
- data/po/ru/rgettext.po +19 -19
- data/po/sr/rails.po +87 -58
- data/po/sr/rgettext.po +38 -33
- data/po/sv/rgettext.po +3 -3
- data/po/ua/rails.po +62 -32
- data/po/ua/rgettext.po +19 -17
- data/po/vi/rails.po +56 -28
- data/po/vi/rgettext.po +35 -34
- data/po/zh/rails.po +52 -24
- data/po/zh/rgettext.po +22 -24
- data/po/zh_TW/rails.po +51 -23
- data/po/zh_TW/rgettext.po +16 -18
- data/samples/cgi/cookie.cgi +0 -0
- data/samples/cgi/helloerb1.cgi +0 -0
- data/samples/cgi/helloerb2.cgi +0 -0
- data/samples/cgi/http.rb +0 -0
- data/samples/cgi/index.cgi +0 -0
- data/samples/cgi/po/lv/helloerb1.po +65 -0
- data/samples/cgi/po/lv/helloerb2.po +52 -0
- data/samples/cgi/po/lv/hellolib.po +24 -0
- data/samples/cgi/po/lv/main.po +77 -0
- data/samples/cgi/po/nb/helloerb1.po +16 -14
- data/samples/cgi/po/nb/helloerb2.po +14 -12
- data/samples/cgi/po/nb/hellolib.po +9 -7
- data/samples/cgi/po/nb/main.po +20 -18
- data/samples/cgi/po/sr/helloerb1.po +8 -8
- data/samples/cgi/po/sr/helloerb2.po +6 -6
- data/samples/cgi/po/sr/hellolib.po +2 -2
- data/samples/cgi/po/sr/main.po +15 -15
- data/samples/cgi/po/ua/helloerb1.po +2 -2
- data/samples/cgi/po/ua/main.po +3 -3
- data/samples/hello_plural.rb +0 -0
- data/samples/makemo.rb +0 -0
- data/samples/po/lv/hello.po +24 -0
- data/samples/po/lv/hello2.po +32 -0
- data/samples/po/lv/hello_noop.po +28 -0
- data/samples/po/lv/hello_plural.po +26 -0
- data/samples/po/lv/helloglade2.po +38 -0
- data/samples/po/lv/hellogtk.po +24 -0
- data/samples/po/lv/hellotk.po +24 -0
- data/samples/po/nb/hello.po +9 -8
- data/samples/po/nb/hello2.po +9 -9
- data/samples/po/nb/hello_noop.po +10 -9
- data/samples/po/nb/hello_plural.po +10 -8
- data/samples/po/nb/helloglade2.po +10 -8
- data/samples/po/nb/hellogtk.po +9 -8
- data/samples/po/nb/hellotk.po +9 -7
- data/samples/po/sr/hello.po +2 -2
- data/samples/po/sr/hello2.po +4 -4
- data/samples/po/sr/hello_noop.po +3 -3
- data/samples/po/sr/hello_plural.po +3 -3
- data/samples/po/sr/helloglade2.po +4 -4
- data/samples/po/sr/hellogtk.po +2 -2
- data/samples/po/sr/hellotk.po +2 -2
- data/samples/po/ua/hello2.po +2 -2
- data/samples/po/ua/hello_plural.po +2 -2
- data/samples/rails/config/boot.rb +3 -2
- data/samples/rails/config/environment.rb +2 -3
- data/samples/rails/db/schema.rb +0 -0
- data/samples/rails/po/lv/blog.po +110 -0
- data/samples/rails/po/nb/blog.po +19 -15
- data/samples/rails/po/sr/blog.po +23 -23
- data/samples/rails/po/ua/blog.po +3 -3
- data/samples/rails/public/dispatch.cgi +0 -0
- data/samples/rails/public/dispatch.fcgi +0 -0
- data/samples/rails/public/dispatch.rb +0 -0
- data/samples/rails/public/javascripts/controls.js +1 -1
- data/samples/rails/public/javascripts/dragdrop.js +1 -1
- data/samples/rails/public/javascripts/effects.js +1 -1
- data/samples/rails/script/about +0 -0
- data/samples/rails/script/breakpointer +0 -0
- data/samples/rails/script/console +0 -0
- data/samples/rails/script/destroy +0 -0
- data/samples/rails/script/generate +0 -0
- data/samples/rails/script/performance/benchmarker +0 -0
- data/samples/rails/script/performance/profiler +0 -0
- data/samples/rails/script/plugin +0 -0
- data/samples/rails/script/process/reaper +0 -0
- data/samples/rails/script/process/spawner +0 -0
- data/samples/rails/script/process/spinner +0 -0
- data/samples/rails/script/runner +0 -0
- data/samples/rails/script/server +0 -0
- data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +28 -0
- data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +11 -8
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +5 -5
- data/src/poparser.ry +27 -6
- data/test/benchmark.rb +1 -1
- data/test/db/mysql.drop.sql +1 -0
- data/test/db/mysql.sql +13 -0
- data/test/fixtures/inept_wizard.rb +3 -0
- data/test/fixtures/people.yml +6 -0
- data/test/fixtures/topic.rb +30 -0
- data/test/fixtures/wizard.rb +5 -0
- data/test/po/active_record.pot +151 -66
- data/test/po/ja/active_record.po +177 -92
- data/test/po/ja/test_pgettext.po +41 -0
- data/test/rails/app/controllers/users_controller.rb +1 -0
- data/test/rails/app/views/articles/_form_fr.html.erb +1 -0
- data/test/rails/config/boot.rb +96 -32
- data/test/rails/config/environment.rb +3 -2
- data/test/rails/db/schema.rb +4 -4
- data/test/rails/public/dispatch.cgi +0 -0
- data/test/rails/public/dispatch.fcgi +0 -0
- data/test/rails/public/dispatch.rb +0 -0
- data/test/rails/public/javascripts/controls.js +484 -354
- data/test/rails/public/javascripts/dragdrop.js +88 -58
- data/test/rails/public/javascripts/effects.js +396 -364
- data/test/rails/public/javascripts/prototype.js +2817 -1107
- data/test/rails/script/about +0 -0
- data/test/rails/script/breakpointer +0 -0
- data/test/rails/script/console +0 -0
- data/test/rails/script/destroy +0 -0
- data/test/rails/script/generate +0 -0
- data/test/rails/script/performance/benchmarker +0 -0
- data/test/rails/script/performance/profiler +0 -0
- data/test/rails/script/plugin +0 -0
- data/test/rails/script/process/inspector +0 -0
- data/test/rails/script/process/reaper +0 -0
- data/test/rails/script/process/spawner +0 -0
- data/test/rails/script/runner +0 -0
- data/test/rails/script/server +0 -0
- data/test/rails/test/functional/articles_controller_test.rb +5 -0
- data/test/rails/test/result/en/create_error.html +3 -3
- data/test/rails/test/result/en/custom_error_message.html +3 -3
- data/test/rails/test/result/en/custom_error_message_with_plural.html +60 -60
- data/test/rails/test/result/en/multi_error_messages_for.html +6 -6
- data/test/rails/test/result/en/new.html +3 -3
- data/test/rails/test/result/fr/custom_error_message.html +3 -3
- data/test/rails/test/result/fr/custom_error_message_with_plural.html +60 -60
- data/test/rails/test/result/fr/new.html +23 -0
- data/test/rails/test/result/ja/create_error.html +3 -3
- data/test/rails/test/result/ja/custom_error_message.html +3 -3
- data/test/rails/test/result/ja/custom_error_message_with_plural.html +60 -60
- data/test/rails/test/result/ja/multi_error_messages_for.html +6 -6
- data/test/rails/test/result/ja/new.html +3 -3
- data/test/test.sh +2 -2
- data/test/test_active_record.rb +824 -20
- data/test/test_gettext.rb +34 -4
- data/test/test_java.sh +0 -0
- data/test/test_locale.rb +2 -2
- data/test/test_parser.rb +13 -2
- data/test/test_rails_caching.rb +11 -4
- data/test/testlib/pgettext.rb +33 -0
- metadata +32 -4
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: cgi-sample 1.1.1\n"
|
|
12
12
|
"POT-Creation-Date: 2006-01-07 14:51+0900\n"
|
|
13
|
-
"PO-Revision-Date: 2008-05
|
|
13
|
+
"PO-Revision-Date: 2008-06-05 23:06+0200\n"
|
|
14
14
|
"Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
|
|
15
15
|
"Language-Team: Serbian\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -21,15 +21,15 @@ msgstr ""
|
|
|
21
21
|
|
|
22
22
|
#: helloerb2.cgi:34
|
|
23
23
|
msgid "Sample script for CGI/ERB (Auto-Detect charset)."
|
|
24
|
-
msgstr "
|
|
24
|
+
msgstr "Пример скрипта за CGI/ERB (Auto-Detect charset)."
|
|
25
25
|
|
|
26
26
|
#: helloerb.rhtml:5
|
|
27
27
|
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
|
28
|
-
msgstr "
|
|
28
|
+
msgstr "Пример скрипта за CGI/ERB i Ruby-GetText-Package"
|
|
29
29
|
|
|
30
30
|
#: helloerb.rhtml:12
|
|
31
31
|
msgid "Hello World"
|
|
32
|
-
msgstr "
|
|
32
|
+
msgstr "Здраво свете"
|
|
33
33
|
|
|
34
34
|
#: helloerb.rhtml:15
|
|
35
35
|
msgid "locale"
|
|
@@ -45,8 +45,8 @@ msgstr "QUERY_STRING"
|
|
|
45
45
|
|
|
46
46
|
#: helloerb.rhtml:19
|
|
47
47
|
msgid "Call a library method which has another textdomain."
|
|
48
|
-
msgstr "
|
|
48
|
+
msgstr "Позови функцију библиотеке која има неки други текст домен."
|
|
49
49
|
|
|
50
50
|
#: helloerb.rhtml:21
|
|
51
51
|
msgid "Back"
|
|
52
|
-
msgstr "
|
|
52
|
+
msgstr "Назад"
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: cgi-sample 1.1.1\n"
|
|
12
12
|
"POT-Creation-Date: 2006-01-07 14:53+0900\n"
|
|
13
|
-
"PO-Revision-Date: 2008-05
|
|
13
|
+
"PO-Revision-Date: 2008-06-05 23:08+0200\n"
|
|
14
14
|
"Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
|
|
15
15
|
"Language-Team: Serbian\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -21,4 +21,4 @@ msgstr ""
|
|
|
21
21
|
|
|
22
22
|
#: hellolib.rb:19
|
|
23
23
|
msgid "This message is from hellolib."
|
|
24
|
-
msgstr "
|
|
24
|
+
msgstr "Ова порука је из hellolib."
|
data/samples/cgi/po/sr/main.po
CHANGED
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: cgi-sample 1.1.1\n"
|
|
12
12
|
"POT-Creation-Date: 2006-01-07 14:55+0900\n"
|
|
13
|
-
"PO-Revision-Date: 2008-05
|
|
13
|
+
"PO-Revision-Date: 2008-06-05 23:14+0200\n"
|
|
14
14
|
"Last-Translator: Slobodan Paunović <slobodan.paunovic at gmail.com>\n"
|
|
15
15
|
"Language-Team: Serbian\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -21,60 +21,60 @@ msgstr ""
|
|
|
21
21
|
|
|
22
22
|
#: index.cgi:36
|
|
23
23
|
msgid "an ERB/CGI sample (UTF-8)."
|
|
24
|
-
msgstr "
|
|
24
|
+
msgstr "један ERB/CGI пример (UTF-8)"
|
|
25
25
|
|
|
26
26
|
#: index.cgi:37
|
|
27
27
|
msgid ""
|
|
28
28
|
"an ERB/CGI sample (UTF-8). This sample uses the same container as sample 1 "
|
|
29
29
|
"but has a different rhtml file."
|
|
30
|
-
msgstr "
|
|
30
|
+
msgstr "један ERB/CGI пример (UTF-8). Овај пример користи исти контејнер као и пример 1, али има другачији rhtml фајл."
|
|
31
31
|
|
|
32
32
|
#: index.cgi:38
|
|
33
33
|
msgid "an ERB/CGI sample (Auto-Detect charset)."
|
|
34
|
-
msgstr "
|
|
34
|
+
msgstr "један ERB/CGI пример (Auto-Detect charset)."
|
|
35
35
|
|
|
36
36
|
#: index.cgi:50 cookie.cgi:44
|
|
37
37
|
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
|
38
|
-
msgstr "
|
|
38
|
+
msgstr "Пример скрипта за CGI/ERB и Ruby-GetText-Package"
|
|
39
39
|
|
|
40
40
|
#: index.cgi:55
|
|
41
41
|
msgid "Ruby-GetText CGI sample scripts"
|
|
42
|
-
msgstr "Ruby-GetText CGI
|
|
42
|
+
msgstr "Ruby-GetText CGI примери скриптова"
|
|
43
43
|
|
|
44
44
|
#: index.cgi:57
|
|
45
45
|
msgid "Supported Locales:"
|
|
46
|
-
msgstr "
|
|
46
|
+
msgstr "Подржани језици:"
|
|
47
47
|
|
|
48
48
|
#: index.cgi:58
|
|
49
49
|
msgid "Auto-Detect a locale from the WWW browser"
|
|
50
|
-
msgstr "
|
|
50
|
+
msgstr "Аутоматска детекција језика из WWW прегледача"
|
|
51
51
|
|
|
52
52
|
#: index.cgi:66
|
|
53
53
|
msgid "Set locale as a \"lang\" parameter"
|
|
54
|
-
msgstr "
|
|
54
|
+
msgstr "Подеси језик као \"lang\" параметар"
|
|
55
55
|
|
|
56
56
|
#: index.cgi:82
|
|
57
57
|
msgid "Set \"lang\" to cookie."
|
|
58
|
-
msgstr "
|
|
58
|
+
msgstr "Подеси \"lang\" у куки."
|
|
59
59
|
|
|
60
60
|
#: index.cgi:83
|
|
61
61
|
msgid ""
|
|
62
62
|
"Click one of the link below, and then click \"Auto-Detect a locale from the "
|
|
63
63
|
"WWW browser\" samples."
|
|
64
|
-
msgstr "
|
|
64
|
+
msgstr "Кликните један од линкова испод, а затим кликните \"Аутоматска детекција језика из WWW прегледачa\" primere."
|
|
65
65
|
|
|
66
66
|
#: index.cgi:92
|
|
67
67
|
msgid "Source codes"
|
|
68
|
-
msgstr "
|
|
68
|
+
msgstr "Изворни код"
|
|
69
69
|
|
|
70
70
|
#: index.cgi:103
|
|
71
71
|
msgid "index.cgi is also a Ruby-GetText sample script using CGI(not ERB)."
|
|
72
|
-
msgstr "index.cgi
|
|
72
|
+
msgstr "index.cgi је такође Ruby-GetText пример скрипта који користи CGI (а не ERB)."
|
|
73
73
|
|
|
74
74
|
#: cookie.cgi:50
|
|
75
75
|
msgid "Set [%s] as the cookie of your WWW Browser."
|
|
76
|
-
msgstr "
|
|
76
|
+
msgstr "Подеси [%s] као куки вашег WWW прегледачa."
|
|
77
77
|
|
|
78
78
|
#: cookie.cgi:54
|
|
79
79
|
msgid "Back"
|
|
80
|
-
msgstr "
|
|
80
|
+
msgstr "Назад"
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: cgi-sample 1.1.1\n"
|
|
12
12
|
"POT-Creation-Date: 2006-01-07 14:48+0900\n"
|
|
13
|
-
"PO-Revision-Date:
|
|
13
|
+
"PO-Revision-Date: 2008-02-04 08:12+0200\n"
|
|
14
14
|
"Last-Translator: Alex Rootoff <rootoff at pisem.net>\n"
|
|
15
15
|
"Language-Team: Ukrainian\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -27,7 +27,7 @@ msgstr "Зразок сценарію для CGI/ERB (UTF-8)."
|
|
|
27
27
|
|
|
28
28
|
#: helloerb.rhtml:5 other.rhtml:5
|
|
29
29
|
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
|
30
|
-
msgstr "
|
|
30
|
+
msgstr "Зразок сценарію для CGI/ERB (UTF-8) і Ruby-GetText-Package"
|
|
31
31
|
|
|
32
32
|
#: helloerb.rhtml:12
|
|
33
33
|
msgid "Hello World"
|
data/samples/cgi/po/ua/main.po
CHANGED
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: cgi-sample 1.1.1\n"
|
|
12
12
|
"POT-Creation-Date: 2006-01-07 14:55+0900\n"
|
|
13
|
-
"PO-Revision-Date:
|
|
13
|
+
"PO-Revision-Date: 2008-02-04 08:12+0200\n"
|
|
14
14
|
"Last-Translator: Alex Rootoff <rootoff at pisem.net>\n"
|
|
15
15
|
"Language-Team: Ukrainian\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -30,7 +30,7 @@ msgid ""
|
|
|
30
30
|
"an ERB/CGI sample (UTF-8). This sample uses the same container as sample 1 "
|
|
31
31
|
"but has a different rhtml file."
|
|
32
32
|
msgstr "Зразок ERB/CGI сценарію (UTF-8). Цей зразок використовує той же контейнер, "
|
|
33
|
-
"що і
|
|
33
|
+
"що і перший зразок, але має інший файл rhtml."
|
|
34
34
|
|
|
35
35
|
#: index.cgi:38
|
|
36
36
|
msgid "an ERB/CGI sample (Auto-Detect charset)."
|
|
@@ -64,7 +64,7 @@ msgstr "Встановити \"lang\" в cookie."
|
|
|
64
64
|
msgid ""
|
|
65
65
|
"Click one of the link below, and then click \"Auto-Detect a locale from the "
|
|
66
66
|
"WWW browser\" samples."
|
|
67
|
-
msgstr "Нажміть на
|
|
67
|
+
msgstr "Нажміть на однe з посилань і натисніть \"Автовизначення локалі "
|
|
68
68
|
"з броузеру\""
|
|
69
69
|
|
|
70
70
|
#: index.cgi:92
|
data/samples/hello_plural.rb
CHANGED
|
File without changes
|
data/samples/makemo.rb
CHANGED
|
File without changes
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Hello World -- a sample for Ruby-GetText-Package
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2001-2006 Masao Mutoh
|
|
4
|
+
#
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 08:59+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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 != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: ../hello.rb:7
|
|
22
|
+
msgid "Hello World\n"
|
|
23
|
+
msgstr "Sveicināta pasaule\n"
|
|
24
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Hello World 2 -- sample for ruby-gettext-package
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2002-2006 Masao Mutoh
|
|
4
|
+
#
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2002-01-01 03:05:08+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 09:04+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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 != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: hello2.rb:9
|
|
22
|
+
msgid "World"
|
|
23
|
+
msgstr "Pasaule"
|
|
24
|
+
|
|
25
|
+
#: hello2.rb:8
|
|
26
|
+
msgid "One is %{num}\n"
|
|
27
|
+
msgstr "Viens ir %{num}\n"
|
|
28
|
+
|
|
29
|
+
#: hello2.rb:9
|
|
30
|
+
msgid "Hello %{world}\n"
|
|
31
|
+
msgstr "Sveicināta %{world}\n"
|
|
32
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Hello World noop -- sample for ruby-gettext-package
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2002-2006 Masao Mutoh
|
|
4
|
+
#
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2002-02-21 23:23:08+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 09:01+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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 != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: hello_noop.rb:8
|
|
22
|
+
msgid "Hello World"
|
|
23
|
+
msgstr "Sveicināta pasaule"
|
|
24
|
+
|
|
25
|
+
#: hello_noop.rb:8
|
|
26
|
+
msgid "Hello World2"
|
|
27
|
+
msgstr "Sveicināta pasaule2"
|
|
28
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# hello_plural.po - sample for plural messages
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2002-2006 Masao Mutoh
|
|
4
|
+
#
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2002-10-21 15:32:15+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 08:58+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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=2; plural=n == 1 ? 0 : 1;\n"
|
|
20
|
+
|
|
21
|
+
#: hello_plural.rb:11
|
|
22
|
+
msgid "There is an apple.\n"
|
|
23
|
+
msgid_plural "There are %{num} apples.\n"
|
|
24
|
+
msgstr[0] "Šeit ir viens ābols.\n"
|
|
25
|
+
msgstr[1] "Šeit ir %{num} āboli.\n"
|
|
26
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# helloglade2.po - sample for Ruby/Libglade2
|
|
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
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2004-07-03 23:38+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 09:04+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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 != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: helloglade2.glade:8
|
|
22
|
+
msgid "window1"
|
|
23
|
+
msgstr "logs1"
|
|
24
|
+
|
|
25
|
+
#: helloglade2.glade:29
|
|
26
|
+
msgid ""
|
|
27
|
+
"first line\n"
|
|
28
|
+
"second line\n"
|
|
29
|
+
"third line"
|
|
30
|
+
msgstr ""
|
|
31
|
+
"pirmā rinda\n"
|
|
32
|
+
"otrā rinda\n"
|
|
33
|
+
"trešā rinda"
|
|
34
|
+
|
|
35
|
+
#: helloglade2.glade:53
|
|
36
|
+
msgid "<Hello world>"
|
|
37
|
+
msgstr "<Sveicināta pasaule>"
|
|
38
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Hello World for Ruby/GTK -- sample for ruby-gettext-package
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2001-2006 Masao Mutoh
|
|
4
|
+
#
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2001-12-24 01:52:10+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 08:56+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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 != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: ../hellogtk.rb:14
|
|
22
|
+
msgid "hello, gtk world"
|
|
23
|
+
msgstr "Sveicināta, gtk pasaule"
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# hellotk.po - sample for Ruby/TK
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2004 Masao Mutoh
|
|
4
|
+
#
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
12
|
+
"POT-Creation-Date: 2004-11-05 21:38+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-22 08:54+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\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 != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: hellotk.rb:10
|
|
22
|
+
msgid "hello, tk world"
|
|
23
|
+
msgstr "Sveicināta, tk pasaule"
|
|
24
|
+
|
data/samples/po/nb/hello.po
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
# Hello World -- a sample for Ruby-GetText-Package
|
|
2
2
|
# Copyright (C) 2001-2006 Masao Mutoh
|
|
3
3
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
4
|
-
#
|
|
5
|
-
#
|
|
4
|
+
# Runar Ingebrigtsen <runar@mopo.no>, 2008.
|
|
5
|
+
# , fuzzy
|
|
6
|
+
#
|
|
6
7
|
#
|
|
7
8
|
msgid ""
|
|
8
9
|
msgstr ""
|
|
9
10
|
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
11
|
+
"Report-Msgid-Bugs-To: \n"
|
|
10
12
|
"POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
13
|
-
"Language-Team: Norwegian
|
|
13
|
+
"PO-Revision-Date: 2008-07-14 16:23+0200\n"
|
|
14
|
+
"Last-Translator: Runar Ingebrigtsen <runar@mopo.no>\n"
|
|
15
|
+
"Language-Team: Norwegian/Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
|
14
16
|
"MIME-Version: 1.0\n"
|
|
15
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
-
"Content-Transfer-Encoding: 8bit
|
|
17
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit"
|
|
18
19
|
|
|
19
20
|
#: ../hello.rb:7
|
|
20
21
|
msgid "Hello World\n"
|
|
21
|
-
msgstr "
|
|
22
|
+
msgstr "Smil til verden\n"
|
|
22
23
|
|
data/samples/po/nb/hello2.po
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
# Hello World 2 -- sample for ruby-gettext-package
|
|
2
2
|
# Copyright (C) 2002-2006 Masao Mutoh
|
|
3
3
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
4
|
-
#
|
|
5
|
-
#
|
|
4
|
+
# Runar Ingebrigtsen <runar@mopo.no>, 2008.
|
|
5
|
+
# , fuzzy
|
|
6
|
+
#
|
|
6
7
|
#
|
|
7
8
|
msgid ""
|
|
8
9
|
msgstr ""
|
|
9
10
|
"Project-Id-Version: ruby-gettext 1.1.1\n"
|
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
|
11
12
|
"POT-Creation-Date: 2002-01-01 03:05:08+0900\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
14
|
-
"Language-Team: Norwegian
|
|
13
|
+
"PO-Revision-Date: 2008-07-14 16:24+0200\n"
|
|
14
|
+
"Last-Translator: Runar Ingebrigtsen <runar@mopo.no>\n"
|
|
15
|
+
"Language-Team: Norwegian/Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
|
15
16
|
"MIME-Version: 1.0\n"
|
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
|
-
"Content-Transfer-Encoding: 8bit
|
|
18
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit"
|
|
19
19
|
|
|
20
20
|
#: hello2.rb:9
|
|
21
21
|
msgid "World"
|
|
22
|
-
msgstr "
|
|
22
|
+
msgstr "Verden"
|
|
23
23
|
|
|
24
24
|
#: hello2.rb:8
|
|
25
25
|
msgid "One is %{num}\n"
|
|
@@ -27,5 +27,5 @@ msgstr "En er %{num}\n"
|
|
|
27
27
|
|
|
28
28
|
#: hello2.rb:9
|
|
29
29
|
msgid "Hello %{world}\n"
|
|
30
|
-
msgstr "
|
|
30
|
+
msgstr "Smil til %{world}\n"
|
|
31
31
|
|