Revision: 2276
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2276&view=rev
Author:   cimorrison
Date:     2012-03-12 18:18:24 +0000 (Mon, 12 Mar 2012)
Log Message:
-----------
Updated comments for entry types following the introduction of $vocab_override

Modified Paths:
--------------
    mrbs/trunk/web/systemdefaults.inc.php

Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php       2012-03-09 12:56:08 UTC (rev 
2275)
+++ mrbs/trunk/web/systemdefaults.inc.php       2012-03-12 18:18:24 UTC (rev 
2276)
@@ -980,13 +980,15 @@
 // single char in the MRBS database, and so can be any permitted PHP array
 // character.
 //
-// The description of the entry types are localised in the language files
-// as "type.X" where 'X' is the entry type.
-// So, if you add a new booking type 'C' the minimum you need to do is add
-// a line to lang.en like:
-// $vocab["type.C"] =           "New booking type";
+// The default descriptions of the entry types are held in the language files
+// as "type.X" where 'X' is the entry type.  If you want to change the 
description
+// you can override the default descriptions by setting the $vocab_override 
config
+// variable.   For example, if you add a new booking type 'C' the minimum you 
need
+// to do is add a line to config.inc.php like:
+// 
+// $vocab_override["en"]["type.C"] =     "New booking type";
 //
-// This is a basic default array which ensures there are at least some types 
defined.
+// Below is a basic default array which ensures there are at least some types 
defined.
 // The proper type definitions should be made in config.inc.php.
 //
 // Each type has a color which is defined in the array $color_types in the 
Themes

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to