Add imported files from drupal

This commit is contained in:
Hugo Peixoto 2021-09-23 14:29:25 +01:00
parent ff488dcd2d
commit a1a8eb23c1
90 changed files with 5150 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

BIN
imported-files/ANSOL_N.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
imported-files/ANSOL_P.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 MiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
imported-files/N0031.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 KiB

BIN
imported-files/RMS2016.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
imported-files/all.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Binary file not shown.

BIN
imported-files/ansol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -0,0 +1,129 @@
/* ---------- Color Module Styles ----------- */
body { color: #7a7a7a; background:#1a1a1a; }
a, li a.active,
#footer a:hover, #footer li a.active:hover, #footer-bottom a:hover, #footer-bottom li a.active:hover,
#header a, #header-menu ul.menu li a:hover, #header-menu ul.menu li a.active, #header-menu ul.menu li ul.menu li a:hover,
#navigation .block-superfish ul.sf-menu li a:focus, #navigation .block-superfish ul.sf-menu li a:hover, #navigation .block-superfish ul.sf-menu li a.active,
.front .node h1.front-heading { color:#1487d4; }
#header-menu a, #header-menu ul.menu li a, #navigation .block-superfish ul.sf-menu li a { color:#ffffff; }
#footer a, #footer li a.active, #footer-bottom a, #footer-bottom li a.active { color:#e4e4e4; }
h1, h2, h3, h4, h5, h6 { color:#1487d4; text-shadow: 1px 1px 1px #eaf1ea; }
#slogan { color:#d5d5d5; }
#header {
background: #2ab2d8;
/* IE10 */
background-image: -ms-linear-gradient(top, #2ab2d8 0%, #1b1a1a 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #2ab2d8 0%, #1b1a1a 100%);
/* Opera */
background-image: -o-linear-gradient(top, #2ab2d8 0%, #1b1a1a 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ab2d8), color-stop(1, #1b1a1a));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #2ab2d8 0%, #1b1a1a 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #2ab2d8 0%, #1b1a1a 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ab2d8', endColorstr='#1b1a1a'); }
#header-menu { background: #222222; border-top:1px solid #353535; border-bottom:1px solid #353535; }
#header-menu ul.menu li.expanded ul.menu, #navigation .block-superfish ul.sf-menu li, #navigation .block-superfish ul.sf-menu li li a { background: #222222; }
#header-menu ul.menu li.expanded ul.menu li a, #footer .block ul.menu li a, #navigation .block-superfish ul.sf-menu li li a { border-bottom:1px solid #353535; }
#footer-bottom { border-top:1px solid #353535; }
ul.secondary-menu li, #footer-bottom ul.menu li { border-right:1px solid #353535; }
#header-menu ul.menu li ul.menu li a:hover,
#header-menu ul.menu li.expanded ul.menu li.expanded a:hover,
#header-menu ul.menu li.expanded ul.menu li.leaf a:hover,
#navigation .block-superfish ul.sf-menu li li:hover,
#navigation .block-superfish ul.sf-menu li li a:focus, #navigation .block-superfish ul.sf-menu li li a:hover, #navigation .block-superfish ul.sf-menu li li a:active { background-color:#1b1b1b; }
#banner {
background: #efeeee;
/* IE10 */
background-image: -ms-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Opera */
background-image: -o-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efeeee), color-stop(1, #dadada));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #efeeee 0%, #dadada 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeeee', endColorstr='#dadada');
border-bottom:1px solid #fcfcfc; }
#content {
background: #e8e8e8;
/* IE10 */
background-image: -ms-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
/* Opera */
background-image: -o-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(1, #efefef));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #e8e8e8 0%, #efefef 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#efefef'); }
#footer { background:#181818; }
#footer-bottom {
background: #1a1a1a;
/* IE10 */
background-image: -ms-linear-gradient(top, #262626 0%, #1a1a1a 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #262626 0%, #1a1a1a 100%);
/* Opera */
background-image: -o-linear-gradient(top, #262626 0%, #1a1a1a 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(1, #1a1a1a));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #262626 0%, #1a1a1a 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #262626 0%, #1a1a1a 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#1a1a1a'); }
.links ul li a, a.more, #comments ul.links li a,
input[type="submit"], input[type="reset"], input[type="button"] { color:#fefefe; text-shadow: 0 1px 1px #003547;
/* background */
background: #0093c5;
/* IE10 */
background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');
/* shadow */
-webkit-box-shadow: 0px 1px 2px #939da2; -moz-box-shadow: 0px 1px 2px #939da2; box-shadow: 0px 1px 2px #939da2; }
.links ul li a:hover, a.more:hover, #comments ul.links li a:hover,
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background: #008ab8; }
.region-sidebar-first .block .content, .region-sidebar-second .block .content { background:#fdfdfd; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
imported-files/cyngnpt.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
imported-files/efd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
imported-files/flyer1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

View File

@ -0,0 +1,112 @@
%!PS-Adobe-2.0
%%Creator: http://ansol.org/inscricao
%%Title: proposta-socio.ps
%%Pages: 1
%%BoundingBox: 0 0 596 842
%%EndComments
/Nome () def
/DiaNascimento () def
/MesNascimento () def
/AnoNascimento () def
/Naturalidade () def
/Nacionalidade () def
/BI () def
/Arquivo () def
/Morada () def
/CodigoPostal () def
/Localidade () def
/MoradaAlternativa () def
/CodigoPostal2 () def
/Localidade2 () def
/Profissao () def
/Empresa () def
/Curso () def
/Habilitacoes () def
/EMail () def
/Telefone () def
/Fingerprint () def
%
% Dados a Preencher pela ANSOL
/NumeroSocio () def
/Via () def
/AprovadoDia () def
/AprovadoMes () def
/AprovadoAno () def
/Por () def
%%%%%%%%% FIM DA PARTE A PREENCHER PELA ANSOL %%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/campo{
cm exch cm exch moveto
2 index stringwidth pop (: ) stringwidth pop add
dup 3 2 roll cm exch sub 4 2 roll exch currentpoint 4 2 roll show
(: ) show show moveto exch -2 rmoveto 0 rlineto currentpoint
stroke moveto 0 2 rmoveto
} def
/rcampo{
2 index stringwidth pop dup 3 2 roll cm exch sub 4 2 roll exch
currentpoint 4 2 roll show show moveto exch -2 rmoveto 0 rlineto
currentpoint stroke moveto 0 2 rmoveto
} def
/seccao{
cm 2.5 cm exch moveto show
} def
/cm {28.3465 mul} def
/center {dup stringwidth pop 2 div neg 0 rmoveto} def
/isofont {findfont dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding
def currentdict end /ISOfont exch definefont pop /ISOfont findfont exch
scalefont setfont} def
%%Page: 1 1
0.5 setlinewidth
2.3 cm 2.7 cm moveto 16.4 cm 0 rlineto 0 4.8 cm rlineto
-16.4 cm 0 rlineto closepath 0.8 setgray fill 0 setgray
16 /Times-Bold isofont
10.5 cm 27.5 cm moveto (Proposta para Sócio da ANSOL) center show
12 /Times-Roman isofont
(Nome) Nome 16 2.5 25 campo
(Data de Nascimento) DiaNascimento 4.3 2.5 24.3 campo
(/ ) MesNascimento 0.7 rcampo
(/ ) AnoNascimento 1.1 rcampo
(Naturalidade) Naturalidade 8 10.5 24.3 campo
(Nacionalidade) Nacionalidade 6 2.5 23.6 campo
(B.I./Passaporte) BI 5 9 23.6 campo
(Arquivo) Arquivo 4 14.5 23.6 campo
(Morada) Morada 16 2.5 21.7 campo
(Código Postal) CodigoPostal 7.5 2.5 21 campo
(Localidade) Localidade 8 10.5 21 campo
(Morada Alternativa) MoradaAlternativa 16 2.5 20.3 campo
(Código Postal) CodigoPostal2 7.5 2.5 19.6 campo
(Localidade) Localidade2 8 10.5 19.6 campo
(Profissão / Área de Actividade) Profissao 16 2.5 17.7 campo
(Empresa / Estabelecimento de Ensino) Empresa 16 2.5 17 campo
(Curso) Curso 7.5 2.5 16.3 campo
(Habilitações Literárias) Habilitacoes 8 10.5 16.3 campo
(Correio Electrónico) EMail 10 2.5 14.4 campo
(Contacto Telefónico) Telefone 10 2.5 13.7 campo
(Fingerprint) Fingerprint 16 2.5 11.7 campo
2.5 cm 10.5 cm moveto
(Declaro ter conhecimento dos estatutos da ANSOL e concordar com os mesmos.)
show
(Assinatura) () 10 2.5 9.5 campo
(Data) () 5.5 13 9.5 campo
(Número de Sócio) NumeroSocio 10 2.5 6 campo
(Proposta recebida via) Via 10 2.5 5.3 campo
(Aprovado em) AprovadoDia 3.2 2.5 4.6 campo
(/ ) AprovadoMes 0.7 rcampo
(/ ) AprovadoAno 1.1 rcampo
(Por) Por 10 2.5 3.9 campo
(Assinatura) () 10 2.5 3.2 campo
14 /Times-Bold isofont
(Dados Pessoais) 25.7 seccao
(Endereço) 22.4 seccao
(Dados Profissionais) 18.4 seccao
(Contacto) 15.1 seccao
(Assinatura Digital GnuPG) 12.4 seccao
(Dados a Preencher pela ANSOL) 6.7 seccao
showpage
%%EOF

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
imported-files/jitsi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Loading":"A carregar","Show shortcuts":"Mostrar atalhos","(active tab)":"(separador ativo)","Customize dashboard":"Personalizar o painel de controlo","@title dialog":"Di\u00e1logo @title","Hide shortcuts":"Ocultar atalhos"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Edit":"Editar","Sunday":"Domingo","Monday":"Segunda","Tuesday":"Ter\u00e7a","Wednesday":"Quarta","Thursday":"Quinta","Friday":"Sexta","Saturday":"S\u00e1bado","Add":"Adicionar","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Prev":"Anterior","Mon":"Seg","Tue":"Ter","Wed":"Qua","Thu":"Qui","Fri":"Sex","Sat":"S\u00e1b","Sun":"Dom","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Show":"Mostrar","Select all rows in this table":"Marcar todas as colunas nesta tabela.","Deselect all rows in this table":"Desmarcar todas as colunas nesta tabela.","Today":"Hoje","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Set","Oct":"Out","Nov":"Nov","Dec":"Dez","Su":"Dom","Mo":"Seg","Tu":"Ter","We":"Qua","Th":"Qui","Fr":"Sex","Sa":"Sab","Not published":"N\u00e3o publicado","Please wait...":"Aguarde...","Hide":"Esconder","Loading":"A carregar","mm\/dd\/yy":"mm\/dd\/aa","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","The changes to these blocks will not be saved until the \u003Cem\u003ESave blocks\u003C\/em\u003E button is clicked.":"As altera\u00e7\u00f5es a estes blocos n\u00e3o ser\u00e3o guardadas at\u00e9 clicar no bot\u00e3o \u003Cem\u003EGuardar blocos\u003C\/em\u003E.","Show shortcuts":"Mostrar atalhos","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","Not restricted":"N\u00e3o restringido","(active tab)":"(separador ativo)","Not customizable":"N\u00e3o personaliz\u00e1vel","Restricted to certain pages":"Restringido a determinadas p\u00e1ginas","The block cannot be placed in this region.":"O bloco n\u00e3o pode ser colocado nesta regi\u00e3o","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","@title dialog":"Di\u00e1logo @title","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Hide shortcuts":"Ocultar atalhos","Remove group":"Remover grupo","Close":"Fechar"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"Next":"Seguinte","Edit":"Editar","Sunday":"Domingo","Monday":"Segunda","Tuesday":"Ter\u00e7a","Wednesday":"Quarta","Thursday":"Quinta","Friday":"Sexta","Saturday":"S\u00e1bado","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Prev":"Anterior","Mon":"Seg","Tue":"Ter","Wed":"Qua","Thu":"Qui","Fri":"Sex","Sat":"S\u00e1b","Sun":"Dom","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Today":"Hoje","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Set","Oct":"Out","Nov":"Nov","Dec":"Dez","Su":"Dom","Mo":"Seg","Tu":"Ter","We":"Qua","Th":"Qui","Fr":"Sex","Sa":"Sab","Not published":"N\u00e3o publicado","Please wait...":"Aguarde...","mm\/dd\/yy":"mm\/dd\/aa","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","(active tab)":"(separador ativo)","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","@title dialog":"Di\u00e1logo @title","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Close":"Fechar"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Next":"Seguinte","Edit":"Editar","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Prev":"Anterior","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Show":"Mostrar","Today":"Hoje","Please wait...":"Aguarde...","Hide":"Esconder","Loading":"A carregar","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","The changes to these blocks will not be saved until the \u003Cem\u003ESave blocks\u003C\/em\u003E button is clicked.":"As altera\u00e7\u00f5es a estes blocos n\u00e3o ser\u00e3o guardadas at\u00e9 clicar no bot\u00e3o \u003Cem\u003EGuardar blocos\u003C\/em\u003E.","Show shortcuts":"Mostrar atalhos","Not restricted":"N\u00e3o restringido","(active tab)":"(separador ativo)","Not customizable":"N\u00e3o personaliz\u00e1vel","Restricted to certain pages":"Restringido a determinadas p\u00e1ginas","The block cannot be placed in this region.":"O bloco n\u00e3o pode ser colocado nesta regi\u00e3o","Customize dashboard":"Personalizar o painel de controlo","@title dialog":"Di\u00e1logo @title","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Hide shortcuts":"Ocultar atalhos","Other":"Outros","Remove group":"Remover grupo"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Edit":"Editar","Upload":"Carregar ficheiro","Show":"Mostrar","Select all rows in this table":"Marcar todas as colunas nesta tabela.","Deselect all rows in this table":"Desmarcar todas as colunas nesta tabela.","Not published":"N\u00e3o publicado","Please wait...":"Aguarde...","Hide":"Esconder","Only files with the following extensions are allowed: %files-allowed.":"Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %files-allowed.","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","The changes to these blocks will not be saved until the \u003Cem\u003ESave blocks\u003C\/em\u003E button is clicked.":"As altera\u00e7\u00f5es a estes blocos n\u00e3o ser\u00e3o guardadas at\u00e9 clicar no bot\u00e3o \u003Cem\u003EGuardar blocos\u003C\/em\u003E.","Show shortcuts":"Mostrar atalhos","This permission is inherited from the authenticated user role.":"Esta permiss\u00e3o \u00e9 herdada do grupo de utilizadores autenticados.","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","Requires a title":"Requer um t\u00edtulo","Not restricted":"N\u00e3o restringido","(active tab)":"(separador ativo)","Not customizable":"N\u00e3o personaliz\u00e1vel","Restricted to certain pages":"Restringido a determinadas p\u00e1ginas","The block cannot be placed in this region.":"O bloco n\u00e3o pode ser colocado nesta regi\u00e3o","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","Don\u0027t display post information":"N\u00e3o mostrar a informa\u00e7\u00e3o do artigo","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"O ficheiro selecionado %filename n\u00e3o pode ser carregado. Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %extensions.","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Hide shortcuts":"Ocultar atalhos","Close":"Fechar"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Show":"Mostrar","Hide":"Esconder"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"Upload":"Carregar ficheiro","Select all rows in this table":"Marcar todas as colunas nesta tabela.","Deselect all rows in this table":"Desmarcar todas as colunas nesta tabela.","Not published":"N\u00e3o publicado","Please wait...":"Aguarde...","Only files with the following extensions are allowed: %files-allowed.":"Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %files-allowed.","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","The changes to these blocks will not be saved until the \u003Cem\u003ESave blocks\u003C\/em\u003E button is clicked.":"As altera\u00e7\u00f5es a estes blocos n\u00e3o ser\u00e3o guardadas at\u00e9 clicar no bot\u00e3o \u003Cem\u003EGuardar blocos\u003C\/em\u003E.","This permission is inherited from the authenticated user role.":"Esta permiss\u00e3o \u00e9 herdada do grupo de utilizadores autenticados.","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","Not restricted":"N\u00e3o restringido","(active tab)":"(separador ativo)","Not customizable":"N\u00e3o personaliz\u00e1vel","Restricted to certain pages":"Restringido a determinadas p\u00e1ginas","The block cannot be placed in this region.":"O bloco n\u00e3o pode ser colocado nesta regi\u00e3o","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"O ficheiro selecionado %filename n\u00e3o pode ser carregado. Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %extensions.","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Close":"Fechar"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Next":"Seguinte","Edit":"Editar","Search":"Procurar","Sunday":"Domingo","Monday":"Segunda","Tuesday":"Ter\u00e7a","Wednesday":"Quarta","Thursday":"Quinta","Friday":"Sexta","Saturday":"S\u00e1bado","Add":"Adicionar","Menu":"Menu","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Prev":"Anterior","Mon":"Seg","Tue":"Ter","Wed":"Qua","Thu":"Qui","Fri":"Sex","Sat":"S\u00e1b","Sun":"Dom","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Show":"Mostrar","Select all rows in this table":"Marcar todas as colunas nesta tabela.","Deselect all rows in this table":"Desmarcar todas as colunas nesta tabela.","Today":"Hoje","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Set","Oct":"Out","Nov":"Nov","Dec":"Dez","Su":"Dom","Mo":"Seg","Tu":"Ter","We":"Qua","Th":"Qui","Fr":"Sex","Sa":"Sab","Not published":"N\u00e3o publicado","Shortcuts":"Atalhos","Please wait...":"Aguarde...","Hide":"Esconder","Loading":"A carregar","mm\/dd\/yy":"mm\/dd\/aa","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","The changes to these blocks will not be saved until the \u003Cem\u003ESave blocks\u003C\/em\u003E button is clicked.":"As altera\u00e7\u00f5es a estes blocos n\u00e3o ser\u00e3o guardadas at\u00e9 clicar no bot\u00e3o \u003Cem\u003EGuardar blocos\u003C\/em\u003E.","Show shortcuts":"Mostrar atalhos","This permission is inherited from the authenticated user role.":"Esta permiss\u00e3o \u00e9 herdada do grupo de utilizadores autenticados.","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","Requires a title":"Requer um t\u00edtulo","Not restricted":"N\u00e3o restringido","(active tab)":"(separador ativo)","Not customizable":"N\u00e3o personaliz\u00e1vel","Restricted to certain pages":"Restringido a determinadas p\u00e1ginas","The block cannot be placed in this region.":"O bloco n\u00e3o pode ser colocado nesta regi\u00e3o","Customize dashboard":"Personalizar o painel de controlo","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","Don\u0027t display post information":"N\u00e3o mostrar a informa\u00e7\u00e3o do artigo","@title dialog":"Di\u00e1logo @title","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"O ficheiro selecionado %filename n\u00e3o pode ser carregado. Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %extensions.","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Hide shortcuts":"Ocultar atalhos","Other":"Outros","Remove group":"Remover grupo","Select all":"Selecionar tudo","Close":"Fechar","The response failed verification so will not be processed.":"A resposta falhou a verifica\u00e7\u00e3o, por isso n\u00e3o ser\u00e1 processada."}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Next":"Seguinte","Sunday":"Domingo","Monday":"Segunda","Tuesday":"Ter\u00e7a","Wednesday":"Quarta","Thursday":"Quinta","Friday":"Sexta","Saturday":"S\u00e1bado","Upload":"Carregar ficheiro","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Prev":"Anterior","Mon":"Seg","Tue":"Ter","Wed":"Qua","Thu":"Qui","Fri":"Sex","Sat":"S\u00e1b","Sun":"Dom","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Show":"Mostrar","Select all rows in this table":"Marcar todas as colunas nesta tabela.","Deselect all rows in this table":"Desmarcar todas as colunas nesta tabela.","Today":"Hoje","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Set","Oct":"Out","Nov":"Nov","Dec":"Dez","Su":"Dom","Mo":"Seg","Tu":"Ter","We":"Qua","Th":"Qui","Fr":"Sex","Sa":"Sab","Not published":"N\u00e3o publicado","Please wait...":"Aguarde...","Hide":"Esconder","Loading":"A carregar","mm\/dd\/yy":"mm\/dd\/aa","Only files with the following extensions are allowed: %files-allowed.":"Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %files-allowed.","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","The changes to these blocks will not be saved until the \u003Cem\u003ESave blocks\u003C\/em\u003E button is clicked.":"As altera\u00e7\u00f5es a estes blocos n\u00e3o ser\u00e3o guardadas at\u00e9 clicar no bot\u00e3o \u003Cem\u003EGuardar blocos\u003C\/em\u003E.","Show shortcuts":"Mostrar atalhos","This permission is inherited from the authenticated user role.":"Esta permiss\u00e3o \u00e9 herdada do grupo de utilizadores autenticados.","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","Requires a title":"Requer um t\u00edtulo","Not restricted":"N\u00e3o restringido","(active tab)":"(separador ativo)","Not customizable":"N\u00e3o personaliz\u00e1vel","Restricted to certain pages":"Restringido a determinadas p\u00e1ginas","The block cannot be placed in this region.":"O bloco n\u00e3o pode ser colocado nesta regi\u00e3o","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","Don\u0027t display post information":"N\u00e3o mostrar a informa\u00e7\u00e3o do artigo","@title dialog":"Di\u00e1logo @title","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"O ficheiro selecionado %filename n\u00e3o pode ser carregado. Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %extensions.","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Hide shortcuts":"Ocultar atalhos","Remove group":"Remover grupo","Close":"Fechar"}} };

View File

@ -0,0 +1 @@
Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Ocorreu um erro HTTP no Ajax.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Um pedido HTTP Ajax terminou com anomalia.","Debugging information follows.":"Segue informa\u00e7\u00e3o para depura\u00e7\u00e3o.","Path: !uri":"Caminho: !uri","StatusText: !statusText":"Texto de Estado: !statusText","ResponseText: !responseText":"Texto de Resposta: !responsetext","ReadyState: !readyState":"ReadyState: !readyState","Next":"Seguinte","Edit":"Editar","Sunday":"Domingo","Monday":"Segunda","Tuesday":"Ter\u00e7a","Wednesday":"Quarta","Thursday":"Quinta","Friday":"Sexta","Saturday":"S\u00e1bado","Add":"Adicionar","Configure":"Configurar","Done":"Opera\u00e7\u00e3o conclu\u00edda","Prev":"Anterior","Mon":"Seg","Tue":"Ter","Wed":"Qua","Thu":"Qui","Fri":"Sex","Sat":"S\u00e1b","Sun":"Dom","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Show":"Mostrar","Select all rows in this table":"Marcar todas as colunas nesta tabela.","Deselect all rows in this table":"Desmarcar todas as colunas nesta tabela.","Today":"Hoje","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Set","Oct":"Out","Nov":"Nov","Dec":"Dez","Su":"Dom","Mo":"Seg","Tu":"Ter","We":"Qua","Th":"Qui","Fr":"Sex","Sa":"Sab","Not published":"N\u00e3o publicado","Please wait...":"Aguarde...","Hide":"Esconder","Loading":"A carregar","mm\/dd\/yy":"mm\/dd\/aa","By @name on @date":"Por @name em @date","By @name":"Por @name","Not in menu":"N\u00e3o presente no menu","Alias: @alias":"Caminho alternativo: @alias","No alias":"Nenhum caminho alternativo","New revision":"Nova revis\u00e3o","Drag to re-order":"Arraste para reordenar.","Changes made in this table will not be saved until the form is submitted.":"As altera\u00e7\u00f5es efectuadas nesta tabela n\u00e3o ir\u00e3o ser guardadas at\u00e9 que o formul\u00e1rio seja enviado.","Show shortcuts":"Mostrar atalhos","This permission is inherited from the authenticated user role.":"Esta permiss\u00e3o \u00e9 herdada do grupo de utilizadores autenticados.","No revision":"Nenhuma revis\u00e3o","@number comments per page":"@number coment\u00e1rios por p\u00e1gina","Requires a title":"Requer um t\u00edtulo","(active tab)":"(separador ativo)","Hide summary":"Ocultar sum\u00e1rio","Edit summary":"Editar sum\u00e1rio","Don\u0027t display post information":"N\u00e3o mostrar a informa\u00e7\u00e3o do artigo","@title dialog":"Di\u00e1logo @title","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"O ficheiro selecionado %filename n\u00e3o pode ser carregado. Apenas ficheiros com as seguintes extens\u00f5es s\u00e3o permitidos: %extensions.","Re-order rows by numerical weight instead of dragging.":"Re-ordenar linhas por peso num\u00e9rico em vez de as arrastar.","Show row weights":"Mostrar coluna de pesos","Hide row weights":"Ocultar coluna de pesos","Autocomplete popup":"Pop-up de preenchimento autom\u00e1tico","Searching for matches...":"Procurando por correspond\u00eancias...","Hide shortcuts":"Ocultar atalhos","Remove group":"Remover grupo","Close":"Fechar"}} };

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
imported-files/moita.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
imported-files/pd2021.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
imported-files/pl246.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.