Advertisement
Guest User

lan Users extended

a guest
Aug 16th, 2010
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. <?php
  2. /*
  3. + ----------------------------------------------------------------------------+
  4. | e107 website system - Language File.
  5. |
  6. | $Source: /cvs_backup/e107_0.7/e107_languages/English/admin/lan_users_extended.php,v $
  7. | $Revision: 11346 $
  8. | $Date: 2010-02-17 13:56:14 -0500 (Wed, 17 Feb 2010) $
  9. | $Author: secretr $
  10. +----------------------------------------------------------------------------+
  11. */
  12. define("EXTLAN_1", "Name");
  13. define("EXTLAN_2", "Preview");
  14. define("EXTLAN_3", "Values");
  15. define("EXTLAN_4", "Req'd");
  16. define("EXTLAN_5", "Applicable");
  17. define("EXTLAN_6", "Read access");
  18. define("EXTLAN_7", "Write access");
  19. define("EXTLAN_8", "Action");
  20. define("EXTLAN_9", "Extended User Fields");
  21.  
  22. define("EXTLAN_10", "Field name");
  23. define("EXTLAN_11", "This is the name of the field as stored in the table, it must be unique from any other, and must not be used in the main user table");
  24. define("EXTLAN_12", "Field text");
  25. define("EXTLAN_13", "This is the displayed name of the field in rendered pages");
  26. define("EXTLAN_14", "Field Type");
  27. define("EXTLAN_15", "Field include text");
  28. define("EXTLAN_16", "Default Value");
  29. define("EXTLAN_17", "Enter each possible value on each line <br /> For DB table see help.");
  30. define("EXTLAN_18", "Required");
  31. define("EXTLAN_19", "Users will be required to enter a value in this field when updating their settings.");
  32. define("EXTLAN_20", "Determines which users this field will apply to.");
  33. define("EXTLAN_21", "This will determine who will see this field in their usersettings.");
  34. define("EXTLAN_22", "This will determine who can see the value in the user page <br />NOTE: Setting this to 'Read Only' will make it visible to Admin and the member only.");
  35. define("EXTLAN_23", "Add Extended Field");
  36. define("EXTLAN_24", "Update Extended Field");
  37. define("EXTLAN_25", "move down");
  38. define("EXTLAN_26", "move up");
  39. define("EXTLAN_27", "Confirm Delete");
  40. define("EXTLAN_28", "No extended fields defined");
  41. define("EXTLAN_29", "Extended user fields saved.");
  42. define("EXTLAN_30", "Extended field deleted");
  43. // define("EXTLAN_31", "Extended Field Menu");
  44. // define("EXTLAN_32", "Extended front page");
  45. define("EXTLAN_33", "Cancel Edit");
  46. define("EXTLAN_34", "Extended Fields");
  47. define("EXTLAN_35", "Categories");
  48. define("EXTLAN_36", "No assigned Category");
  49. define("EXTLAN_37", "No categories defined");
  50. define("EXTLAN_38", "Category name");
  51. define("EXTLAN_39", "Add category");
  52. define("EXTLAN_40", "Category created");
  53. define("EXTLAN_41", "Category deleted");
  54. define("EXTLAN_42", "Update Category");
  55. define("EXTLAN_43", "Category Updated");
  56. define("EXTLAN_44", "Category");
  57. define("EXTLAN_45", "Add New Field");
  58. define("EXTLAN_46", "Help");
  59. define("EXTLAN_47", "Add new parameter");
  60. define("EXTLAN_48", "Add new value");
  61. define("EXTLAN_49", "Allow user to hide");
  62. define("EXTLAN_50", "Setting this to yes will allow the user to hide this value from non-admins");
  63. define("EXTLAN_51", "Any valid w3c parameter may be entered here<br />e.g. <b><i>class='tbox' size='40' maxlength='80'</i></b>");
  64. define("EXTLAN_52", "regex validation code");
  65. define("EXTLAN_53", "Enter the regex code that will need to be matched to make it a valid entry <br />**regex delimiters are required**");
  66. define("EXTLAN_54", "regex failure text");
  67. define("EXTLAN_55", "Enter the error message that will be shown if the regex validation fails.");
  68. define("EXTLAN_56", "Predefined Fields");
  69. define("EXTLAN_57", "Activated");
  70. define("EXTLAN_58", "Not Activated");
  71. define("EXTLAN_59", "Activate");
  72. define("EXTLAN_60", "Deactivate");
  73. define("EXTLAN_61", "None");
  74.  
  75. define("EXTLAN_62", "Table");
  76. define("EXTLAN_63", "Field Id");
  77. define("EXTLAN_64", "Display Value");
  78.  
  79. define("EXTLAN_65", "No - Will not show on signup page");
  80. define("EXTLAN_66", "Yes - Will show on signup page");
  81. define("EXTLAN_67", "No - Show on signup page");
  82.  
  83. define("EXTLAN_68", "Field:");
  84. define("EXTLAN_69", "has been activated");
  85. define("EXTLAN_70", "ERROR!! Field:");
  86. define("EXTLAN_71", "was not activated!");
  87. define("EXTLAN_72", "has been deactivated");
  88. define("EXTLAN_73", "was not deactivated!");
  89. define("EXTLAN_74", "is a reserved field name and can not be used.");
  90. define("EXTLAN_75", "Error adding field to database.");
  91. define("EXTLAN_76", "Invalid characters in field name - only A-Z, a-z, 0-9, '_' allowed.");
  92. define("EXTLAN_77", "Category not deleted - must delete fields in category first: ");
  93. define('EXTLAN_78', 'Cannot find file --FILE-- needed to create data table');
  94.  
  95.  
  96. //textbox
  97. define("EXTLAN_HELP_1", "<b><i>Parameters:</i></b><br />size - size of field<br />maxlength - max length of field<br /><br />class - css class of field<br />style - css style string<br /><br />regex - regex validation code<br />regexfail - validation fail text");
  98. //radio buttons
  99. define("EXTLAN_HELP_2", "Enter text for options in 'Values' box - one box per option. Add new boxes as needed");
  100. //dropdown
  101. define("EXTLAN_HELP_3", "Enter text for options in 'Values' box - one box per option. Add new boxes as needed");
  102. //db field
  103. define("EXTLAN_HELP_4", "<b><i>Values:</i></b><br />There should be three values given ALWAYS:<br /><ol><li>dbtable</li><li>field containing id</li><li>field containing value</li></ol><br />");
  104. //textarea
  105. define("EXTLAN_HELP_5", "Define an area for free-format text. (Set the size in the 'Field include text' box as required)");
  106. //integer
  107. define("EXTLAN_HELP_6", "Allow user to enter a numeric value");
  108. //date
  109. define("EXTLAN_HELP_7", "Require user to enter a date");
  110. // Language
  111. define("EXTLAN_HELP_8", "Allow user to select from installed languages");
  112. // checkbox
  113. define("EXTLAN_HELP_9", "Enter text for options in 'Values' box - one box per option. Add new boxes as needed");
  114.  
  115. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement