gettext 3.4.8 → 3.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +13 -0
- data/lib/gettext/po_entry.rb +23 -15
- data/lib/gettext/tools/msgcat.rb +9 -2
- data/lib/gettext/tools/msginit.rb +2 -2
- data/lib/gettext/tools/msgmerge.rb +11 -6
- data/lib/gettext/tools/parser/ruby.rb +13 -13
- data/lib/gettext/tools/xgettext.rb +9 -4
- data/lib/gettext/version.rb +2 -2
- data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
- data/po/bg/gettext.edit.po +60 -56
- data/po/bg/gettext.po +3 -0
- data/po/bs/gettext.edit.po +60 -56
- data/po/bs/gettext.po +3 -0
- data/po/ca/gettext.edit.po +60 -56
- data/po/ca/gettext.po +3 -0
- data/po/cs/gettext.edit.po +60 -56
- data/po/cs/gettext.po +3 -0
- data/po/de/gettext.edit.po +60 -56
- data/po/de/gettext.po +3 -0
- data/po/el/gettext.edit.po +60 -56
- data/po/el/gettext.po +3 -0
- data/po/eo/gettext.edit.po +60 -56
- data/po/eo/gettext.po +3 -0
- data/po/es/gettext.edit.po +60 -56
- data/po/es/gettext.po +3 -0
- data/po/et/gettext.edit.po +60 -56
- data/po/et/gettext.po +3 -0
- data/po/fr/gettext.edit.po +60 -56
- data/po/fr/gettext.po +3 -0
- data/po/gettext.pot +72 -67
- data/po/hr/gettext.edit.po +60 -56
- data/po/hr/gettext.po +3 -0
- data/po/hu/gettext.edit.po +60 -56
- data/po/hu/gettext.po +3 -0
- data/po/it/gettext.edit.po +60 -56
- data/po/it/gettext.po +3 -0
- data/po/ja/gettext.edit.po +61 -57
- data/po/ja/gettext.po +4 -1
- data/po/ko/gettext.edit.po +60 -56
- data/po/ko/gettext.po +3 -0
- data/po/lv/gettext.edit.po +60 -56
- data/po/lv/gettext.po +3 -0
- data/po/nb/gettext.edit.po +60 -56
- data/po/nb/gettext.po +3 -0
- data/po/nl/gettext.edit.po +60 -56
- data/po/nl/gettext.po +3 -0
- data/po/pt_BR/gettext.edit.po +60 -56
- data/po/pt_BR/gettext.po +3 -0
- data/po/ru/gettext.edit.po +60 -56
- data/po/ru/gettext.po +3 -0
- data/po/sr/gettext.edit.po +60 -56
- data/po/sr/gettext.po +3 -0
- data/po/sv/gettext.edit.po +60 -56
- data/po/sv/gettext.po +3 -0
- data/po/uk/gettext.edit.po +60 -56
- data/po/uk/gettext.po +3 -0
- data/po/vi/gettext.edit.po +60 -56
- data/po/vi/gettext.po +3 -0
- data/po/zh/gettext.edit.po +60 -56
- data/po/zh/gettext.po +3 -0
- data/po/zh_TW/gettext.edit.po +60 -56
- data/po/zh_TW/gettext.po +3 -0
- data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
- data/test/po/ja/_.edit.po +3 -3
- data/test/tools/test_msgcat.rb +21 -1
- data/test/tools/test_msginit.rb +9 -7
- data/test/tools/test_msgmerge.rb +41 -3
- data/test/tools/test_xgettext.rb +15 -3
- metadata +4 -6
data/po/hr/gettext.edit.po
CHANGED
@@ -29,100 +29,104 @@ msgstr ""
|
|
29
29
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
30
30
|
msgstr ""
|
31
31
|
|
32
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
32
|
+
#: ../lib/gettext/tools/msgcat.rb:243
|
33
33
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
36
|
+
#: ../lib/gettext/tools/msgcat.rb:245
|
37
37
|
msgid "Concatenates and merges PO files."
|
38
38
|
msgstr ""
|
39
39
|
|
40
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
40
|
+
#: ../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
|
41
41
|
msgid "Specific options:"
|
42
42
|
msgstr "Specifične opcije:"
|
43
43
|
|
44
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
44
|
+
#: ../lib/gettext/tools/msgcat.rb:250 ../lib/gettext/tools/msgmerge.rb:376
|
45
45
|
#, fuzzy
|
46
46
|
msgid "Write output to specified file"
|
47
47
|
msgstr "zapiši izlaz u specifičnu datoteku"
|
48
48
|
|
49
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
49
|
+
#: ../lib/gettext/tools/msgcat.rb:251
|
50
50
|
msgid "(default: the standard output)"
|
51
51
|
msgstr ""
|
52
52
|
|
53
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
53
|
+
#: ../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
|
54
54
|
msgid "Sort output by msgid"
|
55
55
|
msgstr ""
|
56
56
|
|
57
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
57
|
+
#: ../lib/gettext/tools/msgcat.rb:261 ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:388 ../lib/gettext/tools/msgmerge.rb:395
|
58
58
|
msgid "Sort output by location"
|
59
59
|
msgstr ""
|
60
60
|
|
61
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
61
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgmerge.rb:389
|
62
62
|
msgid "It is same as --sort-by-location"
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
65
|
+
#: ../lib/gettext/tools/msgcat.rb:268 ../lib/gettext/tools/msgcat.rb:275 ../lib/gettext/tools/msgmerge.rb:383 ../lib/gettext/tools/msgmerge.rb:390
|
66
66
|
msgid "Just for GNU gettext's msgcat compatibility"
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
69
|
+
#: ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:382
|
70
70
|
msgid "It is same as --sort-by-msgid"
|
71
71
|
msgstr ""
|
72
72
|
|
73
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
73
|
+
#: ../lib/gettext/tools/msgcat.rb:280
|
74
74
|
msgid "Remove location information"
|
75
75
|
msgstr ""
|
76
76
|
|
77
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
77
|
+
#: ../lib/gettext/tools/msgcat.rb:285
|
78
78
|
msgid "Remove translator comment"
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
81
|
+
#: ../lib/gettext/tools/msgcat.rb:290
|
82
82
|
msgid "Remove extracted comment"
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
85
|
+
#: ../lib/gettext/tools/msgcat.rb:295
|
86
86
|
msgid "Remove flag comment"
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
89
|
+
#: ../lib/gettext/tools/msgcat.rb:300
|
90
90
|
msgid "Remove previous comment"
|
91
91
|
msgstr ""
|
92
92
|
|
93
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
93
|
+
#: ../lib/gettext/tools/msgcat.rb:305
|
94
94
|
msgid "Remove all comments"
|
95
95
|
msgstr ""
|
96
96
|
|
97
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
97
|
+
#: ../lib/gettext/tools/msgcat.rb:310 ../lib/gettext/tools/msgmerge.rb:410 ../lib/gettext/tools/xgettext.rb:311
|
98
98
|
msgid "Set output page width"
|
99
99
|
msgstr ""
|
100
100
|
|
101
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
101
|
+
#: ../lib/gettext/tools/msgcat.rb:316 ../lib/gettext/tools/msgmerge.rb:416 ../lib/gettext/tools/xgettext.rb:317
|
102
102
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
103
103
|
msgstr ""
|
104
104
|
|
105
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
105
|
+
#: ../lib/gettext/tools/msgcat.rb:327 ../lib/gettext/tools/msgmerge.rb:427 ../lib/gettext/tools/xgettext.rb:328
|
106
|
+
msgid "Use one line for each reference comment"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
#: ../lib/gettext/tools/msgcat.rb:333
|
106
110
|
msgid "Ignore fuzzy entries"
|
107
111
|
msgstr ""
|
108
112
|
|
109
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
113
|
+
#: ../lib/gettext/tools/msgcat.rb:338 ../lib/gettext/tools/msgmerge.rb:439
|
110
114
|
msgid "Don't report warning messages"
|
111
115
|
msgstr ""
|
112
116
|
|
113
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
117
|
+
#: ../lib/gettext/tools/msgcat.rb:343 ../lib/gettext/tools/msgmerge.rb:444
|
114
118
|
msgid "Don't output obsolete entries"
|
115
119
|
msgstr ""
|
116
120
|
|
117
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
121
|
+
#: ../lib/gettext/tools/msgcat.rb:348
|
118
122
|
msgid "Update PO-Revision-Date header field"
|
119
123
|
msgstr ""
|
120
124
|
|
121
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
125
|
+
#: ../lib/gettext/tools/msgcat.rb:353
|
122
126
|
msgid "Remove FIELD from header"
|
123
127
|
msgstr ""
|
124
128
|
|
125
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
129
|
+
#: ../lib/gettext/tools/msgcat.rb:354
|
126
130
|
msgid "Specify this option multiple times to remove multiple header fields"
|
127
131
|
msgstr ""
|
128
132
|
|
@@ -139,11 +143,11 @@ msgstr "Korištenje: %s ulaz.po [-o izlaz.mo]"
|
|
139
143
|
msgid "Generate binary message catalog from textual translation description."
|
140
144
|
msgstr "Generiši binarni katalog poruka iz tekstualnog opisa prevoda"
|
141
145
|
|
142
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:
|
146
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:250
|
143
147
|
msgid "write output to specified file"
|
144
148
|
msgstr "zapiši izlaz u specifičnu datoteku"
|
145
149
|
|
146
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
150
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:360
|
147
151
|
msgid "display version information and exit"
|
148
152
|
msgstr "prikaži informaciju o verziji i završi"
|
149
153
|
|
@@ -179,7 +183,7 @@ msgstr ""
|
|
179
183
|
msgid "Use EMAIL as translator email address"
|
180
184
|
msgstr ""
|
181
185
|
|
182
|
-
#: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:
|
186
|
+
#: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:448
|
183
187
|
msgid "Display this help and exit"
|
184
188
|
msgstr ""
|
185
189
|
|
@@ -214,122 +218,122 @@ msgstr ""
|
|
214
218
|
msgid "Please enter your email address"
|
215
219
|
msgstr ""
|
216
220
|
|
217
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
221
|
+
#: ../lib/gettext/tools/msgmerge.rb:357
|
218
222
|
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
219
223
|
msgstr ""
|
220
224
|
|
221
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
225
|
+
#: ../lib/gettext/tools/msgmerge.rb:360
|
222
226
|
#, fuzzy
|
223
227
|
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."
|
224
228
|
msgstr "Spaja dvije Uniforum style .po datoteke skupa. def.po datoteka je već postojeća PO datoteka sa prevodima. ref.pot je zadnja napravljena PO datoteka sa najnovijim referencama koda. ref.pot je najčešće napravljen sa rgettext."
|
225
229
|
|
226
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
230
|
+
#: ../lib/gettext/tools/msgmerge.rb:371
|
227
231
|
msgid "Update definition.po"
|
228
232
|
msgstr ""
|
229
233
|
|
230
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
234
|
+
#: ../lib/gettext/tools/msgmerge.rb:405 ../lib/gettext/tools/xgettext.rb:306
|
231
235
|
msgid "Preserve '#: FILENAME:LINE' lines"
|
232
236
|
msgstr ""
|
233
237
|
|
234
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
238
|
+
#: ../lib/gettext/tools/msgmerge.rb:433
|
235
239
|
msgid "Disable fuzzy matching"
|
236
240
|
msgstr ""
|
237
241
|
|
238
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
242
|
+
#: ../lib/gettext/tools/msgmerge.rb:434
|
239
243
|
msgid "(enable)"
|
240
244
|
msgstr ""
|
241
245
|
|
242
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
246
|
+
#: ../lib/gettext/tools/msgmerge.rb:454
|
243
247
|
#, fuzzy
|
244
248
|
msgid "Display version information and exit"
|
245
249
|
msgstr "prikaži informaciju o verziji i završi"
|
246
250
|
|
247
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
251
|
+
#: ../lib/gettext/tools/xgettext.rb:63
|
248
252
|
msgid "'%{klass}' is ignored."
|
249
253
|
msgstr "%{klass} je ignorisan."
|
250
254
|
|
251
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
255
|
+
#: ../lib/gettext/tools/xgettext.rb:169
|
252
256
|
msgid "Error parsing %{path}"
|
253
257
|
msgstr ""
|
254
258
|
|
255
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
259
|
+
#: ../lib/gettext/tools/xgettext.rb:228
|
256
260
|
msgid "no input files"
|
257
261
|
msgstr "nema ulaznih datoteka"
|
258
262
|
|
259
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
263
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
260
264
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
261
265
|
msgstr "Korištenje: %s ulaz.rb [-r parser.rb] [-o izlaz.pot]"
|
262
266
|
|
263
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
267
|
+
#: ../lib/gettext/tools/xgettext.rb:244
|
264
268
|
msgid "Extract translatable strings from given input files."
|
265
269
|
msgstr "Izvadi niske za prevođenje iz date ulazne datoteke."
|
266
270
|
|
267
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
271
|
+
#: ../lib/gettext/tools/xgettext.rb:255
|
268
272
|
msgid "set package name in output"
|
269
273
|
msgstr ""
|
270
274
|
|
271
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
275
|
+
#: ../lib/gettext/tools/xgettext.rb:261
|
272
276
|
msgid "set package version in output"
|
273
277
|
msgstr ""
|
274
278
|
|
275
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
279
|
+
#: ../lib/gettext/tools/xgettext.rb:267
|
276
280
|
msgid "set report e-mail address for msgid bugs"
|
277
281
|
msgstr ""
|
278
282
|
|
279
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
283
|
+
#: ../lib/gettext/tools/xgettext.rb:273
|
280
284
|
msgid "set copyright holder in output"
|
281
285
|
msgstr ""
|
282
286
|
|
283
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
287
|
+
#: ../lib/gettext/tools/xgettext.rb:279
|
284
288
|
msgid "set copyright year in output"
|
285
289
|
msgstr ""
|
286
290
|
|
287
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
291
|
+
#: ../lib/gettext/tools/xgettext.rb:285
|
288
292
|
msgid "set encoding for output"
|
289
293
|
msgstr ""
|
290
294
|
|
291
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
295
|
+
#: ../lib/gettext/tools/xgettext.rb:291
|
292
296
|
msgid "Generate sorted output"
|
293
297
|
msgstr ""
|
294
298
|
|
295
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
299
|
+
#: ../lib/gettext/tools/xgettext.rb:296
|
296
300
|
msgid "Sort output by file location"
|
297
301
|
msgstr ""
|
298
302
|
|
299
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
303
|
+
#: ../lib/gettext/tools/xgettext.rb:334
|
300
304
|
#, fuzzy
|
301
305
|
msgid "require the library before executing xgettext"
|
302
306
|
msgstr "zahtjevaj biblioteku prije izvršavanja rgettext-a"
|
303
307
|
|
304
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
308
|
+
#: ../lib/gettext/tools/xgettext.rb:339
|
305
309
|
msgid "Add PARSER to parser list for xgettext"
|
306
310
|
msgstr ""
|
307
311
|
|
308
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
312
|
+
#: ../lib/gettext/tools/xgettext.rb:345
|
309
313
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
310
314
|
msgstr ""
|
311
315
|
|
312
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
316
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
313
317
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
314
318
|
msgstr ""
|
315
319
|
|
316
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
320
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
317
321
|
msgid "(default: %s)"
|
318
322
|
msgstr ""
|
319
323
|
|
320
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
324
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
321
325
|
msgid "no TAG"
|
322
326
|
msgstr ""
|
323
327
|
|
324
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
328
|
+
#: ../lib/gettext/tools/xgettext.rb:351
|
325
329
|
msgid "run in debugging mode"
|
326
330
|
msgstr "pokreni u modu za nalaženje grešaka"
|
327
331
|
|
328
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
332
|
+
#: ../lib/gettext/tools/xgettext.rb:355
|
329
333
|
#, fuzzy
|
330
334
|
msgid "display this help and exit"
|
331
335
|
msgstr "prikaži informaciju o verziji i završi"
|
332
336
|
|
333
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
337
|
+
#: ../lib/gettext/tools/xgettext.rb:386
|
334
338
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
335
339
|
msgstr ""
|
data/po/hr/gettext.po
CHANGED
data/po/hu/gettext.edit.po
CHANGED
@@ -29,100 +29,104 @@ msgstr "A harmadik paraméter hibás: value = %{number}"
|
|
29
29
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
30
30
|
msgstr ""
|
31
31
|
|
32
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
32
|
+
#: ../lib/gettext/tools/msgcat.rb:243
|
33
33
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
36
|
+
#: ../lib/gettext/tools/msgcat.rb:245
|
37
37
|
msgid "Concatenates and merges PO files."
|
38
38
|
msgstr ""
|
39
39
|
|
40
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
40
|
+
#: ../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
|
41
41
|
msgid "Specific options:"
|
42
42
|
msgstr "Speciális opciók:"
|
43
43
|
|
44
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
44
|
+
#: ../lib/gettext/tools/msgcat.rb:250 ../lib/gettext/tools/msgmerge.rb:376
|
45
45
|
#, fuzzy
|
46
46
|
msgid "Write output to specified file"
|
47
47
|
msgstr "kimenet írása egy megadott fájlba"
|
48
48
|
|
49
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
49
|
+
#: ../lib/gettext/tools/msgcat.rb:251
|
50
50
|
msgid "(default: the standard output)"
|
51
51
|
msgstr ""
|
52
52
|
|
53
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
53
|
+
#: ../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
|
54
54
|
msgid "Sort output by msgid"
|
55
55
|
msgstr ""
|
56
56
|
|
57
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
57
|
+
#: ../lib/gettext/tools/msgcat.rb:261 ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:388 ../lib/gettext/tools/msgmerge.rb:395
|
58
58
|
msgid "Sort output by location"
|
59
59
|
msgstr ""
|
60
60
|
|
61
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
61
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgmerge.rb:389
|
62
62
|
msgid "It is same as --sort-by-location"
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
65
|
+
#: ../lib/gettext/tools/msgcat.rb:268 ../lib/gettext/tools/msgcat.rb:275 ../lib/gettext/tools/msgmerge.rb:383 ../lib/gettext/tools/msgmerge.rb:390
|
66
66
|
msgid "Just for GNU gettext's msgcat compatibility"
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
69
|
+
#: ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:382
|
70
70
|
msgid "It is same as --sort-by-msgid"
|
71
71
|
msgstr ""
|
72
72
|
|
73
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
73
|
+
#: ../lib/gettext/tools/msgcat.rb:280
|
74
74
|
msgid "Remove location information"
|
75
75
|
msgstr ""
|
76
76
|
|
77
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
77
|
+
#: ../lib/gettext/tools/msgcat.rb:285
|
78
78
|
msgid "Remove translator comment"
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
81
|
+
#: ../lib/gettext/tools/msgcat.rb:290
|
82
82
|
msgid "Remove extracted comment"
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
85
|
+
#: ../lib/gettext/tools/msgcat.rb:295
|
86
86
|
msgid "Remove flag comment"
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
89
|
+
#: ../lib/gettext/tools/msgcat.rb:300
|
90
90
|
msgid "Remove previous comment"
|
91
91
|
msgstr ""
|
92
92
|
|
93
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
93
|
+
#: ../lib/gettext/tools/msgcat.rb:305
|
94
94
|
msgid "Remove all comments"
|
95
95
|
msgstr ""
|
96
96
|
|
97
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
97
|
+
#: ../lib/gettext/tools/msgcat.rb:310 ../lib/gettext/tools/msgmerge.rb:410 ../lib/gettext/tools/xgettext.rb:311
|
98
98
|
msgid "Set output page width"
|
99
99
|
msgstr ""
|
100
100
|
|
101
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
101
|
+
#: ../lib/gettext/tools/msgcat.rb:316 ../lib/gettext/tools/msgmerge.rb:416 ../lib/gettext/tools/xgettext.rb:317
|
102
102
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
103
103
|
msgstr ""
|
104
104
|
|
105
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
105
|
+
#: ../lib/gettext/tools/msgcat.rb:327 ../lib/gettext/tools/msgmerge.rb:427 ../lib/gettext/tools/xgettext.rb:328
|
106
|
+
msgid "Use one line for each reference comment"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
#: ../lib/gettext/tools/msgcat.rb:333
|
106
110
|
msgid "Ignore fuzzy entries"
|
107
111
|
msgstr ""
|
108
112
|
|
109
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
113
|
+
#: ../lib/gettext/tools/msgcat.rb:338 ../lib/gettext/tools/msgmerge.rb:439
|
110
114
|
msgid "Don't report warning messages"
|
111
115
|
msgstr ""
|
112
116
|
|
113
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
117
|
+
#: ../lib/gettext/tools/msgcat.rb:343 ../lib/gettext/tools/msgmerge.rb:444
|
114
118
|
msgid "Don't output obsolete entries"
|
115
119
|
msgstr ""
|
116
120
|
|
117
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
121
|
+
#: ../lib/gettext/tools/msgcat.rb:348
|
118
122
|
msgid "Update PO-Revision-Date header field"
|
119
123
|
msgstr ""
|
120
124
|
|
121
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
125
|
+
#: ../lib/gettext/tools/msgcat.rb:353
|
122
126
|
msgid "Remove FIELD from header"
|
123
127
|
msgstr ""
|
124
128
|
|
125
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
129
|
+
#: ../lib/gettext/tools/msgcat.rb:354
|
126
130
|
msgid "Specify this option multiple times to remove multiple header fields"
|
127
131
|
msgstr ""
|
128
132
|
|
@@ -139,11 +143,11 @@ msgstr "Használat: %s input.po [-o output.mo]"
|
|
139
143
|
msgid "Generate binary message catalog from textual translation description."
|
140
144
|
msgstr "Bináris üzenetállományt generál a lefordított szöveges állományokból."
|
141
145
|
|
142
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:
|
146
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:250
|
143
147
|
msgid "write output to specified file"
|
144
148
|
msgstr "kimenet írása egy megadott fájlba"
|
145
149
|
|
146
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
150
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:360
|
147
151
|
msgid "display version information and exit"
|
148
152
|
msgstr "verzió információ kiírása és kilépés"
|
149
153
|
|
@@ -179,7 +183,7 @@ msgstr ""
|
|
179
183
|
msgid "Use EMAIL as translator email address"
|
180
184
|
msgstr ""
|
181
185
|
|
182
|
-
#: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:
|
186
|
+
#: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:448
|
183
187
|
msgid "Display this help and exit"
|
184
188
|
msgstr ""
|
185
189
|
|
@@ -214,122 +218,122 @@ msgstr ""
|
|
214
218
|
msgid "Please enter your email address"
|
215
219
|
msgstr ""
|
216
220
|
|
217
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
221
|
+
#: ../lib/gettext/tools/msgmerge.rb:357
|
218
222
|
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
219
223
|
msgstr ""
|
220
224
|
|
221
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
225
|
+
#: ../lib/gettext/tools/msgmerge.rb:360
|
222
226
|
#, fuzzy
|
223
227
|
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."
|
224
228
|
msgstr "Két Uniforum formátumú .po fájl összefésülése. A def.po fájl egy létező PO fájl fordításokkal. A ref.pot fájl az utolsó PO fájl frissített hivatkozásokkal (rgettext által generált)."
|
225
229
|
|
226
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
230
|
+
#: ../lib/gettext/tools/msgmerge.rb:371
|
227
231
|
msgid "Update definition.po"
|
228
232
|
msgstr ""
|
229
233
|
|
230
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
234
|
+
#: ../lib/gettext/tools/msgmerge.rb:405 ../lib/gettext/tools/xgettext.rb:306
|
231
235
|
msgid "Preserve '#: FILENAME:LINE' lines"
|
232
236
|
msgstr ""
|
233
237
|
|
234
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
238
|
+
#: ../lib/gettext/tools/msgmerge.rb:433
|
235
239
|
msgid "Disable fuzzy matching"
|
236
240
|
msgstr ""
|
237
241
|
|
238
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
242
|
+
#: ../lib/gettext/tools/msgmerge.rb:434
|
239
243
|
msgid "(enable)"
|
240
244
|
msgstr ""
|
241
245
|
|
242
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
246
|
+
#: ../lib/gettext/tools/msgmerge.rb:454
|
243
247
|
#, fuzzy
|
244
248
|
msgid "Display version information and exit"
|
245
249
|
msgstr "verzió információ kiírása és kilépés"
|
246
250
|
|
247
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
251
|
+
#: ../lib/gettext/tools/xgettext.rb:63
|
248
252
|
msgid "'%{klass}' is ignored."
|
249
253
|
msgstr "'%{klass}' figyelmen kívül hagyva."
|
250
254
|
|
251
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
255
|
+
#: ../lib/gettext/tools/xgettext.rb:169
|
252
256
|
msgid "Error parsing %{path}"
|
253
257
|
msgstr ""
|
254
258
|
|
255
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
259
|
+
#: ../lib/gettext/tools/xgettext.rb:228
|
256
260
|
msgid "no input files"
|
257
261
|
msgstr "Nincs feldolgozandó fájl"
|
258
262
|
|
259
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
263
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
260
264
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
261
265
|
msgstr "Használat: %s input.rb [-r parser.rb] [-o output.pot]"
|
262
266
|
|
263
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
267
|
+
#: ../lib/gettext/tools/xgettext.rb:244
|
264
268
|
msgid "Extract translatable strings from given input files."
|
265
269
|
msgstr "Összegyűjti a lefordítandó szövegeket a megadott fájlokból."
|
266
270
|
|
267
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
271
|
+
#: ../lib/gettext/tools/xgettext.rb:255
|
268
272
|
msgid "set package name in output"
|
269
273
|
msgstr ""
|
270
274
|
|
271
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
275
|
+
#: ../lib/gettext/tools/xgettext.rb:261
|
272
276
|
msgid "set package version in output"
|
273
277
|
msgstr ""
|
274
278
|
|
275
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
279
|
+
#: ../lib/gettext/tools/xgettext.rb:267
|
276
280
|
msgid "set report e-mail address for msgid bugs"
|
277
281
|
msgstr ""
|
278
282
|
|
279
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
283
|
+
#: ../lib/gettext/tools/xgettext.rb:273
|
280
284
|
msgid "set copyright holder in output"
|
281
285
|
msgstr ""
|
282
286
|
|
283
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
287
|
+
#: ../lib/gettext/tools/xgettext.rb:279
|
284
288
|
msgid "set copyright year in output"
|
285
289
|
msgstr ""
|
286
290
|
|
287
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
291
|
+
#: ../lib/gettext/tools/xgettext.rb:285
|
288
292
|
msgid "set encoding for output"
|
289
293
|
msgstr ""
|
290
294
|
|
291
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
295
|
+
#: ../lib/gettext/tools/xgettext.rb:291
|
292
296
|
msgid "Generate sorted output"
|
293
297
|
msgstr ""
|
294
298
|
|
295
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
299
|
+
#: ../lib/gettext/tools/xgettext.rb:296
|
296
300
|
msgid "Sort output by file location"
|
297
301
|
msgstr ""
|
298
302
|
|
299
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
303
|
+
#: ../lib/gettext/tools/xgettext.rb:334
|
300
304
|
#, fuzzy
|
301
305
|
msgid "require the library before executing xgettext"
|
302
306
|
msgstr "szükséges library az rgettext futtatása előtt"
|
303
307
|
|
304
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
308
|
+
#: ../lib/gettext/tools/xgettext.rb:339
|
305
309
|
msgid "Add PARSER to parser list for xgettext"
|
306
310
|
msgstr ""
|
307
311
|
|
308
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
312
|
+
#: ../lib/gettext/tools/xgettext.rb:345
|
309
313
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
310
314
|
msgstr ""
|
311
315
|
|
312
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
316
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
313
317
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
314
318
|
msgstr ""
|
315
319
|
|
316
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
320
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
317
321
|
msgid "(default: %s)"
|
318
322
|
msgstr ""
|
319
323
|
|
320
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
324
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
321
325
|
msgid "no TAG"
|
322
326
|
msgstr ""
|
323
327
|
|
324
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
328
|
+
#: ../lib/gettext/tools/xgettext.rb:351
|
325
329
|
msgid "run in debugging mode"
|
326
330
|
msgstr "debug módban futtatás"
|
327
331
|
|
328
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
332
|
+
#: ../lib/gettext/tools/xgettext.rb:355
|
329
333
|
#, fuzzy
|
330
334
|
msgid "display this help and exit"
|
331
335
|
msgstr "verzió információ kiírása és kilépés"
|
332
336
|
|
333
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
337
|
+
#: ../lib/gettext/tools/xgettext.rb:386
|
334
338
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
335
339
|
msgstr ""
|