Fix missing keys and misspelling keys in translations

git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2010-04-02 14:05:03 +00:00
parent 8406eef353
commit 4061fefe71
20 changed files with 42 additions and 40 deletions
+2 -2
View File
@@ -81,8 +81,8 @@ function do_timeout_treatment($post_keyname, $check_key_treated = array())
$must_repost = true;
array_push($page['errors'],
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].',
l10n_dec('Execution time is out, treatment must be continue [Estimated time: %d second].',
'Execution time is out, treatment must be continue [Estimated time: %d seconds].',
$time_refresh));
}
}