From c57e365ef97272cc08601374e4de2f5bcd614335 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 7 Oct 2009 14:22:32 +0200 Subject: Added datetime to fuzzy age function Ignore-this: 6d0e4f4fce5911667467f92cefaabaef This still needs to be made accessible within the dtformat config option. darcs-hash:20091007122232-6e07b-bbb6f97ae84bc9aa079fe328665f8164ae119804.gz --- inc/lang/en/lang.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inc/lang') diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index b43aa0e54..fbde8cab0 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -269,4 +269,11 @@ $lang['mu_lasterr'] = 'Last error:'; $lang['recent_global'] = 'You\'re currently watching the changes inside the %s namespace. You can also view the recent changes of the whole wiki.'; +$lang['years'] = '%d years'; +$lang['months'] = '%d months'; +$lang['weeks'] = '%d weeks'; +$lang['days'] = '%d days'; +$lang['hours'] = '%d hours'; +$lang['seconds'] = '%d seconds'; + //Setup VIM: ex: et ts=2 enc=utf-8 : -- cgit v1.2.3