[geeklog-cvs] journal/language english.php,1.5,1.6

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Jan 4 16:09:09 EST 2005


Update of /var/cvs/journal/language
In directory www:/tmp/cvs-serv11875

Modified Files:
	english.php 
Log Message:
Make sure all indexes are properly enclosed in single quotes (for PHP 5 compatibility)


Index: english.php
===================================================================
RCS file: /var/cvs/journal/language/english.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** english.php	18 Mar 2004 21:20:24 -0000	1.5
--- english.php	4 Jan 2005 21:09:07 -0000	1.6
***************
*** 35,141 ****
  
  $LANG_JOURNAL= array(
! 	nojournalstodisplay => "No Journals to Display",
! 	mood => "Mood",
! 	selectmood => "Select Mood",
! 	owner => "Owner",
! 	previous => "Previous",
! 	next => "Next",
! 	delete => "delete",
! 	deletejournalqmark => "Delete this journal?",
! 	deletejournalwarning => "Are you sure you want to delete this journal?  If so click the delete button on the form below",
! 	deleteentryqmark => "Delete this entry?",
! 	deleteentrywarning => "Are you sure you want to delete this journal entry?  If so, click the delete button on the form below",
! 	save => "save",
! 	cancel => "cancel",
! 	myjournals => "My Journals",
! 	datecreated => "Date Created",
! 	journals => "Journals",
! 	newjournaltype => "New Journal Type",
! 	adminhome => "Admin Home",
! 	journaleditor => "Journal Editor",
! 	journalentryeditor => "Journal Entry Editor",
! 	summary => "Summary",
! 	text => "Text",
! 	journal => "Journal",
! 	entriesinjournal => "Entries in Journal",
! 	edit => "Edit",
! 	accessviolation => "Access Violation!",
! 	accessviolationmsg => 'You have just tried to access something you do not have sufficient rights to.  This attempt has been logged.  Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' journals</a>.',
! 	entrydoesnotexist => "Entry does not exist!",
! 	entrydoesnotexistmsg => 'The journal entry you are trying to view does not exist.  Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' journals</a>.',
! 	encouragement => 'Enjoy the full benefits of ' . $_CONF['site_name'] . ' Journals by <a href="' . $_CONF['site_url'] . '/users.php?mode=new">becoming a member today</a>!',
! 	preferences => "Preferences",
! 	newentry => "New Entry",
! 	newjournal => "New Journal",
! 	publicuserjournals => "Public User Journals",
! 	alluserjournals => "All User Journals",
! 	user => "User",
! 	unknownuser => "Unknown User!",
! 	unknownusermsg => 'The user you are trying the view the journals for doesn\'t exist in our system.  Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' Public User Journals</a>.',
! 	publicjournals => "Public Journals",
! 	backto => "Back to ",
! 	journalslcase => "journals",
! 	nopublicjournals => "No Public Journals For User!",
! 	nopublicjournalsmsg => 'This user does not have any public user journals. Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' Public User Journals</a>.',
! 	lastentry => "Last Entry",
! 	publicjournalsfor => "Public Journals For",
! 	journalsfor => "Journals For",
! 	numentries => "# Entries",
! 	numpublicjournals => "# Public Journals",
! 	numjournals => "# Journals",
! 	nopublicjournalsavailable => "There currently aren't any current public user journals.  Either no journals exist yet or all existing user journals are private.  Please check back soon!",
! 	anonymous => "Anonymous",
! 	currentjournal => "Current Journal",
! 	noentriesmsg => "There are no entries in this journal yet",
! 	dateentered => "Date Entered",
! 	journalname => "Journal Name",
! 	public => "Public",
! 	journaltype => "Journal Type",
! 	makecurrent => "Make Current",
!         explaincurrent => '(If checked, this will be your default journal)',
! 	yes => "Yes",
! 	no => "No",
! 	draft => "Draft",
! 	submittedby => "Submitted By",
! 	author => "Author",
! 	date => "Date",
! 	title => "Title",
! 	pages => "Pages",
! 	other => "Other",
! 	mode => "Mode",
! 	ifotherspecify => "If other, specify: ",
! 	postmode => "Post Mode",
! 	hits => "Hits",
! 	comments => "Comments",
! 	username => "Username",
! 	logout => "Logout",
! 	login => "Log In",
! 	createaccount => "Create Account",
! 	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.',
  
      // Search result
--- 35,141 ----
  
  $LANG_JOURNAL= array(
! 	'nojournalstodisplay' => "No Journals to Display",
! 	'mood' => "Mood",
! 	'selectmood' => "Select Mood",
! 	'owner' => "Owner",
! 	'previous' => "Previous",
! 	'next' => "Next",
! 	'delete' => "delete",
! 	'deletejournalqmark' => "Delete this journal?",
! 	'deletejournalwarning' => "Are you sure you want to delete this journal?  If so click the delete button on the form below",
! 	'deleteentryqmark' => "Delete this entry?",
! 	'deleteentrywarning' => "Are you sure you want to delete this journal entry?  If so, click the delete button on the form below",
! 	'save' => "save",
! 	'cancel' => "cancel",
! 	'myjournals' => "My Journals",
! 	'datecreated' => "Date Created",
! 	'journals' => "Journals",
! 	'newjournaltype' => "New Journal Type",
! 	'adminhome' => "Admin Home",
! 	'journaleditor' => "Journal Editor",
! 	'journalentryeditor' => "Journal Entry Editor",
! 	'summary' => "Summary",
! 	'text' => "Text",
! 	'journal' => "Journal",
! 	'entriesinjournal' => "Entries in Journal",
! 	'edit' => "Edit",
! 	'accessviolation' => "Access Violation!",
! 	'accessviolationmsg' => 'You have just tried to access something you do not have sufficient rights to.  This attempt has been logged.  Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' journals</a>.',
! 	'entrydoesnotexist' => "Entry does not exist!",
! 	'entrydoesnotexistmsg' => 'The journal entry you are trying to view does not exist.  Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' journals</a>.',
! 	'encouragement' => 'Enjoy the full benefits of ' . $_CONF['site_name'] . ' Journals by <a href="' . $_CONF['site_url'] . '/users.php?mode=new">becoming a member today</a>!',
! 	'preferences' => "Preferences",
! 	'newentry' => "New Entry",
! 	'newjournal' => "New Journal",
! 	'publicuserjournals' => "Public User Journals",
! 	'alluserjournals' => "All User Journals",
! 	'user' => "User",
! 	'unknownuser' => "Unknown User!",
! 	'unknownusermsg' => 'The user you are trying the view the journals for doesn\'t exist in our system.  Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' Public User Journals</a>.',
! 	'publicjournals' => "Public Journals",
! 	'backto' => "Back to ",
! 	'journalslcase' => "journals",
! 	'nopublicjournals' => "No Public Journals For User!",
! 	'nopublicjournalsmsg' => 'This user does not have any public user journals. Go back to <a href="' . $_CONF['site_url'] . '/journal/index.php">' . $_CONF['site_name'] . ' Public User Journals</a>.',
! 	'lastentry' => "Last Entry",
! 	'publicjournalsfor' => "Public Journals For",
! 	'journalsfor' => "Journals For",
! 	'numentries' => "# Entries",
! 	'numpublicjournals' => "# Public Journals",
! 	'numjournals' => "# Journals",
! 	'nopublicjournalsavailable' => "There currently aren't any current public user journals.  Either no journals exist yet or all existing user journals are private.  Please check back soon!",
! 	'anonymous' => "Anonymous",
! 	'currentjournal' => "Current Journal",
! 	'noentriesmsg' => "There are no entries in this journal yet",
! 	'dateentered' => "Date Entered",
! 	'journalname' => "Journal Name",
! 	'public' => "Public",
! 	'journaltype' => "Journal Type",
! 	'makecurrent' => "Make Current",
!     'explaincurrent' => '(If checked, this will be your default journal)',
! 	'yes' => "Yes",
! 	'no' => "No",
! 	'draft' => "Draft",
! 	'submittedby' => "Submitted By",
! 	'author' => "Author",
! 	'date' => "Date",
! 	'title' => "Title",
! 	'pages' => "Pages",
! 	'other' => "Other",
! 	'mode' => "Mode",
! 	'ifotherspecify' => "If other, specify: ",
! 	'postmode' => "Post Mode",
! 	'hits' => "Hits",
! 	'comments' => "Comments",
! 	'username' => "Username",
! 	'logout' => "Logout",
! 	'login' => "Log In",
! 	'createaccount' => "Create Account",
! 	'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.',
  
      // Search result




More information about the geeklog-cvs mailing list