phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.34,1.35


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.34,1.35
Date: Mon, 26 May 2003 17:03:17 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv29665/etemplate/inc

Modified Files:
        class.editor.inc.php 
Log Message:
Changed all %d's and %s's into %x's in lang calls and lang files, added missing 
english phrases and french translations.


Index: class.editor.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.editor.inc.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** class.editor.inc.php        27 Mar 2003 23:42:28 -0000      1.34
--- class.editor.inc.php        26 May 2003 21:03:14 -0000      1.35
***************
*** 25,36 ****
                        'other_version' => 'only an other Version found !!!',
                        'ext_loaded' => 'Extensions loaded:',
!                       'x_found'    => '%d eTemplates found',
!                       'imported'   => "eTemplate '%s' imported, use Save to 
put it in the database",
                        'no_filename'=> 'no filename given or selected via 
Browse...',
!                       'not_writeable' => "Error: webserver is not allowed to 
write into '%s' !!!",
!                       'exported'   => "eTemplate '%s' written to '%s'",
!                       'newer_version' => "newer version '%s' exists !!!",
                        'need_name'  => 'Application name needed to write a 
langfile or dump the eTemplates !!!',
!                       'x_deleted'  => '%d eTemplates deleted'
                );
                var $aligns = array(
--- 25,36 ----
                        'other_version' => 'only an other Version found !!!',
                        'ext_loaded' => 'Extensions loaded:',
!                       'x_found'    => '%1 eTemplates found',
!                       'imported'   => "eTemplate '%1' imported, use Save to 
put it in the database",
                        'no_filename'=> 'no filename given or selected via 
Browse...',
!                       'not_writeable' => "Error: webserver is not allowed to 
write into '%1' !!!",
!                       'exported'   => "eTemplate '%1' written to '%2'",
!                       'newer_version' => "newer version '%1' exists !!!",
                        'need_name'  => 'Application name needed to write a 
langfile or dump the eTemplates !!!',
!                       'x_deleted'  => '%1 eTemplates deleted'
                );
                var $aligns = array(





reply via email to

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