Ignore:
Timestamp:
02/19/08 22:26:25 (4 years ago)
Author:
hverton
Message:

added datediff() function which returns the difference between two timestamps in text
updated the wikilink detection code in parsemessage()
added a "vertical-align:text-top" to the imagelink smarty function, to align the image properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1281 r1291  
    25072507        $localestrings['065'] = "Not a member yet?<br /><a href='%sregister.php' class='side'>Click here</a> to register."; 
    25082508        $localestrings['066'] = "Forgotten your password?<br />Request a new one <a href='%slostpassword.php' class='side'>here</a>."; 
     2509        $localestrings['070'] = "Online"; 
     2510        $localestrings['071'] = "< 5 mins"; 
     2511        $localestrings['072'] = "week"; 
     2512        $localestrings['073'] = "weeks"; 
     2513        $localestrings['074'] = "day"; 
     2514        $localestrings['075'] = "days"; 
     2515        $localestrings['076'] = "month"; 
     2516        $localestrings['077'] = "months"; 
     2517        $localestrings['078'] = "year"; 
     2518        $localestrings['079'] = "years"; 
    25092519        $localestrings['080'] = "Edit Profile"; 
    25102520        $localestrings['081'] = "Private Messages"; 
Note: See TracChangeset for help on using the changeset viewer.