From 0ec8f93ce6b0ab00e6c85cf4648abdd7c0e4db6e Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 17 Jun 2008 17:52:59 +0000 Subject: Fixes #24 - Added a funky display function called friendly_time($timestamp). git-svn-id: https://code.elgg.org/elgg/trunk@956 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 49900e86a..20642374b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -298,6 +298,18 @@ 'widgets:save:success' => "The widget was successfully saved.", 'widgets:save:failure' => "We could not save your widget. Please try again.", + /** + * Time + */ + + 'friendlytime:justnow' => "less than a minute ago", + 'friendlytime:minutes' => "about %s minutes ago", + 'friendlytime:minutes:singular' => "about a minute ago", + 'friendlytime:hours' => "about %s hours ago", + 'friendlytime:hours:singular' => "about an hour ago", + 'friendlytime:days' => "about %s days ago", + 'friendlytime:days:singular' => "yesterday", + /** * Installation and system settings */ -- cgit v1.2.3