gettext 3.2.6 → 3.2.7
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 +5 -5
- data/doc/text/news.md +6 -0
- data/lib/gettext/tools/msgcat.rb +41 -1
- data/lib/gettext/tools/parser/haml.rb +61 -0
- data/lib/gettext/version.rb +1 -1
- data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
- data/po/bg/gettext.edit.po +27 -23
- data/po/bg/gettext.po +3 -0
- data/po/bs/gettext.edit.po +27 -23
- data/po/bs/gettext.po +3 -0
- data/po/ca/gettext.edit.po +27 -23
- data/po/ca/gettext.po +3 -0
- data/po/cs/gettext.edit.po +27 -23
- data/po/cs/gettext.po +3 -0
- data/po/de/gettext.edit.po +27 -23
- data/po/de/gettext.po +3 -0
- data/po/el/gettext.edit.po +27 -23
- data/po/el/gettext.po +3 -0
- data/po/eo/gettext.edit.po +27 -23
- data/po/eo/gettext.po +3 -0
- data/po/es/gettext.edit.po +27 -23
- data/po/es/gettext.po +3 -0
- data/po/et/gettext.edit.po +27 -23
- data/po/et/gettext.po +3 -0
- data/po/fr/gettext.edit.po +27 -23
- data/po/fr/gettext.po +3 -0
- data/po/gettext.pot +30 -26
- data/po/hr/gettext.edit.po +27 -23
- data/po/hr/gettext.po +3 -0
- data/po/hu/gettext.edit.po +27 -23
- data/po/hu/gettext.po +3 -0
- data/po/it/gettext.edit.po +27 -23
- data/po/it/gettext.po +3 -0
- data/po/ja/gettext.edit.po +28 -24
- data/po/ja/gettext.po +4 -1
- data/po/ko/gettext.edit.po +27 -23
- data/po/ko/gettext.po +3 -0
- data/po/lv/gettext.edit.po +27 -23
- data/po/lv/gettext.po +3 -0
- data/po/nb/gettext.edit.po +27 -23
- data/po/nb/gettext.po +3 -0
- data/po/nl/gettext.edit.po +27 -23
- data/po/nl/gettext.po +3 -0
- data/po/pt_BR/gettext.edit.po +27 -23
- data/po/pt_BR/gettext.po +3 -0
- data/po/ru/gettext.edit.po +27 -23
- data/po/ru/gettext.po +3 -0
- data/po/sr/gettext.edit.po +27 -23
- data/po/sr/gettext.po +3 -0
- data/po/sv/gettext.edit.po +27 -23
- data/po/sv/gettext.po +3 -0
- data/po/uk/gettext.edit.po +27 -23
- data/po/uk/gettext.po +3 -0
- data/po/vi/gettext.edit.po +27 -23
- data/po/vi/gettext.po +3 -0
- data/po/zh/gettext.edit.po +27 -23
- data/po/zh/gettext.po +3 -0
- data/po/zh_TW/gettext.edit.po +27 -23
- data/po/zh_TW/gettext.po +3 -0
- data/samples/cgi/po/helloerb1.pot +2 -2
- data/samples/cgi/po/helloerb2.pot +2 -2
- data/samples/cgi/po/hellolib.pot +2 -2
- data/samples/cgi/po/main.pot +2 -2
- data/samples/po/hello.pot +4 -4
- data/samples/po/hello2.pot +2 -2
- data/samples/po/hello_glade2.pot +3 -3
- data/samples/po/hello_gtk2.pot +2 -2
- data/samples/po/hello_gtk_builder.pot +2 -2
- data/samples/po/hello_noop.pot +2 -2
- data/samples/po/hello_plural.pot +2 -2
- data/samples/po/hello_tk.pot +2 -2
- data/test/po/_.pot +3 -3
- data/test/po/backslash.pot +4 -6
- data/test/po/hello.pot +3 -3
- data/test/po/ja/hello.edit.po +1 -0
- data/test/po/non_ascii.pot +3 -3
- data/test/po/np_.pot +5 -8
- data/test/po/ns_.pot +4 -6
- data/test/po/p_.pot +4 -4
- data/test/po/s_.pot +4 -6
- data/test/po/untranslated.pot +3 -3
- data/test/tools/test_msgcat.rb +49 -1
- metadata +4 -3
data/po/ca/gettext.po
CHANGED
data/po/cs/gettext.edit.po
CHANGED
|
@@ -30,96 +30,100 @@ msgstr ""
|
|
|
30
30
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
31
31
|
msgstr ""
|
|
32
32
|
|
|
33
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
33
|
+
#: ../lib/gettext/tools/msgcat.rb:242
|
|
34
34
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
37
|
+
#: ../lib/gettext/tools/msgcat.rb:244
|
|
38
38
|
msgid "Concatenates and merges PO files."
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
41
|
+
#: ../lib/gettext/tools/msgcat.rb:246 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:92 ../lib/gettext/tools/msgmerge.rb:361 ../lib/gettext/tools/xgettext.rb:248
|
|
42
42
|
msgid "Specific options:"
|
|
43
43
|
msgstr "Volby:"
|
|
44
44
|
|
|
45
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
45
|
+
#: ../lib/gettext/tools/msgcat.rb:249 ../lib/gettext/tools/msgmerge.rb:369
|
|
46
46
|
#, fuzzy
|
|
47
47
|
msgid "Write output to specified file"
|
|
48
48
|
msgstr "zapsat výstup od určeného souboru"
|
|
49
49
|
|
|
50
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
50
|
+
#: ../lib/gettext/tools/msgcat.rb:250
|
|
51
51
|
msgid "(default: the standard output)"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
54
|
+
#: ../lib/gettext/tools/msgcat.rb:255 ../lib/gettext/tools/msgcat.rb:272 ../lib/gettext/tools/msgmerge.rb:374 ../lib/gettext/tools/msgmerge.rb:393 ../lib/gettext/tools/xgettext.rb:302
|
|
55
55
|
msgid "Sort output by msgid"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
58
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
58
|
+
#: ../lib/gettext/tools/msgcat.rb:260 ../lib/gettext/tools/msgcat.rb:265 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:388
|
|
59
59
|
msgid "Sort output by location"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
62
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
62
|
+
#: ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:382
|
|
63
63
|
msgid "It is same as --sort-by-location"
|
|
64
64
|
msgstr ""
|
|
65
65
|
|
|
66
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
66
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:376 ../lib/gettext/tools/msgmerge.rb:383
|
|
67
67
|
msgid "Just for GNU gettext's msgcat compatibility"
|
|
68
68
|
msgstr ""
|
|
69
69
|
|
|
70
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
70
|
+
#: ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:375
|
|
71
71
|
msgid "It is same as --sort-by-msgid"
|
|
72
72
|
msgstr ""
|
|
73
73
|
|
|
74
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
74
|
+
#: ../lib/gettext/tools/msgcat.rb:279
|
|
75
75
|
msgid "Remove location information"
|
|
76
76
|
msgstr ""
|
|
77
77
|
|
|
78
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
78
|
+
#: ../lib/gettext/tools/msgcat.rb:284
|
|
79
79
|
msgid "Remove translator comment"
|
|
80
80
|
msgstr ""
|
|
81
81
|
|
|
82
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
82
|
+
#: ../lib/gettext/tools/msgcat.rb:289
|
|
83
83
|
msgid "Remove extracted comment"
|
|
84
84
|
msgstr ""
|
|
85
85
|
|
|
86
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
86
|
+
#: ../lib/gettext/tools/msgcat.rb:294
|
|
87
87
|
msgid "Remove flag comment"
|
|
88
88
|
msgstr ""
|
|
89
89
|
|
|
90
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
90
|
+
#: ../lib/gettext/tools/msgcat.rb:299
|
|
91
91
|
msgid "Remove previous comment"
|
|
92
92
|
msgstr ""
|
|
93
93
|
|
|
94
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
94
|
+
#: ../lib/gettext/tools/msgcat.rb:304
|
|
95
95
|
msgid "Remove all comments"
|
|
96
96
|
msgstr ""
|
|
97
97
|
|
|
98
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
98
|
+
#: ../lib/gettext/tools/msgcat.rb:309 ../lib/gettext/tools/msgmerge.rb:403 ../lib/gettext/tools/xgettext.rb:312
|
|
99
99
|
msgid "Set output page width"
|
|
100
100
|
msgstr ""
|
|
101
101
|
|
|
102
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
102
|
+
#: ../lib/gettext/tools/msgcat.rb:315 ../lib/gettext/tools/msgmerge.rb:409 ../lib/gettext/tools/xgettext.rb:318
|
|
103
103
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
|
104
104
|
msgstr ""
|
|
105
105
|
|
|
106
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
106
|
+
#: ../lib/gettext/tools/msgcat.rb:326
|
|
107
107
|
msgid "Ignore fuzzy entries"
|
|
108
108
|
msgstr ""
|
|
109
109
|
|
|
110
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
110
|
+
#: ../lib/gettext/tools/msgcat.rb:331
|
|
111
111
|
msgid "Don't report warning messages"
|
|
112
112
|
msgstr ""
|
|
113
113
|
|
|
114
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
114
|
+
#: ../lib/gettext/tools/msgcat.rb:336 ../lib/gettext/tools/msgmerge.rb:426
|
|
115
115
|
msgid "Don't output obsolete entries"
|
|
116
116
|
msgstr ""
|
|
117
117
|
|
|
118
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
118
|
+
#: ../lib/gettext/tools/msgcat.rb:341
|
|
119
|
+
msgid "Update PO-Revision-Date header field"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
122
|
+
#: ../lib/gettext/tools/msgcat.rb:346
|
|
119
123
|
msgid "Remove FIELD from header"
|
|
120
124
|
msgstr ""
|
|
121
125
|
|
|
122
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
126
|
+
#: ../lib/gettext/tools/msgcat.rb:347
|
|
123
127
|
msgid "Specify this option multiple times to remove multiple header fields"
|
|
124
128
|
msgstr ""
|
|
125
129
|
|
data/po/cs/gettext.po
CHANGED
data/po/de/gettext.edit.po
CHANGED
|
@@ -32,96 +32,100 @@ msgstr "Der 3. Parameter ist ungültig: value = %{number}"
|
|
|
32
32
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
33
33
|
msgstr ""
|
|
34
34
|
|
|
35
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
35
|
+
#: ../lib/gettext/tools/msgcat.rb:242
|
|
36
36
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
|
37
37
|
msgstr ""
|
|
38
38
|
|
|
39
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
39
|
+
#: ../lib/gettext/tools/msgcat.rb:244
|
|
40
40
|
msgid "Concatenates and merges PO files."
|
|
41
41
|
msgstr ""
|
|
42
42
|
|
|
43
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
43
|
+
#: ../lib/gettext/tools/msgcat.rb:246 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:92 ../lib/gettext/tools/msgmerge.rb:361 ../lib/gettext/tools/xgettext.rb:248
|
|
44
44
|
msgid "Specific options:"
|
|
45
45
|
msgstr "Spezifische Optionen:"
|
|
46
46
|
|
|
47
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
47
|
+
#: ../lib/gettext/tools/msgcat.rb:249 ../lib/gettext/tools/msgmerge.rb:369
|
|
48
48
|
#, fuzzy
|
|
49
49
|
msgid "Write output to specified file"
|
|
50
50
|
msgstr "Schreibe Ausgabe in die angegebene Datei"
|
|
51
51
|
|
|
52
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
52
|
+
#: ../lib/gettext/tools/msgcat.rb:250
|
|
53
53
|
msgid "(default: the standard output)"
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
56
|
+
#: ../lib/gettext/tools/msgcat.rb:255 ../lib/gettext/tools/msgcat.rb:272 ../lib/gettext/tools/msgmerge.rb:374 ../lib/gettext/tools/msgmerge.rb:393 ../lib/gettext/tools/xgettext.rb:302
|
|
57
57
|
msgid "Sort output by msgid"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
60
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
60
|
+
#: ../lib/gettext/tools/msgcat.rb:260 ../lib/gettext/tools/msgcat.rb:265 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:388
|
|
61
61
|
msgid "Sort output by location"
|
|
62
62
|
msgstr ""
|
|
63
63
|
|
|
64
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
64
|
+
#: ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:382
|
|
65
65
|
msgid "It is same as --sort-by-location"
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
68
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:376 ../lib/gettext/tools/msgmerge.rb:383
|
|
69
69
|
msgid "Just for GNU gettext's msgcat compatibility"
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
72
|
+
#: ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:375
|
|
73
73
|
msgid "It is same as --sort-by-msgid"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
76
|
+
#: ../lib/gettext/tools/msgcat.rb:279
|
|
77
77
|
msgid "Remove location information"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
80
|
+
#: ../lib/gettext/tools/msgcat.rb:284
|
|
81
81
|
msgid "Remove translator comment"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
84
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
84
|
+
#: ../lib/gettext/tools/msgcat.rb:289
|
|
85
85
|
msgid "Remove extracted comment"
|
|
86
86
|
msgstr ""
|
|
87
87
|
|
|
88
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
88
|
+
#: ../lib/gettext/tools/msgcat.rb:294
|
|
89
89
|
msgid "Remove flag comment"
|
|
90
90
|
msgstr ""
|
|
91
91
|
|
|
92
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
92
|
+
#: ../lib/gettext/tools/msgcat.rb:299
|
|
93
93
|
msgid "Remove previous comment"
|
|
94
94
|
msgstr ""
|
|
95
95
|
|
|
96
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
96
|
+
#: ../lib/gettext/tools/msgcat.rb:304
|
|
97
97
|
msgid "Remove all comments"
|
|
98
98
|
msgstr ""
|
|
99
99
|
|
|
100
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
100
|
+
#: ../lib/gettext/tools/msgcat.rb:309 ../lib/gettext/tools/msgmerge.rb:403 ../lib/gettext/tools/xgettext.rb:312
|
|
101
101
|
msgid "Set output page width"
|
|
102
102
|
msgstr ""
|
|
103
103
|
|
|
104
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
104
|
+
#: ../lib/gettext/tools/msgcat.rb:315 ../lib/gettext/tools/msgmerge.rb:409 ../lib/gettext/tools/xgettext.rb:318
|
|
105
105
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
|
106
106
|
msgstr ""
|
|
107
107
|
|
|
108
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
108
|
+
#: ../lib/gettext/tools/msgcat.rb:326
|
|
109
109
|
msgid "Ignore fuzzy entries"
|
|
110
110
|
msgstr ""
|
|
111
111
|
|
|
112
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
112
|
+
#: ../lib/gettext/tools/msgcat.rb:331
|
|
113
113
|
msgid "Don't report warning messages"
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
116
|
+
#: ../lib/gettext/tools/msgcat.rb:336 ../lib/gettext/tools/msgmerge.rb:426
|
|
117
117
|
msgid "Don't output obsolete entries"
|
|
118
118
|
msgstr ""
|
|
119
119
|
|
|
120
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
120
|
+
#: ../lib/gettext/tools/msgcat.rb:341
|
|
121
|
+
msgid "Update PO-Revision-Date header field"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
#: ../lib/gettext/tools/msgcat.rb:346
|
|
121
125
|
msgid "Remove FIELD from header"
|
|
122
126
|
msgstr ""
|
|
123
127
|
|
|
124
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
128
|
+
#: ../lib/gettext/tools/msgcat.rb:347
|
|
125
129
|
msgid "Specify this option multiple times to remove multiple header fields"
|
|
126
130
|
msgstr ""
|
|
127
131
|
|
data/po/de/gettext.po
CHANGED
data/po/el/gettext.edit.po
CHANGED
|
@@ -28,96 +28,100 @@ msgstr "Η τρίτη παράμετρος είναι λανθασμένη: valu
|
|
|
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:242
|
|
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:244
|
|
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:246 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:92 ../lib/gettext/tools/msgmerge.rb:361 ../lib/gettext/tools/xgettext.rb:248
|
|
40
40
|
msgid "Specific options:"
|
|
41
41
|
msgstr "Ειδικές παράμετροι:"
|
|
42
42
|
|
|
43
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
43
|
+
#: ../lib/gettext/tools/msgcat.rb:249 ../lib/gettext/tools/msgmerge.rb:369
|
|
44
44
|
#, fuzzy
|
|
45
45
|
msgid "Write output to specified file"
|
|
46
46
|
msgstr "εγγραφή στο καθορισμένο αρχείο"
|
|
47
47
|
|
|
48
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
48
|
+
#: ../lib/gettext/tools/msgcat.rb:250
|
|
49
49
|
msgid "(default: the standard output)"
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
52
|
+
#: ../lib/gettext/tools/msgcat.rb:255 ../lib/gettext/tools/msgcat.rb:272 ../lib/gettext/tools/msgmerge.rb:374 ../lib/gettext/tools/msgmerge.rb:393 ../lib/gettext/tools/xgettext.rb:302
|
|
53
53
|
msgid "Sort output by msgid"
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
56
|
+
#: ../lib/gettext/tools/msgcat.rb:260 ../lib/gettext/tools/msgcat.rb:265 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:388
|
|
57
57
|
msgid "Sort output by location"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
60
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
60
|
+
#: ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:382
|
|
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:267 ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:376 ../lib/gettext/tools/msgmerge.rb:383
|
|
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:273 ../lib/gettext/tools/msgmerge.rb:375
|
|
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:279
|
|
73
73
|
msgid "Remove location information"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
76
|
+
#: ../lib/gettext/tools/msgcat.rb:284
|
|
77
77
|
msgid "Remove translator comment"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
80
|
+
#: ../lib/gettext/tools/msgcat.rb:289
|
|
81
81
|
msgid "Remove extracted comment"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
84
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
84
|
+
#: ../lib/gettext/tools/msgcat.rb:294
|
|
85
85
|
msgid "Remove flag comment"
|
|
86
86
|
msgstr ""
|
|
87
87
|
|
|
88
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
88
|
+
#: ../lib/gettext/tools/msgcat.rb:299
|
|
89
89
|
msgid "Remove previous comment"
|
|
90
90
|
msgstr ""
|
|
91
91
|
|
|
92
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
92
|
+
#: ../lib/gettext/tools/msgcat.rb:304
|
|
93
93
|
msgid "Remove all comments"
|
|
94
94
|
msgstr ""
|
|
95
95
|
|
|
96
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
96
|
+
#: ../lib/gettext/tools/msgcat.rb:309 ../lib/gettext/tools/msgmerge.rb:403 ../lib/gettext/tools/xgettext.rb:312
|
|
97
97
|
msgid "Set output page width"
|
|
98
98
|
msgstr ""
|
|
99
99
|
|
|
100
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
100
|
+
#: ../lib/gettext/tools/msgcat.rb:315 ../lib/gettext/tools/msgmerge.rb:409 ../lib/gettext/tools/xgettext.rb:318
|
|
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:326
|
|
105
105
|
msgid "Ignore fuzzy entries"
|
|
106
106
|
msgstr ""
|
|
107
107
|
|
|
108
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
108
|
+
#: ../lib/gettext/tools/msgcat.rb:331
|
|
109
109
|
msgid "Don't report warning messages"
|
|
110
110
|
msgstr ""
|
|
111
111
|
|
|
112
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
112
|
+
#: ../lib/gettext/tools/msgcat.rb:336 ../lib/gettext/tools/msgmerge.rb:426
|
|
113
113
|
msgid "Don't output obsolete entries"
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
116
|
+
#: ../lib/gettext/tools/msgcat.rb:341
|
|
117
|
+
msgid "Update PO-Revision-Date header field"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
#: ../lib/gettext/tools/msgcat.rb:346
|
|
117
121
|
msgid "Remove FIELD from header"
|
|
118
122
|
msgstr ""
|
|
119
123
|
|
|
120
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
124
|
+
#: ../lib/gettext/tools/msgcat.rb:347
|
|
121
125
|
msgid "Specify this option multiple times to remove multiple header fields"
|
|
122
126
|
msgstr ""
|
|
123
127
|
|
data/po/el/gettext.po
CHANGED
data/po/eo/gettext.edit.po
CHANGED
|
@@ -30,96 +30,100 @@ msgstr "Malĝusta tria parametro: valoro = %{number}"
|
|
|
30
30
|
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
31
31
|
msgstr ""
|
|
32
32
|
|
|
33
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
33
|
+
#: ../lib/gettext/tools/msgcat.rb:242
|
|
34
34
|
msgid "Usage: %s [OPTIONS] PO_FILE1 PO_FILE2 ..."
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
37
|
+
#: ../lib/gettext/tools/msgcat.rb:244
|
|
38
38
|
msgid "Concatenates and merges PO files."
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
41
|
+
#: ../lib/gettext/tools/msgcat.rb:246 ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:92 ../lib/gettext/tools/msgmerge.rb:361 ../lib/gettext/tools/xgettext.rb:248
|
|
42
42
|
msgid "Specific options:"
|
|
43
43
|
msgstr "Specifaj opcioj:"
|
|
44
44
|
|
|
45
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
45
|
+
#: ../lib/gettext/tools/msgcat.rb:249 ../lib/gettext/tools/msgmerge.rb:369
|
|
46
46
|
#, fuzzy
|
|
47
47
|
msgid "Write output to specified file"
|
|
48
48
|
msgstr "skribos la produkton en la indikitan dosieron"
|
|
49
49
|
|
|
50
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
50
|
+
#: ../lib/gettext/tools/msgcat.rb:250
|
|
51
51
|
msgid "(default: the standard output)"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
54
|
+
#: ../lib/gettext/tools/msgcat.rb:255 ../lib/gettext/tools/msgcat.rb:272 ../lib/gettext/tools/msgmerge.rb:374 ../lib/gettext/tools/msgmerge.rb:393 ../lib/gettext/tools/xgettext.rb:302
|
|
55
55
|
msgid "Sort output by msgid"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
58
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
58
|
+
#: ../lib/gettext/tools/msgcat.rb:260 ../lib/gettext/tools/msgcat.rb:265 ../lib/gettext/tools/msgmerge.rb:381 ../lib/gettext/tools/msgmerge.rb:388
|
|
59
59
|
msgid "Sort output by location"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
62
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
62
|
+
#: ../lib/gettext/tools/msgcat.rb:266 ../lib/gettext/tools/msgmerge.rb:382
|
|
63
63
|
msgid "It is same as --sort-by-location"
|
|
64
64
|
msgstr ""
|
|
65
65
|
|
|
66
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
66
|
+
#: ../lib/gettext/tools/msgcat.rb:267 ../lib/gettext/tools/msgcat.rb:274 ../lib/gettext/tools/msgmerge.rb:376 ../lib/gettext/tools/msgmerge.rb:383
|
|
67
67
|
msgid "Just for GNU gettext's msgcat compatibility"
|
|
68
68
|
msgstr ""
|
|
69
69
|
|
|
70
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
70
|
+
#: ../lib/gettext/tools/msgcat.rb:273 ../lib/gettext/tools/msgmerge.rb:375
|
|
71
71
|
msgid "It is same as --sort-by-msgid"
|
|
72
72
|
msgstr ""
|
|
73
73
|
|
|
74
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
74
|
+
#: ../lib/gettext/tools/msgcat.rb:279
|
|
75
75
|
msgid "Remove location information"
|
|
76
76
|
msgstr ""
|
|
77
77
|
|
|
78
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
78
|
+
#: ../lib/gettext/tools/msgcat.rb:284
|
|
79
79
|
msgid "Remove translator comment"
|
|
80
80
|
msgstr ""
|
|
81
81
|
|
|
82
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
82
|
+
#: ../lib/gettext/tools/msgcat.rb:289
|
|
83
83
|
msgid "Remove extracted comment"
|
|
84
84
|
msgstr ""
|
|
85
85
|
|
|
86
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
86
|
+
#: ../lib/gettext/tools/msgcat.rb:294
|
|
87
87
|
msgid "Remove flag comment"
|
|
88
88
|
msgstr ""
|
|
89
89
|
|
|
90
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
90
|
+
#: ../lib/gettext/tools/msgcat.rb:299
|
|
91
91
|
msgid "Remove previous comment"
|
|
92
92
|
msgstr ""
|
|
93
93
|
|
|
94
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
94
|
+
#: ../lib/gettext/tools/msgcat.rb:304
|
|
95
95
|
msgid "Remove all comments"
|
|
96
96
|
msgstr ""
|
|
97
97
|
|
|
98
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
98
|
+
#: ../lib/gettext/tools/msgcat.rb:309 ../lib/gettext/tools/msgmerge.rb:403 ../lib/gettext/tools/xgettext.rb:312
|
|
99
99
|
msgid "Set output page width"
|
|
100
100
|
msgstr ""
|
|
101
101
|
|
|
102
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
102
|
+
#: ../lib/gettext/tools/msgcat.rb:315 ../lib/gettext/tools/msgmerge.rb:409 ../lib/gettext/tools/xgettext.rb:318
|
|
103
103
|
msgid "Break long message lines, longer than the output page width, into several lines"
|
|
104
104
|
msgstr ""
|
|
105
105
|
|
|
106
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
106
|
+
#: ../lib/gettext/tools/msgcat.rb:326
|
|
107
107
|
msgid "Ignore fuzzy entries"
|
|
108
108
|
msgstr ""
|
|
109
109
|
|
|
110
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
110
|
+
#: ../lib/gettext/tools/msgcat.rb:331
|
|
111
111
|
msgid "Don't report warning messages"
|
|
112
112
|
msgstr ""
|
|
113
113
|
|
|
114
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
114
|
+
#: ../lib/gettext/tools/msgcat.rb:336 ../lib/gettext/tools/msgmerge.rb:426
|
|
115
115
|
msgid "Don't output obsolete entries"
|
|
116
116
|
msgstr ""
|
|
117
117
|
|
|
118
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
118
|
+
#: ../lib/gettext/tools/msgcat.rb:341
|
|
119
|
+
msgid "Update PO-Revision-Date header field"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
122
|
+
#: ../lib/gettext/tools/msgcat.rb:346
|
|
119
123
|
msgid "Remove FIELD from header"
|
|
120
124
|
msgstr ""
|
|
121
125
|
|
|
122
|
-
#: ../lib/gettext/tools/msgcat.rb:
|
|
126
|
+
#: ../lib/gettext/tools/msgcat.rb:347
|
|
123
127
|
msgid "Specify this option multiple times to remove multiple header fields"
|
|
124
128
|
msgstr ""
|
|
125
129
|
|