From 11751ccd2c0b90f24820e409d905d2f0def9525d Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 3 Mar 2010 11:18:21 +0000 Subject: Feature 1451 : fix mispelling and missing translations git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/notification_by_mail.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'admin/notification_by_mail.php') 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 -- cgit v1.2.3