aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/1/notes/locales.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/en/1/notes/locales.php b/en/1/notes/locales.php
index eff0eb508..efd6446e6 100644
--- a/en/1/notes/locales.php
+++ b/en/1/notes/locales.php
@@ -6,6 +6,11 @@ $_t = array(
'page_desc' => 'Notes of the Mageia 1 release',
'page_kw' => 'mageia, release notes, Mga1',
'page_h1' => 'Release Notes'
+ ),
+ 'pt' => array(
+ 'page_title' => 'Notas de Lançamento da Mageia 1',
+ 'page_desc' => 'Notas de lançamento da Mageia 1',
+ 'page_kw' => 'mageia, notas de lançamento, Mga1',
+ 'page_h1' => 'Notas de Lançamento'
)
);
-