gettext 3.4.2 → 3.4.4

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.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -3
  3. data/doc/text/news.md +18 -0
  4. data/gettext.gemspec +2 -1
  5. data/lib/gettext/po_parser.rb +13 -13
  6. data/lib/gettext/tools/parser/erubi.rb +88 -0
  7. data/lib/gettext/tools/xgettext.rb +6 -0
  8. data/lib/gettext/version.rb +2 -2
  9. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  10. data/po/bg/gettext.edit.po +11 -10
  11. data/po/bg/gettext.po +3 -0
  12. data/po/bs/gettext.edit.po +11 -10
  13. data/po/bs/gettext.po +3 -0
  14. data/po/ca/gettext.edit.po +11 -10
  15. data/po/ca/gettext.po +3 -0
  16. data/po/cs/gettext.edit.po +11 -10
  17. data/po/cs/gettext.po +3 -0
  18. data/po/de/gettext.edit.po +11 -10
  19. data/po/de/gettext.po +3 -0
  20. data/po/el/gettext.edit.po +11 -10
  21. data/po/el/gettext.po +3 -0
  22. data/po/eo/gettext.edit.po +11 -10
  23. data/po/eo/gettext.po +3 -0
  24. data/po/es/gettext.edit.po +11 -10
  25. data/po/es/gettext.po +3 -0
  26. data/po/et/gettext.edit.po +11 -10
  27. data/po/et/gettext.po +3 -0
  28. data/po/fr/gettext.edit.po +11 -10
  29. data/po/fr/gettext.po +3 -0
  30. data/po/gettext.pot +14 -10
  31. data/po/hr/gettext.edit.po +11 -10
  32. data/po/hr/gettext.po +3 -0
  33. data/po/hu/gettext.edit.po +11 -10
  34. data/po/hu/gettext.po +3 -0
  35. data/po/it/gettext.edit.po +11 -10
  36. data/po/it/gettext.po +3 -0
  37. data/po/ja/gettext.edit.po +12 -11
  38. data/po/ja/gettext.po +4 -1
  39. data/po/ko/gettext.edit.po +11 -10
  40. data/po/ko/gettext.po +3 -0
  41. data/po/lv/gettext.edit.po +11 -10
  42. data/po/lv/gettext.po +3 -0
  43. data/po/nb/gettext.edit.po +11 -10
  44. data/po/nb/gettext.po +3 -0
  45. data/po/nl/gettext.edit.po +11 -10
  46. data/po/nl/gettext.po +3 -0
  47. data/po/pt_BR/gettext.edit.po +11 -10
  48. data/po/pt_BR/gettext.po +3 -0
  49. data/po/ru/gettext.edit.po +11 -10
  50. data/po/ru/gettext.po +3 -0
  51. data/po/sr/gettext.edit.po +11 -10
  52. data/po/sr/gettext.po +3 -0
  53. data/po/sv/gettext.edit.po +11 -7
  54. data/po/sv/gettext.po +3 -0
  55. data/po/uk/gettext.edit.po +11 -10
  56. data/po/uk/gettext.po +3 -0
  57. data/po/vi/gettext.edit.po +11 -10
  58. data/po/vi/gettext.po +3 -0
  59. data/po/zh/gettext.edit.po +11 -10
  60. data/po/zh/gettext.po +3 -0
  61. data/po/zh_TW/gettext.edit.po +11 -10
  62. data/po/zh_TW/gettext.po +3 -0
  63. data/samples/cgi/po/helloerb1.pot +3 -3
  64. data/samples/cgi/po/helloerb2.pot +3 -3
  65. data/samples/cgi/po/hellolib.pot +3 -3
  66. data/samples/cgi/po/main.pot +3 -3
  67. data/samples/po/bg/hello_gtk_builder.edit.po +15 -0
  68. data/samples/po/bg/hello_gtk_builder.po +12 -0
  69. data/samples/po/bs/hello_gtk_builder.edit.po +15 -0
  70. data/samples/po/bs/hello_gtk_builder.po +12 -0
  71. data/samples/po/ca/hello_gtk_builder.edit.po +15 -0
  72. data/samples/po/ca/hello_gtk_builder.po +12 -0
  73. data/samples/po/cs/hello_gtk_builder.edit.po +15 -0
  74. data/samples/po/cs/hello_gtk_builder.po +12 -0
  75. data/samples/po/de/hello_gtk_builder.edit.po +15 -0
  76. data/samples/po/de/hello_gtk_builder.po +12 -0
  77. data/samples/po/el/hello_gtk_builder.edit.po +15 -0
  78. data/samples/po/el/hello_gtk_builder.po +12 -0
  79. data/samples/po/eo/hello_gtk_builder.edit.po +15 -0
  80. data/samples/po/eo/hello_gtk_builder.po +12 -0
  81. data/samples/po/es/hello_gtk_builder.edit.po +15 -0
  82. data/samples/po/es/hello_gtk_builder.po +12 -0
  83. data/samples/po/fr/hello_gtk_builder.edit.po +15 -0
  84. data/samples/po/fr/hello_gtk_builder.po +12 -0
  85. data/samples/po/hello.pot +3 -3
  86. data/samples/po/hello2.pot +4 -4
  87. data/samples/po/hello_glade2.pot +8 -5
  88. data/samples/po/hello_gtk2.pot +4 -4
  89. data/samples/po/hello_gtk_builder.pot +18 -4
  90. data/samples/po/hello_noop.pot +4 -4
  91. data/samples/po/hello_plural.pot +4 -4
  92. data/samples/po/hello_tk.pot +4 -4
  93. data/samples/po/hr/hello_gtk_builder.edit.po +15 -0
  94. data/samples/po/hr/hello_gtk_builder.po +12 -0
  95. data/samples/po/hu/hello_gtk_builder.edit.po +15 -0
  96. data/samples/po/hu/hello_gtk_builder.po +12 -0
  97. data/samples/po/it/hello_gtk_builder.edit.po +15 -0
  98. data/samples/po/it/hello_gtk_builder.po +12 -0
  99. data/samples/po/ja/hello_gtk_builder.edit.po +15 -0
  100. data/samples/po/ja/hello_gtk_builder.po +12 -0
  101. data/samples/po/ko/hello_gtk_builder.edit.po +15 -0
  102. data/samples/po/ko/hello_gtk_builder.po +12 -0
  103. data/samples/po/lv/hello_gtk_builder.edit.po +15 -0
  104. data/samples/po/lv/hello_gtk_builder.po +12 -0
  105. data/samples/po/nb/hello_gtk_builder.edit.po +15 -0
  106. data/samples/po/nb/hello_gtk_builder.po +12 -0
  107. data/samples/po/nl/hello_gtk_builder.edit.po +15 -0
  108. data/samples/po/nl/hello_gtk_builder.po +12 -0
  109. data/samples/po/pt_BR/hello_gtk_builder.edit.po +15 -0
  110. data/samples/po/pt_BR/hello_gtk_builder.po +12 -0
  111. data/samples/po/ru/hello_gtk_builder.edit.po +15 -0
  112. data/samples/po/ru/hello_gtk_builder.po +12 -0
  113. data/samples/po/sr/hello_gtk_builder.edit.po +15 -0
  114. data/samples/po/sr/hello_gtk_builder.po +12 -0
  115. data/samples/po/sv/hello_gtk_builder.edit.po +15 -0
  116. data/samples/po/sv/hello_gtk_builder.po +12 -0
  117. data/samples/po/uk/hello_gtk_builder.edit.po +15 -0
  118. data/samples/po/uk/hello_gtk_builder.po +12 -0
  119. data/samples/po/vi/hello_gtk_builder.edit.po +15 -0
  120. data/samples/po/vi/hello_gtk_builder.po +12 -0
  121. data/samples/po/zh/hello_gtk_builder.edit.po +15 -0
  122. data/samples/po/zh/hello_gtk_builder.po +12 -0
  123. data/samples/po/zh_TW/hello_gtk_builder.edit.po +15 -0
  124. data/samples/po/zh_TW/hello_gtk_builder.po +12 -0
  125. data/test/fixtures/erb/case.rhtml +16 -0
  126. data/test/po/_.pot +3 -3
  127. data/test/po/backslash.pot +6 -4
  128. data/test/po/hello.pot +3 -3
  129. data/test/po/ja/_.po +15 -0
  130. data/test/po/ja/hello.edit.po +0 -1
  131. data/test/po/non_ascii.pot +4 -4
  132. data/test/po/np_.pot +3 -3
  133. data/test/po/ns_.pot +3 -3
  134. data/test/po/p_.pot +3 -3
  135. data/test/po/s_.pot +3 -3
  136. data/test/po/untranslated.pot +4 -4
  137. data/test/test_parser.rb +62 -0
  138. data/test/tools/test_msginit.rb +2 -2
  139. data/test/tools/test_xgettext.rb +85 -0
  140. metadata +30 -15
  141. data/test/fixtures/gtk_builder_ui_definitions.ui~ +0 -68
