[geeklog-cvs] geeklog-1.3/language english.php,1.115,1.116

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Jun 7 12:04:19 EDT 2004


Update of /var/cvs/geeklog-1.3/language
In directory www:/tmp/cvs-serv19878

Modified Files:
	english.php 
Log Message:
Updates with PDF entries

Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/language/english.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** english.php	15 May 2004 18:41:31 -0000	1.115
--- english.php	7 Jun 2004 16:04:16 -0000	1.116
***************
*** 151,155 ****
      108 => 'Clear Cache',
      109 => 'Report abuse',
!     110 => 'Report this post to the site admin'
  );
  
--- 151,156 ----
      108 => 'Clear Cache',
      109 => 'Report abuse',
!     110 => 'Report this post to the site admin',
!     111 => 'View PDF Version'
  );
  
***************
*** 495,499 ****
      2 => 'Mail Story to a Friend',
      3 => 'Printable Story Format',
!     4 => 'Story Options'
  );
  
--- 496,501 ----
      2 => 'Mail Story to a Friend',
      3 => 'Printable Story Format',
!     4 => 'Story Options',
!     5 => 'PDF Story Format'
  );
  
***************
*** 1225,1227 ****
--- 1227,1243 ----
  );
  
+ $LANG_PDF = array(
+     1 => 'The PDF feature has been disabled',
+     2 => 'The document provided was not rendered. The document was received but could not be processed.  Please make sure to submit only html formatted documents that have been written'
+          . ' to the xHTML standard. Please note that overly complex html documents may not render correctly or at all.'
+          . 'The document resulting from your attempt was 0 bytes in length, and has been deleted. If you\'re sure that your document should render fine, please re-submit it.',
+     3 => 'Unknown error during PDF generation',
+     4 => 'No page data was given.  PDF generation cannot continue',
+     5 => 'Loading your document.',
+     6 => 'Please wait while your document is loaded.',
+     7 => 'You may right click the button below and choose \'save target...\' or \'save link location...\' to save a copy of your document.',
+     8 => 'The path given in the configuration file to the HTMLDoc binary is invalid.  Please contact the site administrator if this problem
+           persists.'
+ );
+ 
  ?>




More information about the geeklog-cvs mailing list