Changeset 428

Show
Ignore:
Timestamp:
12.10.2007 09:27:22 (1 year ago)
Author:
bobe
Message:

lien "ici" après l'install/update trop discret + corr. mineure sur fix_object.htc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/language/lang_english.php

    r422 r428  
    659659$lang['DB_type_undefined']          = "The database type isn't defined!"; 
    660660 
    661 $lang['Success_install']            = "The installation was succesfully completed.\nYou can now go to the script administration by clicking %shere%s"; 
    662 $lang['Success_upgrade']            = "The upgrade was succesfully completed.\nYou can now go to the script administration by clicking %shere%s"; 
     661$lang['Success_install']            = "The installation was succesfully completed.\nYou can now go to the script %sadministration%s"; 
     662$lang['Success_upgrade']            = "The upgrade was succesfully completed.\nYou can now go to the script %sadministration%s"; 
    663663$lang['Success_without_config']     = "The installation was succesfully completed, but the configuration file could not be created.\nYou can dowload the file and upload it in the includes/ directory with your ftp client."; 
    664664$lang['Error_in_install']           = "Errors occurred during the installation.\n\nError is : %s\nQuery is : %s"; 
  • trunk/language/lang_francais.php

    r422 r428  
    659659$lang['DB_type_undefined']          = "Le type de base de données n'est pas défini !"; 
    660660 
    661 $lang['Success_install']            = "L'installation s'est bien déroulée.\nVous pouvez maintenant accéder à l'administration en cliquant %sici%s"; 
    662 $lang['Success_upgrade']            = "La mise à jour s'est bien déroulée.\nVous pouvez maintenant accéder à l'administration en cliquant %sici%s"; 
     661$lang['Success_install']            = "L'installation s'est bien déroulée.\nVous pouvez maintenant accéder à %sl'administration%s"; 
     662$lang['Success_upgrade']            = "La mise à jour s'est bien déroulée.\nVous pouvez maintenant accéder à %sl'administration%s"; 
    663663$lang['Success_without_config']     = "L'opération s'est bien effectuée mais le fichier de configuration n'a pu être créé.\nVous pouvez le télécharger et l'uploader par vos propres moyens sur le serveur dans le répertoire includes/ du script."; 
    664664$lang['Error_in_install']           = "Une erreur s'est produite durant l'installation.\n\nL'erreur est : %s\nLa requête est : %s"; 
  • trunk/templates/admin/fix_object.htc

    r282 r428  
    66    for( var i = 0, m = objs.length; i < m; i++ ) { 
    77        if( typeof(objs[i].body) == 'undefined' ) { 
    8             break
     8            continue
    99        } 
    1010