[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_languages/English/admin/ -> lan_users_extended.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system - Language File.
   5  |
   6  |     $Source: /cvsroot/e107/e107_0.7/e107_languages/English/admin/lan_users_extended.php,v $
   7  |     $Revision: 1.19 $
   8  |     $Date: 2007/01/28 20:49:54 $
   9  |     $Author: e107steved $
  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 />ie <i><b>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  
  93  
  94  //textbox
  95  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");
  96  //radio buttons
  97  define("EXTLAN_HELP_2", "Enter text for options in 'Values' box - one box per option. Add new boxes as needed");
  98  //dropdown
  99  define("EXTLAN_HELP_3", "Enter text for options in 'Values' box - one box per option. Add new boxes as needed");
 100  //db field
 101  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 />");
 102  //textarea
 103  define("EXTLAN_HELP_5", "Define an area for free-format text. (Set the size in the 'Field include text' box as required)");
 104  //integer
 105  define("EXTLAN_HELP_6", "Allow user to enter a numeric value");
 106  //date
 107  define("EXTLAN_HELP_7", "Require user to enter a date");
 108  // Language
 109  define("EXTLAN_HELP_8", "Allow user to select from installed languages");
 110  
 111  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7