diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-03 11:18:21 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-03 11:18:21 +0000 |
commit | 11751ccd2c0b90f24820e409d905d2f0def9525d (patch) | |
tree | fce1af8137b5cd0c7a1150f87de0db462ed1218a /admin/notification_by_mail.php | |
parent | f0a6aeedfafb2e67464a11bcd34db0975d191cc7 (diff) |
Feature 1451 : fix mispelling and missing translations
git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/notification_by_mail.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/admin/notification_by_mail.php b/admin/notification_by_mail.php index 8b3190a40..eee0f30c5 100644 --- a/admin/notification_by_mail.php +++ b/admin/notification_by_mail.php @@ -81,8 +81,8 @@ function do_timeout_treatment($post_keyname, $check_key_treated = array()) $must_repost = true; array_push($page['errors'], - l10n_dec('nbm_background_treatment_redirect_second', - 'nbm_background_treatment_redirect_seconds', + l10n_dec('Execution time is out, treatment must be continue [Estmated time: %d second].', + 'Execution time is out, treatment must be continue [Estmated time: %d seconds].', $time_refresh)); } } @@ -200,9 +200,7 @@ order by $query = 'delete from '.USER_MAIL_NOTIFICATION_TABLE.' where check_key in ('.implode(",", $quoted_check_key_list).');'; $result = pwg_query($query); - redirect($base_url.get_query_string_diff(array(), false), l10n('Processing treatment. - -Please wait...')); + redirect($base_url.get_query_string_diff(array(), false), l10n("Processing treatment.\nPlease wait...")); } } } @@ -533,7 +531,7 @@ where } array_push($page['infos'], - l10n_dec('nbm_updated_param_count', 'nbm_updated_params_count', + l10n_dec('%d parameter was updated.', '%d parameters were updated.', $updated_param_count)); // Reload conf with new values |