diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-29 11:21:21 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-29 11:21:21 +0000 |
commit | 38f7bcd8ac94db8c460fe3913bb7d19c81a2e7dc (patch) | |
tree | fee40e989372cb4c1f1f32b9ee8126875162ff98 /language/en_UK.iso-8859-1 | |
parent | c414a9133eea12bf5ccfd8e08d5af0a5ff270cf0 (diff) |
simplier display of update result :
- number of new categories
- number of new elements
- number of deleted categories
- number of deleted elements
- only errors are fully listed
git-svn-id: http://piwigo.org/svn/trunk@498 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 48f3157b2..710c0d799 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -261,11 +261,13 @@ $lang['update_missing_tn'] = 'the thumbnail is missing for'; $lang['update_disappeared_tn'] = 'the thumbnail disapeared'; $lang['update_disappeared'] = 'doesn\'t exist'; $lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist'; -$lang['update_deletion_conclusion'] = 'pictures removed from database'; $lang['update_part_research'] = 'Search for new images in the directories'; $lang['update_research_added'] = 'added'; $lang['update_research_tn_ext'] = 'thumbnail in'; -$lang['update_research_conclusion'] = 'pictures added to the database'; +$lang['update_nb_new_elements'] = 'elements added in the database'; +$lang['update_nb_del_elements'] = 'elements deleted in the database'; +$lang['update_nb_new_categories'] = 'categories added in the database'; +$lang['update_nb_del_categories'] = 'categories deleted in the database'; $lang['update_default_title'] = 'Choose an option'; $lang['update_only_cat'] = 'update categories, not pictures'; $lang['update_all'] = 'update all'; |