[geeklog-cvs] geeklog-1.3/language english.php,1.98,1.99

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Tue Aug 12 17:10:06 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/language
In directory geeklog_prod:/tmp/cvs-serv26144/language

Modified Files:
	english.php 
Log Message:
Admin interface for Content Syndication; Extensions to the Plugin API to allow plugins to create feeds; Other feed formats can be implemented as classes.


Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/english.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** english.php	5 Jul 2003 22:37:59 -0000	1.98
--- english.php	12 Aug 2003 21:10:04 -0000	1.99
***************
*** 79,83 ****
  	36 => "on",
  	37 => "No user stories",
! 	38 => "",
  	39 => "Refresh",
  	40 => "",
--- 79,83 ----
  	36 => "on",
  	37 => "No user stories",
! 	38 => 'Content Syndication',
  	39 => "Refresh",
  	40 => "",
***************
*** 1020,1024 ****
      55 => 'An email has been sent to you and should arrive momentarily. Please follow the directions in the message to set a new password for your account.',
      56 => 'The email address provided is already in use for another account.',
!     57 => 'Your account has been successfully deleted.'
  );
  
--- 1020,1026 ----
      55 => 'An email has been sent to you and should arrive momentarily. Please follow the directions in the message to set a new password for your account.',
      56 => 'The email address provided is already in use for another account.',
!     57 => 'Your account has been successfully deleted.',
!     58 => 'Your feed has been successfully saved.',
!     59 => 'The feed has been successfully deleted.'
  );
  
***************
*** 1059,1062 ****
--- 1061,1104 ----
  );
  
+ // for syndication.php
+ 
+ $LANG33 = array (
+     1 => 'create feed',
+     2 => 'save',
+     3 => 'delete',
+     4 => 'cancel',
+     10 => 'Content Syndication',
+     11 => 'New Feed',
+     12 => 'Admin Home',
+     13 => 'To modify or delete a feed, click on the feed\'s title below. To create a new feed, click on New Feed above.',
+     14 => 'Title',
+     15 => 'Type',
+     16 => 'Filename',
+     17 => 'Format',
+     18 => 'last updated',
+     19 => 'Enabled',
+     20 => 'Yes',
+     21 => 'No',
+     22 => '<i>(no feeds)</i>',
+     23 => 'all Stories',
+     24 => 'Feed Editor',
+     25 => 'Feed Title',
+     26 => 'Limit',
+     27 => 'Length of entries',
+     28 => '(0 = no text, 1 = full text, other = limit to that number of chars.)',
+     29 => 'Description',
+     30 => 'Last Update',
+     31 => 'Character Set',
+     32 => 'Language',
+     33 => 'Topic',
+     34 => 'Entries',
+     35 => 'Hours',
+     36 => 'Select type of feed',
+     37 => 'You have at least one plugin installed that supports content syndication. Below you will need to select whether you want to create a Geeklog feed or a feed from one of the plugins.',
+     38 => 'Error: Missing Fields',
+     39 => 'Please fill in the Feed Title, Description, and Filename.',
+     40 => 'Please enter a  number of entries or number of hours.'
+ );
+ 
  $LANG_ACCESS = array(
  	access => "Access",
***************
*** 1108,1122 ****
      listthem => 'list',
      usersingroup => 'Users in group %s'
- );
- 
- #admin/word.php
- $LANG_WORDS = array(
-     editor => "Word Replacment editor",
-     wordid => "Word ID",
-     intro => "To modify or delete a word, click on that word.  To create a new word replacement click the new word button to the left.",
-     wordmanager => "Word Manager",
-     word => "Word",
-     replacmentword => "Replacment Word",
-     newword => "New Word"
  );
  
--- 1150,1153 ----





More information about the geeklog-cvs mailing list