* EN-Revision: Revision of lang_en.inc.php * Mar 02, 2006 * Version 0.1 */ @define('PLUGIN_FRAPPR_NAME', 'Frappr (Friend Mapper)'); @define('PLUGIN_FRAPPR_DESC', 'Display link to your Frappr map and recently added Frappr avatars. (stackable)'); @define('PLUGIN_FRAPPR_GROUP', 'Frappr group name'); @define('PLUGIN_FRAPPR_GROUP_DESC', ''); @define('PLUGIN_FRAPPR_GROUP_ERR', 'You must enter a properly formatted group name (no extra symbols or punctuation) Please check the Frappr website for your group name.'); @define('PLUGIN_FRAPPR_GID', 'Frappr group id'); @define('PLUGIN_FRAPPR_GID_DESC', 'Your numeric Frappr Group ID'); @define('PLUGIN_FRAPPR_GID_ERR', 'Invalid Group ID number, please check the Frappr website for your group number'); @define('PLUGIN_FRAPPR_ORIENTATION', 'Photo Orientation'); @define('PLUGIN_FRAPPR_ORIENTATION_DESC', 'While you CAN use "wide", it is NOT recommended, since this is for a sidebar'); @define('PLUGIN_FRAPPR_LENGTH', 'Photo Length'); @define('PLUGIN_FRAPPR_LENGTH_DESC', 'Height of the photo widget in pixels (or width of you\'re using the "wide" setting)'); @define('PLUGIN_FRAPPR_LENGTH_ERR', 'Invalid Photo length, please enter a number.'); @define('PLUGIN_FRAPPR_AD', 'Frapper ad image'); @define('PLUGIN_FRAPPR_AD_DESC', 'Path to the image to use for the Frappr link.'); @define('PLUGIN_FRAPPR_AD_ERR', 'Invalid path to the link image, please enter a valid ad image url'); @define('PLUGIN_FRAPPR_IMAGE', 'Choose image or text link'); @define('PLUGIN_FRAPPR_ALT', 'Text to appear as the image alt'); @define('PLUGIN_FRAPPR_ALT_DESC', 'If image is used, this will appear as the image alt. If text is used, this will appear as the link text.'); @define('PLUGIN_FRAPPR_ALT_ERR', 'Invalid image alt or link text, please format text correctly (no html code here)'); @define('PLUGIN_FRAPPR_RECENT', 'Show recent avatars added to Frappr'); ?>