79 lines
1.8 KiB
PHP
79 lines
1.8 KiB
PHP
<?php
|
|
|
|
register_lang ('fr',
|
|
array (
|
|
'name' => 'Français',
|
|
'loc' => '//expolibre.org/',
|
|
'pages' => [
|
|
/* Conserver l'ordre !! */
|
|
'a-propos-april-et-expolibre.php',
|
|
'a-propos.php',
|
|
'contact.php',
|
|
'credits.php',
|
|
'enjeux-du-logiciel-libre.php',
|
|
'louer.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',
|
|
],
|
|
)
|
|
);
|
|
|
|
register_lang ('en',
|
|
array (
|
|
'name' => 'English',
|
|
'loc' => '//libreexpo.org/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',
|
|
],
|
|
)
|
|
);
|
|
|
|
register_lang ('es',
|
|
array (
|
|
'name' => 'Español',
|
|
'loc' => '//expolibre.org/es/',
|
|
/* Conserver l'ordre !! */
|
|
'pages' => [
|
|
'a-proposito-de-april-y-de-expolibre.php',
|
|
'acerca-de.php',
|
|
'contacto.php',
|
|
'creditos.php',
|
|
'que-es-el-software-libre.php',
|
|
'exponer.php',
|
|
'exposicion.php',
|
|
'formatos-abiertos-para-ver-claro.php',
|
|
'index.php',
|
|
'licencias-libres.php',
|
|
'el-software-libre-en-la-vida-cotidiana.php',
|
|
'que-es-el-software-libre.php',
|
|
'los-beneficios-del-software-libre-para-la-educacion.php',
|
|
'mas-alla-del-software-libre.php',
|
|
'descargar.php',
|
|
],
|
|
)
|
|
);
|
|
|
|
?>
|