phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.5,1.1.2.1.2.6


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.5,1.1.2.1.2.6
Date: Fri, 24 Oct 2003 22:09:47 +0000

Update of /cvsroot/phpgroupware/skel
In directory subversions:/tmp/cvs-serv22601/skel

Modified Files:
      Tag: proposal-branch
        class.base.php 
Log Message:
added translation support

Index: class.base.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/Attic/class.base.php,v
retrieving revision 1.1.2.1.2.5
retrieving revision 1.1.2.1.2.6
diff -C2 -d -r1.1.2.1.2.5 -r1.1.2.1.2.6
*** class.base.php      24 Oct 2003 07:54:38 -0000      1.1.2.1.2.5
--- class.base.php      24 Oct 2003 22:09:45 -0000      1.1.2.1.2.6
***************
*** 22,32 ****
                {
                        $items[] = array(
!                               'title' => 'ACL Tester',
                                'op'    => 'skel.base.acl_tester',
                        );
                        $items[] = array(
!                               'title' => 'HTML Outputted by the app',
                                'op'    => 'skel.base.htmloutputtest',
                        );
                        /*
                        $items[] = array(
--- 22,36 ----
                {
                        $items[] = array(
!                               'title' => lang('ACL Tester'),
                                'op'    => 'skel.base.acl_tester',
                        );
                        $items[] = array(
!                               'title' => lang('HTML Outputted by the app'),
                                'op'    => 'skel.base.htmloutputtest',
                        );
+                       $items[] = array(
+                               'title' => lang('Home'),
+                               'op'    => 'skel.base.start',
+                       );
                        /*
                        $items[] = array(
***************
*** 61,65 ****
                                        
$GLOBALS['phpgw']->add_xsl('api.widgets');
                                        $result['dialog'] = array(
!                                               'text'    => 'Do you think this 
will actually work?',
                                                'op' => 'skel.base.start',
                                                'current_inputs' => array(
--- 65,69 ----
                                        
$GLOBALS['phpgw']->add_xsl('api.widgets');
                                        $result['dialog'] = array(
!                                               'text'    => lang('Do you think 
this will actually work?'),
                                                'op' => 'skel.base.start',
                                                'current_inputs' => array(
***************
*** 80,91 ****
                                        break;
                                case 'Yes';
!                                       $result['answer'] = 'Apparently you 
already know of my genius. Very well, I will let you live.';
                                        break;
                                case 'No';
!                                       $result['answer'] = 'You doubted my 
skill? You bastard!';
                                        break;                                  
                        }
                        
                        $GLOBALS['phpgw']->add_xsl('skel.base');
  
                        
$GLOBALS['phpgw_xml_apinode']->add_node($this->appmenu(),'appmenu');
--- 84,97 ----
                                        break;
                                case 'Yes';
!                                       $result['answer'] = lang('Apparently 
you already know of my genius. Very well, I will let you live.');
                                        break;
                                case 'No';
!                                       $result['answer'] = lang('You doubted 
my skill? You bastard!');
                                        break;                                  
                        }
                        
                        $GLOBALS['phpgw']->add_xsl('skel.base');
+                       $GLOBALS['lang']->add('Do you think this will actually 
work?');
+                       $GLOBALS['lang']->add('blah blah < than this');
  
                        
$GLOBALS['phpgw_xml_apinode']->add_node($this->appmenu(),'appmenu');





reply via email to

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