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