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/it/gettext.edit.po
CHANGED
|
@@ -20,108 +20,112 @@ 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
|
|
|
31
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
31
|
+
#: ../lib/gettext/tools/msgcat.rb:243
|
|
32
32
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
|
33
33
|
msgstr ""
|
|
34
34
|
|
|
35
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
35
|
+
#: ../lib/gettext/tools/msgcat.rb:245
|
|
36
36
|
msgid "Concatenates and merges PO files."
|
|
37
37
|
msgstr ""
|
|
38
38
|
|
|
39
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
39
|
+
#: ../lib/gettext/tools/msgcat.rb:247 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:98 ../lib/gettext/tools/msgmerge.rb:368 ../lib/gettext/tools/xgettext.rb:247
|
|
40
40
|
msgid "Specific options:"
|
|
41
41
|
msgstr "Opzioni:"
|
|
42
42
|
|
|
43
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
43
|
+
#: ../lib/gettext/tools/msgcat.rb:250 ../lib/gettext/tools/msgmerge.rb:376
|
|
44
44
|
#, fuzzy
|
|
45
45
|
msgid "Write output to specified file"
|
|
46
46
|
msgstr "scrivi l'output sul file specificato"
|
|
47
47
|
|
|
48
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
48
|
+
#: ../lib/gettext/tools/msgcat.rb:251
|
|
49
49
|
msgid "(default: the standard output)"
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
52
|
+
#: ../lib/gettext/tools/msgcat.rb:256 ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:400 ../lib/gettext/tools/xgettext.rb:301
|
|
53
53
|
msgid "Sort output by msgid"
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
56
|
+
#: ../lib/gettext/tools/msgcat.rb:261 ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:388 ../lib/gettext/tools/msgmerge.rb:395
|
|
57
57
|
msgid "Sort output by location"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
60
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
60
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgmerge.rb:389
|
|
61
61
|
msgid "It is same as --sort-by-location"
|
|
62
62
|
msgstr ""
|
|
63
63
|
|
|
64
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
64
|
+
#: ../lib/gettext/tools/msgcat.rb:268 ../lib/gettext/tools/msgcat.rb:275 ../lib/gettext/tools/msgmerge.rb:383 ../lib/gettext/tools/msgmerge.rb:390
|
|
65
65
|
msgid "Just for GNU gettext's msgcat compatibility"
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
68
|
+
#: ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:382
|
|
69
69
|
msgid "It is same as --sort-by-msgid"
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
72
|
+
#: ../lib/gettext/tools/msgcat.rb:280
|
|
73
73
|
msgid "Remove location information"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
76
|
+
#: ../lib/gettext/tools/msgcat.rb:285
|
|
77
77
|
msgid "Remove translator comment"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
80
|
+
#: ../lib/gettext/tools/msgcat.rb:290
|
|
81
81
|
msgid "Remove extracted comment"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
84
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
84
|
+
#: ../lib/gettext/tools/msgcat.rb:295
|
|
85
85
|
msgid "Remove flag comment"
|
|
86
86
|
msgstr ""
|
|
87
87
|
|
|
88
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
88
|
+
#: ../lib/gettext/tools/msgcat.rb:300
|
|
89
89
|
msgid "Remove previous comment"
|
|
90
90
|
msgstr ""
|
|
91
91
|
|
|
92
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
92
|
+
#: ../lib/gettext/tools/msgcat.rb:305
|
|
93
93
|
msgid "Remove all comments"
|
|
94
94
|
msgstr ""
|
|
95
95
|
|
|
96
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
96
|
+
#: ../lib/gettext/tools/msgcat.rb:310 ../lib/gettext/tools/msgmerge.rb:410 ../lib/gettext/tools/xgettext.rb:311
|
|
97
97
|
msgid "Set output page width"
|
|
98
98
|
msgstr ""
|
|
99
99
|
|
|
100
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
100
|
+
#: ../lib/gettext/tools/msgcat.rb:316 ../lib/gettext/tools/msgmerge.rb:416 ../lib/gettext/tools/xgettext.rb:317
|
|
101
101
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
|
102
102
|
msgstr ""
|
|
103
103
|
|
|
104
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
104
|
+
#: ../lib/gettext/tools/msgcat.rb:327 ../lib/gettext/tools/msgmerge.rb:427 ../lib/gettext/tools/xgettext.rb:328
|
|
105
|
+
msgid "Use one line for each reference comment"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#: ../lib/gettext/tools/msgcat.rb:333
|
|
105
109
|
msgid "Ignore fuzzy entries"
|
|
106
110
|
msgstr ""
|
|
107
111
|
|
|
108
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
112
|
+
#: ../lib/gettext/tools/msgcat.rb:338 ../lib/gettext/tools/msgmerge.rb:439
|
|
109
113
|
msgid "Don't report warning messages"
|
|
110
114
|
msgstr ""
|
|
111
115
|
|
|
112
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
116
|
+
#: ../lib/gettext/tools/msgcat.rb:343 ../lib/gettext/tools/msgmerge.rb:444
|
|
113
117
|
msgid "Don't output obsolete entries"
|
|
114
118
|
msgstr ""
|
|
115
119
|
|
|
116
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
120
|
+
#: ../lib/gettext/tools/msgcat.rb:348
|
|
117
121
|
msgid "Update PO-Revision-Date header field"
|
|
118
122
|
msgstr ""
|
|
119
123
|
|
|
120
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
124
|
+
#: ../lib/gettext/tools/msgcat.rb:353
|
|
121
125
|
msgid "Remove FIELD from header"
|
|
122
126
|
msgstr ""
|
|
123
127
|
|
|
124
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
128
|
+
#: ../lib/gettext/tools/msgcat.rb:354
|
|
125
129
|
msgid "Specify this option multiple times to remove multiple header fields"
|
|
126
130
|
msgstr ""
|
|
127
131
|
|
|
@@ -138,195 +142,196 @@ msgstr "Utilizzo: %s input.po [-o output.mo]"
|
|
|
138
142
|
msgid "Generate binary message catalog from textual translation description."
|
|
139
143
|
msgstr "Genera un catalogo binario dei messaggi dalla descrizione testuale della traduzione."
|
|
140
144
|
|
|
141
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:
|
|
145
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:250
|
|
142
146
|
msgid "write output to specified file"
|
|
143
147
|
msgstr "scrivi l'output sul file specificato"
|
|
144
148
|
|
|
145
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:
|
|
149
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:360
|
|
146
150
|
msgid "display version information and exit"
|
|
147
151
|
msgstr "mostra la versione ed esce"
|
|
148
152
|
|
|
149
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
153
|
+
#: ../lib/gettext/tools/msginit.rb:94
|
|
150
154
|
msgid "Create a new .po file from initializing .pot file with user's environment and input."
|
|
151
155
|
msgstr ""
|
|
152
156
|
|
|
153
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
157
|
+
#: ../lib/gettext/tools/msginit.rb:100
|
|
154
158
|
msgid "Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file existing the current directory."
|
|
155
159
|
msgstr ""
|
|
156
160
|
|
|
157
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
161
|
+
#: ../lib/gettext/tools/msginit.rb:107
|
|
158
162
|
msgid "Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on LOCALE or the current locale on your environment."
|
|
159
163
|
msgstr ""
|
|
160
164
|
|
|
161
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
165
|
+
#: ../lib/gettext/tools/msginit.rb:114
|
|
162
166
|
msgid "Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current locale on your environment."
|
|
163
167
|
msgstr ""
|
|
164
168
|
|
|
165
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
169
|
+
#: ../lib/gettext/tools/msginit.rb:122
|
|
166
170
|
msgid "Whether set translator information or not"
|
|
167
171
|
msgstr ""
|
|
168
172
|
|
|
169
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
173
|
+
#: ../lib/gettext/tools/msginit.rb:123
|
|
170
174
|
msgid "(set)"
|
|
171
175
|
msgstr ""
|
|
172
176
|
|
|
173
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
177
|
+
#: ../lib/gettext/tools/msginit.rb:128
|
|
174
178
|
msgid "Use NAME as translator name"
|
|
175
179
|
msgstr ""
|
|
176
180
|
|
|
177
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
181
|
+
#: ../lib/gettext/tools/msginit.rb:133
|
|
178
182
|
msgid "Use EMAIL as translator email address"
|
|
179
183
|
msgstr ""
|
|
180
184
|
|
|
181
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
185
|
+
#: ../lib/gettext/tools/msginit.rb:137 ../lib/gettext/tools/msgmerge.rb:448
|
|
182
186
|
msgid "Display this help and exit"
|
|
183
187
|
msgstr ""
|
|
184
188
|
|
|
185
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
189
|
+
#: ../lib/gettext/tools/msginit.rb:142
|
|
186
190
|
#, fuzzy
|
|
187
191
|
msgid "Display version and exit"
|
|
188
192
|
msgstr "mostra la versione ed esce"
|
|
189
193
|
|
|
190
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
194
|
+
#: ../lib/gettext/tools/msginit.rb:160
|
|
191
195
|
msgid ".pot file does not exist in the current directory."
|
|
192
196
|
msgstr ""
|
|
193
197
|
|
|
194
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
198
|
+
#: ../lib/gettext/tools/msginit.rb:165
|
|
195
199
|
#, fuzzy
|
|
196
200
|
msgid "file '%s' does not exist."
|
|
197
201
|
msgstr "Il file '%s' è già esistente."
|
|
198
202
|
|
|
199
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
203
|
+
#: ../lib/gettext/tools/msginit.rb:177
|
|
200
204
|
msgid "Locale '%s' is invalid. Please check if your specified locale is usable."
|
|
201
205
|
msgstr ""
|
|
202
206
|
|
|
203
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
207
|
+
#: ../lib/gettext/tools/msginit.rb:187
|
|
204
208
|
#, fuzzy
|
|
205
209
|
msgid "file '%s' has already existed."
|
|
206
210
|
msgstr "Il file '%s' è già esistente."
|
|
207
211
|
|
|
208
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
212
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
209
213
|
msgid "Please enter your full name"
|
|
210
214
|
msgstr ""
|
|
211
215
|
|
|
212
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
216
|
+
#: ../lib/gettext/tools/msginit.rb:258
|
|
213
217
|
msgid "Please enter your email address"
|
|
214
218
|
msgstr ""
|
|
215
219
|
|
|
216
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
220
|
+
#: ../lib/gettext/tools/msgmerge.rb:357
|
|
217
221
|
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
218
222
|
msgstr ""
|
|
219
223
|
|
|
220
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
224
|
+
#: ../lib/gettext/tools/msgmerge.rb:360
|
|
221
225
|
#, fuzzy
|
|
222
226
|
msgid "Merges two Uniforum style .po files together. The definition.po file is an existing PO file with translations. The reference.pot file is the last created PO file with up-to-date source references. The reference.pot is generally created by rxgettext."
|
|
223
227
|
msgstr "Unisce due file .po di tipo Uniforum. Il file def.po è un file PO esistente e contenente le traduzioni. Il file ref.pot contiene i riferimenti aggiornati al sorgente e viene creato per ultimo (solitamente viene generato da rgettext)."
|
|
224
228
|
|
|
225
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
229
|
+
#: ../lib/gettext/tools/msgmerge.rb:371
|
|
226
230
|
msgid "Update definition.po"
|
|
227
231
|
msgstr ""
|
|
228
232
|
|
|
229
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
233
|
+
#: ../lib/gettext/tools/msgmerge.rb:405 ../lib/gettext/tools/xgettext.rb:306
|
|
230
234
|
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
231
235
|
msgstr ""
|
|
232
236
|
|
|
233
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
237
|
+
#: ../lib/gettext/tools/msgmerge.rb:433
|
|
234
238
|
msgid "Disable fuzzy matching"
|
|
235
239
|
msgstr ""
|
|
236
240
|
|
|
237
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
241
|
+
#: ../lib/gettext/tools/msgmerge.rb:434
|
|
238
242
|
msgid "(enable)"
|
|
239
243
|
msgstr ""
|
|
240
244
|
|
|
241
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
245
|
+
#: ../lib/gettext/tools/msgmerge.rb:454
|
|
242
246
|
#, fuzzy
|
|
243
247
|
msgid "Display version information and exit"
|
|
244
248
|
msgstr "mostra la versione ed esce"
|
|
245
249
|
|
|
246
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
250
|
+
#: ../lib/gettext/tools/xgettext.rb:63
|
|
247
251
|
msgid "'%{klass}' is ignored."
|
|
248
252
|
msgstr "'%{klass}' ignorata."
|
|
249
253
|
|
|
250
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
254
|
+
#: ../lib/gettext/tools/xgettext.rb:169
|
|
251
255
|
msgid "Error parsing %{path}"
|
|
252
256
|
msgstr ""
|
|
253
257
|
|
|
254
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
258
|
+
#: ../lib/gettext/tools/xgettext.rb:228
|
|
255
259
|
msgid "no input files"
|
|
256
260
|
msgstr "nessun file specificato in input"
|
|
257
261
|
|
|
258
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
262
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
259
263
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
260
264
|
msgstr "Utilizzo: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
261
265
|
|
|
262
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
266
|
+
#: ../lib/gettext/tools/xgettext.rb:244
|
|
263
267
|
msgid "Extract translatable strings from given input files."
|
|
264
268
|
msgstr "Estrae le stringhe traducibili dai file in input."
|
|
265
269
|
|
|
266
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
270
|
+
#: ../lib/gettext/tools/xgettext.rb:255
|
|
267
271
|
msgid "set package name in output"
|
|
268
272
|
msgstr ""
|
|
269
273
|
|
|
270
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
274
|
+
#: ../lib/gettext/tools/xgettext.rb:261
|
|
271
275
|
msgid "set package version in output"
|
|
272
276
|
msgstr ""
|
|
273
277
|
|
|
274
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
278
|
+
#: ../lib/gettext/tools/xgettext.rb:267
|
|
275
279
|
msgid "set report e-mail address for msgid bugs"
|
|
276
280
|
msgstr ""
|
|
277
281
|
|
|
278
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
282
|
+
#: ../lib/gettext/tools/xgettext.rb:273
|
|
279
283
|
msgid "set copyright holder in output"
|
|
280
284
|
msgstr ""
|
|
281
285
|
|
|
282
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
286
|
+
#: ../lib/gettext/tools/xgettext.rb:279
|
|
283
287
|
msgid "set copyright year in output"
|
|
284
288
|
msgstr ""
|
|
285
289
|
|
|
286
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
290
|
+
#: ../lib/gettext/tools/xgettext.rb:285
|
|
287
291
|
msgid "set encoding for output"
|
|
288
292
|
msgstr ""
|
|
289
293
|
|
|
290
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
294
|
+
#: ../lib/gettext/tools/xgettext.rb:291
|
|
291
295
|
msgid "Generate sorted output"
|
|
292
296
|
msgstr ""
|
|
293
297
|
|
|
294
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
298
|
+
#: ../lib/gettext/tools/xgettext.rb:296
|
|
295
299
|
msgid "Sort output by file location"
|
|
296
300
|
msgstr ""
|
|
297
301
|
|
|
298
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
302
|
+
#: ../lib/gettext/tools/xgettext.rb:334
|
|
299
303
|
msgid "require the library before executing xgettext"
|
|
300
304
|
msgstr ""
|
|
301
305
|
|
|
302
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
306
|
+
#: ../lib/gettext/tools/xgettext.rb:339
|
|
307
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
308
|
+
msgstr ""
|
|
309
|
+
|
|
310
|
+
#: ../lib/gettext/tools/xgettext.rb:345
|
|
303
311
|
msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
|
|
304
312
|
msgstr ""
|
|
305
313
|
|
|
306
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
314
|
+
#: ../lib/gettext/tools/xgettext.rb:346
|
|
307
315
|
msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
|
|
308
316
|
msgstr ""
|
|
309
317
|
|
|
310
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
318
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
|
311
319
|
msgid "(default: %s)"
|
|
312
320
|
msgstr ""
|
|
313
321
|
|
|
314
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
322
|
+
#: ../lib/gettext/tools/xgettext.rb:347
|
|
315
323
|
msgid "no TAG"
|
|
316
324
|
msgstr ""
|
|
317
325
|
|
|
318
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
326
|
+
#: ../lib/gettext/tools/xgettext.rb:351
|
|
319
327
|
msgid "run in debugging mode"
|
|
320
328
|
msgstr ""
|
|
321
329
|
|
|
322
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
330
|
+
#: ../lib/gettext/tools/xgettext.rb:355
|
|
323
331
|
#, fuzzy
|
|
324
332
|
msgid "display this help and exit"
|
|
325
333
|
msgstr "mostra la versione ed esce"
|
|
326
334
|
|
|
327
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
335
|
+
#: ../lib/gettext/tools/xgettext.rb:386
|
|
328
336
|
msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
|
|
329
337
|
msgstr ""
|
|
330
|
-
|
|
331
|
-
#~ msgid "`%{file}' is not glade-2.0 format."
|
|
332
|
-
#~ msgstr "`%{file}' non è nel formato glade-2.0."
|
data/po/it/gettext.po
CHANGED
|
@@ -83,6 +83,9 @@ msgid ""
|
|
|
83
83
|
"s"
|
|
84
84
|
msgstr ""
|
|
85
85
|
|
|
86
|
+
msgid "Use one line for each reference comment"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
86
89
|
msgid "Ignore fuzzy entries"
|
|
87
90
|
msgstr ""
|
|
88
91
|
|
|
@@ -250,6 +253,9 @@ msgstr ""
|
|
|
250
253
|
msgid "require the library before executing xgettext"
|
|
251
254
|
msgstr ""
|
|
252
255
|
|
|
256
|
+
msgid "Add PARSER to parser list for xgettext"
|
|
257
|
+
msgstr ""
|
|
258
|
+
|
|
253
259
|
msgid ""
|
|
254
260
|
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
255
261
|
"word lines in output file"
|