diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-21 12:32:49 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-21 12:32:49 +0000 |
commit | 85c1c1b1ea1cdbb6c6903e0cec11d86a79f750ad (patch) | |
tree | 7fa762080a234a4fd1527f4c3d36ce87c3f3be4b /language/es_ES/install.lang.php | |
parent | 76b2701e1654e4539136822fda834a7b8262083b (diff) |
Feature 1522 : move database config file to local directory
(include/config_database.inc.php becomes local/config/database.inc.php)
git-svn-id: http://piwigo.org/svn/trunk@5213 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES/install.lang.php')
-rw-r--r-- | language/es_ES/install.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/es_ES/install.lang.php b/language/es_ES/install.lang.php index f53d8c3ef..ae1ac611f 100644 --- a/language/es_ES/install.lang.php +++ b/language/es_ES/install.lang.php @@ -37,7 +37,7 @@ $lang['Connection to server succeed, but it was impossible to connect to databas $lang['Can\'t connect to server'] = "Imposible conectarse al servidor"; $lang['The next step of the installation is now possible'] = "Puede seguir con la instalación sigiente"; $lang['next step'] = "Etapa siguiente"; -$lang['Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'] = "Copie el texto en rosa entre los guillones y pegúelo en el fichero mysql.inc.php que se encuentra en el repertorio \" include \" a la base del lugar donde usted instaló Piwigo (el fichero mysql.inc.php debe contener SÓLO lo que está en rosa entre las rayas, ninguna vuelta a la línea o espacio es autorizado)"; +$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copie el texto en rosa entre los guillones y pegúelo en el fichero database.inc.php que se encuentra en el repertorio \"local/config\" a la base del lugar donde usted instaló Piwigo (el fichero database.inc.php debe contener SÓLO lo que está en rosa entre las rayas, ninguna vuelta a la línea o espacio es autorizado)"; $lang['Database type'] = "Database type"; $lang['The type of database your piwigo data will be store in'] = "The type of database your piwigo data will be store in"; $lang['Host'] = "Huésped MySQL"; |