jQuery(document).ready(function() {
  jQuery.timeago.settings.strings.suffixAgo = "old";
  jQuery("abbr.timeago").timeago();
});

