gettext 1.7.0-mswin32 → 1.8.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +139 -0
- data/NEWS +31 -0
- data/README +31 -15
- data/Rakefile +3 -2
- data/bin/rgettext +1 -1
- data/bin/rmsgfmt +1 -1
- data/bin/rmsgmerge +1 -1
- 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/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/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/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/sv/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/lib/gettext.rb +50 -23
- data/lib/gettext/active_record.rb +275 -0
- data/lib/gettext/locale.rb +9 -2
- data/lib/gettext/locale_cgi.rb +5 -4
- data/lib/gettext/locale_object.rb +5 -4
- data/lib/gettext/parser/{activerecord.rb → active_record.rb} +31 -14
- data/lib/gettext/parser/ruby.rb +48 -44
- data/lib/gettext/rails.rb +111 -253
- data/lib/gettext/rgettext.rb +34 -6
- data/lib/gettext/string.rb +3 -2
- data/lib/gettext/textdomain.rb +3 -3
- data/lib/gettext/version.rb +1 -1
- data/po/cs/rails.po +61 -61
- data/po/cs/rgettext.po +37 -55
- data/po/de/rails.po +73 -72
- data/po/de/rgettext.po +39 -56
- data/po/el/rails.po +60 -60
- data/po/el/rgettext.po +26 -44
- data/po/es/rails.po +60 -60
- data/po/es/rgettext.po +28 -52
- data/po/et/rails.po +118 -0
- data/po/fr/rails.po +60 -60
- data/po/fr/rgettext.po +26 -46
- data/po/it/rails.po +68 -68
- data/po/it/rgettext.po +35 -53
- data/po/ja/rails.po +62 -61
- data/po/ja/rgettext.po +27 -45
- data/po/ko/rails.po +61 -60
- data/po/ko/rgettext.po +34 -54
- data/po/nl/rails.po +59 -60
- data/po/nl/rgettext.po +35 -55
- data/po/pt_BR/rails.po +74 -73
- data/po/pt_BR/rgettext.po +36 -52
- data/po/rails.pot +61 -61
- data/po/rgettext.pot +25 -43
- data/po/ru/rails.po +61 -62
- data/po/ru/rgettext.po +26 -51
- data/po/sv/rgettext.po +27 -44
- data/po/zh/rails.po +62 -60
- data/po/zh/rgettext.po +28 -47
- data/po/zh_TW/rails.po +114 -0
- data/po/zh_TW/rgettext.po +121 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/zh_TW/helloerb1.po +67 -0
- data/samples/cgi/po/zh_TW/helloerb2.po +54 -0
- data/samples/cgi/po/zh_TW/hellolib.po +26 -0
- data/samples/cgi/po/zh_TW/main.po +79 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/hellogtk.pot +1 -1
- data/samples/po/zh_TW/hello.po +26 -0
- data/samples/po/zh_TW/hello2.po +34 -0
- data/samples/po/zh_TW/hello_noop.po +30 -0
- data/samples/po/zh_TW/hello_plural.po +28 -0
- data/samples/po/zh_TW/helloglade2.po +40 -0
- data/samples/po/zh_TW/hellogtk.po +25 -0
- data/samples/po/zh_TW/hellotk.po +26 -0
- data/samples/rails/README +8 -11
- data/samples/rails/app/controllers/application.rb +6 -9
- data/samples/rails/app/views/layouts/blog.rhtml +1 -1
- data/samples/rails/config/database.yml +1 -1
- data/samples/rails/config/environment.rb +1 -0
- data/samples/rails/db/schema.rb +90 -0
- data/samples/rails/lib/tasks/gettext.rake +1 -1
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/blog.pot +106 -110
- data/samples/rails/po/cs/blog.po +110 -115
- data/samples/rails/po/de/blog.po +107 -112
- data/samples/rails/po/el/blog.po +105 -109
- data/samples/rails/po/en/blog.po +107 -111
- data/samples/rails/po/es/blog.po +105 -110
- data/samples/rails/po/fr/blog.po +105 -109
- data/samples/rails/po/it/blog.po +105 -109
- data/samples/rails/po/ja/blog.po +105 -109
- data/samples/rails/po/ko/blog.po +105 -109
- data/samples/rails/po/nl/blog.po +105 -110
- data/samples/rails/po/pt_BR/blog.po +105 -109
- data/samples/rails/po/ru/blog.po +105 -107
- data/samples/rails/po/zh/blog.po +105 -109
- data/samples/rails/po/zh_TW/blog.po +107 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +30 -0
- data/test/Rakefile +44 -0
- data/test/fixtures/developer.rb +5 -0
- data/test/fixtures/developers.yml +21 -0
- data/test/fixtures/reply.rb +40 -0
- data/test/fixtures/topic.rb +23 -0
- data/test/fixtures/topics.yml +22 -0
- data/test/gettext_test.rb +2 -2
- data/test/gettext_test_active_record.rb +1479 -0
- data/test/gettext_test_rails.rb +2 -0
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/po/active_record.pot +295 -0
- data/test/po/ja/active_record.po +294 -0
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +10 -2
- metadata +66 -6
- data/samples/rails/db/mysql.sql +0 -8
- data/samples/rails/db/postgresql.sql +0 -7
data/po/rails.pot
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
3
3
|
#
|
4
|
-
# Copyright (C) 2005 Masao Mutoh
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
@@ -9,8 +9,8 @@
|
|
9
9
|
#, fuzzy
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
13
|
-
"POT-Creation-Date: 2006-
|
12
|
+
"Project-Id-Version: ruby-gettext 1.8.0\n"
|
13
|
+
"POT-Creation-Date: 2006-08-23 00:28+0900\n"
|
14
14
|
"PO-Revision-Date: 2005-12-17 14:33+0900\n"
|
15
15
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
16
16
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -19,100 +19,100 @@ msgstr ""
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
21
21
|
|
22
|
-
#: lib/gettext/rails.rb:
|
23
|
-
msgid "%{fn} is not included in the list"
|
24
|
-
msgstr ""
|
25
|
-
|
26
|
-
#: lib/gettext/rails.rb:282
|
27
|
-
msgid "%{fn} is reserved"
|
28
|
-
msgstr ""
|
29
|
-
|
30
|
-
#: lib/gettext/rails.rb:283
|
31
|
-
msgid "%{fn} is invalid"
|
32
|
-
msgstr ""
|
33
|
-
|
34
|
-
#: lib/gettext/rails.rb:284
|
35
|
-
msgid "%{fn} doesn't match confirmation"
|
36
|
-
msgstr ""
|
37
|
-
|
38
|
-
#: lib/gettext/rails.rb:285
|
39
|
-
msgid "%{fn} must be accepted"
|
40
|
-
msgstr ""
|
41
|
-
|
42
|
-
#: lib/gettext/rails.rb:286
|
43
|
-
msgid "%{fn} can't be empty"
|
44
|
-
msgstr ""
|
45
|
-
|
46
|
-
#: lib/gettext/rails.rb:287
|
47
|
-
msgid "%{fn} can't be blank"
|
48
|
-
msgstr ""
|
49
|
-
|
50
|
-
#: lib/gettext/rails.rb:288
|
51
|
-
msgid "%{fn} is too long (max is %d characters)"
|
52
|
-
msgstr ""
|
53
|
-
|
54
|
-
#: lib/gettext/rails.rb:289
|
55
|
-
msgid "%{fn} is too short (min is %d characters)"
|
56
|
-
msgstr ""
|
57
|
-
|
58
|
-
#: lib/gettext/rails.rb:290
|
59
|
-
msgid "%{fn} is the wrong length (should be %d characters)"
|
60
|
-
msgstr ""
|
61
|
-
|
62
|
-
#: lib/gettext/rails.rb:291
|
63
|
-
msgid "%{fn} has already been taken"
|
64
|
-
msgstr ""
|
65
|
-
|
66
|
-
#: lib/gettext/rails.rb:292
|
67
|
-
msgid "%{fn} is not a number"
|
68
|
-
msgstr ""
|
69
|
-
|
70
|
-
#: lib/gettext/rails.rb:359
|
22
|
+
#: lib/gettext/rails.rb:271
|
71
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
72
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
73
25
|
msgstr[0] ""
|
74
26
|
msgstr[1] ""
|
75
27
|
|
76
|
-
#: lib/gettext/rails.rb:
|
28
|
+
#: lib/gettext/rails.rb:273
|
77
29
|
msgid "There was a problem with the following field:"
|
78
30
|
msgid_plural "There were problems with the following fields:"
|
79
31
|
msgstr[0] ""
|
80
32
|
msgstr[1] ""
|
81
33
|
|
82
|
-
#: lib/gettext/rails.rb:
|
34
|
+
#: lib/gettext/rails.rb:360
|
83
35
|
msgid "less than 5 seconds"
|
84
36
|
msgstr ""
|
85
37
|
|
86
|
-
#: lib/gettext/rails.rb:
|
38
|
+
#: lib/gettext/rails.rb:360
|
87
39
|
msgid "less than 10 seconds"
|
88
40
|
msgstr ""
|
89
41
|
|
90
|
-
#: lib/gettext/rails.rb:
|
42
|
+
#: lib/gettext/rails.rb:360
|
91
43
|
msgid "less than 20 seconds"
|
92
44
|
msgstr ""
|
93
45
|
|
94
|
-
#: lib/gettext/rails.rb:
|
46
|
+
#: lib/gettext/rails.rb:361
|
95
47
|
msgid "half a minute"
|
96
48
|
msgstr ""
|
97
49
|
|
98
|
-
#: lib/gettext/rails.rb:
|
50
|
+
#: lib/gettext/rails.rb:361
|
99
51
|
msgid "less than a minute"
|
100
52
|
msgstr ""
|
101
53
|
|
102
|
-
#: lib/gettext/rails.rb:
|
54
|
+
#: lib/gettext/rails.rb:362
|
103
55
|
msgid "1 minute"
|
104
56
|
msgid_plural "%{num} minutes"
|
105
57
|
msgstr[0] ""
|
106
58
|
msgstr[1] ""
|
107
59
|
|
108
|
-
#: lib/gettext/rails.rb:
|
60
|
+
#: lib/gettext/rails.rb:363
|
109
61
|
msgid "about 1 hour"
|
110
62
|
msgid_plural "about %{num} hours"
|
111
63
|
msgstr[0] ""
|
112
64
|
msgstr[1] ""
|
113
65
|
|
114
|
-
#: lib/gettext/rails.rb:
|
66
|
+
#: lib/gettext/rails.rb:364
|
115
67
|
msgid "1 day"
|
116
68
|
msgid_plural "%{num} days"
|
117
69
|
msgstr[0] ""
|
118
70
|
msgstr[1] ""
|
71
|
+
|
72
|
+
#: lib/gettext/active_record.rb:166
|
73
|
+
msgid "%{fn} is not included in the list"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: lib/gettext/active_record.rb:167
|
77
|
+
msgid "%{fn} is reserved"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: lib/gettext/active_record.rb:168
|
81
|
+
msgid "%{fn} is invalid"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: lib/gettext/active_record.rb:169
|
85
|
+
msgid "%{fn} doesn't match confirmation"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: lib/gettext/active_record.rb:170
|
89
|
+
msgid "%{fn} must be accepted"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: lib/gettext/active_record.rb:171
|
93
|
+
msgid "%{fn} can't be empty"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: lib/gettext/active_record.rb:172
|
97
|
+
msgid "%{fn} can't be blank"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: lib/gettext/active_record.rb:173
|
101
|
+
msgid "%{fn} is too long (maximum is %d characters)"
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
#: lib/gettext/active_record.rb:174
|
105
|
+
msgid "%{fn} is too short (minimum is %d characters)"
|
106
|
+
msgstr ""
|
107
|
+
|
108
|
+
#: lib/gettext/active_record.rb:175
|
109
|
+
msgid "%{fn} is the wrong length (should be %d characters)"
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
#: lib/gettext/active_record.rb:176
|
113
|
+
msgid "%{fn} has already been taken"
|
114
|
+
msgstr ""
|
115
|
+
|
116
|
+
#: lib/gettext/active_record.rb:177
|
117
|
+
msgid "%{fn} is not a number"
|
118
|
+
msgstr ""
|
data/po/rgettext.pot
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
#
|
2
2
|
# a po-file for Ruby-GetText-Package
|
3
3
|
#
|
4
|
-
# Copyright (C) 2004 Masao Mutoh
|
4
|
+
# Copyright (C) 2004-2006 Masao Mutoh
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: ruby-gettext 1.
|
10
|
-
"POT-Creation-Date: 2006-
|
9
|
+
"Project-Id-Version: ruby-gettext 1.8.0\n"
|
10
|
+
"POT-Creation-Date: 2006-08-23 00:28+0900\n"
|
11
11
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12
12
|
"Last-Translator: FULL NAME\n"
|
13
13
|
"Language-Team: LANGUAGE\n"
|
@@ -27,17 +27,17 @@ msgid ""
|
|
27
27
|
"up-to-date source references. ref.pot is generally created by rgettext."
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
-
#: lib/gettext/rmsgmerge.rb:408 lib/gettext/rgettext.rb:
|
30
|
+
#: lib/gettext/rmsgmerge.rb:408 lib/gettext/rgettext.rb:153
|
31
31
|
#: lib/gettext/rmsgfmt.rb:51
|
32
32
|
msgid "Specific options:"
|
33
33
|
msgstr ""
|
34
34
|
|
35
|
-
#: lib/gettext/rmsgmerge.rb:410 lib/gettext/rgettext.rb:
|
35
|
+
#: lib/gettext/rmsgmerge.rb:410 lib/gettext/rgettext.rb:155
|
36
36
|
#: lib/gettext/rmsgfmt.rb:53
|
37
37
|
msgid "write output to specified file"
|
38
38
|
msgstr ""
|
39
39
|
|
40
|
-
#: lib/gettext/rmsgmerge.rb:421 lib/gettext/rgettext.rb:
|
40
|
+
#: lib/gettext/rmsgmerge.rb:421 lib/gettext/rgettext.rb:172
|
41
41
|
#: lib/gettext/rmsgfmt.rb:57
|
42
42
|
msgid "display version information and exit"
|
43
43
|
msgstr ""
|
@@ -54,19 +54,27 @@ msgstr ""
|
|
54
54
|
msgid "'%{klass}' is ignored."
|
55
55
|
msgstr ""
|
56
56
|
|
57
|
-
#: lib/gettext/rgettext.rb:
|
58
|
-
msgid "Usage: %s input.rb [-o output.pot]"
|
57
|
+
#: lib/gettext/rgettext.rb:149
|
58
|
+
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
59
59
|
msgstr ""
|
60
60
|
|
61
|
-
#: lib/gettext/rgettext.rb:
|
61
|
+
#: lib/gettext/rgettext.rb:151
|
62
62
|
msgid "Extract translatable strings from given input files."
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: lib/gettext/rgettext.rb:
|
65
|
+
#: lib/gettext/rgettext.rb:159
|
66
66
|
msgid "File '%s' has already existed."
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: lib/gettext/rgettext.rb:
|
69
|
+
#: lib/gettext/rgettext.rb:164
|
70
|
+
msgid "read an option parser"
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
#: lib/gettext/rgettext.rb:168
|
74
|
+
msgid "run in debugging mode"
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
#: lib/gettext/rgettext.rb:196 lib/gettext/rmsgfmt.rb:31
|
70
78
|
msgid "no input files"
|
71
79
|
msgstr ""
|
72
80
|
|
@@ -78,52 +86,26 @@ msgstr ""
|
|
78
86
|
msgid "Generate binary message catalog from textual translation description."
|
79
87
|
msgstr ""
|
80
88
|
|
81
|
-
#: lib/gettext/
|
82
|
-
msgid ""
|
83
|
-
"Called id for nil, which would mistakenly be 4 -- if you really wanted the "
|
84
|
-
"id of nil, use object_id"
|
85
|
-
msgstr ""
|
86
|
-
|
87
|
-
#: lib/gettext/rails_ext.rb:27
|
88
|
-
msgid "You have a nil object when you didn't expect it!"
|
89
|
-
msgstr ""
|
90
|
-
|
91
|
-
#: lib/gettext/rails_ext.rb:28
|
92
|
-
msgid ""
|
93
|
-
"\n"
|
94
|
-
"You might have expected an instance of %{klass}."
|
95
|
-
msgstr ""
|
96
|
-
|
97
|
-
#: lib/gettext/rails_ext.rb:29
|
98
|
-
msgid ""
|
99
|
-
"\n"
|
100
|
-
"The error occured while evaluating nil.%{selector}"
|
101
|
-
msgstr ""
|
102
|
-
|
103
|
-
#: lib/gettext/rails_ext.rb:43
|
104
|
-
msgid "uninitialized constant %{const}"
|
89
|
+
#: lib/gettext/parser/glade.rb:74
|
90
|
+
msgid "`%{file}' is not glade-2.0 format."
|
105
91
|
msgstr ""
|
106
92
|
|
107
|
-
#: lib/gettext/parser/
|
93
|
+
#: lib/gettext/parser/active_record.rb:39
|
108
94
|
msgid "'%{file}' is not found."
|
109
95
|
msgstr ""
|
110
96
|
|
111
|
-
#: lib/gettext/parser/
|
97
|
+
#: lib/gettext/parser/active_record.rb:79
|
112
98
|
msgid "Ignored '%{file}'. Solve dependencies first."
|
113
99
|
msgstr ""
|
114
100
|
|
115
|
-
#: lib/gettext/parser/
|
101
|
+
#: lib/gettext/parser/active_record.rb:104
|
116
102
|
msgid "No database is available."
|
117
103
|
msgstr ""
|
118
104
|
|
119
|
-
#: lib/gettext/parser/
|
105
|
+
#: lib/gettext/parser/active_record.rb:138
|
120
106
|
msgid "rubygems are not found."
|
121
107
|
msgstr ""
|
122
108
|
|
123
|
-
#: lib/gettext/parser/glade.rb:74
|
124
|
-
msgid "`%{file}' is not glade-2.0 format."
|
125
|
-
msgstr ""
|
126
|
-
|
127
109
|
#: src/poparser.ry:26 src/poparser.ry:41
|
128
110
|
msgid "Warning: fuzzy message was ignored.\n"
|
129
111
|
msgstr ""
|
data/po/ru/rails.po
CHANGED
@@ -8,117 +8,116 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: ruby-gettext 1.
|
12
|
-
"POT-Creation-Date: 2006-
|
11
|
+
"Project-Id-Version: ruby-gettext 1.8.0\n"
|
12
|
+
"POT-Creation-Date: 2006-08-23 00:28+0900\n"
|
13
13
|
"PO-Revision-Date: 2006-07-09 07:31+0300\n"
|
14
14
|
"Last-Translator: Yuri Kozlov <kozlov.y at gmail.com>\n"
|
15
15
|
"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%
|
20
|
-
"X-Generator: KBabel 1.9.1\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;X-Generator: KBabel 1.9.1\n"
|
21
21
|
|
22
|
-
#: lib/gettext/rails.rb:
|
23
|
-
msgid "%{fn} is not included in the list"
|
24
|
-
msgstr "%{fn} не включёно в список"
|
25
|
-
|
26
|
-
#: lib/gettext/rails.rb:282
|
27
|
-
msgid "%{fn} is reserved"
|
28
|
-
msgstr "%{fn} зарезервировано"
|
29
|
-
|
30
|
-
#: lib/gettext/rails.rb:283
|
31
|
-
msgid "%{fn} is invalid"
|
32
|
-
msgstr "%{fn} недействительно"
|
33
|
-
|
34
|
-
#: lib/gettext/rails.rb:284
|
35
|
-
msgid "%{fn} doesn't match confirmation"
|
36
|
-
msgstr "%{fn} не подтверждено"
|
37
|
-
|
38
|
-
#: lib/gettext/rails.rb:285
|
39
|
-
msgid "%{fn} must be accepted"
|
40
|
-
msgstr "%{fn} должно быть принято"
|
41
|
-
|
42
|
-
#: lib/gettext/rails.rb:286
|
43
|
-
msgid "%{fn} can't be empty"
|
44
|
-
msgstr "%{fn} не может быть пусто"
|
45
|
-
|
46
|
-
#: lib/gettext/rails.rb:287
|
47
|
-
msgid "%{fn} can't be blank"
|
48
|
-
msgstr "%{fn} не может быть пробелом"
|
49
|
-
|
50
|
-
#: lib/gettext/rails.rb:288
|
51
|
-
msgid "%{fn} is too long (max is %d characters)"
|
52
|
-
msgstr "%{fn} слишком длинно (максимально возможно %d символов)"
|
53
|
-
|
54
|
-
#: lib/gettext/rails.rb:289
|
55
|
-
msgid "%{fn} is too short (min is %d characters)"
|
56
|
-
msgstr "%{fn} слишком коротко (должно быть минимум %d символов)"
|
57
|
-
|
58
|
-
#: lib/gettext/rails.rb:290
|
59
|
-
msgid "%{fn} is the wrong length (should be %d characters)"
|
60
|
-
msgstr "%{fn} неправильной длины (должно быть %d длиной)"
|
61
|
-
|
62
|
-
#: lib/gettext/rails.rb:291
|
63
|
-
msgid "%{fn} has already been taken"
|
64
|
-
msgstr "%{fn} уже было взята"
|
65
|
-
|
66
|
-
#: lib/gettext/rails.rb:292
|
67
|
-
msgid "%{fn} is not a number"
|
68
|
-
msgstr "%{fn} не является номером"
|
69
|
-
|
70
|
-
#: lib/gettext/rails.rb:359
|
22
|
+
#: lib/gettext/rails.rb:271
|
71
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
72
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
73
25
|
msgstr[0] "Из-за %{num} ошибки %{record} не будет сохранена"
|
74
26
|
msgstr[1] "Из-за %{num} ошибок %{record} не будет сохранена"
|
75
27
|
msgstr[2] "Из-за %{num} ошибок %{record} не будет сохранена"
|
76
28
|
|
77
|
-
#: lib/gettext/rails.rb:
|
29
|
+
#: lib/gettext/rails.rb:273
|
78
30
|
msgid "There was a problem with the following field:"
|
79
31
|
msgid_plural "There were problems with the following fields:"
|
80
32
|
msgstr[0] "Проблема в поле:"
|
81
33
|
msgstr[1] "Проблемы в полях:"
|
82
34
|
msgstr[2] "Проблемы в полях:"
|
83
35
|
|
84
|
-
#: lib/gettext/rails.rb:
|
36
|
+
#: lib/gettext/rails.rb:360
|
85
37
|
msgid "less than 5 seconds"
|
86
38
|
msgstr "меньше 5 секунд"
|
87
39
|
|
88
|
-
#: lib/gettext/rails.rb:
|
40
|
+
#: lib/gettext/rails.rb:360
|
89
41
|
msgid "less than 10 seconds"
|
90
42
|
msgstr "меньше 10 секунд"
|
91
43
|
|
92
|
-
#: lib/gettext/rails.rb:
|
44
|
+
#: lib/gettext/rails.rb:360
|
93
45
|
msgid "less than 20 seconds"
|
94
46
|
msgstr "меньше 20 секунд"
|
95
47
|
|
96
|
-
#: lib/gettext/rails.rb:
|
48
|
+
#: lib/gettext/rails.rb:361
|
97
49
|
msgid "half a minute"
|
98
50
|
msgstr "полминуты"
|
99
51
|
|
100
|
-
#: lib/gettext/rails.rb:
|
52
|
+
#: lib/gettext/rails.rb:361
|
101
53
|
msgid "less than a minute"
|
102
54
|
msgstr "менее минуты"
|
103
55
|
|
104
|
-
#: lib/gettext/rails.rb:
|
56
|
+
#: lib/gettext/rails.rb:362
|
105
57
|
msgid "1 minute"
|
106
58
|
msgid_plural "%{num} minutes"
|
107
59
|
msgstr[0] "1 минута"
|
108
60
|
msgstr[1] "%{num} минуты"
|
109
61
|
msgstr[2] "%{num} минут"
|
110
62
|
|
111
|
-
#: lib/gettext/rails.rb:
|
63
|
+
#: lib/gettext/rails.rb:363
|
112
64
|
msgid "about 1 hour"
|
113
65
|
msgid_plural "about %{num} hours"
|
114
66
|
msgstr[0] "около часа"
|
115
67
|
msgstr[1] "около %{num} часов"
|
116
68
|
msgstr[2] "около %{num} часов"
|
117
69
|
|
118
|
-
#: lib/gettext/rails.rb:
|
70
|
+
#: lib/gettext/rails.rb:364
|
119
71
|
msgid "1 day"
|
120
72
|
msgid_plural "%{num} days"
|
121
73
|
msgstr[0] "1 день"
|
122
74
|
msgstr[1] "%{num} дня"
|
123
75
|
msgstr[2] "%{num} дней"
|
124
76
|
|
77
|
+
#: lib/gettext/active_record.rb:166
|
78
|
+
msgid "%{fn} is not included in the list"
|
79
|
+
msgstr "%{fn} не включёно в список"
|
80
|
+
|
81
|
+
#: lib/gettext/active_record.rb:167
|
82
|
+
msgid "%{fn} is reserved"
|
83
|
+
msgstr "%{fn} зарезервировано"
|
84
|
+
|
85
|
+
#: lib/gettext/active_record.rb:168
|
86
|
+
msgid "%{fn} is invalid"
|
87
|
+
msgstr "%{fn} недействительно"
|
88
|
+
|
89
|
+
#: lib/gettext/active_record.rb:169
|
90
|
+
msgid "%{fn} doesn't match confirmation"
|
91
|
+
msgstr "%{fn} не подтверждено"
|
92
|
+
|
93
|
+
#: lib/gettext/active_record.rb:170
|
94
|
+
msgid "%{fn} must be accepted"
|
95
|
+
msgstr "%{fn} должно быть принято"
|
96
|
+
|
97
|
+
#: lib/gettext/active_record.rb:171
|
98
|
+
msgid "%{fn} can't be empty"
|
99
|
+
msgstr "%{fn} не может быть пусто"
|
100
|
+
|
101
|
+
#: lib/gettext/active_record.rb:172
|
102
|
+
msgid "%{fn} can't be blank"
|
103
|
+
msgstr "%{fn} не может быть пробелом"
|
104
|
+
|
105
|
+
#: lib/gettext/active_record.rb:173
|
106
|
+
msgid "%{fn} is too long (maximum is %d characters)"
|
107
|
+
msgstr "%{fn} слишком длинно (максимально возможно %d символов)"
|
108
|
+
|
109
|
+
#: lib/gettext/active_record.rb:174
|
110
|
+
msgid "%{fn} is too short (minimum is %d characters)"
|
111
|
+
msgstr "%{fn} слишком коротко (должно быть минимум %d символов)"
|
112
|
+
|
113
|
+
#: lib/gettext/active_record.rb:175
|
114
|
+
msgid "%{fn} is the wrong length (should be %d characters)"
|
115
|
+
msgstr "%{fn} неправильной длины (должно быть %d длиной)"
|
116
|
+
|
117
|
+
#: lib/gettext/active_record.rb:176
|
118
|
+
msgid "%{fn} has already been taken"
|
119
|
+
msgstr "%{fn} уже было взята"
|
120
|
+
|
121
|
+
#: lib/gettext/active_record.rb:177
|
122
|
+
msgid "%{fn} is not a number"
|
123
|
+
msgstr "%{fn} не является номером"
|