source: extensions/autoupdate/language/es_ES/plugin.lang.php @ 4699

Last change on this file since 4699 was 4699, checked in by patdenice, 14 years ago

[Plugin][Piwigo Auto Upgrade]
Check upgrade with ajax (avoid timeout)
Check also plugins upgrades

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Haga clic aquí para una postura al día automática';
4$lang['autoupdate_alert'] = 'Usted es seguro de querer poner al día piwigo automáticamente?\n¡Atención!!!  Los ficheros modificados manualmente podrán ser atropellados.';
5$lang['autoupdate_success'] = 'Piwigo ha sido puesto al día con éxito (Versión %s)';
6$lang['autoupdate_fail'] = 'Un error sobrevino durante la puesta al día.';
7
8$lang['autoupdate_extract_fail'] = 'Imposible extraer los ficheros. Por favor, verifique los permisos de los ficheros de su instalación. <Br> <a href="%s"> Haga clic aquí para ver el informe de error</a>.';
9
10/*TODO*/$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server';
11/*TODO*/$lang['Click here to see Piwigo %s release notes'] = 'Click here to see Piwigo %s release notes';
12/*TODO*/$lang['Some upgrades are available for you plugins'] = 'Some upgrades are available for you plugins';
13/*TODO*/$lang['Click here see upgrade plugins page'] = 'Click here see upgrade plugins page';
14/*TODO*/$lang['Gallery and plugins are up to date'] = 'Gallery and plugins are up to date';
15/*TODO*/$lang['Unable to check upgrades...'] = 'Unable to check upgrades...';
16/*TODO*/$lang['Piwigo will automaticaly try again later.'] = 'Piwigo will automaticaly try again later.';
17/*TODO*/$lang['Click here to check upgrades now'] = 'Click here to check upgrades now';
18
19?>
Note: See TracBrowser for help on using the repository browser.