Changeset 5021 for trunk/admin/include/c13y_internal.class.php
- Timestamp:
- Mar 2, 2010, 3:54:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/c13y_internal.class.php
r4385 r5021 56 56 { 57 57 $c13y->add_anomaly( 58 sprintf(l10n(' c13y_version_anomaly'), $elem['type'], $elem['current'], $elem['required']),59 null, 60 null, 61 l10n(' c13y_version_correction')58 sprintf(l10n('The version of %s [%s] installed is not compatible with the version required [%s]'), $elem['type'], $elem['current'], $elem['required']), 59 null, 60 null, 61 l10n('You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all') 62 62 .'<br>'. 63 63 $c13y->get_htlm_links_more_info()); … … 81 81 { 82 82 $c13y->add_anomaly( 83 sprintf(l10n(' c13y_exif_anomaly'), '$conf[\''.$value.'\']'),84 null, 85 null, 86 sprintf(l10n(' c13y_exif_correction'), '$conf[\''.$value.'\']')83 sprintf(l10n('%s value is not correct file because exif are not supported'), '$conf[\''.$value.'\']'), 84 null, 85 null, 86 sprintf(l10n('%s must be to set to false in your config_local.inc.php file'), '$conf[\''.$value.'\']') 87 87 .'<br>'. 88 88 $c13y->get_htlm_links_more_info()); … … 209 209 create_user_infos($id); 210 210 211 $page['infos'][] = sprintf(l10n(' c13y_user_created'), $name, $password);211 $page['infos'][] = sprintf(l10n('User \"%s\" created with \"%s\" like password'), $name, $password); 212 212 213 213 $result = true; … … 240 240 $updates); 241 241 242 $page['infos'][] = sprintf(l10n(' c13y_user_status_updated'), get_username($id));242 $page['infos'][] = sprintf(l10n('Status of user \"%s\" updated'), get_username($id)); 243 243 244 244 $result = true;
Note: See TracChangeset
for help on using the changeset viewer.