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/en_UK/admin.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language/en_UK') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 4e7e6fc33..12d277997 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -252,8 +252,8 @@ $lang['manage sub-categories'] = "Manage sub-categories"; $lang['Manage'] = "Manage"; $lang['maximum height'] = "Maximum height"; $lang['maximum width'] = "Maximum width"; -$lang['Execution time is out, treatment must be continue [Estmated time: %d second].'] = "Execution time is out, treatment must be continue [Estimated time: %d second]."; -$lang['Execution time is out, treatment must be continued [Estmated time: %d seconds].'] = "Execution time exceeded, the treatment must continue [Estimated time: %d seconds]."; +$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Execution time is out, treatment must be continue [Estimated time: %d second]."; +$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Execution time exceeded, the treatment must continue [Estimated time: %d seconds]."; $lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = "The time to prepare the list of users who will be sent mail is limited. Others users are not listed."; $lang['Time to send mail is limited. Others mails are skipped.'] = "The time to send mail is limited. Others mails have been skipped."; $lang['To send ?'] = "To send?"; -- cgit v1.2.3