gettext 3.3.8 → 3.4.9
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/Rakefile +1 -3
- data/doc/text/news.md +132 -0
- data/gettext.gemspec +7 -5
- data/lib/gettext/mo.rb +5 -14
- data/lib/gettext/po_entry.rb +31 -21
- data/lib/gettext/po_parser.rb +65 -59
- data/lib/gettext/text_domain_manager.rb +6 -5
- data/lib/gettext/tools/msgcat.rb +9 -2
- data/lib/gettext/tools/msginit.rb +11 -6
- data/lib/gettext/tools/msgmerge.rb +11 -6
- data/lib/gettext/tools/parser/erubi.rb +88 -0
- data/lib/gettext/tools/task.rb +3 -5
- data/lib/gettext/tools/xgettext.rb +15 -4
- data/lib/gettext/version.rb +3 -3
- data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
- data/po/bg/gettext.edit.po +80 -75
- data/po/bg/gettext.po +6 -0
- data/po/bs/gettext.edit.po +80 -75
- data/po/bs/gettext.po +6 -0
- data/po/ca/gettext.edit.po +80 -75
- data/po/ca/gettext.po +6 -0
- data/po/cs/gettext.edit.po +80 -75
- data/po/cs/gettext.po +6 -0
- data/po/de/gettext.edit.po +80 -75
- data/po/de/gettext.po +6 -0
- data/po/el/gettext.edit.po +80 -75
- data/po/el/gettext.po +6 -0
- data/po/eo/gettext.edit.po +80 -75
- data/po/eo/gettext.po +6 -0
- data/po/es/gettext.edit.po +80 -75
- data/po/es/gettext.po +6 -0
- data/po/et/gettext.edit.po +80 -75
- data/po/et/gettext.po +6 -0
- data/po/fr/gettext.edit.po +80 -75
- data/po/fr/gettext.po +6 -0
- data/po/gettext.pot +92 -83
- data/po/hr/gettext.edit.po +80 -75
- data/po/hr/gettext.po +6 -0
- data/po/hu/gettext.edit.po +80 -75
- data/po/hu/gettext.po +6 -0
- data/po/it/gettext.edit.po +80 -75
- data/po/it/gettext.po +6 -0
- data/po/ja/gettext.edit.po +81 -76
- data/po/ja/gettext.po +7 -1
- data/po/ko/gettext.edit.po +80 -75
- data/po/ko/gettext.po +6 -0
- data/po/lv/gettext.edit.po +80 -75
- data/po/lv/gettext.po +6 -0
- data/po/nb/gettext.edit.po +80 -75
- data/po/nb/gettext.po +6 -0
- data/po/nl/gettext.edit.po +80 -75
- data/po/nl/gettext.po +6 -0
- data/po/pt_BR/gettext.edit.po +80 -75
- data/po/pt_BR/gettext.po +6 -0
- data/po/ru/gettext.edit.po +80 -75
- data/po/ru/gettext.po +6 -0
- data/po/sr/gettext.edit.po +80 -75
- data/po/sr/gettext.po +6 -0
- data/po/sv/gettext.edit.po +80 -72
- data/po/sv/gettext.po +6 -0
- data/po/uk/gettext.edit.po +80 -75
- data/po/uk/gettext.po +6 -0
- data/po/vi/gettext.edit.po +80 -75
- data/po/vi/gettext.po +6 -0
- data/po/zh/gettext.edit.po +80 -75
- data/po/zh/gettext.po +6 -0
- data/po/zh_TW/gettext.edit.po +80 -75
- data/po/zh_TW/gettext.po +6 -0
- data/samples/cgi/po/helloerb1.pot +3 -3
- data/samples/cgi/po/helloerb2.pot +3 -3
- data/samples/cgi/po/hellolib.pot +3 -3
- data/samples/cgi/po/main.pot +3 -3
- data/samples/po/bg/hello_gtk_builder.edit.po +15 -0
- data/samples/po/bg/hello_gtk_builder.po +12 -0
- data/samples/po/bs/hello_gtk_builder.edit.po +15 -0
- data/samples/po/bs/hello_gtk_builder.po +12 -0
- data/samples/po/ca/hello_gtk_builder.edit.po +15 -0
- data/samples/po/ca/hello_gtk_builder.po +12 -0
- data/samples/po/cs/hello_gtk_builder.edit.po +15 -0
- data/samples/po/cs/hello_gtk_builder.po +12 -0
- data/samples/po/de/hello_gtk_builder.edit.po +15 -0
- data/samples/po/de/hello_gtk_builder.po +12 -0
- data/samples/po/el/hello_gtk_builder.edit.po +15 -0
- data/samples/po/el/hello_gtk_builder.po +12 -0
- data/samples/po/eo/hello_gtk_builder.edit.po +15 -0
- data/samples/po/eo/hello_gtk_builder.po +12 -0
- data/samples/po/es/hello_gtk_builder.edit.po +15 -0
- data/samples/po/es/hello_gtk_builder.po +12 -0
- data/samples/po/fr/hello_gtk_builder.edit.po +15 -0
- data/samples/po/fr/hello_gtk_builder.po +12 -0
- data/samples/po/hello.pot +3 -3
- data/samples/po/hello2.pot +4 -4
- data/samples/po/hello_glade2.pot +8 -5
- data/samples/po/hello_gtk2.pot +4 -4
- data/samples/po/hello_gtk_builder.pot +18 -4
- data/samples/po/hello_noop.pot +4 -4
- data/samples/po/hello_plural.pot +4 -4
- data/samples/po/hello_tk.pot +4 -4
- data/samples/po/hr/hello_gtk_builder.edit.po +15 -0
- data/samples/po/hr/hello_gtk_builder.po +12 -0
- data/samples/po/hu/hello_gtk_builder.edit.po +15 -0
- data/samples/po/hu/hello_gtk_builder.po +12 -0
- data/samples/po/it/hello_gtk_builder.edit.po +15 -0
- data/samples/po/it/hello_gtk_builder.po +12 -0
- data/samples/po/ja/hello_gtk_builder.edit.po +15 -0
- data/samples/po/ja/hello_gtk_builder.po +12 -0
- data/samples/po/ko/hello_gtk_builder.edit.po +15 -0
- data/samples/po/ko/hello_gtk_builder.po +12 -0
- data/samples/po/lv/hello_gtk_builder.edit.po +15 -0
- data/samples/po/lv/hello_gtk_builder.po +12 -0
- data/samples/po/nb/hello_gtk_builder.edit.po +15 -0
- data/samples/po/nb/hello_gtk_builder.po +12 -0
- data/samples/po/nl/hello_gtk_builder.edit.po +15 -0
- data/samples/po/nl/hello_gtk_builder.po +12 -0
- data/samples/po/pt_BR/hello_gtk_builder.edit.po +15 -0
- data/samples/po/pt_BR/hello_gtk_builder.po +12 -0
- data/samples/po/ru/hello_gtk_builder.edit.po +15 -0
- data/samples/po/ru/hello_gtk_builder.po +12 -0
- data/samples/po/sr/hello_gtk_builder.edit.po +15 -0
- data/samples/po/sr/hello_gtk_builder.po +12 -0
- data/samples/po/sv/hello_gtk_builder.edit.po +15 -0
- data/samples/po/sv/hello_gtk_builder.po +12 -0
- data/samples/po/uk/hello_gtk_builder.edit.po +15 -0
- data/samples/po/uk/hello_gtk_builder.po +12 -0
- data/samples/po/vi/hello_gtk_builder.edit.po +15 -0
- data/samples/po/vi/hello_gtk_builder.po +12 -0
- data/samples/po/zh/hello_gtk_builder.edit.po +15 -0
- data/samples/po/zh/hello_gtk_builder.po +12 -0
- data/samples/po/zh_TW/hello_gtk_builder.edit.po +15 -0
- data/samples/po/zh_TW/hello_gtk_builder.po +12 -0
- data/src/po_parser.ry +48 -42
- data/test/fixtures/erb/case.rhtml +16 -0
- data/test/fixtures/simple.rb +4 -0
- data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
- data/test/locale/fr_BE/LC_MESSAGES/test1.mo +0 -0
- data/test/locale/fr_BE_Foo/LC_MESSAGES/test1.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
- data/test/po/_.pot +3 -3
- data/test/po/backslash.pot +6 -4
- data/test/po/fr/test1.po +7 -0
- data/test/po/fr_BE/test1.po +24 -0
- data/test/po/fr_BE_Foo/test1.po +20 -0
- data/test/po/hello.pot +3 -3
- data/test/po/ja/_.edit.po +3 -3
- data/test/po/ja/_.po +15 -0
- data/test/po/ja/hello.edit.po +0 -1
- data/test/po/non_ascii.pot +4 -4
- data/test/po/np_.pot +3 -3
- data/test/po/ns_.pot +3 -3
- data/test/po/p_.pot +3 -3
- data/test/po/s_.pot +3 -3
- data/test/po/untranslated.pot +4 -4
- data/test/test_gettext.rb +23 -0
- data/test/test_locale_path.rb +12 -4
- data/test/test_parser.rb +62 -0
- data/test/test_po_entry.rb +20 -4
- data/test/test_po_parser.rb +44 -1
- data/test/tools/test_msgcat.rb +21 -1
- data/test/tools/test_msginit.rb +7 -2
- data/test/tools/test_msgmerge.rb +41 -3
- data/test/tools/test_xgettext.rb +100 -3
- metadata +49 -15
- data/test/fixtures/gtk_builder_ui_definitions.ui~ +0 -68
data/po/uk/gettext.edit.po
CHANGED
|
@@ -24,109 +24,113 @@ msgstr ""
|
|
|
24
24
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
25
25
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
26
26
|
|
|
27
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
27
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
28
28
|
#, fuzzy
|
|
29
29
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
30
30
|
msgstr "Третій параметр неправильний: value = %{number}"
|
|
31
31
|
|
|
32
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
32
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
33
33
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
34
34
|
msgstr ""
|
|
35
35
|
|
|
36
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
36
|
+
#: ../lib/gettext/tools/msgcat.rb:243
|
|
37
37
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
|
38
38
|
msgstr ""
|
|
39
39
|
|
|
40
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
40
|
+
#: ../lib/gettext/tools/msgcat.rb:245
|
|
41
41
|
msgid "Concatenates and merges PO files."
|
|
42
42
|
msgstr ""
|
|
43
43
|
|
|
44
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
44
|
+
#: ../lib/gettext/tools/msgcat.rb:247 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:98 ../lib/gettext/tools/msgmerge.rb:368 ../lib/gettext/tools/xgettext.rb:247
|
|
45
45
|
msgid "Specific options:"
|
|
46
46
|
msgstr "Додаткові параметри:"
|
|
47
47
|
|
|
48
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
48
|
+
#: ../lib/gettext/tools/msgcat.rb:250 ../lib/gettext/tools/msgmerge.rb:376
|
|
49
49
|
#, fuzzy
|
|
50
50
|
msgid "Write output to specified file"
|
|
51
51
|
msgstr "записати результат у вказаний файл"
|
|
52
52
|
|
|
53
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
53
|
+
#: ../lib/gettext/tools/msgcat.rb:251
|
|
54
54
|
msgid "(default: the standard output)"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
57
|
+
#: ../lib/gettext/tools/msgcat.rb:256 ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:400 ../lib/gettext/tools/xgettext.rb:301
|
|
58
58
|
msgid "Sort output by msgid"
|
|
59
59
|
msgstr ""
|
|
60
60
|
|
|
61
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
61
|
+
#: ../lib/gettext/tools/msgcat.rb:261 ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:388 ../lib/gettext/tools/msgmerge.rb:395
|
|
62
62
|
msgid "Sort output by location"
|
|
63
63
|
msgstr ""
|
|
64
64
|
|
|
65
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
65
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgmerge.rb:389
|
|
66
66
|
msgid "It is same as --sort-by-location"
|
|
67
67
|
msgstr ""
|
|
68
68
|
|
|
69
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
69
|
+
#: ../lib/gettext/tools/msgcat.rb:268 ../lib/gettext/tools/msgcat.rb:275 ../lib/gettext/tools/msgmerge.rb:383 ../lib/gettext/tools/msgmerge.rb:390
|
|
70
70
|
msgid "Just for GNU gettext's msgcat compatibility"
|
|
71
71
|
msgstr ""
|
|
72
72
|
|
|
73
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
73
|
+
#: ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:382
|
|
74
74
|
msgid "It is same as --sort-by-msgid"
|
|
75
75
|
msgstr ""
|
|
76
76
|
|
|
77
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
77
|
+
#: ../lib/gettext/tools/msgcat.rb:280
|
|
78
78
|
msgid "Remove location information"
|
|
79
79
|
msgstr ""
|
|
80
80
|
|
|
81
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
81
|
+
#: ../lib/gettext/tools/msgcat.rb:285
|
|
82
82
|
msgid "Remove translator comment"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
85
|
+
#: ../lib/gettext/tools/msgcat.rb:290
|
|
86
86
|
msgid "Remove extracted comment"
|
|
87
87
|
msgstr ""
|
|
88
88
|
|
|
89
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
89
|
+
#: ../lib/gettext/tools/msgcat.rb:295
|
|
90
90
|
msgid "Remove flag comment"
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
93
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
93
|
+
#: ../lib/gettext/tools/msgcat.rb:300
|
|
94
94
|
msgid "Remove previous comment"
|
|
95
95
|
msgstr ""
|
|
96
96
|
|
|
97
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
97
|
+
#: ../lib/gettext/tools/msgcat.rb:305
|
|
98
98
|
msgid "Remove all comments"
|
|
99
99
|
msgstr ""
|
|
100
100
|
|
|
101
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
101
|
+
#: ../lib/gettext/tools/msgcat.rb:310 ../lib/gettext/tools/msgmerge.rb:410 ../lib/gettext/tools/xgettext.rb:311
|
|
102
102
|
msgid "Set output page width"
|
|
103
103
|
msgstr ""
|
|
104
104
|
|
|
105
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
105
|
+
#: ../lib/gettext/tools/msgcat.rb:316 ../lib/gettext/tools/msgmerge.rb:416 ../lib/gettext/tools/xgettext.rb:317
|
|
106
106
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
|
107
107
|
msgstr ""
|
|
108
108
|
|
|
109
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
109
|
+
#: ../lib/gettext/tools/msgcat.rb:327 ../lib/gettext/tools/msgmerge.rb:427 ../lib/gettext/tools/xgettext.rb:328
|
|
110
|
+
msgid "Use one line for each reference comment"
|
|
111
|
+
msgstr ""
|
|
112
|
+
|
|
113
|
+
#: ../lib/gettext/tools/msgcat.rb:333
|
|
110
114
|
msgid "Ignore fuzzy entries"
|
|
111
115
|
msgstr ""
|
|
112
116
|
|
|
113
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
117
|
+
#: ../lib/gettext/tools/msgcat.rb:338 ../lib/gettext/tools/msgmerge.rb:439
|
|
114
118
|
msgid "Don't report warning messages"
|
|
115
119
|
msgstr ""
|
|
116
120
|
|
|
117
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
121
|
+
#: ../lib/gettext/tools/msgcat.rb:343 ../lib/gettext/tools/msgmerge.rb:444
|
|
118
122
|
msgid "Don't output obsolete entries"
|
|
119
123
|
msgstr ""
|
|
120
124
|
|
|
121
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
125
|
+
#: ../lib/gettext/tools/msgcat.rb:348
|
|
122
126
|
msgid "Update PO-Revision-Date header field"
|
|
123
127
|
msgstr ""
|
|
124
128
|
|
|
125
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
129
|
+
#: ../lib/gettext/tools/msgcat.rb:353
|
|
126
130
|
msgid "Remove FIELD from header"
|
|
127
131
|
msgstr ""
|
|
128
132
|
|
|
129
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
133
|
+
#: ../lib/gettext/tools/msgcat.rb:354
|
|
130
134
|
msgid "Specify this option multiple times to remove multiple header fields"
|
|
131
135
|
msgstr ""
|
|
132
136
|
|
|
@@ -143,196 +147,197 @@ msgstr "Використання: %s input.po [-o output.mo]"
|
|
|
143
147
|
msgid "Generate binary message catalog from textual translation description."
|
|
144
148
|
msgstr "Генерує бінарний каталог повідомлень із перекладу."
|
|
145
149
|
|
|
146
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:
|
|
150
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:250
|
|
147
151
|
msgid "write output to specified file"
|
|
148
152
|
msgstr "записати результат у вказаний файл"
|
|
149
153
|
|
|
150
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
154
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:360
|
|
151
155
|
msgid "display version information and exit"
|
|
152
156
|
msgstr "показати інформацію про версію і завершити роботу"
|
|
153
157
|
|
|
154
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
158
|
+
#: ../lib/gettext/tools/msginit.rb:94
|
|
155
159
|
msgid "Create a new .po file from initializing .pot file with user's environment and input."
|
|
156
160
|
msgstr ""
|
|
157
161
|
|
|
158
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
162
|
+
#: ../lib/gettext/tools/msginit.rb:100
|
|
159
163
|
msgid "Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file existing the current directory."
|
|
160
164
|
msgstr ""
|
|
161
165
|
|
|
162
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
166
|
+
#: ../lib/gettext/tools/msginit.rb:107
|
|
163
167
|
msgid "Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on LOCALE or the current locale on your environment."
|
|
164
168
|
msgstr ""
|
|
165
169
|
|
|
166
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
170
|
+
#: ../lib/gettext/tools/msginit.rb:114
|
|
167
171
|
msgid "Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current locale on your environment."
|
|
168
172
|
msgstr ""
|
|
169
173
|
|
|
170
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
174
|
+
#: ../lib/gettext/tools/msginit.rb:122
|
|
171
175
|
msgid "Whether set translator information or not"
|
|
172
176
|
msgstr ""
|
|
173
177
|
|
|
174
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
178
|
+
#: ../lib/gettext/tools/msginit.rb:123
|
|
175
179
|
msgid "(set)"
|
|
176
180
|
msgstr ""
|
|
177
181
|
|
|
178
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
182
|
+
#: ../lib/gettext/tools/msginit.rb:128
|
|
179
183
|
msgid "Use NAME as translator name"
|
|
180
184
|
msgstr ""
|
|
181
185
|
|
|
182
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
186
|
+
#: ../lib/gettext/tools/msginit.rb:133
|
|
183
187
|
msgid "Use EMAIL as translator email address"
|
|
184
188
|
msgstr ""
|
|
185
189
|
|
|
186
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
190
|
+
#: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:448
|
|
187
191
|
msgid "Display this help and exit"
|
|
188
192
|
msgstr ""
|
|
189
193
|
|
|
190
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
194
|
+
#: ../lib/gettext/tools/msginit.rb:142
|
|
191
195
|
#, fuzzy
|
|
192
196
|
msgid "Display version and exit"
|
|
193
197
|
msgstr "показати інформацію про версію і завершити роботу"
|
|
194
198
|
|
|
195
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
199
|
+
#: ../lib/gettext/tools/msginit.rb:160
|
|
196
200
|
msgid ".pot file does not exist in the current directory."
|
|
197
201
|
msgstr ""
|
|
198
202
|
|
|
199
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
203
|
+
#: ../lib/gettext/tools/msginit.rb:165
|
|
200
204
|
#, fuzzy
|
|
201
205
|
msgid "file '%s' does not exist."
|
|
202
206
|
msgstr "Файл '%s' уже існує."
|
|
203
207
|
|
|
204
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
208
|
+
#: ../lib/gettext/tools/msginit.rb:177
|
|
205
209
|
msgid "Locale '%s' is invalid. Please check if your specified locale is usable."
|
|
206
210
|
msgstr ""
|
|
207
211
|
|
|
208
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
212
|
+
#: ../lib/gettext/tools/msginit.rb:187
|
|
209
213
|
#, fuzzy
|
|
210
214
|
msgid "file '%s' has already existed."
|
|
211
215
|
msgstr "Файл '%s' уже існує."
|
|
212
216
|
|
|
213
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
217
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
214
218
|
msgid "Please enter your full name"
|
|
215
219
|
msgstr ""
|
|
216
220
|
|
|
217
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
221
|
+
#: ../lib/gettext/tools/msginit.rb:258
|
|
218
222
|
msgid "Please enter your email address"
|
|
219
223
|
msgstr ""
|
|
220
224
|
|
|
221
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
225
|
+
#: ../lib/gettext/tools/msgmerge.rb:357
|
|
222
226
|
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
223
227
|
msgstr ""
|
|
224
228
|
|
|
225
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
229
|
+
#: ../lib/gettext/tools/msgmerge.rb:360
|
|
226
230
|
#, fuzzy
|
|
227
231
|
msgid "Merges two Uniforum style .po files together. The definition.po file is an existing PO file with translations. The reference.pot file is the last created PO file with up-to-date source references. The reference.pot is generally created by rxgettext."
|
|
228
232
|
msgstr "Об'єднує файли .po Uniforum формату. В файлі def.po зберігаються уже перекладені стрічки. Файл ref.pot є оновленою версією PO файлу із вихідних текстів і не містить перекладів. ref.pot зазвичай створюють за допомогою програми rgettext."
|
|
229
233
|
|
|
230
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
234
|
+
#: ../lib/gettext/tools/msgmerge.rb:371
|
|
231
235
|
msgid "Update definition.po"
|
|
232
236
|
msgstr ""
|
|
233
237
|
|
|
234
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
238
|
+
#: ../lib/gettext/tools/msgmerge.rb:405 ../lib/gettext/tools/xgettext.rb:306
|
|
235
239
|
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
236
240
|
msgstr ""
|
|
237
241
|
|
|
238
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
242
|
+
#: ../lib/gettext/tools/msgmerge.rb:433
|
|
239
243
|
msgid "Disable fuzzy matching"
|
|
240
244
|
msgstr ""
|
|
241
245
|
|
|
242
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
246
|
+
#: ../lib/gettext/tools/msgmerge.rb:434
|
|
243
247
|
msgid "(enable)"
|
|
244
248
|
msgstr ""
|
|
245
249
|
|
|
246
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
250
|
+
#: ../lib/gettext/tools/msgmerge.rb:454
|
|
247
251
|
#, fuzzy
|
|
248
252
|
msgid "Display version information and exit"
|
|
249
253
|
msgstr "показати інформацію про версію і завершити роботу"
|
|
250
254
|
|
|
251
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
255
|
+
#: ../lib/gettext/tools/xgettext.rb:63
|
|
252
256
|
msgid "'%{klass}' is ignored."
|
|
253
257
|
msgstr "проігноровано '%{klass}'."
|
|
254
258
|
|
|
255
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
259
|
+
#: ../lib/gettext/tools/xgettext.rb:169
|
|
256
260
|
msgid "Error parsing %{path}"
|
|
257
261
|
msgstr ""
|
|
258
262
|
|
|
259
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
263
|
+
#: ../lib/gettext/tools/xgettext.rb:228
|
|
260
264
|
msgid "no input files"
|
|
261
265
|
msgstr "не задані вхідні файли"
|
|
262
266
|
|
|
263
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
267
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
264
268
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
265
269
|
msgstr "Використання: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
266
270
|
|
|
267
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
271
|
+
#: ../lib/gettext/tools/xgettext.rb:244
|
|
268
272
|
msgid "Extract translatable strings from given input files."
|
|
269
273
|
msgstr "Витягувати стрічки для перекладу із вказаних вхідних файлів."
|
|
270
274
|
|
|
271
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
275
|
+
#: ../lib/gettext/tools/xgettext.rb:255
|
|
272
276
|
msgid "set package name in output"
|
|
273
277
|
msgstr ""
|
|
274
278
|
|
|
275
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
279
|
+
#: ../lib/gettext/tools/xgettext.rb:261
|
|
276
280
|
msgid "set package version in output"
|
|
277
281
|
msgstr ""
|
|
278
282
|
|
|
279
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
283
|
+
#: ../lib/gettext/tools/xgettext.rb:267
|
|
280
284
|
msgid "set report e-mail address for msgid bugs"
|
|
281
285
|
msgstr ""
|
|
282
286
|
|
|
283
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
287
|
+
#: ../lib/gettext/tools/xgettext.rb:273
|
|
284
288
|
msgid "set copyright holder in output"
|
|
285
289
|
msgstr ""
|
|
286
290
|
|
|
287
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
291
|
+
#: ../lib/gettext/tools/xgettext.rb:279
|
|
288
292
|
msgid "set copyright year in output"
|
|
289
293
|
msgstr ""
|
|
290
294
|
|
|
291
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
295
|
+
#: ../lib/gettext/tools/xgettext.rb:285
|
|
292
296
|
msgid "set encoding for output"
|
|
293
297
|
msgstr ""
|
|
294
298
|
|
|
295
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
299
|
+
#: ../lib/gettext/tools/xgettext.rb:291
|
|
296
300
|
msgid "Generate sorted output"
|
|
297
301
|
msgstr ""
|
|
298
302
|
|
|
299
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
303
|
+
#: ../lib/gettext/tools/xgettext.rb:296
|
|
300
304
|
msgid "Sort output by file location"
|
|
301
305
|
msgstr ""
|
|
302
306
|
|
|
303
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
307
|
+
#: ../lib/gettext/tools/xgettext.rb:334
|
|
304
308
|
#, fuzzy
|
|
305
309
|
msgid "require the library before executing xgettext"
|
|
306
310
|
msgstr "для виконання rgettext необхідна бібліотека"
|
|
307
311
|
|
|
308
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
312
|
+
#: ../lib/gettext/tools/xgettext.rb:339
|
|
313
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
314
|
+
msgstr ""
|
|
315
|
+
|
|
316
|
+
#: ../lib/gettext/tools/xgettext.rb:345
|
|
309
317
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
310
318
|
msgstr ""
|
|
311
319
|
|
|
312
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
320
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
313
321
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
314
322
|
msgstr ""
|
|
315
323
|
|
|
316
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
324
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
|
317
325
|
msgid "(default: %s)"
|
|
318
326
|
msgstr ""
|
|
319
327
|
|
|
320
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
328
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
|
321
329
|
msgid "no TAG"
|
|
322
330
|
msgstr ""
|
|
323
331
|
|
|
324
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
332
|
+
#: ../lib/gettext/tools/xgettext.rb:351
|
|
325
333
|
msgid "run in debugging mode"
|
|
326
334
|
msgstr "запуск в режимі відлагодження"
|
|
327
335
|
|
|
328
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
336
|
+
#: ../lib/gettext/tools/xgettext.rb:355
|
|
329
337
|
#, fuzzy
|
|
330
338
|
msgid "display this help and exit"
|
|
331
339
|
msgstr "показати інформацію про версію і завершити роботу"
|
|
332
340
|
|
|
333
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
341
|
+
#: ../lib/gettext/tools/xgettext.rb:386
|
|
334
342
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
335
343
|
msgstr ""
|
|
336
|
-
|
|
337
|
-
#~ msgid "`%{file}' is not glade-2.0 format."
|
|
338
|
-
#~ msgstr "`%{file}' не в форматі glade-2.0."
|
data/po/uk/gettext.po
CHANGED
|
@@ -88,6 +88,9 @@ msgid ""
|
|
|
88
88
|
"s"
|
|
89
89
|
msgstr ""
|
|
90
90
|
|
|
91
|
+
msgid "Use one line for each reference comment"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
91
94
|
msgid "Ignore fuzzy entries"
|
|
92
95
|
msgstr ""
|
|
93
96
|
|
|
@@ -255,6 +258,9 @@ msgstr ""
|
|
|
255
258
|
msgid "require the library before executing xgettext"
|
|
256
259
|
msgstr "для виконання rgettext необхідна бібліотека"
|
|
257
260
|
|
|
261
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
262
|
+
msgstr ""
|
|
263
|
+
|
|
258
264
|
msgid ""
|
|
259
265
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
260
266
|
"word lines in output file"
|