Changeset 6191 for extensions


Ignore:
Timestamp:
May 16, 2010, 10:03:49 AM (14 years ago)
Author:
ddtddt
Message:

[extension] autoupdate - update ES thanks to jpr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/language/es_ES/plugin.lang.php

    r6181 r6191  
    2222$lang['Checking upgrades for gallery and plugins...'] = 'Comprobación de las actualizaciónes de la galería y los plugins...';
    2323
    24 /*TODO*/$lang['Upgrade to Piwigo %s'] = 'Upgrade to Piwigo %s';
    25 /*TODO*/$lang['Two upgrades are available'] = 'Two upgrades are available';
    26 /*TODO*/$lang['This is a minor upgrade, with only bug corrections.'] = 'This is a minor upgrade, with only bug corrections.';
    27 /*TODO*/$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'This is a major upgrade, with <a href="%s">new exciting features</a>.';
    28 /*TODO*/$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';
    29 /*TODO*/$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';
    30 /*TODO*/$lang['First Step'] = 'First Step';
    31 /*TODO*/$lang['Second Step'] = 'Second Step';
    32 /*TODO*/$lang['Third Step'] = 'Third Step';
    33 /*TODO*/$lang['Save Template Directory'] = 'Save template directory';
    34 /*TODO*/$lang['Dump Database'] = 'Dump Database';
    35 /*TODO*/$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';
    36 /*TODO*/$lang['Unable to write new local directory.'] = 'Unable to write new local directory.';
    37 /*TODO*/$lang['Unable to send template directory.'] = 'Unable to send template directory.';
    38 /*TODO*/$lang['Unable to dump database.'] = 'Unable to dump database.';
     24$lang['Upgrade to Piwigo %s'] = 'Actualizar a Piwigo %s';
     25$lang['Two upgrades are available'] = 'Hay dos actualizaciones disponibles';
     26$lang['This is a minor upgrade, with only bug corrections.'] = 'Esta es una actualización menor, con la corrección de errores sólo.';
     27$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'Esta es una actualización mayor, con <a href="%s">nuevas características emocionantes</a>.';
     28$lang['Some themes and plugins may be not available yet.'] = 'Algunos temas y plugins pueden no estar disponibles todavía.';
     29$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Puede actualizar a Piwigo% s directamente, sin actualizar a Piwigo %s (recomendado).';
     30$lang['First Step'] = 'Primer paso';
     31$lang['Second Step'] = 'Segundo Paso';
     32$lang['Third Step'] = 'Tercer paso';
     33$lang['Save Template Directory'] = 'Guardar directorio de plantillas';
     34$lang['Dump Database'] = 'Volcar la base de datos';
     35$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Incluir datos del historico (Advertencia:el límite de memoria del servidor  puede ser superado)';
     36$lang['Unable to write new local directory.'] = 'No se puede escribir en el nuevo directorio local.';
     37$lang['Unable to send template directory.'] = 'No se puede enviar directorio de plantillas.';
     38$lang['Unable to dump database.'] = 'No se puede volcar la base de datos.';
    3939
    4040?>
Note: See TracChangeset for help on using the changeset viewer.