19 lines
1.2 KiB
PHP
19 lines
1.2 KiB
PHP
<?php
|
|
|
|
// ---------------------------- Tooltips ------------------------------------------------
|
|
$toolTip_decimal = "For this and similar items, enter decimal values (e.g., 5.5) and NOT fractions (e.g., 5 1/2).";
|
|
$toolTip_date = "Enter dates in this format YYYY-MM-DD (e.g., 2008-01-01 for January 1, 2008).";
|
|
$toolTip_money = "Enter the appropriate monetary symbol as well as the amount.";
|
|
$toolTip_gravity = "Enter the Specific Gravity in 1.XXX format (e.g., 1.056 or 1.103). If using Plato, use the Plato to SG calculator.";
|
|
$toolTip_images = "Enter only the image's COMPLETE file name, including the extension (e.g., brew1_ale.jpg).";
|
|
$toolTip_URL = "Enter the ENTIRE website address (e.g., http://www.yahoo.com).";
|
|
$toolTip_name = "DO NOT use an apostrophe (') as it will cause functionality to degrade.";
|
|
$toolTip_filename = "Names entered here must be exactly the same as the actual file name.";
|
|
|
|
// ---------------------------- Messages ------------------------------------------------
|
|
$msg1 = "The ".$msgName." has been added!";
|
|
$msg2 = "The ".$msgName." has been updated!";
|
|
$msg3 = "The ".$msgName." has been deleted!";
|
|
$msg9 = "The ".$msgName."s have been updated!";
|
|
|
|
?>
|