Changeset 659 for trunk/language


Ignore:
Timestamp:
Dec 27, 2004, 3:30:49 PM (19 years ago)
Author:
plg
Message:
  • admin/update : filesystem synchronization process completely rewritten. How to speed up sync ? by avoiding recursivity !
  • admin/update : option to display verbose information details
  • admin/update : option to simulate only. No database insert, delete or update will be made
  • bug fixed : in admin/cat_list, if you delete a virtual category, you may create a gap in the rank list. This gap will generate errors when trying to move a category on this gap. Fixed by calling ordering and update_global_rank at category deletion.
  • admin/cat_list, only one query to insert a new virtual category (no need of a second query to update uppercats and global_rank)
  • for a given category, even if empty, the representing element must not be the one of a forbidden category for the current user
  • generation time optionnaly displayed on the bottom of each page becomes more price : number of SQL queries and SQL time added.
Location:
trunk/language/en_UK.iso-8859-1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r657 r659  
    265265// Update
    266266$lang['update_missing_tn'] = 'the thumbnail is missing for';
     267$lang['update_missing_tn_short'] = 'missing thumbnail';
     268$lang['update_missing_tn_info'] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with "'.$conf['prefix_thumbnail'].'" and the extension must be among the following list :';
    267269$lang['update_disappeared_tn'] = 'the thumbnail disapeared';
    268270$lang['update_disappeared'] = 'doesn\'t exist';
     
    270272$lang['update_part_research'] = 'Search for new images in the directories';
    271273$lang['update_research_added'] = 'added';
     274$lang['update_research_deleted'] = 'deleted';
    272275$lang['update_research_tn_ext'] = 'thumbnail in';
    273276$lang['update_nb_new_elements'] = 'elements added in the database';
     
    283286$lang['update_sync_metadata_all'] = 'even already synchronized elements';
    284287$lang['update_cats_subset'] = 'reduce to single existing categories';
     288$lang['update_nb_errors'] = 'errors during synchronization';
     289$lang['update_error_list_title'] = 'Error list';
     290$lang['update_errors_caption'] = 'Errors caption';
     291$lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)';
     292$lang['update_simulate'] = 'only perform a simulation (no change in database will be made)';
     293$lang['update_infos_title'] = 'Detailed informations';
     294$lang['update_simulation_title'] = '[Simulation]';
    285295
    286296// History
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r657 r659  
    301301$lang['menu_login'] = 'login';
    302302$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
     303$lang['update_wrong_dirname_short'] = 'wrong filename';
     304$lang['update_wrong_dirname_info'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
    303305$lang['hello'] = 'Hello';
    304306
     
    318320
    319321$lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please, come back later or loggin as an administrator to enter the gallery : <a href="'.PHPWG_ROOT_PATH.'identification.php">Identification</a>';
     322$lang['sql_queries_in'] = ' SQL queries in';
    320323?>
Note: See TracChangeset for help on using the changeset viewer.