gettext 3.4.2 → 3.4.3
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/doc/text/news.md +11 -0
- data/gettext.gemspec +1 -0
- data/lib/gettext/tools/parser/erubi.rb +88 -0
- data/lib/gettext/tools/xgettext.rb +6 -0
- data/lib/gettext/version.rb +2 -2
- data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
- data/po/bg/gettext.edit.po +11 -7
- data/po/bg/gettext.po +3 -0
- data/po/bs/gettext.edit.po +11 -7
- data/po/bs/gettext.po +3 -0
- data/po/ca/gettext.edit.po +11 -7
- data/po/ca/gettext.po +3 -0
- data/po/cs/gettext.edit.po +11 -7
- data/po/cs/gettext.po +3 -0
- data/po/de/gettext.edit.po +11 -7
- data/po/de/gettext.po +3 -0
- data/po/el/gettext.edit.po +11 -7
- data/po/el/gettext.po +3 -0
- data/po/eo/gettext.edit.po +11 -7
- data/po/eo/gettext.po +3 -0
- data/po/es/gettext.edit.po +11 -7
- data/po/es/gettext.po +3 -0
- data/po/et/gettext.edit.po +11 -7
- data/po/et/gettext.po +3 -0
- data/po/fr/gettext.edit.po +11 -7
- data/po/fr/gettext.po +3 -0
- data/po/gettext.pot +14 -10
- data/po/hr/gettext.edit.po +11 -7
- data/po/hr/gettext.po +3 -0
- data/po/hu/gettext.edit.po +11 -7
- data/po/hu/gettext.po +3 -0
- data/po/it/gettext.edit.po +11 -7
- data/po/it/gettext.po +3 -0
- data/po/ja/gettext.edit.po +12 -8
- data/po/ja/gettext.po +4 -1
- data/po/ko/gettext.edit.po +11 -7
- data/po/ko/gettext.po +3 -0
- data/po/lv/gettext.edit.po +11 -7
- data/po/lv/gettext.po +3 -0
- data/po/nb/gettext.edit.po +11 -7
- data/po/nb/gettext.po +3 -0
- data/po/nl/gettext.edit.po +11 -7
- data/po/nl/gettext.po +3 -0
- data/po/pt_BR/gettext.edit.po +11 -7
- data/po/pt_BR/gettext.po +3 -0
- data/po/ru/gettext.edit.po +11 -7
- data/po/ru/gettext.po +3 -0
- data/po/sr/gettext.edit.po +11 -7
- data/po/sr/gettext.po +3 -0
- data/po/sv/gettext.edit.po +11 -7
- data/po/sv/gettext.po +3 -0
- data/po/uk/gettext.edit.po +11 -7
- data/po/uk/gettext.po +3 -0
- data/po/vi/gettext.edit.po +11 -7
- data/po/vi/gettext.po +3 -0
- data/po/zh/gettext.edit.po +11 -7
- data/po/zh/gettext.po +3 -0
- data/po/zh_TW/gettext.edit.po +11 -7
- data/po/zh_TW/gettext.po +3 -0
- data/test/fixtures/erb/case.rhtml +16 -0
- data/test/po/ja/_.po +15 -0
- data/test/test_parser.rb +62 -0
- data/test/tools/test_xgettext.rb +85 -0
- metadata +18 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: add30c01633a7e38d45cda55240c59ccffbb175ec2c9edd1b7e4558ecba32241
|
|
4
|
+
data.tar.gz: c1ca86e6d355578974129f1de33d0f38cfd4ffc258b8531038b4e64eb5f5d11c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d086559a121646135326f9edc039126a83ce285063c814e1afff9c9363f61fb0f895fff69c9ce6d9428975145b7eec21dbce062c7d718347e400cc3181d54195
|
|
7
|
+
data.tar.gz: 80662585f0d9f25e0bab5ef8c480e83011abd209c887cb59c4517e76ffb9d665c0653515e25cbf5a5f335e71c2a2f05ba6455975f388ea2f6a8d64cd289b731e
|
data/doc/text/news.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# News
|
|
2
2
|
|
|
3
|
+
## 3.4.3: 2022-05-20 {#version-3-4-3}
|
|
4
|
+
|
|
5
|
+
### Improvements
|
|
6
|
+
|
|
7
|
+
* Added support for Erubi to parse `.erb`
|
|
8
|
+
[GitHub#91][Patch by Michaël Hoste]
|
|
9
|
+
|
|
10
|
+
### Thanks
|
|
11
|
+
|
|
12
|
+
* Michaël Hoste
|
|
13
|
+
|
|
3
14
|
## 3.4.2: 2022-01-11 {#version-3-4-2}
|
|
4
15
|
|
|
5
16
|
### Improvements
|
data/gettext.gemspec
CHANGED
|
@@ -29,6 +29,7 @@ So you can use GNU gettext tools for maintaining.
|
|
|
29
29
|
|
|
30
30
|
s.required_ruby_version = ">= 2.5.0"
|
|
31
31
|
|
|
32
|
+
s.add_runtime_dependency("erubi")
|
|
32
33
|
s.add_runtime_dependency("locale", ">= 2.0.5")
|
|
33
34
|
s.add_runtime_dependency("prime")
|
|
34
35
|
s.add_runtime_dependency("text", ">= 1.3.0")
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
=begin
|
|
4
|
+
parser/erubi.rb - parser for ERB using Erubi
|
|
5
|
+
|
|
6
|
+
Copyright (C) 2005-2009 Masao Mutoh
|
|
7
|
+
|
|
8
|
+
You may redistribute it and/or modify it under the same
|
|
9
|
+
license terms as Ruby or LGPL.
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require "erubi"
|
|
13
|
+
require 'gettext/tools/parser/ruby'
|
|
14
|
+
|
|
15
|
+
module GetText
|
|
16
|
+
class ErubiParser
|
|
17
|
+
@config = {
|
|
18
|
+
:extnames => ['.rhtml', '.erb']
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
class << self
|
|
22
|
+
# Sets some preferences to parse ERB files.
|
|
23
|
+
# * config: a Hash of the config. It can takes some values below:
|
|
24
|
+
# * :extnames: An Array of target files extension. Default is [".rhtml"].
|
|
25
|
+
def init(config)
|
|
26
|
+
config.each{|k, v|
|
|
27
|
+
@config[k] = v
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
def target?(file) # :nodoc:
|
|
32
|
+
@config[:extnames].each do |v|
|
|
33
|
+
return true if File.extname(file) == v
|
|
34
|
+
end
|
|
35
|
+
false
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# Parses eRuby script located at `path`.
|
|
39
|
+
#
|
|
40
|
+
# This is a short cut method. It equals to `new(path,
|
|
41
|
+
# options).parse`.
|
|
42
|
+
#
|
|
43
|
+
# @return [Array<POEntry>] Extracted messages
|
|
44
|
+
# @see #initialize and #parse
|
|
45
|
+
def parse(path, options={})
|
|
46
|
+
parser = new(path, options)
|
|
47
|
+
parser.parse
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# @param path [String] eRuby script path to be parsed
|
|
52
|
+
# @param options [Hash]
|
|
53
|
+
def initialize(path, options={})
|
|
54
|
+
@path = path
|
|
55
|
+
@options = options
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# Extracts messages from @path.
|
|
59
|
+
#
|
|
60
|
+
# @return [Array<POEntry>] Extracted messages
|
|
61
|
+
def parse
|
|
62
|
+
content = IO.read(@path)
|
|
63
|
+
|
|
64
|
+
encoding = detect_encoding(content)
|
|
65
|
+
content.force_encoding(encoding)
|
|
66
|
+
|
|
67
|
+
erb = Erubi::Engine.new(content)
|
|
68
|
+
src = erb.src
|
|
69
|
+
|
|
70
|
+
RubyParser.new(@path, @options).parse_source(src)
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
def detect_encoding(content)
|
|
74
|
+
if /#.*coding: (\S*)/ =~ content.lines.first
|
|
75
|
+
$1.upcase
|
|
76
|
+
else
|
|
77
|
+
content.encoding
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if __FILE__ == $0
|
|
84
|
+
# ex) ruby glade.rhtml foo.rhtml bar.rhtml
|
|
85
|
+
ARGV.each do |file|
|
|
86
|
+
p GetText::ErubiParser.parse(file)
|
|
87
|
+
end
|
|
88
|
+
end
|
|
@@ -330,6 +330,12 @@ Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;
|
|
|
330
330
|
require out
|
|
331
331
|
end
|
|
332
332
|
|
|
333
|
+
parser.on("--parser=PARSER",
|
|
334
|
+
_("Add PARSER to parser list for xgettext")) do |parser_name|
|
|
335
|
+
parser_class = parser_name.split('::').inject(Object) {|o,c| o.const_get c}
|
|
336
|
+
add_parser(parser_class)
|
|
337
|
+
end
|
|
338
|
+
|
|
333
339
|
parser.on("-c", "--add-comments[=TAG]",
|
|
334
340
|
_("If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"),
|
|
335
341
|
_("If TAG is not specified, place all comment blocks preceing keyword lines in output file"),
|
data/lib/gettext/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
version - version information of gettext
|
|
3
3
|
|
|
4
|
-
Copyright (C) 2012-
|
|
4
|
+
Copyright (C) 2012-2022 Sutou Kouhei <kou@clear-code.com>
|
|
5
5
|
Copyright (C) 2005-2009 Masao Mutoh
|
|
6
6
|
|
|
7
7
|
You may redistribute it and/or modify it under the same
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
=end
|
|
10
10
|
|
|
11
11
|
module GetText
|
|
12
|
-
VERSION = "3.4.
|
|
12
|
+
VERSION = "3.4.3"
|
|
13
13
|
end
|
|
Binary file
|
data/po/bg/gettext.edit.po
CHANGED
|
@@ -139,7 +139,7 @@ msgstr "Генериране на двоични файлове с превод
|
|
|
139
139
|
msgid "write output to specified file"
|
|
140
140
|
msgstr "изходът беше записан в зададения файл"
|
|
141
141
|
|
|
142
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
142
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
143
143
|
msgid "display version information and exit"
|
|
144
144
|
msgstr "показване на версията и изход"
|
|
145
145
|
|
|
@@ -292,30 +292,34 @@ msgid "require the library before executing xgettext"
|
|
|
292
292
|
msgstr "заредете библиотеката с require преди да изпълните rgettext"
|
|
293
293
|
|
|
294
294
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
295
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
296
|
+
msgstr ""
|
|
297
|
+
|
|
298
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
295
299
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
296
300
|
msgstr ""
|
|
297
301
|
|
|
298
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
302
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
299
303
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
300
304
|
msgstr ""
|
|
301
305
|
|
|
302
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
306
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
303
307
|
msgid "(default: %s)"
|
|
304
308
|
msgstr ""
|
|
305
309
|
|
|
306
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
310
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
307
311
|
msgid "no TAG"
|
|
308
312
|
msgstr ""
|
|
309
313
|
|
|
310
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
314
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
311
315
|
msgid "run in debugging mode"
|
|
312
316
|
msgstr "изпълнение в режим на дебъгване"
|
|
313
317
|
|
|
314
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
318
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
315
319
|
msgid "display this help and exit"
|
|
316
320
|
msgstr "показване на версията и изход"
|
|
317
321
|
|
|
318
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
322
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
319
323
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
320
324
|
msgstr ""
|
|
321
325
|
|
data/po/bg/gettext.po
CHANGED
|
@@ -240,6 +240,9 @@ msgstr ""
|
|
|
240
240
|
msgid "require the library before executing xgettext"
|
|
241
241
|
msgstr "заредете библиотеката с require преди да изпълните rgettext"
|
|
242
242
|
|
|
243
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
244
|
+
msgstr ""
|
|
245
|
+
|
|
243
246
|
msgid ""
|
|
244
247
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
245
248
|
"word lines in output file"
|
data/po/bs/gettext.edit.po
CHANGED
|
@@ -141,7 +141,7 @@ msgstr "Generiši binarni katalog poruka iz tekstualnog opisa prevoda"
|
|
|
141
141
|
msgid "write output to specified file"
|
|
142
142
|
msgstr "zapiši izlaz u specifičnu datoteku"
|
|
143
143
|
|
|
144
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
144
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
145
145
|
msgid "display version information and exit"
|
|
146
146
|
msgstr "prikaži informaciju o verziji i završi"
|
|
147
147
|
|
|
@@ -296,31 +296,35 @@ msgid "require the library before executing xgettext"
|
|
|
296
296
|
msgstr "zahtjevaj biblioteku prije izvršavanja rgettext-a"
|
|
297
297
|
|
|
298
298
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
299
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
300
|
+
msgstr ""
|
|
301
|
+
|
|
302
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
299
303
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
300
304
|
msgstr ""
|
|
301
305
|
|
|
302
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
306
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
303
307
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
304
308
|
msgstr ""
|
|
305
309
|
|
|
306
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
310
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
307
311
|
msgid "(default: %s)"
|
|
308
312
|
msgstr ""
|
|
309
313
|
|
|
310
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
314
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
311
315
|
msgid "no TAG"
|
|
312
316
|
msgstr ""
|
|
313
317
|
|
|
314
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
318
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
315
319
|
msgid "run in debugging mode"
|
|
316
320
|
msgstr "pokreni u modu za nalaženje grešaka"
|
|
317
321
|
|
|
318
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
322
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
319
323
|
#, fuzzy
|
|
320
324
|
msgid "display this help and exit"
|
|
321
325
|
msgstr "prikaži informaciju o verziji i završi"
|
|
322
326
|
|
|
323
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
327
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
324
328
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
325
329
|
msgstr ""
|
|
326
330
|
|
data/po/bs/gettext.po
CHANGED
|
@@ -245,6 +245,9 @@ msgstr ""
|
|
|
245
245
|
msgid "require the library before executing xgettext"
|
|
246
246
|
msgstr "zahtjevaj biblioteku prije izvršavanja rgettext-a"
|
|
247
247
|
|
|
248
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
249
|
+
msgstr ""
|
|
250
|
+
|
|
248
251
|
msgid ""
|
|
249
252
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
250
253
|
"word lines in output file"
|
data/po/ca/gettext.edit.po
CHANGED
|
@@ -139,7 +139,7 @@ msgstr "Genera un catàleg de missatges binaris a partir d'un fitxer de traducci
|
|
|
139
139
|
msgid "write output to specified file"
|
|
140
140
|
msgstr "escriu la sortida en un fitxer especificat"
|
|
141
141
|
|
|
142
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
142
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
143
143
|
msgid "display version information and exit"
|
|
144
144
|
msgstr "mostra informació de la versió i surt"
|
|
145
145
|
|
|
@@ -292,30 +292,34 @@ msgid "require the library before executing xgettext"
|
|
|
292
292
|
msgstr "requereix la llibreria abans d'executar rgettext"
|
|
293
293
|
|
|
294
294
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
295
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
296
|
+
msgstr ""
|
|
297
|
+
|
|
298
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
295
299
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
296
300
|
msgstr ""
|
|
297
301
|
|
|
298
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
302
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
299
303
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
300
304
|
msgstr ""
|
|
301
305
|
|
|
302
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
306
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
303
307
|
msgid "(default: %s)"
|
|
304
308
|
msgstr ""
|
|
305
309
|
|
|
306
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
310
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
307
311
|
msgid "no TAG"
|
|
308
312
|
msgstr ""
|
|
309
313
|
|
|
310
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
314
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
311
315
|
msgid "run in debugging mode"
|
|
312
316
|
msgstr "executa en mode debug"
|
|
313
317
|
|
|
314
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
318
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
315
319
|
msgid "display this help and exit"
|
|
316
320
|
msgstr "mostra informació de la versió i surt"
|
|
317
321
|
|
|
318
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
322
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
319
323
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
320
324
|
msgstr ""
|
|
321
325
|
|
data/po/ca/gettext.po
CHANGED
|
@@ -242,6 +242,9 @@ msgstr ""
|
|
|
242
242
|
msgid "require the library before executing xgettext"
|
|
243
243
|
msgstr "requereix la llibreria abans d'executar rgettext"
|
|
244
244
|
|
|
245
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
246
|
+
msgstr ""
|
|
247
|
+
|
|
245
248
|
msgid ""
|
|
246
249
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
247
250
|
"word lines in output file"
|
data/po/cs/gettext.edit.po
CHANGED
|
@@ -143,7 +143,7 @@ msgstr "Generovat binání katalog zpráv z textového popisu překladu."
|
|
|
143
143
|
msgid "write output to specified file"
|
|
144
144
|
msgstr "zapsat výstup od určeného souboru"
|
|
145
145
|
|
|
146
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
146
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
147
147
|
msgid "display version information and exit"
|
|
148
148
|
msgstr "zobrazit informaci o verzi a skončit"
|
|
149
149
|
|
|
@@ -298,31 +298,35 @@ msgid "require the library before executing xgettext"
|
|
|
298
298
|
msgstr "před spuštěním rgettext je vyžadován require knihovny"
|
|
299
299
|
|
|
300
300
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
301
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
302
|
+
msgstr ""
|
|
303
|
+
|
|
304
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
301
305
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
302
306
|
msgstr ""
|
|
303
307
|
|
|
304
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
308
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
305
309
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
306
310
|
msgstr ""
|
|
307
311
|
|
|
308
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
312
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
309
313
|
msgid "(default: %s)"
|
|
310
314
|
msgstr ""
|
|
311
315
|
|
|
312
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
316
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
313
317
|
msgid "no TAG"
|
|
314
318
|
msgstr ""
|
|
315
319
|
|
|
316
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
320
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
317
321
|
msgid "run in debugging mode"
|
|
318
322
|
msgstr "běh v debug módu"
|
|
319
323
|
|
|
320
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
324
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
321
325
|
#, fuzzy
|
|
322
326
|
msgid "display this help and exit"
|
|
323
327
|
msgstr "zobrazit informaci o verzi a skončit"
|
|
324
328
|
|
|
325
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
329
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
326
330
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
327
331
|
msgstr ""
|
|
328
332
|
|
data/po/cs/gettext.po
CHANGED
|
@@ -247,6 +247,9 @@ msgstr ""
|
|
|
247
247
|
msgid "require the library before executing xgettext"
|
|
248
248
|
msgstr "před spuštěním rgettext je vyžadován require knihovny"
|
|
249
249
|
|
|
250
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
251
|
+
msgstr ""
|
|
252
|
+
|
|
250
253
|
msgid ""
|
|
251
254
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
252
255
|
"word lines in output file"
|
data/po/de/gettext.edit.po
CHANGED
|
@@ -146,7 +146,7 @@ msgstr "Erstelle binären Meldungskatalog aus schriftlicher Übersetzungsbeschre
|
|
|
146
146
|
msgid "write output to specified file"
|
|
147
147
|
msgstr "Schreibe Ausgabe in die angegebene Datei"
|
|
148
148
|
|
|
149
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
149
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
150
150
|
msgid "display version information and exit"
|
|
151
151
|
msgstr "Zeige Versionsinformationen und beende."
|
|
152
152
|
|
|
@@ -305,31 +305,35 @@ msgid "require the library before executing xgettext"
|
|
|
305
305
|
msgstr "Bitte zunächst die Library einbinden bevor rgettext ausgeführt wird"
|
|
306
306
|
|
|
307
307
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
308
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
309
|
+
msgstr ""
|
|
310
|
+
|
|
311
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
308
312
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
309
313
|
msgstr ""
|
|
310
314
|
|
|
311
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
315
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
312
316
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
313
317
|
msgstr ""
|
|
314
318
|
|
|
315
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
319
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
316
320
|
msgid "(default: %s)"
|
|
317
321
|
msgstr ""
|
|
318
322
|
|
|
319
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
323
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
320
324
|
msgid "no TAG"
|
|
321
325
|
msgstr ""
|
|
322
326
|
|
|
323
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
327
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
324
328
|
msgid "run in debugging mode"
|
|
325
329
|
msgstr "Ausführung im Debug-Modus"
|
|
326
330
|
|
|
327
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
331
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
328
332
|
#, fuzzy
|
|
329
333
|
msgid "display this help and exit"
|
|
330
334
|
msgstr "Zeige Versionsinformationen und beende."
|
|
331
335
|
|
|
332
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
336
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
333
337
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
334
338
|
msgstr ""
|
|
335
339
|
|
data/po/de/gettext.po
CHANGED
|
@@ -254,6 +254,9 @@ msgstr ""
|
|
|
254
254
|
msgid "require the library before executing xgettext"
|
|
255
255
|
msgstr "Bitte zunächst die Library einbinden bevor rgettext ausgeführt wird"
|
|
256
256
|
|
|
257
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
258
|
+
msgstr ""
|
|
259
|
+
|
|
257
260
|
msgid ""
|
|
258
261
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
259
262
|
"word lines in output file"
|
data/po/el/gettext.edit.po
CHANGED
|
@@ -142,7 +142,7 @@ msgstr "Δημιουργία καταλόγου μυνημάτων από τη
|
|
|
142
142
|
msgid "write output to specified file"
|
|
143
143
|
msgstr "εγγραφή στο καθορισμένο αρχείο"
|
|
144
144
|
|
|
145
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
145
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
146
146
|
msgid "display version information and exit"
|
|
147
147
|
msgstr "πληροφορίες έκδοσης και έξοδος"
|
|
148
148
|
|
|
@@ -301,31 +301,35 @@ msgid "require the library before executing xgettext"
|
|
|
301
301
|
msgstr "Κάντε χρήση της βιβλιοθήκης (require) πριν από την εκτέλεση του rgettext"
|
|
302
302
|
|
|
303
303
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
304
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
305
|
+
msgstr ""
|
|
306
|
+
|
|
307
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
304
308
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
305
309
|
msgstr ""
|
|
306
310
|
|
|
307
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
311
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
308
312
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
309
313
|
msgstr ""
|
|
310
314
|
|
|
311
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
315
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
312
316
|
msgid "(default: %s)"
|
|
313
317
|
msgstr ""
|
|
314
318
|
|
|
315
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
319
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
316
320
|
msgid "no TAG"
|
|
317
321
|
msgstr ""
|
|
318
322
|
|
|
319
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
323
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
320
324
|
msgid "run in debugging mode"
|
|
321
325
|
msgstr "εκτέλεση σε debugging mode"
|
|
322
326
|
|
|
323
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
327
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
324
328
|
#, fuzzy
|
|
325
329
|
msgid "display this help and exit"
|
|
326
330
|
msgstr "πληροφορίες έκδοσης και έξοδος"
|
|
327
331
|
|
|
328
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
332
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
329
333
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
330
334
|
msgstr ""
|
|
331
335
|
|
data/po/el/gettext.po
CHANGED
|
@@ -250,6 +250,9 @@ msgstr ""
|
|
|
250
250
|
msgid "require the library before executing xgettext"
|
|
251
251
|
msgstr "Κάντε χρήση της βιβλιοθήκης (require) πριν από την εκτέλεση του rgettext"
|
|
252
252
|
|
|
253
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
254
|
+
msgstr ""
|
|
255
|
+
|
|
253
256
|
msgid ""
|
|
254
257
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
255
258
|
"word lines in output file"
|
data/po/eo/gettext.edit.po
CHANGED
|
@@ -144,7 +144,7 @@ msgstr "Generu porkomputilan mesaĝaron el la traduktekstoj."
|
|
|
144
144
|
msgid "write output to specified file"
|
|
145
145
|
msgstr "skribos la produkton en la indikitan dosieron"
|
|
146
146
|
|
|
147
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
147
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
148
148
|
msgid "display version information and exit"
|
|
149
149
|
msgstr "montros versi-informon"
|
|
150
150
|
|
|
@@ -304,31 +304,35 @@ msgid "require the library before executing xgettext"
|
|
|
304
304
|
msgstr "uzos indikitan opcianalizilon"
|
|
305
305
|
|
|
306
306
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
307
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
308
|
+
msgstr ""
|
|
309
|
+
|
|
310
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
307
311
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
308
312
|
msgstr ""
|
|
309
313
|
|
|
310
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
314
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
311
315
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
312
316
|
msgstr ""
|
|
313
317
|
|
|
314
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
318
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
315
319
|
msgid "(default: %s)"
|
|
316
320
|
msgstr ""
|
|
317
321
|
|
|
318
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
322
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
319
323
|
msgid "no TAG"
|
|
320
324
|
msgstr ""
|
|
321
325
|
|
|
322
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
326
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
323
327
|
msgid "run in debugging mode"
|
|
324
328
|
msgstr "sencimiga modo"
|
|
325
329
|
|
|
326
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
330
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
327
331
|
#, fuzzy
|
|
328
332
|
msgid "display this help and exit"
|
|
329
333
|
msgstr "montros versi-informon"
|
|
330
334
|
|
|
331
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
335
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
332
336
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
333
337
|
msgstr ""
|
|
334
338
|
|
data/po/eo/gettext.po
CHANGED
|
@@ -251,6 +251,9 @@ msgstr ""
|
|
|
251
251
|
msgid "require the library before executing xgettext"
|
|
252
252
|
msgstr "uzos indikitan opcianalizilon"
|
|
253
253
|
|
|
254
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
255
|
+
msgstr ""
|
|
256
|
+
|
|
254
257
|
msgid ""
|
|
255
258
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
256
259
|
"word lines in output file"
|
data/po/es/gettext.edit.po
CHANGED
|
@@ -143,7 +143,7 @@ msgstr "Generar catálogo de mensajes binarios a partir de la descripción textu
|
|
|
143
143
|
msgid "write output to specified file"
|
|
144
144
|
msgstr "escribir salida en fichero especificado"
|
|
145
145
|
|
|
146
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
146
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
147
147
|
msgid "display version information and exit"
|
|
148
148
|
msgstr "mostrar información de versión y salir"
|
|
149
149
|
|
|
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
|
|
|
302
302
|
msgstr "importe la biblioteca antes de ejecutar rgettext"
|
|
303
303
|
|
|
304
304
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
305
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
306
|
+
msgstr ""
|
|
307
|
+
|
|
308
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
305
309
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
306
310
|
msgstr ""
|
|
307
311
|
|
|
308
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
312
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
309
313
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
310
314
|
msgstr ""
|
|
311
315
|
|
|
312
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
316
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
313
317
|
msgid "(default: %s)"
|
|
314
318
|
msgstr ""
|
|
315
319
|
|
|
316
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
320
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
317
321
|
msgid "no TAG"
|
|
318
322
|
msgstr ""
|
|
319
323
|
|
|
320
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
324
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
321
325
|
msgid "run in debugging mode"
|
|
322
326
|
msgstr "ejecute en modo depuración"
|
|
323
327
|
|
|
324
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
328
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
325
329
|
#, fuzzy
|
|
326
330
|
msgid "display this help and exit"
|
|
327
331
|
msgstr "mostrar información de versión y salir"
|
|
328
332
|
|
|
329
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
333
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
330
334
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
331
335
|
msgstr ""
|
|
332
336
|
|
data/po/es/gettext.po
CHANGED
|
@@ -252,6 +252,9 @@ msgstr ""
|
|
|
252
252
|
msgid "require the library before executing xgettext"
|
|
253
253
|
msgstr "importe la biblioteca antes de ejecutar rgettext"
|
|
254
254
|
|
|
255
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
256
|
+
msgstr ""
|
|
257
|
+
|
|
255
258
|
msgid ""
|
|
256
259
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
257
260
|
"word lines in output file"
|