phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: felamimail/src addrbook_search.php,1.2,1.3 addrb


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/src addrbook_search.php,1.2,1.3 addrbook_search_html.php,1.2,1.3 help.php,1.2,1.3addressbook.php,1.2,1.3
Date: Mon, 26 May 2003 16:39:39 -0400

Update of /cvsroot/phpgroupware/felamimail/src
In directory subversions:/tmp/cvs-serv26771/felamimail/src

Modified Files:
        addrbook_search.php addrbook_search_html.php help.php 
        addressbook.php 
Log Message:
Changed all %s into %1 into lang calls and lang files, added missing english 
phrases and french translations and suppressed doublons.


Index: addrbook_search.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/src/addrbook_search.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addrbook_search.php 26 Feb 2002 00:07:13 -0000      1.2
--- addrbook_search.php 26 May 2003 20:39:36 -0000      1.3
***************
*** 229,233 ****
            display_result($res, false);
         } else {
!           printf("<P ALIGN=center><STRONG>".lang("Unable to list addresses 
from %s").
                   "</STRONG></P>\n", $abook->backends[$backend]->sname);
         }
--- 229,233 ----
            display_result($res, false);
         } else {
!           printf("<P ALIGN=center><STRONG>".lang("Unable to list addresses 
from %1").
                   "</STRONG></P>\n", $abook->backends[$backend]->sname);
         }

Index: addrbook_search_html.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/src/addrbook_search_html.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addrbook_search_html.php    26 Feb 2002 00:07:13 -0000      1.2
--- addrbook_search_html.php    26 May 2003 20:39:36 -0000      1.3
***************
*** 188,192 ****
              addr_display_result($res, false);
           } else {
!             printf("<P ALIGN=center><STRONG>".lang("Unable to list addresses 
from %s").
                     "</STRONG></P>\n", $abook->backends[$backend]->sname);
           }
--- 188,192 ----
              addr_display_result($res, false);
           } else {
!             printf("<P ALIGN=center><STRONG>".lang("Unable to list addresses 
from %1").
                     "</STRONG></P>\n", $abook->backends[$backend]->sname);
           }

Index: help.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/src/help.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** help.php    26 Feb 2002 00:07:13 -0000      1.2
--- help.php    26 May 2003 20:39:36 -0000      1.3
***************
*** 127,131 ****
        $help_exists = true;
        echo "<center><font color=\"$color[2]\">";
!       printf (lang("The help has not been translated to %s.  It will be 
displayed in English instead."), $languages[$felamimail_language]["NAME"]);
        echo "</font></center><br>";
        $user_language = "en";
--- 127,131 ----
        $help_exists = true;
        echo "<center><font color=\"$color[2]\">";
!       printf (lang("The help has not been translated to %1.  It will be 
displayed in English instead."), $languages[$felamimail_language]["NAME"]);
        echo "</font></center><br>";
        $user_language = "en";

Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/src/addressbook.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addressbook.php     26 Feb 2002 00:07:13 -0000      1.2
--- addressbook.php     26 May 2003 20:39:36 -0000      1.3
***************
*** 391,395 ****
     print "<TABLE WIDTH=100% COLS=1 ALIGN=CENTER>\n";
     print "<TR><TD BGCOLOR=\"$color[0]\" ALIGN=CENTER>\n<STRONG>";
!    printf(lang("Add to %s"), $abook->localbackendname);
     print "<STRONG>\n</TD></TR>\n";
     print "</TABLE>\n";
--- 391,395 ----
     print "<TABLE WIDTH=100% COLS=1 ALIGN=CENTER>\n";
     print "<TR><TD BGCOLOR=\"$color[0]\" ALIGN=CENTER>\n<STRONG>";
!    printf(lang("Add to %1"), $abook->localbackendname);
     print "<STRONG>\n</TD></TR>\n";
     print "</TABLE>\n";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]