[Netoffice-cvs-2x] netoffice-2.x/languages lang_en.php,1.12,1.13
PXell - Online project management.
Brought to you by:
trilexcom
From: Juha-Mikko A. <jua...@us...> - 2005-06-08 06:50:01
|
Update of /cvsroot/netoffice/netoffice-2.x/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15827/languages Modified Files: lang_en.php Log Message: Most problems with recursive report lists have been fixed. Index: lang_en.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/languages/lang_en.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** lang_en.php 30 May 2005 16:12:38 -0000 1.12 --- lang_en.php 8 Jun 2005 06:49:51 -0000 1.13 *************** *** 797,799 **** $strings['ical_url'] = 'iCal url'; ! ?> \ No newline at end of file --- 797,808 ---- $strings['ical_url'] = 'iCal url'; ! // 2.6 ! $strings['reporthours'] = 'Hours Logged'; ! $strings['reportscompleted'] = 'Completed Tasks'; ! $strings['reportsoverdue'] = 'Overdue Tasks'; ! $strings['reportsusage'] = 'Resource Usage Detail'; ! $strings['reports_from'] = 'from'; ! $strings['reports_to'] = 'to'; ! $strings['total'] = 'Total'; ! ! ?> |