diff options
author | nikrou <nikrou@piwigo.org> | 2010-04-10 19:45:53 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-04-10 19:45:53 +0000 |
commit | 3d20e56ada54a50b2c85dff71c5ee8f6e9a81a46 (patch) | |
tree | b3ddf33902d61df4641da424fa6252865bdc12d5 /language/es_ES/install.lang.php | |
parent | 92f34d4273743cca7206bed6ecb73f0fa131f48c (diff) |
Fix some translation keys (unused, misspelling, or forgotten)
git-svn-id: http://piwigo.org/svn/trunk@5780 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/install.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/es_ES/install.lang.php b/language/es_ES/install.lang.php index 949683f69..ce09d4a35 100644 --- a/language/es_ES/install.lang.php +++ b/language/es_ES/install.lang.php @@ -52,7 +52,6 @@ $lang['Webmaster password'] = 'Contraseña'; $lang['Keep it confidential, it enables you to access administration panel'] = 'Debe quedar confidencial, permite acceder al panel de administración.'; $lang['Password [confirm]'] = 'Contraseña [Confirmar]'; $lang['verification'] = 'Comprobación'; -$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 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['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '¿ Necesidad de ayuda? Plantee su pregunta sobre él <a href="%s">foro de Piwigo</a>.'; $lang['Webmaster mail address'] = 'E-mail del Administrador'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Los visitantes podrán ponerse en contacto con usted por este mail'; |