[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: weather/inc functions.inc.php,1.26,1.27
From: |
Guillaume Courtois <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: weather/inc functions.inc.php,1.26,1.27 |
Date: |
Thu, 19 Jun 2003 17:25:43 -0400 |
Update of /cvsroot/phpgroupware/weather/inc
In directory subversions:/tmp/cvs-serv19098/weather/inc
Modified Files:
functions.inc.php
Log Message:
Changed all x's into %'s, added missing lang phrases and french translations.
Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/inc/functions.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** functions.inc.php 22 Apr 2003 20:34:50 -0000 1.26
--- functions.inc.php 19 Jun 2003 21:25:40 -0000 1.27
***************
*** 206,210 ****
{
$showstring =
! lang("showing # x of x",
($start + 1), $indexlimit);
}
--- 206,210 ----
{
$showstring =
! lang("showing # %1 of %2",
($start + 1), $indexlimit);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: weather/inc functions.inc.php,1.26,1.27,
Guillaume Courtois <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: wcm/inc class.uielement.inc.php,1.21,1.22 class.uipage.inc.php,1.25,1.26 class.uisite.inc.php,1.22,1.23
- Next by Date:
[Phpgroupware-cvs] CVS: weather/setup phpgw_en.lang,1.6,1.7 phpgw_fi.lang,1.1,1.2 phpgw_fr.lang,1.2,1.3 phpgw_it.lang,1.4,1.5 phpgw_ja.lang,1.2,1.3 phpgw_pl.lang,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: wcm/inc class.uielement.inc.php,1.21,1.22 class.uipage.inc.php,1.25,1.26 class.uisite.inc.php,1.22,1.23
- Next by thread:
[Phpgroupware-cvs] CVS: weather/setup phpgw_en.lang,1.6,1.7 phpgw_fi.lang,1.1,1.2 phpgw_fr.lang,1.2,1.3 phpgw_it.lang,1.4,1.5 phpgw_ja.lang,1.2,1.3 phpgw_pl.lang,1.1,1.2
- Index(es):