blob: eff0eb50829eafe21a2ff4e0d73de4c868d0acf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$_t = array(
'en' => array(
'page_title' => 'Mageia 1 Release Notes',
'page_desc' => 'Notes of the Mageia 1 release',
'page_kw' => 'mageia, release notes, Mga1',
'page_h1' => 'Release Notes'
)
);
|