Ignore:
Timestamp:
Mar 23, 2010, 5:19:13 PM (14 years ago)
Author:
nikrou
Message:

Fix missing key translations for nbm and c13y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/check_integrity.class.php

    r5196 r5287  
    7373    {
    7474      $header_notes[] =
    75         l10n_dec('c13y_anomaly_count', 'c13y_anomalies_count',
     75        l10n_dec('%d anomaly has been detected.', '%d anomalies have been detected.',
    7676          count($this->retrieve_list));
    7777    }
     
    120120        {
    121121          $page['infos'][] =
    122             l10n_dec('c13y_anomaly_corrected_count', 'c13y_anomalies_corrected_count',
     122            l10n_dec('%d anomaly has been corrected.', '%d anomalies have been detected corrected.',
    123123              $corrected_count);
    124124        }
     
    126126        {
    127127          $page['errors'][] =
    128             l10n_dec('c13y_anomaly_not_corrected_count', 'c13y_anomalies_not_corrected_count',
     128            l10n_dec('%d anomaly has not been corrected.', '%d anomalies have not been corrected.',
    129129              $not_corrected_count);
    130130        }
     
    149149          {
    150150            $page['infos'][] =
    151               l10n_dec('c13y_anomaly_ignored_count', 'c13y_anomalies_ignored_count',
     151              l10n_dec('%d anomaly has been ignored.', '%d anomalies have been ignored.',
    152152                $ignored_count);
    153153          }
Note: See TracChangeset for help on using the changeset viewer.