diff options
Diffstat (limited to 'src/pt/euro/notes.template.html')
-rw-r--r-- | src/pt/euro/notes.template.html | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html index 0e2cc7e..a69f6f3 100644 --- a/src/pt/euro/notes.template.html +++ b/src/pt/euro/notes.template.html @@ -3,7 +3,7 @@ <head> <meta charset=UTF-8 /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>€<!-- DENOM --> Banknotes</title> + <title><!-- DENOM --> € Notas</title> <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> <link rel="stylesheet" type="text/css" href="/style.css" /> </head> @@ -17,7 +17,7 @@ <main> <section> <header> - <h1>€<!-- DENOM --> Banknotes</h1> + <h1><!-- DENOM --> € Notas</h1> </header> </section> @@ -29,21 +29,20 @@ <section> <p> - In the serial numbers of the banknotes found in the “Ages and Styles - of Europe” series, also known as the “2002” series, the first letter - represents the country that the banknote was issued by. In the second - series (the “Europa” series) the first letter no longer represents the - issuing country but instead the location at which the banknote was - printed. + Nos números de série das notas encontradas na série “Eras e Estilos da + Europa”, também conhecida como série “2002”, a primeira letra + representa o país de emissão da nota. Na segunda série (a série + “Europa”) a primeira letra já não representa o país emissor, mas sim o + local onde a nota foi impressa. <!-- IF-5 --> <br /><br /> - No €5 banknotes were printed for the “Ages and Styles of Europe” - series which bear the signature of Mario Draghi. + Não foram impressas notas de 5 € para a série “Eras e Estilos da + Europa” que levam a assinatura de Mario Draghi. <!-- FI-5 --> <!-- IF-500 --> <br /><br /> - The €500 banknote was discontinued and withdrawn from circulation with - the release of the “Europa” series. + A nota de 500 € foi descontinuada e retirada de circulação com o + lançamento da série “Europa”. <!-- FI-500 --> </p> </section> @@ -55,7 +54,7 @@ <table class="coin-table bnote-table" cellspacing=0> <thead> <tr> - <th colspan=12>Ages and Styles of Europe</th> + <th colspan=12>Eras e Estilos da Europa</th> </tr> </thead> <tbody> @@ -71,7 +70,7 @@ <table class="coin-table bnote-table" cellspacing=0> <thead> <tr> - <th colspan=12>Europa Series</th> + <th colspan=12>Série Europa</th> </tr> </thead> <tbody> |