Commit 04bafe9b2526ba0ae9833447000582929cbabd0a
1 parent
b09177d5
Exists in
master
and in
2 other branches
Fixing package build.
Showing
3 changed files
with
20 additions
and
353 deletions
Show diff stats
Makefile.in
@@ -189,6 +189,7 @@ $(POTDIR)/$(PACKAGE_NAME)/%.pot: \ | @@ -189,6 +189,7 @@ $(POTDIR)/$(PACKAGE_NAME)/%.pot: \ | ||
189 | @$(MKDIR) $(@D) | 189 | @$(MKDIR) $(@D) |
190 | @$(XGETTEXT) \ | 190 | @$(XGETTEXT) \ |
191 | --language=C \ | 191 | --language=C \ |
192 | + --from-code=UTF-8 \ | ||
192 | --keyword=_ \ | 193 | --keyword=_ \ |
193 | --keyword=N_ \ | 194 | --keyword=N_ \ |
194 | --keyword=MSG_:2 \ | 195 | --keyword=MSG_:2 \ |
locale/pt_BR.po
@@ -5,7 +5,7 @@ msgid "" | @@ -5,7 +5,7 @@ msgid "" | ||
5 | msgstr "" | 5 | msgstr "" |
6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | "Report-Msgid-Bugs-To: \n" | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | 8 | +"POT-Creation-Date: 2020-12-22 17:41-0300\n" |
9 | "PO-Revision-Date: 2020-12-22 17:08-0300\n" | 9 | "PO-Revision-Date: 2020-12-22 17:08-0300\n" |
10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | "Language-Team: Português <>\n" | 11 | "Language-Team: Português <>\n" |
@@ -56,7 +56,7 @@ msgstr "" | @@ -56,7 +56,7 @@ msgstr "" | ||
56 | "<small><b>Alterações na posição da barra de ferramentas só tem efeito apos " | 56 | "<small><b>Alterações na posição da barra de ferramentas só tem efeito apos " |
57 | "reinício da aplicação</b></small>" | 57 | "reinício da aplicação</b></small>" |
58 | 58 | ||
59 | -#: src/objects/application/actions/about.c:212 ui/application.xml:39 | 59 | +#: src/objects/application/actions/about.c:210 ui/application.xml:39 |
60 | #: ui/application.xml:537 | 60 | #: ui/application.xml:537 |
61 | msgid "About PW3270" | 61 | msgid "About PW3270" |
62 | msgstr "Sobre o PW3270" | 62 | msgstr "Sobre o PW3270" |
@@ -228,6 +228,10 @@ msgstr "Copiar como tabela" | @@ -228,6 +228,10 @@ msgstr "Copiar como tabela" | ||
228 | msgid "Copy as text" | 228 | msgid "Copy as text" |
229 | msgstr "Copiar como texto" | 229 | msgstr "Copiar como texto" |
230 | 230 | ||
231 | +#: src/objects/application/actions/about.c:160 | ||
232 | +msgid "Copyright © 2008 Banco do Brasil S.A." | ||
233 | +msgstr "" | ||
234 | + | ||
231 | #: src/objects/os/linux/savedesktopicon.c:114 | 235 | #: src/objects/os/linux/savedesktopicon.c:114 |
232 | msgid "Create shortcut for the current session" | 236 | msgid "Create shortcut for the current session" |
233 | msgstr "Criar atalho para a sessão atual." | 237 | msgstr "Criar atalho para a sessão atual." |
@@ -961,7 +965,7 @@ msgstr "Versão %s-%s" | @@ -961,7 +965,7 @@ msgstr "Versão %s-%s" | ||
961 | msgid "View" | 965 | msgid "View" |
962 | msgstr "Exibir" | 966 | msgstr "Exibir" |
963 | 967 | ||
964 | -#: src/objects/application/actions/about.c:187 | 968 | +#: src/objects/application/actions/about.c:184 |
965 | msgid "View this project on github" | 969 | msgid "View this project on github" |
966 | msgstr "Portal do Software Público Brasileiro" | 970 | msgstr "Portal do Software Público Brasileiro" |
967 | 971 | ||
@@ -1026,11 +1030,11 @@ msgstr "_Salvar" | @@ -1026,11 +1030,11 @@ msgstr "_Salvar" | ||
1026 | msgid "_View" | 1030 | msgid "_View" |
1027 | msgstr "_Exibir" | 1031 | msgstr "_Exibir" |
1028 | 1032 | ||
1029 | -#: src/objects/application/actions/about.c:186 | 1033 | +#: src/objects/application/actions/about.c:183 |
1030 | msgid "https://github.com/PerryWerneck/pw3270" | 1034 | msgid "https://github.com/PerryWerneck/pw3270" |
1031 | msgstr "https://portal.softwarepublico.gov.br/social/pw3270/" | 1035 | msgstr "https://portal.softwarepublico.gov.br/social/pw3270/" |
1032 | 1036 | ||
1033 | -#: src/objects/application/actions/about.c:189 | 1037 | +#: src/objects/application/actions/about.c:186 |
1034 | msgid "translator-credits" | 1038 | msgid "translator-credits" |
1035 | msgstr "translator-credits" | 1039 | msgstr "translator-credits" |
1036 | 1040 |
locale/pw3270.pot
@@ -6,357 +6,15 @@ | @@ -6,357 +6,15 @@ | ||
6 | #, fuzzy | 6 | #, fuzzy |
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | -"#-#-#-#-# view.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
10 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
11 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
12 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | 11 | +"POT-Creation-Date: 2020-12-22 17:41-0300\n" |
13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
15 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
16 | "Language: \n" | 15 | "Language: \n" |
17 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
18 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
19 | -"Content-Transfer-Encoding: 8bit\n" | ||
20 | -"#-#-#-#-# save.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
21 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
22 | -"Report-Msgid-Bugs-To: \n" | ||
23 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
24 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
25 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
26 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
27 | -"Language: \n" | ||
28 | -"MIME-Version: 1.0\n" | ||
29 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
30 | -"Content-Transfer-Encoding: 8bit\n" | ||
31 | -"#-#-#-#-# abstract.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
32 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
33 | -"Report-Msgid-Bugs-To: \n" | ||
34 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
35 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
36 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
37 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
38 | -"Language: \n" | ||
39 | -"MIME-Version: 1.0\n" | ||
40 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
41 | -"Content-Transfer-Encoding: 8bit\n" | ||
42 | -"#-#-#-#-# application.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
43 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
44 | -"Report-Msgid-Bugs-To: \n" | ||
45 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
46 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
47 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
48 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
49 | -"Language: \n" | ||
50 | -"MIME-Version: 1.0\n" | ||
51 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
52 | -"Content-Transfer-Encoding: 8bit\n" | ||
53 | -"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
54 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
55 | -"Report-Msgid-Bugs-To: \n" | ||
56 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
57 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
58 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
59 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
60 | -"Language: \n" | ||
61 | -"MIME-Version: 1.0\n" | ||
62 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
63 | -"Content-Transfer-Encoding: 8bit\n" | ||
64 | -"#-#-#-#-# preferences.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
65 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
66 | -"Report-Msgid-Bugs-To: \n" | ||
67 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
68 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
69 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
70 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
71 | -"Language: \n" | ||
72 | -"MIME-Version: 1.0\n" | ||
73 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
74 | -"Content-Transfer-Encoding: 8bit\n" | ||
75 | -"#-#-#-#-# open.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
76 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
77 | -"Report-Msgid-Bugs-To: \n" | ||
78 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
79 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
80 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
81 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
82 | -"Language: \n" | ||
83 | -"MIME-Version: 1.0\n" | ||
84 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
85 | -"Content-Transfer-Encoding: 8bit\n" | ||
86 | -"#-#-#-#-# about.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
87 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
88 | -"Report-Msgid-Bugs-To: \n" | ||
89 | -"POT-Creation-Date: 2020-12-22 17:02-0300\n" | ||
90 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
91 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
92 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
93 | -"Language: \n" | ||
94 | -"MIME-Version: 1.0\n" | ||
95 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
96 | -"Content-Transfer-Encoding: 8bit\n" | ||
97 | -"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
98 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
99 | -"Report-Msgid-Bugs-To: \n" | ||
100 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
101 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
102 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
103 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
104 | -"Language: \n" | ||
105 | -"MIME-Version: 1.0\n" | ||
106 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
107 | -"Content-Transfer-Encoding: 8bit\n" | ||
108 | -"#-#-#-#-# terminal.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
109 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
110 | -"Report-Msgid-Bugs-To: \n" | ||
111 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
112 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
113 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
114 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
115 | -"Language: \n" | ||
116 | -"MIME-Version: 1.0\n" | ||
117 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
118 | -"Content-Transfer-Encoding: 8bit\n" | ||
119 | -"#-#-#-#-# page.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
120 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
121 | -"Report-Msgid-Bugs-To: \n" | ||
122 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
123 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
124 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
125 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
126 | -"Language: \n" | ||
127 | -"MIME-Version: 1.0\n" | ||
128 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
129 | -"Content-Transfer-Encoding: 8bit\n" | ||
130 | -"#-#-#-#-# header-settings.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
131 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
132 | -"Report-Msgid-Bugs-To: \n" | ||
133 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
134 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
135 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
136 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
137 | -"Language: \n" | ||
138 | -"MIME-Version: 1.0\n" | ||
139 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
140 | -"Content-Transfer-Encoding: 8bit\n" | ||
141 | -"#-#-#-#-# header.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
142 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
143 | -"Report-Msgid-Bugs-To: \n" | ||
144 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
145 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
146 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
147 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
148 | -"Language: \n" | ||
149 | -"MIME-Version: 1.0\n" | ||
150 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
151 | -"Content-Transfer-Encoding: 8bit\n" | ||
152 | -"#-#-#-#-# setcolors.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
153 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
154 | -"Report-Msgid-Bugs-To: \n" | ||
155 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
156 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
157 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
158 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
159 | -"Language: \n" | ||
160 | -"MIME-Version: 1.0\n" | ||
161 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
162 | -"Content-Transfer-Encoding: 8bit\n" | ||
163 | -"#-#-#-#-# sessionproperties.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
164 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
165 | -"Report-Msgid-Bugs-To: \n" | ||
166 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
167 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
168 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
169 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
170 | -"Language: \n" | ||
171 | -"MIME-Version: 1.0\n" | ||
172 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
173 | -"Content-Transfer-Encoding: 8bit\n" | ||
174 | -"#-#-#-#-# hostproperties.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
175 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
176 | -"Report-Msgid-Bugs-To: \n" | ||
177 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
178 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
179 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
180 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
181 | -"Language: \n" | ||
182 | -"MIME-Version: 1.0\n" | ||
183 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
184 | -"Content-Transfer-Encoding: 8bit\n" | ||
185 | -"#-#-#-#-# filetransfer.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
186 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
187 | -"Report-Msgid-Bugs-To: \n" | ||
188 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
189 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
190 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
191 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
192 | -"Language: \n" | ||
193 | -"MIME-Version: 1.0\n" | ||
194 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
195 | -"Content-Transfer-Encoding: 8bit\n" | ||
196 | -"#-#-#-#-# connect.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
197 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
198 | -"Report-Msgid-Bugs-To: \n" | ||
199 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
200 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
201 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
202 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
203 | -"Language: \n" | ||
204 | -"MIME-Version: 1.0\n" | ||
205 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
206 | -"Content-Transfer-Encoding: 8bit\n" | ||
207 | -"#-#-#-#-# close.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
208 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
209 | -"Report-Msgid-Bugs-To: \n" | ||
210 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
211 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
212 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
213 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
214 | -"Language: \n" | ||
215 | -"MIME-Version: 1.0\n" | ||
216 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
217 | -"Content-Transfer-Encoding: 8bit\n" | ||
218 | -"#-#-#-#-# toolbar.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
219 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
220 | -"Report-Msgid-Bugs-To: \n" | ||
221 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
222 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
223 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
224 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
225 | -"Language: \n" | ||
226 | -"MIME-Version: 1.0\n" | ||
227 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
228 | -"Content-Transfer-Encoding: 8bit\n" | ||
229 | -"#-#-#-#-# settings.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
230 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
231 | -"Report-Msgid-Bugs-To: \n" | ||
232 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
233 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
234 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
235 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
236 | -"Language: \n" | ||
237 | -"MIME-Version: 1.0\n" | ||
238 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
239 | -"Content-Transfer-Encoding: 8bit\n" | ||
240 | -"#-#-#-#-# models.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
241 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
242 | -"Report-Msgid-Bugs-To: \n" | ||
243 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
244 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
245 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
246 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
247 | -"Language: \n" | ||
248 | -"MIME-Version: 1.0\n" | ||
249 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
250 | -"Content-Transfer-Encoding: 8bit\n" | ||
251 | -"#-#-#-#-# dialog.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
252 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
253 | -"Report-Msgid-Bugs-To: \n" | ||
254 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
255 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
256 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
257 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
258 | -"Language: \n" | ||
259 | -"MIME-Version: 1.0\n" | ||
260 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
261 | -"Content-Transfer-Encoding: 8bit\n" | ||
262 | -"#-#-#-#-# actionview.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
263 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
264 | -"Report-Msgid-Bugs-To: \n" | ||
265 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
266 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
267 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
268 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
269 | -"Language: \n" | ||
270 | -"MIME-Version: 1.0\n" | ||
271 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
272 | -"Content-Transfer-Encoding: 8bit\n" | ||
273 | -"#-#-#-#-# savedesktopicon.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
274 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
275 | -"Report-Msgid-Bugs-To: \n" | ||
276 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
277 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
278 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
279 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
280 | -"Language: \n" | ||
281 | -"MIME-Version: 1.0\n" | ||
282 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
283 | -"Content-Transfer-Encoding: 8bit\n" | ||
284 | -"#-#-#-#-# tools.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
285 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
286 | -"Report-Msgid-Bugs-To: \n" | ||
287 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
288 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
289 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
290 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
291 | -"Language: \n" | ||
292 | -"MIME-Version: 1.0\n" | ||
293 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
294 | -"Content-Transfer-Encoding: 8bit\n" | ||
295 | -"#-#-#-#-# placeholders.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
296 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
297 | -"Report-Msgid-Bugs-To: \n" | ||
298 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
299 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
300 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
301 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
302 | -"Language: \n" | ||
303 | -"MIME-Version: 1.0\n" | ||
304 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
305 | -"Content-Transfer-Encoding: 8bit\n" | ||
306 | -"#-#-#-#-# model.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
307 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
308 | -"Report-Msgid-Bugs-To: \n" | ||
309 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
310 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
311 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
312 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
313 | -"Language: \n" | ||
314 | -"MIME-Version: 1.0\n" | ||
315 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
316 | -"Content-Transfer-Encoding: 8bit\n" | ||
317 | -"#-#-#-#-# element.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
318 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
319 | -"Report-Msgid-Bugs-To: \n" | ||
320 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
321 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
322 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
323 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
324 | -"Language: \n" | ||
325 | -"MIME-Version: 1.0\n" | ||
326 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
327 | -"Content-Transfer-Encoding: 8bit\n" | ||
328 | -"#-#-#-#-# attribute.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
329 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
330 | -"Report-Msgid-Bugs-To: \n" | ||
331 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
332 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
333 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
334 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
335 | -"Language: \n" | ||
336 | -"MIME-Version: 1.0\n" | ||
337 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
338 | -"Content-Transfer-Encoding: 8bit\n" | ||
339 | -"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
340 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
341 | -"Report-Msgid-Bugs-To: \n" | ||
342 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
343 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
344 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
345 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
346 | -"Language: \n" | ||
347 | -"MIME-Version: 1.0\n" | ||
348 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
349 | -"Content-Transfer-Encoding: 8bit\n" | ||
350 | -"#-#-#-#-# application.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
351 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
352 | -"Report-Msgid-Bugs-To: \n" | ||
353 | -"POT-Creation-Date: 2020-12-22 16:55-0300\n" | ||
354 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
355 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
356 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
357 | -"Language: \n" | ||
358 | -"MIME-Version: 1.0\n" | ||
359 | -"Content-Type: text/plain; charset=CHARSET\n" | 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
360 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
361 | 19 | ||
362 | #: src/objects/application/application.c:203 | 20 | #: src/objects/application/application.c:203 |
@@ -394,7 +52,7 @@ msgid "" | @@ -394,7 +52,7 @@ msgid "" | ||
394 | "<small><b>The toolbar position only takes effect after restart</b></small>" | 52 | "<small><b>The toolbar position only takes effect after restart</b></small>" |
395 | msgstr "" | 53 | msgstr "" |
396 | 54 | ||
397 | -#: src/objects/application/actions/about.c:212 ui/application.xml:39 | 55 | +#: src/objects/application/actions/about.c:210 ui/application.xml:39 |
398 | #: ui/application.xml:537 | 56 | #: ui/application.xml:537 |
399 | msgid "About PW3270" | 57 | msgid "About PW3270" |
400 | msgstr "" | 58 | msgstr "" |
@@ -566,6 +224,10 @@ msgstr "" | @@ -566,6 +224,10 @@ msgstr "" | ||
566 | msgid "Copy as text" | 224 | msgid "Copy as text" |
567 | msgstr "" | 225 | msgstr "" |
568 | 226 | ||
227 | +#: src/objects/application/actions/about.c:160 | ||
228 | +msgid "Copyright © 2008 Banco do Brasil S.A." | ||
229 | +msgstr "" | ||
230 | + | ||
569 | #: src/objects/os/linux/savedesktopicon.c:114 | 231 | #: src/objects/os/linux/savedesktopicon.c:114 |
570 | msgid "Create shortcut for the current session" | 232 | msgid "Create shortcut for the current session" |
571 | msgstr "" | 233 | msgstr "" |
@@ -1297,7 +959,7 @@ msgstr "" | @@ -1297,7 +959,7 @@ msgstr "" | ||
1297 | msgid "View" | 959 | msgid "View" |
1298 | msgstr "" | 960 | msgstr "" |
1299 | 961 | ||
1300 | -#: src/objects/application/actions/about.c:187 | 962 | +#: src/objects/application/actions/about.c:184 |
1301 | msgid "View this project on github" | 963 | msgid "View this project on github" |
1302 | msgstr "" | 964 | msgstr "" |
1303 | 965 | ||
@@ -1362,10 +1024,10 @@ msgstr "" | @@ -1362,10 +1024,10 @@ msgstr "" | ||
1362 | msgid "_View" | 1024 | msgid "_View" |
1363 | msgstr "" | 1025 | msgstr "" |
1364 | 1026 | ||
1365 | -#: src/objects/application/actions/about.c:186 | 1027 | +#: src/objects/application/actions/about.c:183 |
1366 | msgid "https://github.com/PerryWerneck/pw3270" | 1028 | msgid "https://github.com/PerryWerneck/pw3270" |
1367 | msgstr "" | 1029 | msgstr "" |
1368 | 1030 | ||
1369 | -#: src/objects/application/actions/about.c:189 | 1031 | +#: src/objects/application/actions/about.c:186 |
1370 | msgid "translator-credits" | 1032 | msgid "translator-credits" |
1371 | msgstr "" | 1033 | msgstr "" |