- Disable these exact dates: 2003-03-08,2003-09-16
- Disable these days for every year: 03-08,09-16
- Only match the beginning (useful if you are using short years): ^03-08
- Disable every day in March 2006: 03-..-2006
- Disable every day in every March: ^03
Note that the format of the dates included in the list should exactly match the format config. In order to support regular expressions, if you are using a date format that has "." in it, you will have to escape the dot when restricting dates.';
$_lang['disabled_days'] = 'Disabled Days';
$_lang['disabled_days_desc'] = 'A comma-separated list of days to disable, 0-based (defaults to null). Some examples:
- Disable Sunday and Saturday: 0,6
- Disable weekdays: 1,2,3,4,5';
$_lang['dropdown'] = 'DropDown List Menu';
$_lang['earliest_date'] = 'Earliest Date';
$_lang['earliest_date_desc'] = 'The earliest allowed date that can be selected.';
$_lang['earliest_time'] = 'Earliest Time';
$_lang['earliest_time_desc'] = 'The earliest allowed time that can be selected.';
$_lang['email'] = 'ایمیل';
$_lang['file'] = 'فایل';
$_lang['height'] = 'Height';
$_lang['hidden'] = 'Hidden';
$_lang['htmlarea'] = 'HTML Area';
$_lang['htmltag'] = 'HTML Tag';
$_lang['image'] = 'Image';
$_lang['image_align'] = 'Align';
$_lang['image_align_list'] = 'none,baseline,top,middle,bottom,texttop,absmiddle,absbottom,left,right';
$_lang['image_alt'] = 'Alternate Text';
$_lang['image_border_size'] = 'Border Size';
$_lang['image_hspace'] = 'H Space';
$_lang['image_vspace'] = 'V Space';
$_lang['latest_date'] = 'Latest Date';
$_lang['latest_date_desc'] = 'The latest allowed date that can be selected.';
$_lang['latest_time'] = 'Latest Time';
$_lang['latest_time_desc'] = 'The latest allowed time that can be selected.';
$_lang['listbox'] = 'Listbox (Single-Select)';
$_lang['listbox-multiple'] = 'Listbox (Multi-Select)';
$_lang['list-multiple-legacy'] = 'Legacy multiple list';
$_lang['lower_case'] = 'Lower Case';
$_lang['max_length'] = 'Max Length';
$_lang['min_length'] = 'Min Length';
$_lang['regex_text'] = 'Regular Expression Error';
$_lang['regex'] = 'Regular Expression Validator';
$_lang['name'] = 'نام';
$_lang['number'] = 'Number';
$_lang['number_allowdecimals'] = 'Allow Decimals';
$_lang['number_allownegative'] = 'Allow Negatives';
$_lang['number_decimalprecision'] = 'Decimal Precision';
$_lang['number_decimalprecision_desc'] = 'The maximum precision to display after the decimal separator (defaults to 2).';
$_lang['number_decimalseparator'] = 'Decimal Separator';
$_lang['number_decimalseparator_desc'] = 'Character(s) to allow as the decimal separator (defaults to ".")';
$_lang['number_maxvalue'] = 'Max Value';
$_lang['number_minvalue'] = 'Min Value';
$_lang['option'] = 'Radio Options';
$_lang['parent_resources'] = 'Parent Resources';
$_lang['radio_columns'] = 'Columns';
$_lang['radio_columns_desc'] = 'The number of columns the radio boxes are displayed in.';
$_lang['rawtext'] = 'Raw Text (deprecated)';
$_lang['rawtextarea'] = 'Raw Textarea (deprecated)';
$_lang['required'] = 'Allow Blank';
$_lang['required_desc'] = 'If set to No, MODX will not allow the user to save the Resource until a valid, non-blank value has been entered.';
$_lang['resourcelist'] = 'Resource List';
$_lang['resourcelist_depth'] = 'Depth';
$_lang['resourcelist_depth_desc'] = 'The levels deep that the query to grab the list of Resources will go. The default is 10 deep.';
$_lang['resourcelist_includeparent'] = 'Include Parents';
$_lang['resourcelist_includeparent_desc'] = 'If Yes, will include the Resources named in the Parents field in the list.';
$_lang['resourcelist_limitrelatedcontext'] = 'Limit to Related Context';
$_lang['resourcelist_limitrelatedcontext_desc'] = 'If Yes, will only include the Resources related to the context of the current Resource.';
$_lang['resourcelist_limit'] = 'Limit';
$_lang['resourcelist_limit_desc'] = 'The number of Resources to limit to in the list. 0 or empty means infinite.';
$_lang['resourcelist_parents'] = 'Parents';
$_lang['resourcelist_parents_desc'] = 'A list of IDs to grab children for the list.';
$_lang['resourcelist_where'] = 'Where Conditions';
$_lang['resourcelist_where_desc'] = 'A JSON object of where conditions to filter by in the query that grabs the list of Resources. (Does not support TV searching.)
Examples: [{"template:=":"4"}], [{"pagetitle:!=":"Home"}], [{"parent:IN":[34,56]}]';
$_lang['richtext'] = 'RichText';
$_lang['sentence_case'] = 'Sentence Case';
$_lang['shownone'] = 'Allow Empty Choice';
$_lang['shownone_desc'] = 'Allow the user to select an empty choice which is a blank value.';
$_lang['start_day'] = 'Start Day';
$_lang['start_day_desc'] = 'Day index at which the week should begin, 0-based (defaults to 0, which is Sunday)';
$_lang['string'] = 'String';
$_lang['string_format'] = 'String Format';
$_lang['style'] = 'Style';
$_lang['tag_id'] = 'Tag ID';
$_lang['tag_name'] = 'Tag Name';
$_lang['target'] = 'Target';
$_lang['text'] = 'Text';
$_lang['textarea'] = 'Textarea';
$_lang['textareamini'] = 'Textarea (Mini)';
$_lang['textbox'] = 'Textbox';
$_lang['time_increment'] = 'Time Increment';
$_lang['time_increment_desc'] = 'The number of minutes between each time value in the list (defaults to 15).';
$_lang['hide_time'] = 'Hide time option for user';
$_lang['title'] = 'عنوان';
$_lang['upper_case'] = 'Upper Case';
$_lang['url'] = 'URL';
$_lang['url_display_text'] = 'Display Text';
$_lang['width'] = 'Width';