Expolibre-3-www/htdocs/languages.php

54 lines
1.2 KiB
PHP
Raw Normal View History

2016-06-24 11:35:09 +02:00
<?php
register_lang ('fr',
array (
'name' => 'Français',
'loc' => '/',
'pages' => [
/* Conserver l'ordre !! */
'a-propos-april-et-expolibre.php',
'a-propos.php',
'contact.php',
'credits.php',
'enjeux-du-logiciel-libre.php',
'exposer.php',
'exposition.php',
'formats-ouverts.php',
'index.php',
'licences-logiciels-libres.php',
'logiciel-libre-au-quotidien.php',
'logiciel-libre.php',
'logiciels-libres-pour-education.php',
'modeles-libres.php',
'telecharger.php',
],
2016-06-24 11:35:09 +02:00
)
);
register_lang ('en',
array (
'name' => 'English',
'loc' => '/en/',
/* Conserver l'ordre !! */
'pages' => [
'about-april-and-libreexpo.php',
'about.php',
'contact.php',
'credits.php',
'what-is-at-stake-with-free-software.php',
'exhibit.php',
'exhibition.php',
'open-formats.php',
'index.php',
'free-licenses.php',
'free-libre-software-in-daily-life.php',
'free-libre-software.php',
'free-libre-software-in-education.php',
'beyond-free-software.php',
'download.php',
],
2016-06-24 11:35:09 +02:00
)
);
?>