phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: squirrelmail/inc imap_general.php,1.4,1.5 prefs


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: squirrelmail/inc imap_general.php,1.4,1.5 prefs.php,1.3,1.4 display_messages.php,1.3,1.4
Date: Wed, 18 Jun 2003 18:25:40 -0400

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

Modified Files:
        imap_general.php prefs.php display_messages.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: imap_general.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/inc/imap_general.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** imap_general.php    1 Nov 2001 02:44:27 -0000       1.4
--- imap_general.php    18 Jun 2003 22:25:37 -0000      1.5
***************
*** 125,129 ****
                        {
                                set_up_language($squirrelmail_language, true);
!                               printf (lang("Error connecting to IMAP server: 
%s.")."<br>\r\n", $imap_server_address);
                                echo "$error_number : $error_string<br>\r\n";
                        }
--- 125,129 ----
                        {
                                set_up_language($squirrelmail_language, true);
!                               printf (lang("Error connecting to IMAP server: 
%1.")."<br>\r\n", $imap_server_address);
                                echo "$error_number : $error_string<br>\r\n";
                        }
***************
*** 145,153 ****
                                        if ($response == 'BAD')
                                        {
!                                               printf (lang("Bad request: 
%s")."<br>\r\n", $message);
                                        }
                                        else
                                        {
!                                               printf (lang("Unknown error: 
%s") . "<br>\n", $message);
                                                echo '<br>';
                                        }
--- 145,153 ----
                                        if ($response == 'BAD')
                                        {
!                                               printf (lang("Bad request: 
%1")."<br>\r\n", $message);
                                        }
                                        else
                                        {
!                                               printf (lang("Unknown error: 
%1") . "<br>\n", $message);
                                                echo '<br>';
                                        }
***************
*** 164,168 ****
  
                      } else {
!                       echo '<b>' . lang('Invaild user name or password') . 
'</b>';
                                        $phpgw->common->phpgw_exit(True);
              }
--- 164,168 ----
  
                      } else {
!                       echo '<b>' . lang('Invalid user name or password') . 
'</b>';
                                        $phpgw->common->phpgw_exit(True);
              }

Index: prefs.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/inc/prefs.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** prefs.php   24 May 2001 23:32:28 -0000      1.3
--- prefs.php   18 Jun 2003 22:25:37 -0000      1.4
***************
*** 18,22 ****
        $filename = "$data_dir$username.pref";
        if (!file_exists($filename)) {
!        printf (lang("Preference file %s not found. Exiting abnormally"), 
$filename);
           $phpgw->common->phpgw_exit(True);
        }
--- 18,22 ----
        $filename = "$data_dir$username.pref";
        if (!file_exists($filename)) {
!        printf (lang("Preference file %1 not found. Exiting abnormally"), 
$filename);
           $phpgw->common->phpgw_exit(True);
        }
***************
*** 41,45 ****
        $found = false;
        if (!file_exists($filename)) {
!        printf (lang("Preference file, %s, does not exist. Log out, and log 
back in to create a default preference file."), $filename);
         echo "<br>\n";
           exit;
--- 41,45 ----
        $found = false;
        if (!file_exists($filename)) {
!        printf (lang("Preference file, %1, does not exist. Log out, and log 
back in to create a default preference file."), $filename);
         echo "<br>\n";
           exit;
***************
*** 82,86 ****
        $found = false;
        if (!file_exists($filename)) {
!        printf (lang("Preference file, %s, does not exist. Log out, and log 
back in to create a default preference file."), $filename);
         echo "\n<br>\n";
           exit;
--- 82,86 ----
        $found = false;
        if (!file_exists($filename)) {
!        printf (lang("Preference file, %1, does not exist. Log out, and log 
back in to create a default preference file."), $filename);
         echo "\n<br>\n";
           exit;

Index: display_messages.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/inc/display_messages.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** display_messages.php        5 May 2001 22:34:49 -0000       1.3
--- display_messages.php        18 Jun 2003 22:25:37 -0000      1.4
***************
*** 31,35 ****
        echo "      <TD BGCOLOR=\"$color[0]\">";
        echo '         <B><CENTER>';
!       printf (lang("Welcome to %s's WebMail system"), $org_name);
        echo '         </CENTER></B>';
        echo '   <TR><TD BGCOLOR="#FFFFFF">';
--- 31,35 ----
        echo "      <TD BGCOLOR=\"$color[0]\">";
        echo '         <B><CENTER>';
!       printf (lang("Welcome to %1's WebMail system"), $org_name);
        echo '         </CENTER></B>';
        echo '   <TR><TD BGCOLOR="#FFFFFF">';
***************
*** 42,46 ****
           echo "               <B>$org_name</B>";
        echo '         <BR><CENTER>';
!       printf (lang("Running SquirrelMail version %s (c) 1999-2000."), 
$version);
        echo '            </CENTER><BR>';
        echo '            </CENTER></TD></TR><TR>';
--- 42,46 ----
           echo "               <B>$org_name</B>";
        echo '         <BR><CENTER>';
!       printf (lang("Running SquirrelMail version %1 (c) 1999-2000."), 
$version);
        echo '            </CENTER><BR>';
        echo '            </CENTER></TD></TR><TR>';
***************
*** 68,72 ****
        echo '      <BR>';
        echo "         <A HREF=\"". 
$phpgw->link("/squirrelmail/index.php","sort=$sort&startMessage=$startMessage&mailbox=$urlMailbox")."\">";
!       printf (lang("Click here to return to %s"), $mailbox);
        echo '</A>.';
        echo '   </TD></TR>';
--- 68,72 ----
        echo '      <BR>';
        echo "         <A HREF=\"". 
$phpgw->link("/squirrelmail/index.php","sort=$sort&startMessage=$startMessage&mailbox=$urlMailbox")."\">";
!       printf (lang("Click here to return to %1"), $mailbox);
        echo '</A>.';
        echo '   </TD></TR>';





reply via email to

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