Commit 60bd7fdda8e5e39cc0bab8abd96deb298f68092e

Authored by Perry Werneck
1 parent 64176c5d

Moving keypads to another project/package.

Makefile.in
... ... @@ -280,8 +280,7 @@ strip: \
280 280 #---[ Install Targets ]------------------------------------------------------------------
281 281  
282 282 install: \
283   - install-application \
284   - install-keypads
  283 + install-application
285 284  
286 285 install-application: \
287 286 install-@OSNAME@-application \
... ... @@ -324,16 +323,6 @@ install-windows-application: \
324 323 $(BINRLS)/$(PACKAGE_NAME)@EXEEXT@ \
325 324 $(DESTDIR)/$(bindir)/$(PRODUCT_NAME)@EXEEXT@
326 325  
327   -
328   -install-keypads:
329   -
330   - @$(MKDIR) \
331   - $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/keypad
332   -
333   - @$(INSTALL_DATA) \
334   - keypad/*.xml \
335   - $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/keypad
336   -
337 326 install-icons:
338 327  
339 328 @$(MKDIR) \
... ... @@ -347,8 +336,7 @@ install-icons:
347 336  
348 337 locale/$(PACKAGE_NAME).pot: \
349 338 $(foreach SRC, $(basename $(SOURCES)), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).pot) \
350   - $(foreach SRC, $(basename $(wildcard ui/*.xml)), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).pot) \
351   - $(foreach SRC, $(basename $(wildcard keypad/*.xml)), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).pot)
  339 + $(foreach SRC, $(basename $(wildcard ui/*.xml)), $(POTDIR)/$(PACKAGE_NAME)/$(SRC).pot)
352 340  
353 341 @rm -f $@
354 342 @$(MKDIR) $(@D)
... ...
keypad/00-right.xml
... ... @@ -1,183 +0,0 @@
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<!--
3   -
4   - Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
5   - (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
6   - aplicativos mainframe. Registro no INPI sob o nome G3270.
7   -
8   - Copyright (C) <2008> <Banco do Brasil S.A.>
9   -
10   - Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
11   - os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
12   - Free Software Foundation.
13   -
14   - Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
15   - GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
16   - A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
17   - obter mais detalhes.
18   -
19   - Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
20   - programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin
21   - St, Fifth Floor, Boston, MA 02110-1301 USA
22   -
23   -
24   - Contatos:
25   -
26   - perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
27   - erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
28   -
29   --->
30   -<interface>
31   -
32   - <keypad name="keypad_right" position="right" width='6'>
33   -
34   - <attribute name='label' translatable='yes'>Right keypad</attribute>
35   -
36   - <button width='2'>
37   - <attribute name="label" translatable="no">PF1</attribute>
38   - <attribute name="action">win.pfkey(1)</attribute>
39   - </button>
40   -
41   - <button width='2'>
42   - <attribute name="label" translatable="no">PF2</attribute>
43   - <attribute name="action">win.pfkey(2)</attribute>
44   - </button>
45   -
46   - <button width='2'>
47   - <attribute name="label" translatable="no">PF3</attribute>
48   - <attribute name="action">win.pfkey(3)</attribute>
49   - </button>
50   -
51   - <button width='2'>
52   - <attribute name="label" translatable="no">PF4</attribute>
53   - <attribute name="action">win.pfkey(4)</attribute>
54   - </button>
55   -
56   - <button width='2'>
57   - <attribute name="label" translatable="no">PF5</attribute>
58   - <attribute name="action">win.pfkey(5)</attribute>
59   - </button>
60   -
61   - <button width='2'>
62   - <attribute name="label" translatable="no">PF6</attribute>
63   - <attribute name="action">win.pfkey(6)</attribute>
64   - </button>
65   -
66   - <button width='2'>
67   - <attribute name="label" translatable="no">PF7</attribute>
68   - <attribute name="action">win.pfkey(7)</attribute>
69   - </button>
70   -
71   - <button width='2'>
72   - <attribute name="label" translatable="no">PF8</attribute>
73   - <attribute name="action">win.pfkey(8)</attribute>
74   - </button>
75   -
76   - <button width='2'>
77   - <attribute name="label" translatable="no">PF9</attribute>
78   - <attribute name="action">win.pfkey(9)</attribute>
79   - </button>
80   -
81   - <button width='2'>
82   - <attribute name="label" translatable="no">PF10</attribute>
83   - <attribute name="action">win.pfkey(10)</attribute>
84   - </button>
85   -
86   - <button width='2'>
87   - <attribute name="label" translatable="no">PF11</attribute>
88   - <attribute name="action">win.pfkey(11)</attribute>
89   - </button>
90   -
91   - <button width='2'>
92   - <attribute name="label" translatable="no">PF12</attribute>
93   - <attribute name="action">win.pfkey(12)</attribute>
94   - </button>
95   -
96   - <button column='2' width='2'>
97   - <attribute name="icon-name" translatable="no">gtk-go-up</attribute>
98   - <attribute name="action">win.up</attribute>
99   - </button>
100   -
101   - <button column='0' width='2'>
102   - <attribute name="icon-name" translatable="no">gtk-go-back</attribute>
103   - <attribute name="action">win.left</attribute>
104   - </button>
105   -
106   - <button width='2'>
107   - <attribute name="icon-name" translatable="no">gtk-goto-top</attribute>
108   - <attribute name="action">win.first-field</attribute>
109   - </button>
110   -
111   - <button width='2'>
112   - <attribute name="icon-name" translatable="no">gtk-go-forward</attribute>
113   - <attribute name="action">win.right</attribute>
114   - </button>
115   -
116   - <button column='2' width='2'>
117   - <attribute name="icon-name" translatable="no">gtk-go-down</attribute>
118   - <attribute name="action">win.down</attribute>
119   - </button>
120   -
121   - <button width='2' column='0'>
122   - <attribute name="label" translatable="no">PA1</attribute>
123   - <attribute name="action">win.pakey(1)</attribute>
124   - </button>
125   -
126   - <button width='2'>
127   - <attribute name="label" translatable="no">PA2</attribute>
128   - <attribute name="action">win.pakey(2)</attribute>
129   - </button>
130   -
131   - <button width='2'>
132   - <attribute name="label" translatable="no">PA3</attribute>
133   - <attribute name="action">win.pakey(3)</attribute>
134   - </button>
135   -
136   - <button width='3'>
137   - <attribute name="icon-name">go-first</attribute>
138   - <attribute name="action">win.previous-field</attribute>
139   - </button>
140   -
141   - <button width='3'>
142   - <attribute name="icon-name">go-last</attribute>
143   - <attribute name="action">win.next-field</attribute>
144   - </button>
145   -
146   - <button width='3'>
147   - <attribute name="label" translatable="Yes">Clear</attribute>
148   - <attribute name="action">win.clear</attribute>
149   - </button>
150   -
151   - <button width='3'>
152   - <attribute name="label" translatable="Yes">Reset</attribute>
153   - <attribute name="action">win.kybdreset</attribute>
154   - </button>
155   -
156   - <button width='3'>
157   - <attribute name="label" translatable="Yes">Erase\nEOF</attribute>
158   - <attribute name="action">win.erase-eof</attribute>
159   - </button>
160   -
161   - <button width='3'>
162   - <attribute name="label" translatable="Yes">Erase\nInput</attribute>
163   - <attribute name="action">win.erase-input</attribute>
164   - </button>
165   -
166   - <button width='3'>
167   - <attribute name="label" translatable="Yes">Attn</attribute>
168   - <attribute name="action">win.attn</attribute>
169   - </button>
170   -
171   - <button width='3'>
172   - <attribute name="label" translatable="Yes">Break</attribute>
173   - <attribute name="action">win.break</attribute>
174   - </button>
175   -
176   - <button width='6'>
177   - <attribute name="icon-name" translatable="no">gtk-ok</attribute>
178   - <attribute name="action">win.enter</attribute>
179   - </button>
180   -
181   - </keypad>
182   -
183   -</interface>
keypad/10-bottom.xml
... ... @@ -1,158 +0,0 @@
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<!--
3   -
4   - Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
5   - (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
6   - aplicativos mainframe. Registro no INPI sob o nome G3270.
7   -
8   - Copyright (C) <2008> <Banco do Brasil S.A.>
9   -
10   - Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
11   - os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
12   - Free Software Foundation.
13   -
14   - Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
15   - GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
16   - A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
17   - obter mais detalhes.
18   -
19   - Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
20   - programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin
21   - St, Fifth Floor, Boston, MA 02110-1301 USA
22   -
23   -
24   - Contatos:
25   -
26   - perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
27   - erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
28   -
29   --->
30   -<interface>
31   -
32   - <keypad name="function_bar" position="bottom" width='12'>
33   -
34   - <attribute name='label' translatable='yes'>Function bar</attribute>
35   -
36   - <button>
37   - <attribute name="label" translatable="no">PF1</attribute>
38   - <attribute name="action">win.pfkey(1)</attribute>
39   - </button>
40   -
41   - <button>
42   - <attribute name="label" translatable="no">PF2</attribute>
43   - <attribute name="action">win.pfkey(2)</attribute>
44   - </button>
45   -
46   - <button>
47   - <attribute name="label" translatable="no">PF3</attribute>
48   - <attribute name="action">win.pfkey(3)</attribute>
49   - </button>
50   -
51   - <button>
52   - <attribute name="label" translatable="no">PF4</attribute>
53   - <attribute name="action">win.pfkey(4)</attribute>
54   - </button>
55   -
56   - <button>
57   - <attribute name="label" translatable="no">PF5</attribute>
58   - <attribute name="action">win.pfkey(5)</attribute>
59   - </button>
60   -
61   - <button>
62   - <attribute name="label" translatable="no">PF6</attribute>
63   - <attribute name="action">win.pfkey(6)</attribute>
64   - </button>
65   -
66   - <button>
67   - <attribute name="label" translatable="no">PF7</attribute>
68   - <attribute name="action">win.pfkey(7)</attribute>
69   - </button>
70   -
71   - <button>
72   - <attribute name="label" translatable="no">PF8</attribute>
73   - <attribute name="action">win.pfkey(8)</attribute>
74   - </button>
75   -
76   - <button>
77   - <attribute name="label" translatable="no">PF9</attribute>
78   - <attribute name="action">win.pfkey(9)</attribute>
79   - </button>
80   -
81   - <button>
82   - <attribute name="label" translatable="no">PF10</attribute>
83   - <attribute name="action">win.pfkey(10)</attribute>
84   - </button>
85   -
86   - <button>
87   - <attribute name="label" translatable="no">PF11</attribute>
88   - <attribute name="action">win.pfkey(11)</attribute>
89   - </button>
90   -
91   - <button>
92   - <attribute name="label" translatable="no">PF12</attribute>
93   - <attribute name="action">win.pfkey(12)</attribute>
94   - </button>
95   -
96   - <button>
97   - <attribute name="label" translatable="no">PF13</attribute>
98   - <attribute name="action">win.pfkey(13)</attribute>
99   - </button>
100   -
101   - <button>
102   - <attribute name="label" translatable="no">PF14</attribute>
103   - <attribute name="action">win.pfkey(14)</attribute>
104   - </button>
105   -
106   - <button>
107   - <attribute name="label" translatable="no">PF15</attribute>
108   - <attribute name="action">win.pfkey(15)</attribute>
109   - </button>
110   -
111   - <button>
112   - <attribute name="label" translatable="no">PF16</attribute>
113   - <attribute name="action">win.pfkey(16)</attribute>
114   - </button>
115   -
116   - <button>
117   - <attribute name="label" translatable="no">PF17</attribute>
118   - <attribute name="action">win.pfkey(17)</attribute>
119   - </button>
120   -
121   - <button>
122   - <attribute name="label" translatable="no">PF18</attribute>
123   - <attribute name="action">win.pfkey(18)</attribute>
124   - </button>
125   -
126   - <button>
127   - <attribute name="label" translatable="no">PF19</attribute>
128   - <attribute name="action">win.pfkey(19)</attribute>
129   - </button>
130   -
131   - <button>
132   - <attribute name="label" translatable="no">PF20</attribute>
133   - <attribute name="action">win.pfkey(20)</attribute>
134   - </button>
135   -
136   - <button>
137   - <attribute name="label" translatable="no">PF21</attribute>
138   - <attribute name="action">win.pfkey(21)</attribute>
139   - </button>
140   -
141   - <button>
142   - <attribute name="label" translatable="no">PF22</attribute>
143   - <attribute name="action">win.pfkey(22)</attribute>
144   - </button>
145   -
146   - <button>
147   - <attribute name="label" translatable="no">PF23</attribute>
148   - <attribute name="action">win.pfkey(23)</attribute>
149   - </button>
150   -
151   - <button>
152   - <attribute name="label" translatable="no">PF24</attribute>
153   - <attribute name="action">win.pfkey(24)</attribute>
154   - </button>
155   -
156   - </keypad>
157   -
158   -</interface>
locale/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid &quot;&quot;
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2020-11-19 12:35-0300\n"
  8 +"POT-Creation-Date: 2020-12-14 18:10-0300\n"
9 9 "PO-Revision-Date: 2020-11-19 23:07-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português <>\n"
... ... @@ -317,10 +317,6 @@ msgstr &quot;Tela cheia&quot;
317 317 msgid "Full screen"
318 318 msgstr "Tela cheia"
319 319  
320   -#: keypad/10-bottom.xml:34
321   -msgid "Function bar"
322   -msgstr "Barra de funções"
323   -
324 320 #: src/objects/os/linux/savedesktopicon.c:94
325 321 msgid "Generic name"
326 322 msgstr "Nome genérico"
... ... @@ -602,10 +598,6 @@ msgstr &quot;Mudar tamanho do terminal em tela alternativa&quot;
602 598 msgid "Right"
603 599 msgstr "Direita"
604 600  
605   -#: keypad/00-right.xml:34
606   -msgid "Right keypad"
607   -msgstr "Painel direito"
608   -
609 601 #: ui/window.xml:69 ui/application.xml:134
610 602 msgid "Save"
611 603 msgstr "Salvar"
... ... @@ -2016,6 +2008,9 @@ msgstr &quot;translator-credits&quot;
2016 2008 #~ msgid "Full path of remote file"
2017 2009 #~ msgstr "Caminho completo do arquivo remoto"
2018 2010  
  2011 +#~ msgid "Function bar"
  2012 +#~ msgstr "Barra de funções"
  2013 +
2019 2014 #~ msgid "GTK Version mismatch"
2020 2015 #~ msgstr "Divergência de versão GTK"
2021 2016  
... ... @@ -2835,6 +2830,9 @@ msgstr &quot;translator-credits&quot;
2835 2830 #~ msgid "Revocation list"
2836 2831 #~ msgstr "Lista de revogados"
2837 2832  
  2833 +#~ msgid "Right keypad"
  2834 +#~ msgstr "Painel direito"
  2835 +
2838 2836 #~ msgid "SOCKS4 Proxy: client is not reachable"
2839 2837 #~ msgstr "SOCKS4 Proxy: client is not reachable"
2840 2838  
... ...
locale/pw3270.pot
... ... @@ -6,373 +6,9 @@
6 6 #, fuzzy
7 7 msgid ""
8 8 msgstr ""
9   -"#-#-#-#-# view.pot (PACKAGE VERSION) #-#-#-#-#\n"
10 9 "Project-Id-Version: PACKAGE VERSION\n"
11 10 "Report-Msgid-Bugs-To: \n"
12   -"POT-Creation-Date: 2020-11-19 12:35-0300\n"
13   -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14   -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15   -"Language-Team: LANGUAGE <LL@li.org>\n"
16   -"Language: \n"
17   -"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-11-19 12:35-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-11-19 12:35-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-11-19 23:06-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 23:06-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 23:06-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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-11-19 12:35-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"
360   -"Content-Transfer-Encoding: 8bit\n"
361   -"#-#-#-#-# 10-bottom.pot (PACKAGE VERSION) #-#-#-#-#\n"
362   -"Project-Id-Version: PACKAGE VERSION\n"
363   -"Report-Msgid-Bugs-To: \n"
364   -"POT-Creation-Date: 2020-11-19 12:35-0300\n"
365   -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
366   -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
367   -"Language-Team: LANGUAGE <LL@li.org>\n"
368   -"Language: \n"
369   -"MIME-Version: 1.0\n"
370   -"Content-Type: text/plain; charset=CHARSET\n"
371   -"Content-Transfer-Encoding: 8bit\n"
372   -"#-#-#-#-# 00-right.pot (PACKAGE VERSION) #-#-#-#-#\n"
373   -"Project-Id-Version: PACKAGE VERSION\n"
374   -"Report-Msgid-Bugs-To: \n"
375   -"POT-Creation-Date: 2020-11-19 12:35-0300\n"
  11 +"POT-Creation-Date: 2020-12-14 18:10-0300\n"
376 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
377 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
378 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -677,10 +313,6 @@ msgstr &quot;&quot;
677 313 msgid "Full screen"
678 314 msgstr ""
679 315  
680   -#: keypad/10-bottom.xml:34
681   -msgid "Function bar"
682   -msgstr ""
683   -
684 316 #: src/objects/os/linux/savedesktopicon.c:94
685 317 msgid "Generic name"
686 318 msgstr ""
... ... @@ -962,10 +594,6 @@ msgstr &quot;&quot;
962 594 msgid "Right"
963 595 msgstr ""
964 596  
965   -#: keypad/00-right.xml:34
966   -msgid "Right keypad"
967   -msgstr ""
968   -
969 597 #: ui/window.xml:69 ui/application.xml:134
970 598 msgid "Save"
971 599 msgstr ""
... ...