phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: squirrelmail/src addrbook_search.php,1.2,1.3 add


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: squirrelmail/src addrbook_search.php,1.2,1.3 addrbook_search_html.php,1.2,1.3 help.php,1.2,1.3addressbook.php,1.5,1.6
Date: Wed, 18 Jun 2003 18:25:40 -0400

Update of /cvsroot/phpgroupware/squirrelmail/src
In directory subversions:/tmp/cvs-serv21161/squirrelmail/src

Modified Files:
        addrbook_search.php addrbook_search_html.php help.php 
        addressbook.php 
Log Message:
Corrected typos, suppressed doublons or useless phrases, changed all %s's into 
%x's in lang calls and lang files, added missing english phrases and french 
translations.


Index: addrbook_search.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/src/addrbook_search.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addrbook_search.php 5 May 2001 22:34:49 -0000       1.2
--- addrbook_search.php 18 Jun 2003 22:25:37 -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/squirrelmail/src/addrbook_search_html.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addrbook_search_html.php    5 May 2001 22:34:49 -0000       1.2
--- addrbook_search_html.php    18 Jun 2003 22:25:37 -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/squirrelmail/src/help.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** help.php    5 May 2001 22:34:49 -0000       1.2
--- help.php    18 Jun 2003 22:25:37 -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[$squirrelmail_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[$squirrelmail_language]["NAME"]);
        echo "</font></center><br>";
        $user_language = "en";

Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/src/addressbook.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** addressbook.php     28 May 2001 08:48:15 -0000      1.5
--- addressbook.php     18 Jun 2003 22:25:37 -0000      1.6
***************
*** 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]