From 4061fefe7139792ac09687daec0013c2b1db62ae Mon Sep 17 00:00:00 2001 From: nikrou Date: Fri, 2 Apr 2010 14:05:03 +0000 Subject: Fix missing keys and misspelling keys in translations git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/templates/admin.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language/templates/admin.lang.php') diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php index 6c8b39f1d..3ba38540f 100644 --- a/language/templates/admin.lang.php +++ b/language/templates/admin.lang.php @@ -256,8 +256,8 @@ $lang['manage sub-categories'] = 'manage sub-categories'; $lang['manage'] = 'Manage'; $lang['maximum height'] = 'maximum height'; $lang['maximum width'] = 'maximum width'; -$lang['nbm_background_treatment_redirect_second'] = 'Execution time is out, treatment must be continue [Estmated time: %d second].'; -$lang['nbm_background_treatment_redirect_seconds'] = 'Execution time is out, treatment must be continue [Estmated time: %d seconds].'; +$lang['nbm_background_treatment_redirect_second'] = 'Execution time is out, treatment must be continue [Estimated time: %d second].'; +$lang['nbm_background_treatment_redirect_seconds'] = 'Execution time is out, treatment must be continue [Estimated time: %d seconds].'; $lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.'; $lang['nbm_break_timeout_send_mail'] = 'Time to send mail is limited. Others mails are skipped.'; $lang['nbm_col_check_user_send_mail'] = 'To send ?'; -- cgit v1.2.3