You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$L["confirm_delete_field"] = "Are you sure you want to delete this field? This cannot be undone.";
48
51
49
-
$L["notify_no_fields"] = "There are no additional fields added to the module yet. Click the button below to add a new field.";
52
+
$L["notify_no_fields"] = "There are no fields created yet. Click the button below to add a new field.";
50
53
$L["notify_problem_installing"] = "There following error occurred when trying to create the database tables for this module: <b>{\$error}</b>";
51
54
$L["notify_field_added"] = "The field has been added. You may add another field below, <a href=\"edit.php?id={\$client_field_id}\">edit the last field</a>, or <a href=\"index.php\">return to the main field list page</a>.";
52
55
$L["notify_admin_only_field_explanation"] = "This setting determines lets you hide the field from the client; it only appears for the the administrator.";
@@ -59,6 +62,7 @@
59
62
$L["validation_no_template_hook"] = "Please choose the page and location where this field should appear.";
60
63
$L["validation_no_field_label"] = "Please enter the field label.";
61
64
$L["validation_no_field_type"] = "Please choose the field type.";
65
+
$L["validation_invalid_field_identifier"] = "Please only enter alphanumeric (a-Z and 0-9) and the underscore character.";
62
66
63
-
$L["text_help"] = "Please see our <a href=\"https://docs.formtools.org/modules/extended_client_fields/\" target=\"_blank\">online help documentation</a> for information on how to use this module.";
67
+
$L["text_help"] = "Please see the <a href=\"https://docs.formtools.org/modules/extended_client_fields/\" target=\"_blank\">help documentation</a> for information about this module.";
64
68
$L["text_client_field_titles_intro"] = "Your client fields can be inserted in different locations on the Edit Client pages, visible by the administrator and client. This page gives you the option of providing a title for each of the fields. These titles are omitted by default.";
0 commit comments