gettext 3.4.0 → 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 +39 -0
- data/gettext.gemspec +3 -1
- data/lib/gettext/mo.rb +5 -14
- data/lib/gettext/text_domain_manager.rb +6 -5
- 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 +13 -9
- data/po/bg/gettext.po +3 -0
- data/po/bs/gettext.edit.po +13 -9
- data/po/bs/gettext.po +3 -0
- data/po/ca/gettext.edit.po +13 -9
- data/po/ca/gettext.po +3 -0
- data/po/cs/gettext.edit.po +13 -9
- data/po/cs/gettext.po +3 -0
- data/po/de/gettext.edit.po +13 -9
- data/po/de/gettext.po +3 -0
- data/po/el/gettext.edit.po +13 -9
- data/po/el/gettext.po +3 -0
- data/po/eo/gettext.edit.po +13 -9
- data/po/eo/gettext.po +3 -0
- data/po/es/gettext.edit.po +13 -9
- data/po/es/gettext.po +3 -0
- data/po/et/gettext.edit.po +13 -9
- data/po/et/gettext.po +3 -0
- data/po/fr/gettext.edit.po +13 -9
- data/po/fr/gettext.po +3 -0
- data/po/gettext.pot +16 -12
- data/po/hr/gettext.edit.po +13 -9
- data/po/hr/gettext.po +3 -0
- data/po/hu/gettext.edit.po +13 -9
- data/po/hu/gettext.po +3 -0
- data/po/it/gettext.edit.po +13 -9
- data/po/it/gettext.po +3 -0
- data/po/ja/gettext.edit.po +14 -10
- data/po/ja/gettext.po +4 -1
- data/po/ko/gettext.edit.po +13 -9
- data/po/ko/gettext.po +3 -0
- data/po/lv/gettext.edit.po +13 -9
- data/po/lv/gettext.po +3 -0
- data/po/nb/gettext.edit.po +13 -9
- data/po/nb/gettext.po +3 -0
- data/po/nl/gettext.edit.po +13 -9
- data/po/nl/gettext.po +3 -0
- data/po/pt_BR/gettext.edit.po +13 -9
- data/po/pt_BR/gettext.po +3 -0
- data/po/ru/gettext.edit.po +13 -9
- data/po/ru/gettext.po +3 -0
- data/po/sr/gettext.edit.po +13 -9
- data/po/sr/gettext.po +3 -0
- data/po/sv/gettext.edit.po +13 -9
- data/po/sv/gettext.po +3 -0
- data/po/uk/gettext.edit.po +13 -9
- data/po/uk/gettext.po +3 -0
- data/po/vi/gettext.edit.po +13 -9
- data/po/vi/gettext.po +3 -0
- data/po/zh/gettext.edit.po +13 -9
- data/po/zh/gettext.po +3 -0
- data/po/zh_TW/gettext.edit.po +13 -9
- data/po/zh_TW/gettext.po +3 -0
- 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/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/ja/_.po +15 -0
- data/test/test_gettext.rb +23 -0
- data/test/test_locale_path.rb +12 -4
- data/test/test_parser.rb +62 -0
- data/test/tools/test_xgettext.rb +85 -0
- metadata +39 -4
data/po/it/gettext.edit.po
CHANGED
|
@@ -20,11 +20,11 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
24
24
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
25
25
|
msgstr ""
|
|
26
26
|
|
|
27
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
27
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
28
28
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
29
29
|
msgstr ""
|
|
30
30
|
|
|
@@ -142,7 +142,7 @@ msgstr "Genera un catalogo binario dei messaggi dalla descrizione testuale della
|
|
|
142
142
|
msgid "write output to specified file"
|
|
143
143
|
msgstr "scrivi l'output sul file specificato"
|
|
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 "mostra la versione ed esce"
|
|
148
148
|
|
|
@@ -300,31 +300,35 @@ msgid "require the library before executing xgettext"
|
|
|
300
300
|
msgstr ""
|
|
301
301
|
|
|
302
302
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
303
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
304
|
+
msgstr ""
|
|
305
|
+
|
|
306
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
303
307
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
304
308
|
msgstr ""
|
|
305
309
|
|
|
306
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
310
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
307
311
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
308
312
|
msgstr ""
|
|
309
313
|
|
|
310
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
314
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
311
315
|
msgid "(default: %s)"
|
|
312
316
|
msgstr ""
|
|
313
317
|
|
|
314
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
318
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
315
319
|
msgid "no TAG"
|
|
316
320
|
msgstr ""
|
|
317
321
|
|
|
318
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
322
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
319
323
|
msgid "run in debugging mode"
|
|
320
324
|
msgstr ""
|
|
321
325
|
|
|
322
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
326
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
323
327
|
#, fuzzy
|
|
324
328
|
msgid "display this help and exit"
|
|
325
329
|
msgstr "mostra la versione ed esce"
|
|
326
330
|
|
|
327
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
331
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
328
332
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
329
333
|
msgstr ""
|
|
330
334
|
|
data/po/it/gettext.po
CHANGED
|
@@ -250,6 +250,9 @@ msgstr ""
|
|
|
250
250
|
msgid "require the library before executing xgettext"
|
|
251
251
|
msgstr ""
|
|
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/ja/gettext.edit.po
CHANGED
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: gettext 2.3.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"PO-Revision-Date:
|
|
10
|
+
"PO-Revision-Date: 2022-05-20 19:57+0900\n"
|
|
11
11
|
"Last-Translator: Haruka Yoshihara <yoshihara@clear-code.com>\n"
|
|
12
12
|
"Language-Team: Japanese\n"
|
|
13
13
|
"Language: ja\n"
|
|
@@ -16,11 +16,11 @@ msgstr ""
|
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
19
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
19
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
20
20
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
21
21
|
msgstr "ngettext: 3番目のパラメータが不正です。: value = %{number}"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
24
24
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
25
25
|
msgstr "ngettext: 3番目のパラメータがnilです。数値にしてください。"
|
|
26
26
|
|
|
@@ -136,7 +136,7 @@ msgstr "poファイルからバイナリのメッセージカタログファイ
|
|
|
136
136
|
msgid "write output to specified file"
|
|
137
137
|
msgstr "出力ファイルを指定します"
|
|
138
138
|
|
|
139
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
139
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
|
|
140
140
|
msgid "display version information and exit"
|
|
141
141
|
msgstr "バージョンを表示します"
|
|
142
142
|
|
|
@@ -289,30 +289,34 @@ msgid "require the library before executing xgettext"
|
|
|
289
289
|
msgstr "xgettextを実行する前に読み込むライブラリを指定します"
|
|
290
290
|
|
|
291
291
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
292
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
293
|
+
msgstr "PARSERをxgettext用のパーサーリストに追加します"
|
|
294
|
+
|
|
295
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
292
296
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
293
297
|
msgstr "TAGを指定すると、キーワード行の前にあるコメントブロックのうち、TAGから始まるコメントブロックをTAGも含めて出力する"
|
|
294
298
|
|
|
295
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
299
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
296
300
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
297
301
|
msgstr "TAGを指定しないと、キーワード行の前にあるすべてのコメントブロックを出力する"
|
|
298
302
|
|
|
299
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
303
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
300
304
|
msgid "(default: %s)"
|
|
301
305
|
msgstr "(デフォルト:%s)"
|
|
302
306
|
|
|
303
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
307
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
304
308
|
msgid "no TAG"
|
|
305
309
|
msgstr "TAGなし"
|
|
306
310
|
|
|
307
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
311
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
308
312
|
msgid "run in debugging mode"
|
|
309
313
|
msgstr "デバッグモードで実行します"
|
|
310
314
|
|
|
311
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
315
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
312
316
|
msgid "display this help and exit"
|
|
313
317
|
msgstr "このヘルプを表示します"
|
|
314
318
|
|
|
315
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
319
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
316
320
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
317
321
|
msgstr "\"\"というmsgidはgettextによって予約されています。したがって、gettext(\"\")は作成されるpoファイルのヘッダエントリを返しますが、空の文字列は返しません。"
|
|
318
322
|
|
data/po/ja/gettext.po
CHANGED
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: gettext 2.3.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"PO-Revision-Date:
|
|
10
|
+
"PO-Revision-Date: 2022-05-20 19:57+0900\n"
|
|
11
11
|
"Last-Translator: Haruka Yoshihara <yoshihara@clear-code.com>\n"
|
|
12
12
|
"Language-Team: Japanese\n"
|
|
13
13
|
"Language: ja\n"
|
|
@@ -240,6 +240,9 @@ msgstr "出力を位置情報でソート"
|
|
|
240
240
|
msgid "require the library before executing xgettext"
|
|
241
241
|
msgstr "xgettextを実行する前に読み込むライブラリを指定します"
|
|
242
242
|
|
|
243
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
244
|
+
msgstr "PARSERをxgettext用のパーサーリストに追加します"
|
|
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/ko/gettext.edit.po
CHANGED
|
@@ -20,11 +20,11 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
24
24
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
25
25
|
msgstr ""
|
|
26
26
|
|
|
27
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
27
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
28
28
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
29
29
|
msgstr ""
|
|
30
30
|
|
|
@@ -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 "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 "디버깅 모드에서 실행합니다"
|
|
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/ko/gettext.po
CHANGED
|
@@ -248,6 +248,9 @@ msgstr ""
|
|
|
248
248
|
msgid "require the library before executing xgettext"
|
|
249
249
|
msgstr "rgettext를 실행하려면 라이브러리가 필요합니다"
|
|
250
250
|
|
|
251
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
252
|
+
msgstr ""
|
|
253
|
+
|
|
251
254
|
msgid ""
|
|
252
255
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
253
256
|
"word lines in output file"
|
data/po/lv/gettext.edit.po
CHANGED
|
@@ -20,12 +20,12 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
24
24
|
#, fuzzy
|
|
25
25
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
26
26
|
msgstr "trešais parametrs ir kļūdains: vērtība = %{number}"
|
|
27
27
|
|
|
28
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
28
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
29
29
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
@@ -143,7 +143,7 @@ msgstr "Ģenerēt bināro katalogu no tekstuālo tulkojumu apraksta."
|
|
|
143
143
|
msgid "write output to specified file"
|
|
144
144
|
msgstr "ierakstīt izvadi norādītajā datnē"
|
|
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 "parādīt versiju un iziet"
|
|
149
149
|
|
|
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
|
|
|
302
302
|
msgstr "izmanto \"require bibliotēka\" pirms izsauc 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 "izpildīt atkļūdošanas veidā"
|
|
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 "parādīt versiju un iziet"
|
|
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/lv/gettext.po
CHANGED
|
@@ -250,6 +250,9 @@ msgstr ""
|
|
|
250
250
|
msgid "require the library before executing xgettext"
|
|
251
251
|
msgstr "izmanto \"require bibliotēka\" pirms izsauc 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/nb/gettext.edit.po
CHANGED
|
@@ -20,12 +20,12 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
24
24
|
#, fuzzy
|
|
25
25
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
26
26
|
msgstr "Tredje parameter er feil: verdi = %{number}"
|
|
27
27
|
|
|
28
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
28
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
29
29
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
@@ -143,7 +143,7 @@ msgstr "Opprett mappe for binære meldinger ut fra beskrivelse av oversettelsen.
|
|
|
143
143
|
msgid "write output to specified file"
|
|
144
144
|
msgstr "skriv ut til spesifisert fil"
|
|
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 "vis versjonsinformasjon og avslutt"
|
|
149
149
|
|
|
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
|
|
|
302
302
|
msgstr "krev biblioteket før du kjører 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 "kjør i feilsøkingsmodus"
|
|
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 "vis versjonsinformasjon og avslutt"
|
|
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/nb/gettext.po
CHANGED
|
@@ -250,6 +250,9 @@ msgstr ""
|
|
|
250
250
|
msgid "require the library before executing xgettext"
|
|
251
251
|
msgstr "krev biblioteket før du kjører 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/nl/gettext.edit.po
CHANGED
|
@@ -20,11 +20,11 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
24
24
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
25
25
|
msgstr ""
|
|
26
26
|
|
|
27
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
27
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
28
28
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
29
29
|
msgstr ""
|
|
30
30
|
|
|
@@ -142,7 +142,7 @@ msgstr "Genereer binaire berichtencatalogus uit vertalingen in tekstvorm."
|
|
|
142
142
|
msgid "write output to specified file"
|
|
143
143
|
msgstr "schrijf uitvoer naar opgegeven bestand"
|
|
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 "toon versie-informatie en stop"
|
|
148
148
|
|
|
@@ -301,31 +301,35 @@ msgid "require the library before executing xgettext"
|
|
|
301
301
|
msgstr "vereis de bibliotheek voordat rgettext uitgevoerd wordt"
|
|
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 "draai in debug 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 "toon versie-informatie en stop"
|
|
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/nl/gettext.po
CHANGED
|
@@ -250,6 +250,9 @@ msgstr ""
|
|
|
250
250
|
msgid "require the library before executing xgettext"
|
|
251
251
|
msgstr "vereis de bibliotheek voordat rgettext uitgevoerd wordt"
|
|
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/pt_BR/gettext.edit.po
CHANGED
|
@@ -21,12 +21,12 @@ msgstr ""
|
|
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
|
22
22
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
23
23
|
|
|
24
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
24
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
25
25
|
#, fuzzy
|
|
26
26
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
27
27
|
msgstr "O 3º parâmetro está errado: value = %{number}"
|
|
28
28
|
|
|
29
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
29
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
30
30
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
31
31
|
msgstr ""
|
|
32
32
|
|
|
@@ -144,7 +144,7 @@ msgstr "Gerar catálogo de mensagem binária da descrição de tradução textua
|
|
|
144
144
|
msgid "write output to specified file"
|
|
145
145
|
msgstr "escreve saída para o arquivo especificado"
|
|
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 "mostra informação de versão e sai"
|
|
150
150
|
|
|
@@ -303,31 +303,35 @@ msgid "require the library before executing xgettext"
|
|
|
303
303
|
msgstr "carregue (require) a biblioteca antes de executar o rgettext"
|
|
304
304
|
|
|
305
305
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
306
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
307
|
+
msgstr ""
|
|
308
|
+
|
|
309
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
306
310
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
307
311
|
msgstr ""
|
|
308
312
|
|
|
309
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
313
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
310
314
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
311
315
|
msgstr ""
|
|
312
316
|
|
|
313
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
317
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
314
318
|
msgid "(default: %s)"
|
|
315
319
|
msgstr ""
|
|
316
320
|
|
|
317
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
321
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
318
322
|
msgid "no TAG"
|
|
319
323
|
msgstr ""
|
|
320
324
|
|
|
321
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
325
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
322
326
|
msgid "run in debugging mode"
|
|
323
327
|
msgstr "executar em mode de depuração"
|
|
324
328
|
|
|
325
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
329
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
326
330
|
#, fuzzy
|
|
327
331
|
msgid "display this help and exit"
|
|
328
332
|
msgstr "mostra informação de versão e sai"
|
|
329
333
|
|
|
330
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
334
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
331
335
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
332
336
|
msgstr ""
|
|
333
337
|
|
data/po/pt_BR/gettext.po
CHANGED
|
@@ -252,6 +252,9 @@ msgstr ""
|
|
|
252
252
|
msgid "require the library before executing xgettext"
|
|
253
253
|
msgstr "carregue (require) a biblioteca antes de executar o 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"
|
data/po/ru/gettext.edit.po
CHANGED
|
@@ -21,12 +21,12 @@ msgstr ""
|
|
|
21
21
|
"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
22
22
|
"X-Generator: KBabel 1.11.4\n"
|
|
23
23
|
|
|
24
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
24
|
+
#: ../lib/gettext/text_domain_manager.rb:149
|
|
25
25
|
#, fuzzy
|
|
26
26
|
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
27
27
|
msgstr "Ошибка в третьем параметре: value = %{number}"
|
|
28
28
|
|
|
29
|
-
#: ../lib/gettext/text_domain_manager.rb:
|
|
29
|
+
#: ../lib/gettext/text_domain_manager.rb:155
|
|
30
30
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
31
31
|
msgstr ""
|
|
32
32
|
|
|
@@ -144,7 +144,7 @@ msgstr "Генерирует бинарный каталог сообщений
|
|
|
144
144
|
msgid "write output to specified file"
|
|
145
145
|
msgstr "записать результат в указанный файл"
|
|
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 "показать информацию о версии и закончить работу"
|
|
150
150
|
|
|
@@ -303,31 +303,35 @@ msgid "require the library before executing xgettext"
|
|
|
303
303
|
msgstr "для выполнения rgettext требуется библиотека"
|
|
304
304
|
|
|
305
305
|
#: ../lib/gettext/tools/xgettext.rb:334
|
|
306
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
307
|
+
msgstr ""
|
|
308
|
+
|
|
309
|
+
#: ../lib/gettext/tools/xgettext.rb:340
|
|
306
310
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
307
311
|
msgstr ""
|
|
308
312
|
|
|
309
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
313
|
+
#: ../lib/gettext/tools/xgettext.rb:341
|
|
310
314
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
311
315
|
msgstr ""
|
|
312
316
|
|
|
313
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
317
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
314
318
|
msgid "(default: %s)"
|
|
315
319
|
msgstr ""
|
|
316
320
|
|
|
317
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
321
|
+
#: ../lib/gettext/tools/xgettext.rb:342
|
|
318
322
|
msgid "no TAG"
|
|
319
323
|
msgstr ""
|
|
320
324
|
|
|
321
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
325
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
322
326
|
msgid "run in debugging mode"
|
|
323
327
|
msgstr "запуск в режиме отладки"
|
|
324
328
|
|
|
325
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
329
|
+
#: ../lib/gettext/tools/xgettext.rb:350
|
|
326
330
|
#, fuzzy
|
|
327
331
|
msgid "display this help and exit"
|
|
328
332
|
msgstr "показать информацию о версии и закончить работу"
|
|
329
333
|
|
|
330
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
334
|
+
#: ../lib/gettext/tools/xgettext.rb:381
|
|
331
335
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
332
336
|
msgstr ""
|
|
333
337
|
|
data/po/ru/gettext.po
CHANGED
|
@@ -252,6 +252,9 @@ msgstr ""
|
|
|
252
252
|
msgid "require the library before executing xgettext"
|
|
253
253
|
msgstr "для выполнения 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"
|