Changeset 1291 in ExiteCMS for trunk/files/locales/en.main.global.php


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/files/locales/en.main.global.php

    r1281 r1291  
    33// locale       : English 
    44// locale name  : main.global 
    5 // generated on : Thu Feb 14 2008, 15:05:23 CET 
     5// generated on : Mon Feb 18 2008, 14:35:18 CET 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
     
    6565$locale['065'] = "Not a member yet?<br /><a href='%sregister.php' class='side'>Click here</a> to register."; 
    6666$locale['066'] = "Forgotten your password?<br />Request a new one <a href='%slostpassword.php' class='side'>here</a>."; 
     67$locale['070'] = "Online"; 
     68$locale['071'] = "< 5 mins"; 
     69$locale['072'] = "week"; 
     70$locale['073'] = "weeks"; 
     71$locale['074'] = "day"; 
     72$locale['075'] = "days"; 
     73$locale['076'] = "month"; 
     74$locale['077'] = "months"; 
     75$locale['078'] = "year"; 
     76$locale['079'] = "years"; 
    6777$locale['080'] = "Edit Profile"; 
    6878$locale['081'] = "Private Messages"; 
Note: See TracChangeset for help on using the changeset viewer.