@@ -146,7 +146,7 @@ msgstr "从文本叙述翻译生成二进制信息目录。"
146
146
  msgid "write output to specified file"
147
147
  msgstr "输出到指定文件"
148
148
 
149
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
149
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
150
150
  msgid "display version information and exit"
151
151
  msgstr "显示版本信息并退出"
152
152
 
@@ -305,33 +305,34 @@ msgid "require the library before executing xgettext"
305
305
  msgstr "在执行 rgettext 之前需要一个库"
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:335
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:336
319
+ #: ../lib/gettext/tools/xgettext.rb:342
316
320
  msgid "(default: %s)"
317
321
  msgstr ""
318
322
 
319
- #: ../lib/gettext/tools/xgettext.rb:336
323
+ #: ../lib/gettext/tools/xgettext.rb:342
320
324
  msgid "no TAG"
321
325
  msgstr ""
322
326
 
323
- #: ../lib/gettext/tools/xgettext.rb:340
327
+ #: ../lib/gettext/tools/xgettext.rb:346
324
328
  msgid "run in debugging mode"
325
329
  msgstr "运行于调试模式"
326
330
 
327
- #: ../lib/gettext/tools/xgettext.rb:344
331
+ #: ../lib/gettext/tools/xgettext.rb:350
328
332
  #, fuzzy
