phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: comic/inc comic_data.inc.php,1.1.4.1,1.1.4.2 fun


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: comic/inc comic_data.inc.php,1.1.4.1,1.1.4.2 functions.inc.php,1.17.2.3,1.17.2.4
Date: Tue, 04 Mar 2003 17:20:06 -0500

Update of /cvsroot/phpgroupware/comic/inc
In directory subversions:/tmp/cvs-serv3955/comic/inc

Modified Files:
      Tag: Version-0_9_14-branch
        comic_data.inc.php functions.inc.php 
Log Message:
Added missing phrases and their french translation.


Index: comic_data.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/comic_data.inc.php,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -C2 -r1.1.4.1 -r1.1.4.2
*** comic_data.inc.php  19 Apr 2002 01:15:07 -0000      1.1.4.1
--- comic_data.inc.php  4 Mar 2003 22:20:03 -0000       1.1.4.2
***************
*** 108,116 ****
                                $max_turn = $start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                        }
!                       $match_comment = lang('showing x - x of x',($start + 
1),$max_turn,$total_records);
                }
                else
                {
!                       $match_comment = lang('showing x',$total_records);
                }
      
--- 108,116 ----
                                $max_turn = $start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                        }
!                       $match_comment = lang('showing %1 - %2 of %3',($start + 
1),$max_turn,$total_records);
                }
                else
                {
!                       $match_comment = lang('showing %1',$total_records);
                }
      

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/functions.inc.php,v
retrieving revision 1.17.2.3
retrieving revision 1.17.2.4
diff -C2 -r1.17.2.3 -r1.17.2.4
*** functions.inc.php   6 Feb 2003 22:46:05 -0000       1.17.2.3
--- functions.inc.php   4 Mar 2003 22:20:04 -0000       1.17.2.4
***************
*** 172,176 ****
      }
  
!     $comment =  lang("Visit x", $link_url);
      return $link_tgt;
  }
--- 172,176 ----
      }
  
!     $comment =  lang("Visit %1", $link_url);
      return $link_tgt;
  }
***************
*** 560,564 ****
          {
              $showstring =
!                 lang("showing x", $comics_displayed);
          }
          break;
--- 560,564 ----
          {
              $showstring =
!                 lang("showing %1", $comics_displayed);
          }
          break;
***************
*** 567,571 ****
          {
              $showstring =
!                 lang("showing x (x - x of x)",
                       $comics_displayed,
                       ($start + 1), $end, $indexlimit);
--- 567,571 ----
          {
              $showstring =
!                 lang("showing %1 (%2 - %3 of %4)",
                       $comics_displayed,
                       ($start + 1), $end, $indexlimit);
***************
*** 799,803 ****
                      }
                      
!                     $name = lang("x by x (x)",
                                   $phpgw->db->f("data_title"),
                                   $phpgw->db->f("data_author"),
--- 799,803 ----
                      }
                      
!                     $name = lang("%1 by %2 (%3)",
                                   $phpgw->db->f("data_title"),
                                   $phpgw->db->f("data_author"),
***************
*** 1045,1049 ****
              }
  
!             $name = lang("x by x",
                           $phpgw->db->f("data_title"),
                           $phpgw->db->f("data_author"));
--- 1045,1049 ----
              }
  
!             $name = lang("%1 by %2",
                           $phpgw->db->f("data_title"),
                           $phpgw->db->f("data_author"));





reply via email to

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