[geeklog-cvs] geeklog-1.3/plugins/staticpages/language czech.php,1.5,1.6 danish.php,1.8,1.9 dutch.php,1.3,1.4 english.php,1.12,1.13 french_canada.php,1.3,1.4 german.php,1.14,1.15 german_formal.php,1.4,1.5 italian.php,1.3,1.4 japanese.php,1.3,1.4 polish.php,1.9,1.10 spanish.php,1.7,1.8 swedish.php,1.3,1.4 turkish.php,1.2,1.3

dhaun at geeklog.net dhaun at geeklog.net
Wed Jan 14 13:05:44 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language
In directory geeklog_prod:/tmp/cvs-serv29176/plugins/staticpages/language

Modified Files:
	czech.php danish.php dutch.php english.php french_canada.php 
	german.php german_formal.php italian.php japanese.php 
	polish.php spanish.php swedish.php turkish.php 
Log Message:
You can now disable PHP in static pages entirely by setting $_SP_CONF['allow_php'] = 0;


Index: czech.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/czech.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** czech.php	2 Jan 2004 22:08:59 -0000	1.5
--- czech.php	14 Jan 2004 18:05:42 -0000	1.6
***************
*** 104,108 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 104,109 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: danish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/danish.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** danish.php	2 Jan 2004 22:08:59 -0000	1.8
--- danish.php	14 Jan 2004 18:05:42 -0000	1.9
***************
*** 103,107 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 103,108 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: dutch.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/dutch.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dutch.php	2 Jan 2004 22:08:59 -0000	1.3
--- dutch.php	14 Jan 2004 18:05:42 -0000	1.4
***************
*** 102,106 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 102,107 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/english.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** english.php	2 Jan 2004 22:08:59 -0000	1.12
--- english.php	14 Jan 2004 18:05:42 -0000	1.13
***************
*** 66,70 ****
      'no_such_page_logged_in' => 'Sorry '.$_USER['username'].'..',
      'no_such_page_anon' => 'Please log in..',
!     'no_page_access_msg' => "This could be because you're not logged in, or not a member of {$_CONF["site_name"]}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF["site_name"]} to receive full membership access",
      'php_msg' => 'PHP: ',
      'php_warn' => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
--- 66,70 ----
      'no_such_page_logged_in' => 'Sorry '.$_USER['username'].'..',
      'no_such_page_anon' => 'Please log in..',
!     'no_page_access_msg' => "This could be because you're not logged in, or not a member of {$_CONF['site_name']}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF['site_name']} to receive full membership access",
      'php_msg' => 'PHP: ',
      'php_warn' => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
***************
*** 102,106 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 102,107 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: french_canada.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/french_canada.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** french_canada.php	2 Jan 2004 22:08:59 -0000	1.3
--- french_canada.php	14 Jan 2004 18:05:42 -0000	1.4
***************
*** 104,108 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 104,109 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: german.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/german.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** german.php	2 Jan 2004 22:08:59 -0000	1.14
--- german.php	14 Jan 2004 18:05:42 -0000	1.15
***************
*** 104,108 ****
      'select_php_none' => 'PHP nicht ausführen',
      'select_php_return' => 'PHP ausführen (mit return)',
!     'select_php_free' => 'PHP ausführen'
  );
  
--- 104,109 ----
      'select_php_none' => 'PHP nicht ausführen',
      'select_php_return' => 'PHP ausführen (mit return)',
!     'select_php_free' => 'PHP ausführen',
!     'php_not_activated' => 'Das Verwenden von PHP in statischen Seiten ist nicht aktiviert. Hinweise zur Aktivierung finden sich in der Dokumentation.'
  );
  

Index: german_formal.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/german_formal.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** german_formal.php	2 Jan 2004 22:08:59 -0000	1.4
--- german_formal.php	14 Jan 2004 18:05:42 -0000	1.5
***************
*** 104,108 ****
      'select_php_none' => 'PHP nicht ausführen',
      'select_php_return' => 'PHP ausführen (mit return)',
!     'select_php_free' => 'PHP ausführen'
  );
  
--- 104,109 ----
      'select_php_none' => 'PHP nicht ausführen',
      'select_php_return' => 'PHP ausführen (mit return)',
!     'select_php_free' => 'PHP ausführen',
!     'php_not_activated' => 'Das Verwenden von PHP in statischen Seiten ist nicht aktiviert. Hinweise zur Aktivierung finden sich in der Dokumentation.'
  );
  

Index: italian.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/italian.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** italian.php	2 Jan 2004 22:08:59 -0000	1.3
--- italian.php	14 Jan 2004 18:05:42 -0000	1.4
***************
*** 102,106 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 102,107 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: japanese.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/japanese.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** japanese.php	2 Jan 2004 22:08:59 -0000	1.3
--- japanese.php	14 Jan 2004 18:05:42 -0000	1.4
***************
*** 104,108 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 104,109 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: polish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/polish.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** polish.php	2 Jan 2004 22:08:59 -0000	1.9
--- polish.php	14 Jan 2004 18:05:42 -0000	1.10
***************
*** 102,106 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 102,107 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: spanish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/spanish.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** spanish.php	2 Jan 2004 22:08:59 -0000	1.7
--- spanish.php	14 Jan 2004 18:05:42 -0000	1.8
***************
*** 97,101 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 97,102 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: swedish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/swedish.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** swedish.php	2 Jan 2004 22:08:59 -0000	1.3
--- swedish.php	14 Jan 2004 18:05:42 -0000	1.4
***************
*** 104,108 ****
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP'
  );
  
--- 104,109 ----
      'select_php_none' => 'do not execute PHP',
      'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  

Index: turkish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/turkish.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** turkish.php	29 Dec 2003 13:44:43 -0000	1.2
--- turkish.php	14 Jan 2004 18:05:42 -0000	1.3
***************
*** 100,104 ****
      'title_edit' => 'Edit page',
      'title_copy' => 'Make a copy of this page',
!     'title_display' => 'Display page'
  );
  
--- 100,108 ----
      'title_edit' => 'Edit page',
      'title_copy' => 'Make a copy of this page',
!     'select_php_none' => 'do not execute PHP',
!     'select_php_return' => 'execute PHP (return)',
!     'select_php_free' => 'execute PHP',
!     'title_display' => 'Display page',
!     'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the documentation for details.'
  );
  





More information about the geeklog-cvs mailing list