phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: old/filemanager index.php,1.34.2.1,1.34.2.2


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: old/filemanager index.php,1.34.2.1,1.34.2.2
Date: Wed, 05 Mar 2003 16:34:09 -0500

Update of /cvsroot/phpgroupware/old/filemanager
In directory subversions:/tmp/cvs-serv4042/old/filemanager

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/old/filemanager/index.php,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -C2 -r1.34.2.1 -r1.34.2.2
*** index.php   15 Jan 2002 20:51:55 -0000      1.34.2.1
--- index.php   5 Mar 2003 21:34:06 -0000       1.34.2.2
***************
*** 113,117 ****
              <input type="hidden" name="pwd"       value="<?php echo $pwd; ?>">
              <input type="hidden" name="actiondir" value="<?php echo 
"$actiondir"; ?>">
!             <font  face="Verdana"><small><?php echo lang('Clipboard Contents: 
x', $fn); ?></small></font><br>
              <input type="submit" name="copy"      value="<?php echo 
lang('copy_as') ?>">
              <input type="text"   name="newname"   size="56" value="<?php echo 
$fn; ?>"><br>
--- 113,117 ----
              <input type="hidden" name="pwd"       value="<?php echo $pwd; ?>">
              <input type="hidden" name="actiondir" value="<?php echo 
"$actiondir"; ?>">
!             <font  face="Verdana"><small><?php echo lang('Clipboard Contents: 
%1', $fn); ?></small></font><br>
              <input type="submit" name="copy"      value="<?php echo 
lang('copy_as') ?>">
              <input type="text"   name="newname"   size="56" value="<?php echo 
$fn; ?>"><br>
***************
*** 141,145 ****
              <input type="hidden" name="pwd"       value="<?php echo $pwd; ?>">
              <input type="hidden" name="actiondir" value="<?php echo 
"$actiondir"; ?>">
!             <font  face="Verdana"><small><?php echo lang('Clipboard Contents: 
x',$fn); ?></small></font><br>
              <input type="submit" name="rename"    value="<?php echo 
lang('rename_to'); ?>">
              <input type="text"   name="newname" size="56" value="<?php echo 
$fn; ?>"><br>
--- 141,145 ----
              <input type="hidden" name="pwd"       value="<?php echo $pwd; ?>">
              <input type="hidden" name="actiondir" value="<?php echo 
"$actiondir"; ?>">
!             <font  face="Verdana"><small><?php echo lang('Clipboard Contents: 
%1',$fn); ?></small></font><br>
              <input type="submit" name="rename"    value="<?php echo 
lang('rename_to'); ?>">
              <input type="text"   name="newname" size="56" value="<?php echo 
$fn; ?>"><br>
***************
*** 190,194 ****
          <td>
            <form name="delete" method="post" action="<?php echo 
$GLOBALS['phpgw']->link('/filemanager/index.php');?>">
!             <font face="Verdana"><small><?php echo lang('do_delete x', $fn); 
?>?</small></font>
              <input type="submit" name="delete" value="<?php echo lang('yes'); 
?>">
              <input type="submit" name="exit"   value="<?php echo lang('no'); 
?>">
--- 190,194 ----
          <td>
            <form name="delete" method="post" action="<?php echo 
$GLOBALS['phpgw']->link('/filemanager/index.php');?>">
!             <font face="Verdana"><small><?php echo lang('do_delete %1', $fn); 
?>?</small></font>
              <input type="submit" name="delete" value="<?php echo lang('yes'); 
?>">
              <input type="submit" name="exit"   value="<?php echo lang('no'); 
?>">





reply via email to

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