Add Spanish Translation
This commit is contained in:
parent
56ca1f98a7
commit
3cad7b60b0
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Page créé par Shepard [Fabian Pijcke] <Shepard8@laposte.net>
|
// Page cr<EFBFBD><EFBFBD> par Shepard [Fabian Pijcke] <Shepard8@laposte.net>
|
||||||
// Arno Esterhuizen <arno.esterhuizen@gmail.com>
|
// Arno Esterhuizen <arno.esterhuizen@gmail.com>
|
||||||
// et Romain Bourdon <romain@anaska.com>
|
// et Romain Bourdon <romain@anaska.com>
|
||||||
//
|
//
|
||||||
// icônes par Mark James <http://www.famfamfam.com/lab/icons/silk/>
|
// ic<EFBFBD>nes par Mark James <http://www.famfamfam.com/lab/icons/silk/>
|
||||||
//
|
//
|
||||||
// Modified from WampServer project by Laurent Destailleur (NLTechno)
|
// Modified from WampServer project by Laurent Destailleur (NLTechno)
|
||||||
// for DoliWamp project.
|
// for DoliWamp project.
|
||||||
@ -17,14 +17,14 @@ $appDir = '../apps/';
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//on récpères les versions des applis
|
//on r<EFBFBD>cp<EFBFBD>res les versions des applis
|
||||||
$phpVersion = '5.2.5';
|
$phpVersion = '5.2.5';
|
||||||
$apacheVersion = '2.2.6';
|
$apacheVersion = '2.2.6';
|
||||||
$mysqlVersion = '5.0.45';
|
$mysqlVersion = '5.0.45';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// repertoires à ignorer dans les projets
|
// repertoires <EFBFBD> ignorer dans les projets
|
||||||
$projectsListIgnore = array ('.','..');
|
$projectsListIgnore = array ('.','..');
|
||||||
|
|
||||||
|
|
||||||
@ -51,9 +51,9 @@ $langues = array(
|
|||||||
'askhelp' => 'Request a help support'
|
'askhelp' => 'Request a help support'
|
||||||
),
|
),
|
||||||
'fr' => array(
|
'fr' => array(
|
||||||
'langue' => 'Français',
|
'langue' => 'Fran<EFBFBD>ais',
|
||||||
'autreLangue' => 'English Version',
|
'autreLangue' => 'Versión Español',
|
||||||
'autreLangueLien' => 'en',
|
'autreLangueLien' => 'es',
|
||||||
'titreHtml' => 'Accueil DoliWamp',
|
'titreHtml' => 'Accueil DoliWamp',
|
||||||
'titreConf' => 'Configuration Serveur',
|
'titreConf' => 'Configuration Serveur',
|
||||||
'versa' => 'Version de Apache:',
|
'versa' => 'Version de Apache:',
|
||||||
@ -69,6 +69,26 @@ $langues = array(
|
|||||||
'faq' => 'http://www.wampserver.com/faq.php',
|
'faq' => 'http://www.wampserver.com/faq.php',
|
||||||
'ipserver' => 'Name/IP Serveur:',
|
'ipserver' => 'Name/IP Serveur:',
|
||||||
'askhelp' => 'Demander une aide au support'
|
'askhelp' => 'Demander une aide au support'
|
||||||
|
),
|
||||||
|
'es' => array(
|
||||||
|
'langue' => 'Español',
|
||||||
|
'autreLangue' => 'English Version',
|
||||||
|
'autreLangueLien' => 'en',
|
||||||
|
'titreHtml' => 'Inicio DoliWamp',
|
||||||
|
'titreConf' => 'Configuración Servidor',
|
||||||
|
'versa' => 'Versión de Apache:',
|
||||||
|
'versp' => 'Versión de PHP:',
|
||||||
|
'versm' => 'Versión de MySQL:',
|
||||||
|
'phpExt' => 'Extensiones Cargadas: ',
|
||||||
|
'titrePage' => 'Utilidades',
|
||||||
|
'txtAlias' => 'Alias de aplicaciones',
|
||||||
|
'txtNoAlias' => 'Ningún alias.',
|
||||||
|
'txtProjet' => 'Otras aplicaciones (sin alias)',
|
||||||
|
'txtNoProjet' => 'Ninguna otra aplicación. Para añadir una nueva, simplemente cree una carpeta en \'www\'.',
|
||||||
|
'txtApp' => 'Aplicaciones',
|
||||||
|
'faq' => 'http://www.wampserver.com/faq.php',
|
||||||
|
'ipserver' => 'Nombre/IP Servidor',
|
||||||
|
'askhelp' => 'Pedir ayuda o soporte'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -267,7 +287,7 @@ if (isset($_GET['img']))
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Définition de la langue et des textes
|
// D<EFBFBD>finition de la langue et des textes
|
||||||
|
|
||||||
if (isset ($_GET['lang']))
|
if (isset ($_GET['lang']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user