Corrections in plugins management.
Add "Last revisions" sort order. git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e834737e84
commit
ff19a8f1cd
13 changed files with 116 additions and 48 deletions
|
|
@ -229,7 +229,7 @@ $lang['conf_main_title'] = 'Directora de colegio';
|
|||
$lang['conf_nb_comment_page_error'] = 'El número de comentarios de utilizadores por página debe ser comprendido entre 5 y 50.';
|
||||
$lang['config'] = 'Configuración';
|
||||
$lang['confirm'] = 'Confirmar';
|
||||
$lang['date'] = 'Fecha';
|
||||
$lang['Date'] = 'Fecha';
|
||||
$lang['delete category'] = 'Suprimir la categoría';
|
||||
$lang['description'] = 'Descripción';
|
||||
$lang['dissociate from category'] = 'Disociar la categoría';
|
||||
|
|
@ -618,5 +618,32 @@ $lang['c13y_ignore_msg2'] = 'La corrección de la anomalía anulará el hecho de
|
|||
$lang['c13y_anomaly_ignored_count'] = '%d anomalía ha sido ignorada.';
|
||||
$lang['c13y_anomalies_ignored_count'] = '%d anomalías han sido ignoradas.';
|
||||
|
||||
/* TODO */ $lang['plugins_need_update'] = 'Plugins which need upgrade';
|
||||
/* TODO */ $lang['plugins_dontneed_update'] = 'Plugins up to date';
|
||||
/* TODO */ $lang['plugins_cant_check'] = 'Plugin versions can\'t be checked';
|
||||
/* TODO */ $lang['plugins_actual_version'] = 'Current<br>version';
|
||||
/* TODO */ $lang['plugins_new_version'] = 'Available<br>version';
|
||||
/* TODO */ $lang['plugins_auto_update'] = 'Automatic upgrade';
|
||||
/* TODO */ $lang['plugins_auto_install'] = 'Automatic installation';
|
||||
/* TODO */ $lang['plugins_download'] = 'Download file';
|
||||
/* TODO */ $lang['plugins_description'] = '<b>Version:</b> %s<br><br><b>Date:</b> %s<br><br>%s';
|
||||
/* TODO */ $lang['plugins_tab_list'] = 'Plugin list';
|
||||
/* TODO */ $lang['plugins_tab_update'] = 'Check for updates';
|
||||
/* TODO */ $lang['plugins_tab_new'] = 'Other plugins';
|
||||
/* TODO */ $lang['plugins_revisions'] = 'Last revisions';
|
||||
/* TODO */ $lang['plugins_delete'] = 'Delete';
|
||||
/* TODO */ $lang['plugins_confirm_delete'] = 'Are you sure you want to delete this plugin?';
|
||||
/* TODO */ $lang['plugins_confirm_install'] = 'Are you sure you want to install this plugin?';
|
||||
/* TODO */ $lang['plugins_confirm_upgrade'] = 'Are you sur to install this upgrade? You must verify if this version does not need uninstallation.';
|
||||
/* TODO */ $lang['plugins_upgrade_ok'] = '%s has been successfully upgraded.';
|
||||
/* TODO */ $lang['plugins_install_ok'] = 'Plugin has been successfully copied';
|
||||
/* TODO */ $lang['plugins_install_need_activate'] = 'You might go to plugin list to install and activate it.';
|
||||
/* TODO */ $lang['plugins_temp_path_error'] = 'Can\'t create temporary file.';
|
||||
/* TODO */ $lang['plugins_dl_archive_error'] = 'Can\'t download archive.';
|
||||
/* TODO */ $lang['plugins_archive_error'] = 'Can\'t read or extract archive.';
|
||||
/* TODO */ $lang['plugins_extract_error'] = 'An error occured during extraction (%s).';
|
||||
/* TODO */ $lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).';
|
||||
/* TODO */ $lang['plugins_server_error'] = 'Can\'t connect to server.';
|
||||
|
||||
/* TODO */ $lang['Purge compiled templates'] = 'Purge compiled templates';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue