| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- /**
- * Personalize
- *
- * Copyright 2010-2019 Bob Ray <https://bobsguides.com>
- * 1/16/2011
- *
- * Personalize is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option) any
- * later version.
- *
- * Personalize is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * Personalize; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
- * Suite 330, Boston, MA 02111-1307 USA
- *
- * @package personalize
- * @subpackage lexicon
- */
- /**
- * Properties Lexicon Topic
- *
- * @package personalize
- * @subpackage lexicon
- * @language en
- */
- /* Personalize properties */
- $_lang['personalize_yeschunk_desc'] = '(optional) Name of chunk to show for LOGGED-in users; default: (empty).';
- $_lang['personalize_nochunk_desc'] = '(optional) Name of chunk to show for *not* LOGGED-in users; If omitted, nothing will be shown to not-logged-in users; default: (empty).';
- $_lang['personalize_ph_desc'] = '(optional) Placeholder for username; will not be available in noChunk; default: (empty).';
- $_lang['personalize_fullname_desc'] = '(optional) If set to yes, use full name instead of username in placeholder; default: No';
- $_lang['personalize_firstname_desc'] = '(optional) If set to yes, use first name instead of username in placeholder; default: No';
- $_lang['personalize_ifIds_desc'] = '(optional) Comma-separated list of User IDs; If set, yesChunk will only be shown to users in the list; default: (empty).';
|