Zikula_Value_Addons
[ class tree: Zikula_Value_Addons ] [ index: Zikula_Value_Addons ] [ all elements ]

Source for file admin.php

Documentation is available at admin.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2002, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: admin.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_Value_Addons
  10.  * @subpackage MailUsers
  11.  */
  12.  
  13. define('_NM_AIMCONTAINS','and AIM screenname contains:');
  14. define('_NM_ANY''Any');
  15. define('_NM_EMAIL','Email:');
  16. define('_NM_EMAILCONTAINS','and Email contains:');
  17. define('_NM_ERROR2','You didn\'t specify from name');
  18. define('_NM_ERROR3','Wrong Reply-to-address');
  19. define('_NM_ERROR4','You didn\'t specify a subject');
  20. define('_NM_ERROR5','You didn\'t specify a message to the user(s)');
  21. define('_NM_FINISH','All are finished');
  22. define('_NM_FROM','From Name:');
  23. define('_NM_HOMEPAGECONTAINS','and Homepage contains:');
  24. define('_NM_ICQCONTAINS','and ICQ Number contains:');
  25. define('_NM_MAILUSERWHERE','Email to users where:');
  26. define('_NM_MESSAGE','Message:');
  27. define('_NM_MODNAME','Mail Users');
  28. define('_NM_MSNMCONTAINS','and MSN Passport contains:');
  29. define('_NM_NOMATCHUSER','No matched user.');
  30. define('_NM_NOWPROCCESS',' Now proccess the next page...');
  31. define('_NM_OK',' OK.');
  32. define('_NM_PAGE1',' Page ');
  33. define('_NM_PAGE2',' of ');
  34. define('_NM_PAGE3',' ');
  35. define('_NM_PAGE4',' ');
  36. define('_NM_REALNAMECONTAINS','and Real Name contains:');
  37. define('_NM_REGDATEAFTER','and Register Date is after:<br />(yyyy-mm-dd)');
  38. define('_NM_REGDATEBEFORE','and Register Date is before:<br />(yyyy-mm-dd)');
  39. define('_NM_REPLYTOADDRESS','Reply-to-address:');
  40. define('_NM_RESET','Reset');
  41. define('_NM_SEND','Send');
  42. define('_NM_SEND2','mails per page');
  43. define('_NM_SENDING','Sending...');
  44. define('_NM_SENDNEXTPAGE','Send Next Page');
  45. define('_NM_SEND_MAIL','Send mail');
  46. define('_NM_SIGNCONTAINS','and Signature contains:');
  47. define('_NM_SUBJECT','Subject:');
  48. define('_NM_TESTING','Testing...');
  49. define('_NM_TESTONLY','Test only.');
  50. define('_NM_USERGROUPIS','and Usergroup is:');
  51. define('_NM_USERNAMEIS''User Name is:');
  52. define('_NM_USERNAMECONTAINS','User Name contains:');
  53. define('_NM_USERS',' users');
  54. define('_NM_YIMCONTAINS','and Yahoo Messanger contains:');

Documentation generated on Fri, 18 Jul 2008 21:38:11 +0200 by phpDocumentor 1.4.1