329
333
  msgid "display this help and exit"
330
334
  msgstr "显示版本信息并退出"
331
335
 
332
- #: ../lib/gettext/tools/xgettext.rb:375
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
-
336
- #~ msgid "`%{file}' is not glade-2.0 format."
337
- #~ msgstr "`%{file}'不是glade-2.0格式。"
data/po/zh/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"
@@ -145,7 +145,7 @@ msgstr "從textual translation description產生二進位訊息 catalog"
145
145
  msgid "write output to specified file"
146
146
  msgstr "輸出到指定檔案"
147
147
 
148
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
148
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
149
149
  msgid "display version information and exit"
150
150
  msgstr "秀出版本資訊後退出"
151
151
 
@@ -304,33 +304,34 @@ msgid "require the library before executing xgettext"
304
304
  msgstr "在執行 rgettext 之前需要一個庫"
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:335
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:336
318
+ #: ../lib/gettext/tools/xgettext.rb:342
315
319
  msgid "(default: %s)"
316
320
  msgstr ""
317
321
 
318
- #: ../lib/gettext/tools/xgettext.rb:336
322
+ #: ../lib/gettext/tools/xgettext.rb:342
319
323
  msgid "no TAG"
320
324
  msgstr ""
321
325
 
322
- #: ../lib/gettext/tools/xgettext.rb:340
326
+ #: ../lib/gettext/tools/xgettext.rb:346
323
327
  msgid "run in debugging mode"
324
328
  msgstr "執行除錯模式"
325
329
 
326
- #: ../lib/gettext/tools/xgettext.rb:344
330
+ #: ../lib/gettext/tools/xgettext.rb:350
327
331
  #, fuzzy
328
332
  msgid "display this help and exit"
329
333
  msgstr "秀出版本資訊後退出"
330
334
 
331
- #: ../lib/gettext/tools/xgettext.rb:375
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
-
335
- #~ msgid "`%{file}' is not glade-2.0 format."
336
- #~ msgstr "`%{file}' 不是 glade-2.0 格式"
data/po/zh_TW/gettext.po CHANGED
@@ -251,6 +251,9 @@ msgstr ""
251
251
  msgid "require the library before executing xgettext"
252
252
  msgstr "在執行 rgettext 之前需要一個庫"
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"
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: helloerb1 3.1.3\n"
9
+ "Project-Id-Version: helloerb1 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-07-09 14:27+0900\n"
12
- "PO-Revision-Date: 2014-07-09 14:27+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: helloerb2 3.1.3\n"
9
+ "Project-Id-Version: helloerb2 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-07-09 14:27+0900\n"
12
- "PO-Revision-Date: 2014-07-09 14:27+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hellolib 3.1.3\n"
9
+ "Project-Id-Version: hellolib 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-07-09 14:27+0900\n"
12
- "PO-Revision-Date: 2014-07-09 14:27+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: main 3.1.3\n"
9
+ "Project-Id-Version: main 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-07-09 14:27+0900\n"
12
- "PO-Revision-Date: 2014-07-09 14:27+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -17,3 +17,18 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<"
18
18
  "10 || n%100>=20) ? 1 : 2;\n"
