properties.inc.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Personalize
  4. *
  5. * Copyright 2010-2019 Bob Ray <https://bobsguides.com>
  6. * 1/16/2011
  7. *
  8. * Personalize is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the Free
  10. * Software Foundation; either version 2 of the License, or (at your option) any
  11. * later version.
  12. *
  13. * Personalize is distributed in the hope that it will be useful, but WITHOUT ANY
  14. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  15. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * Personalize; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  19. * Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. * @package personalize
  22. * @subpackage lexicon
  23. */
  24. /**
  25. * Properties Lexicon Topic
  26. *
  27. * @package personalize
  28. * @subpackage lexicon
  29. * @language en
  30. */
  31. /* Personalize properties */
  32. $_lang['personalize_yeschunk_desc'] = '(optional) Name of chunk to show for LOGGED-in users; default: (empty).';
  33. $_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).';
  34. $_lang['personalize_ph_desc'] = '(optional) Placeholder for username; will not be available in noChunk; default: (empty).';
  35. $_lang['personalize_fullname_desc'] = '(optional) If set to yes, use full name instead of username in placeholder; default: No';
  36. $_lang['personalize_firstname_desc'] = '(optional) If set to yes, use first name instead of username in placeholder; default: No';
  37. $_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).';