Changeset 5213 for trunk/language/es_ES


Ignore:
Timestamp:
Mar 21, 2010, 1:32:49 PM (14 years ago)
Author:
nikrou
Message:

Feature 1522 : move database config file to local directory
(include/config_database.inc.php becomes local/config/database.inc.php)

Location:
trunk/language/es_ES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/es_ES/install.lang.php

    r5156 r5213  
    3838$lang['The next step of the installation is now possible'] = "Puede seguir con la instalación sigiente";
    3939$lang['next step'] = "Etapa siguiente";
    40 $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)";
     40$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)";
    4141$lang['Database type'] = "Database type";
    4242$lang['The type of database your piwigo data will be store in'] = "The type of database your piwigo data will be store in";
  • trunk/language/es_ES/upgrade.lang.php

    r5156 r5213  
    3838$lang['Only administrator can run upgrade: please sign in below.'] = "Sólo un administrador puede lanzar la actualización: por favor, identifiqúese más abajo.";
    3939$lang['You do not have access rights to run upgrade'] = "";
    40 $lang['In <i>include/config_database.inc.php</i>, before <b>?></b>, insert:'] = "";
     40$lang['In <i>%s</i>, before <b>?></b>, insert:'] = "";
    4141$lang['All sub-categories of private categories become private'] = "Todas las subcategorías de categorías privadas se vuelven privadas";
    4242$lang['User permissions and group permissions have been erased'] = "Las autorizaciones de los usuarios y de los grupos han sido borradas";
Note: See TracChangeset for help on using the changeset viewer.