19
19
  "\n"
20
+
21
+ #: ../hello_gtk_builder.ui:7
22
+ msgid "window1"
23
+ msgstr ""
24
+
25
+ #: ../hello_gtk_builder.ui:16
26
+ msgid ""
27
+ "first line\n"
28
+ "second line\n"
29
+ "third line"
30
+ msgstr ""
31
+
32
+ #: ../hello_gtk_builder.ui:28
33
+ msgid "<Hello world>"
34
+ msgstr ""
@@ -17,3 +17,15 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<"
18
18
  "10 || n%100>=20) ? 1 : 2;\n"
19
19
  "\n"
20
+
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ msgid ""
25
+ "first line\n"
26
+ "second line\n"
27
+ "third line"
28
+ msgstr ""
29
+
30
+ msgid "<Hello world>"
31
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
@@ -16,3 +16,18 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n>1;\n"
18
18
  "\n"
19
+
20
+ #: ../hello_gtk_builder.ui:7
21
+ msgid "window1"
22
+ msgstr ""
23
+
24
+ #: ../hello_gtk_builder.ui:16
25
+ msgid ""
26
+ "first line\n"
27
+ "second line\n"
28
+ "third line"
29
+ msgstr ""
30
+
31
+ #: ../hello_gtk_builder.ui:28
32
+ msgid "<Hello world>"
33
+ msgstr ""
@@ -16,3 +16,15 @@ msgstr ""
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n>1;\n"
18
18
  "\n"
19
+
20
+ msgid "window1"
21
+ msgstr ""
22
+
23
+ msgid ""
24
+ "first line\n"
25
+ "second line\n"
26
+ "third line"
27
+ msgstr ""
28
+
29
+ msgid "<Hello world>"
30
+ msgstr ""
data/samples/po/hello.pot CHANGED
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hello 3.1.3\n"
9
+ "Project-Id-Version: hello 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-07-09 15:14+0900\n"
12
- "PO-Revision-Date: 2014-07-09 15:14+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the gettext package.
3
+ # This file is distributed under the same license as the hello2 package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 3.0.1\n"
9
+ "Project-Id-Version: hello2 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2013-09-02 23:40+0900\n"
12
- "PO-Revision-Date: 2013-09-02 23:40+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the gettext package.
3
+ # This file is distributed under the same license as the hello_glade2 package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 2.3.1\n"
9
+ "Project-Id-Version: hello_glade2 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2012-09-02 11:50+0900\n"
12
- "PO-Revision-Date: 2012-09-02 11:50+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -23,7 +23,10 @@ msgid "window1"
23
23
  msgstr ""
24
24
 
25
25
  #: ../hello_glade2.glade:30
26
- msgid "first line\\nsecond line\\nthird line"
26
+ msgid ""
27
+ "first line\n"
28
+ "second line\n"
29
+ "third line"
27
30
  msgstr ""
28
31
 
29
32
  #: ../hello_glade2.glade:54
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the gettext package.
3
+ # This file is distributed under the same license as the hello_gtk2 package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 3.0.1\n"
9
+ "Project-Id-Version: hello_gtk2 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2013-09-02 23:40+0900\n"
12
- "PO-Revision-Date: 2013-09-02 23:40+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the gettext package.
3
+ # This file is distributed under the same license as the hello_gtk_builder package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 3.0.1\n"
9
+ "Project-Id-Version: hello_gtk_builder 3.4.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2013-09-02 23:19+0900\n"
12
- "PO-Revision-Date: 2013-09-02 23:19+0900\n"
11
+ "POT-Creation-Date: 2023-06-11 06:20+0900\n"
12
+ "PO-Revision-Date: 2023-06-11 06:20+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,3 +18,17 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
+ #: ../hello_gtk_builder.ui:7
22
+ msgid "window1"
23
+ msgstr ""
24
+
25
+ #: ../hello_gtk_builder.ui:16
26
+ msgid ""
27
+ "first line\n"
28
+ "second line\n"
29
+ "third line"
30
+ msgstr ""
31
+
32
+ #: ../hello_gtk_builder.ui:28
33
+ msgid "<Hello world>"
34
+ msgstr ""