[geeklog-cvs] journal/language english.php,1.2,1.3

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu Jul 31 13:58:42 EDT 2003


Update of /usr/cvs/geeklog/journal/language
In directory geeklog_prod:/tmp/cvs-serv6552/language

Modified Files:
	english.php 
Log Message:
This upgrade adds the ability to have RSS feeds for individual journals (plus various cleanups, moving text to the language file). Also includes and installs the Journal block now.


Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/journal/language/english.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** english.php	30 Jul 2003 10:00:44 -0000	1.2
--- english.php	31 Jul 2003 17:58:40 -0000	1.3
***************
*** 93,96 ****
--- 93,97 ----
  	journaltype => "Journal Type",
  	makecurrent => "Make Current",
+         explaincurrent => '(If checked, this will be your default journal)',
  	yes => "Yes",
  	no => "No",
***************
*** 113,117 ****
  	adminhome => "Admin Home",
  	access_denied => 'Access Denied',
!     access_denied_msg => 'You are illegally trying access one of the Journal administration pages.  Please note that all attempts to illegally access this page are logged'
  );
  
--- 114,141 ----
  	adminhome => "Admin Home",
  	access_denied => 'Access Denied',
!     access_denied_msg => 'You are illegally trying access one of the Journal administration pages.  Please note that all attempts to illegally access this page are logged',
!     public_explain => '(If checked, others will be able to read this journal)',
!     rss_feed => 'RSS feed',
!     enable_feed => '(Enable an RSS feed of your journal entries)',
!     rss_feed_title => 'RSS feed for this journal',
!     searchlabel => 'Journal Search Results',
!     none_found => 'No journals found for you! Click \'New Journal\' to create one.',
!     journal_menu => ' Journal Menu',
!     s_journal_menu => '\'s Journal Menu',
!     error_no_journal => 'No journal was passed to function journalentryeditor.',
!     select_type => 'Select Journal Type',
! 
!     // Moods
!     mood_confused => 'confused',
!     mood_embarassed => 'embarrassed',
!     mood_happy => 'happy',
!     mood_mad => 'mad',
!     mood_sad => 'sad',
!     mood_surprised => 'surprised',
! 
!     // Journal block
!     block_title => 'Journals',
!     block_no_entries => 'No new entries.',
!     block_no_journals => 'No public journals found.'
  );
  





More information about the geeklog-cvs mailing list