Changeset 428
- Timestamp:
- 12.10.2007 09:27:22 (1 year ago)
- Files:
-
- trunk/language/lang_english.php (modified) (1 diff)
- trunk/language/lang_francais.php (modified) (1 diff)
- trunk/templates/admin/fix_object.htc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/language/lang_english.php
r422 r428 659 659 $lang['DB_type_undefined'] = "The database type isn't defined!"; 660 660 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"; 663 663 $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."; 664 664 $lang['Error_in_install'] = "Errors occurred during the installation.\n\nError is : %s\nQuery is : %s"; trunk/language/lang_francais.php
r422 r428 659 659 $lang['DB_type_undefined'] = "Le type de base de données n'est pas défini !"; 660 660 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"; 663 663 $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."; 664 664 $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 6 6 for( var i = 0, m = objs.length; i < m; i++ ) { 7 7 if( typeof(objs[i].body) == 'undefined' ) { 8 break;8 continue; 9 9 } 10 10
