This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -1,12 +1,11 @@
<?
$MESS ['mnu_sect'] = "Newsletters";
$MESS ['mnu_posting'] = "Newsletter issues";
$MESS ['mnu_posting_alt'] = "Newsletter management";
$MESS ['mnu_subscr'] = "Subscribers";
$MESS ['mnu_subscr_alt'] = "Manage subscribers' e-mail addresses";
$MESS ['mnu_rub'] = "Newsletter categories";
$MESS ['mnu_rub_alt'] = "Manage Newsletter categories";
$MESS ['mnu_subscr_import'] = "Import addresses";
$MESS ['mnu_subscr_import_alt'] = "Import subscription addresses from file or clipboard";
$MESS ['mnu_sect_title'] = "Newsletter Subscription and Subscribers Management";
?>
<?php
$MESS['mnu_sect'] = "Newsletters";
$MESS['mnu_posting'] = "Newsletter issues";
$MESS['mnu_posting_alt'] = "Newsletter management";
$MESS['mnu_subscr'] = "Subscribers";
$MESS['mnu_subscr_alt'] = "Manage subscribers' e-mail addresses";
$MESS['mnu_rub'] = "Newsletter categories";
$MESS['mnu_rub_alt'] = "Manage Newsletter categories";
$MESS['mnu_subscr_import'] = "Import addresses";
$MESS['mnu_subscr_import_alt'] = "Import subscription addresses from file or clipboard";
$MESS['mnu_sect_title'] = "Newsletter Subscription and Subscribers Management";

View File

@@ -1,64 +1,63 @@
<?
$MESS["post_title"] = "Newsletter issues";
$MESS["post_del_err"] = "Cannot delete newsletter.";
$MESS["post_send_ok"] = "The newsletter was successfully sent.";
$MESS["post_nav"] = "Issues";
$MESS["post_updated"] = "Modified";
$MESS["post_subj"] = "Subject";
$MESS["post_body_type"] = "Type";
$MESS["post_stat"] = "Status";
$MESS["post_sent"] = "Sent";
$MESS["post_conf"] = "Send newsletter?";
$MESS["post_act_send"] = "Send";
$MESS["post_act_edit"] = "Modify";
$MESS["post_act_del_conf"] = "This action can not be undone. Delete issue anyway?";
$MESS["post_act_del"] = "Delete";
$MESS["POST_WRONG_TIMESTAMP_FROM"] = "Enter correct modification date \"from\"";
$MESS["POST_WRONG_TIMESTAMP_TILL"] = "Enter correct modification date \"till\"";
$MESS["POST_FROM_TILL_TIMESTAMP"] = "Modification date \"till\" must be greater than \"from\"";
$MESS["POST_WRONG_DATE_SENT_FROM"] = "Enter correct sent date \"from\"";
$MESS["POST_WRONG_DATE_SENT_TILL"] = "Enter correct sent date \"till\"";
$MESS["POST_FROM_TILL_DATE_SENT"] = "Sent date \"from\" must be greater then \"till\"";
$MESS["POST_F_ID"] = "ID";
$MESS["POST_F_TIMESTAMP"] = "Modification date";
$MESS["POST_F_DATE_SENT"] = "Date sent";
$MESS["POST_F_STATUS"] = "Status";
$MESS["POST_F_FROM"] = "From";
$MESS["POST_F_TO"] = "Already sent to";
$MESS["POST_F_SUBJECT"] = "Subject";
$MESS["POST_F_BODY"] = "Message";
$MESS["POST_F_BODY_TYPE"] = "Message type";
$MESS["posting_addr_processed"] = "Addresses processed:";
$MESS["posting_addr_of"] = "from";
$MESS["posting_continue_button"] = "Continue";
$MESS["posting_copy_link"] = "Copy";
$MESS["POST_F_AUTO_SEND_TIME"] = "Scheduled sending time";
$MESS["posting_agent_submitted"] = "There was an agent function registered for sending the newsletter.";
$MESS["posting_cron_setup"] = "The newsletter issue was scheduled for automatic sending. You have cron option set for this action. Do not forget to configure it.";
$MESS["posting_continue_conf"] = "Are you sure you want to continue sending the newsletter?";
$MESS["posting_continue_act"] = "Continue";
$MESS["posting_stop_conf"] = "Are you sure you want to pause sending the newsletter?";
$MESS["posting_stop_act"] = "Pause";
$MESS["POST_WRONG_DATE_AUTOSEND_FROM"] = "Please enter a valid \"From\" date in the filter for automatic sending";
$MESS["POST_WRONG_DATE_AUTOSEND_TILL"] = "Please enter a valid \"Till\" date in the filter for automatic sending";
$MESS["POST_FROM_TILL_DATE_AUTOSEND"] = "The \"Till\" date for automatic sending must be greater than the \"From\" date";
$MESS["post_report"] = "Sending report";
$MESS["post_from"] = "From";
$MESS["post_to"] = "To";
$MESS["POST_SHOW_LIST"] = "View address list";
$MESS["POST_ADD_TITLE"] = "Click to add a new issue";
$MESS["POST_FIND"] = "Find";
$MESS["POST_FIND_TITLE"] = "Enter a search query";
$MESS["post_save_err"] = "Error in saving issue #";
$MESS["POST_F_RUBRIC"] = "Newsletter categories";
$MESS["POST_ADM_POST_NOT_FOUND"] = "Newsletter issue not found.";
$MESS["POST_ADM_WITH_ERRORS"] = "With errors";
$MESS["POST_ADM_BTN_STOP"] = "Stop";
$MESS["POST_ADM_SENDING_NOTE_LINE1"] = "Sending of newsletter in progress.";
$MESS["POST_ADM_SENDING_NOTE_LINE2"] = "Please do not leave this page until the process is complete.";
$MESS["MAIN_ADMIN_LIST_SELECTED"] = "Selected:";
$MESS["MAIN_ADD"] = "Add";
$MESS["MAIN_ADMIN_LIST_CHECKED"] = "Checked:";
$MESS["MAIN_ALL"] = "(all)";
$MESS["MAIN_ADMIN_LIST_DELETE"] = "delete";
?>
<?php
$MESS['post_title'] = "Newsletter issues";
$MESS['post_del_err'] = "Cannot delete newsletter.";
$MESS['post_send_ok'] = "The newsletter was successfully sent.";
$MESS['post_nav'] = "Issues";
$MESS['post_updated'] = "Modified";
$MESS['post_subj'] = "Subject";
$MESS['post_body_type'] = "Type";
$MESS['post_stat'] = "Status";
$MESS['post_sent'] = "Sent";
$MESS['post_conf'] = "Send newsletter?";
$MESS['post_act_send'] = "Send";
$MESS['post_act_edit'] = "Modify";
$MESS['post_act_del_conf'] = "This action can not be undone. Delete issue anyway?";
$MESS['post_act_del'] = "Delete";
$MESS['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct modification date \"from\"";
$MESS['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct modification date \"till\"";
$MESS['POST_FROM_TILL_TIMESTAMP'] = "Modification date \"till\" must be greater than \"from\"";
$MESS['POST_WRONG_DATE_SENT_FROM'] = "Enter correct sent date \"from\"";
$MESS['POST_WRONG_DATE_SENT_TILL'] = "Enter correct sent date \"till\"";
$MESS['POST_FROM_TILL_DATE_SENT'] = "Sent date \"from\" must be greater then \"till\"";
$MESS['POST_F_ID'] = "ID";
$MESS['POST_F_TIMESTAMP'] = "Modification date";
$MESS['POST_F_DATE_SENT'] = "Date sent";
$MESS['POST_F_STATUS'] = "Status";
$MESS['POST_F_FROM'] = "From";
$MESS['POST_F_TO'] = "Already sent to";
$MESS['POST_F_SUBJECT'] = "Subject";
$MESS['POST_F_BODY'] = "Message";
$MESS['POST_F_BODY_TYPE'] = "Message type";
$MESS['posting_addr_processed'] = "Addresses processed:";
$MESS['posting_addr_of'] = "from";
$MESS['posting_continue_button'] = "Continue";
$MESS['posting_copy_link'] = "Copy";
$MESS['POST_F_AUTO_SEND_TIME'] = "Scheduled sending time";
$MESS['posting_agent_submitted'] = "There was an agent function registered for sending the newsletter.";
$MESS['posting_cron_setup'] = "The newsletter issue was scheduled for automatic sending. You have cron option set for this action. Do not forget to configure it.";
$MESS['posting_continue_conf'] = "Are you sure you want to continue sending the newsletter?";
$MESS['posting_continue_act'] = "Continue";
$MESS['posting_stop_conf'] = "Are you sure you want to pause sending the newsletter?";
$MESS['posting_stop_act'] = "Pause";
$MESS['POST_WRONG_DATE_AUTOSEND_FROM'] = "Please enter a valid \"From\" date in the filter for automatic sending";
$MESS['POST_WRONG_DATE_AUTOSEND_TILL'] = "Please enter a valid \"Till\" date in the filter for automatic sending";
$MESS['POST_FROM_TILL_DATE_AUTOSEND'] = "The \"Till\" date for automatic sending must be greater than the \"From\" date";
$MESS['post_report'] = "Sending report";
$MESS['post_from'] = "From";
$MESS['post_to'] = "To";
$MESS['POST_SHOW_LIST'] = "View address list";
$MESS['POST_ADD_TITLE'] = "Click to add a new issue";
$MESS['POST_FIND'] = "Find";
$MESS['POST_FIND_TITLE'] = "Enter a search query";
$MESS['post_save_err'] = "Error in saving issue #";
$MESS['POST_F_RUBRIC'] = "Newsletter categories";
$MESS['POST_ADM_POST_NOT_FOUND'] = "Newsletter issue not found.";
$MESS['POST_ADM_WITH_ERRORS'] = "With errors";
$MESS['POST_ADM_BTN_STOP'] = "Stop";
$MESS['POST_ADM_SENDING_NOTE_LINE1'] = "Sending of newsletter in progress.";
$MESS['POST_ADM_SENDING_NOTE_LINE2'] = "Please do not leave this page until the process is complete.";
$MESS['MAIN_ADMIN_LIST_SELECTED'] = "Selected:";
$MESS['MAIN_ADD'] = "Add";
$MESS['MAIN_ADMIN_LIST_CHECKED'] = "Checked:";
$MESS['MAIN_ALL'] = "(all)";
$MESS['MAIN_ADMIN_LIST_DELETE'] = "delete";

View File

@@ -1,3 +1,2 @@
<?
$MESS ['POST_ERROR_ATTACH_NOT_FOUND'] = "Attachment is not found.";
?>
<?php
$MESS['POST_ERROR_ATTACH_NOT_FOUND'] = "Attachment is not found.";

View File

@@ -1,14 +1,13 @@
<?
$MESS ['post_title'] = "Newsletter recipients";
$MESS ['post_total'] = "Total addresses:";
$MESS ['POST_STATUS_ID'] = "Status";
$MESS ['POST_EMAIL'] = "e-mail";
$MESS ['POST_SUBSCRIPTION_ID'] = "Subscription";
$MESS ['POST_USER_ID'] = "User";
$MESS ['POST_STATUS_ID_ERROR'] = "Newsletter sending failed.";
$MESS ['POST_STATUS_ID_SUCCESS'] = "Newsletter has been sent successfully.";
$MESS ['POST_GROUP_ACTION_INACTIVE'] = "deactivate subscription";
$MESS ['POST_GROUP_ACTION_DELETE'] = "delete subscription";
$MESS ['POST_SUBSCR_DELETED'] = "deleted";
$MESS ['POST_SUBSCR_INACTIVE'] = "inactive";
?>
<?php
$MESS['post_title'] = "Newsletter recipients";
$MESS['post_total'] = "Total addresses:";
$MESS['POST_STATUS_ID'] = "Status";
$MESS['POST_EMAIL'] = "e-mail";
$MESS['POST_SUBSCRIPTION_ID'] = "Subscription";
$MESS['POST_USER_ID'] = "User";
$MESS['POST_STATUS_ID_ERROR'] = "Newsletter sending failed.";
$MESS['POST_STATUS_ID_SUCCESS'] = "Newsletter has been sent successfully.";
$MESS['POST_GROUP_ACTION_INACTIVE'] = "deactivate subscription";
$MESS['POST_GROUP_ACTION_DELETE'] = "delete subscription";
$MESS['POST_SUBSCR_DELETED'] = "deleted";
$MESS['POST_SUBSCR_INACTIVE'] = "inactive";

View File

@@ -1,73 +1,72 @@
<?
$MESS["post_title_edit"] = "Modify issue #";
$MESS["post_title_add"] = "Add issue";
$MESS["post_list_title"] = "Show the list of selected addresses";
$MESS["post_info"] = "Newsletter status information";
$MESS["post_date_upd"] = "Modified:";
$MESS["post_date_sent"] = "Sent:";
$MESS["post_stat"] = "Current status:";
$MESS["post_subscr_tab_title"] = "Recipients addresses";
$MESS["post_rub"] = "Newsletter categories:";
$MESS["post_format"] = "Format:";
$MESS["post_format_any"] = "(any)";
$MESS["post_format_text"] = "Text";
$MESS["post_groups"] = "User groups:";
$MESS["post_filter"] = "E-mail filter:";
$MESS["post_filter_list"] = "View list of selected emails";
$MESS["post_direct"] = "Send to each recipient individually (recommended):";
$MESS["post_fields"] = "Newsletter fields";
$MESS["post_fields_from"] = "From:";
$MESS["post_fields_to"] = "To:";
$MESS["post_fields_subj"] = "Subject:";
$MESS["post_fields_text"] = "Newsletter body";
$MESS["post_enc"] = "Encoding:";
$MESS["post_butt_send"] = "Send";
$MESS["post_hint_send"] = "Save, send and go to the list";
$MESS["post_subscr"] = "Select subscribers";
$MESS["post_users"] = "Select site users by groups";
$MESS["post_filter_title"] = "Set filter on selected addresses";
$MESS["post_additional"] = "Additional emails of recipients";
$MESS["POST_TO"] = "Delivery report:";
$MESS["POST_SHOW_LIST"] = "View emails list";
$MESS["post_mnu_add"] = "Add a new issue";
$MESS["post_mnu_add_title"] = "Add new issue";
$MESS["post_mnu_copy"] = "Make copy of issue";
$MESS["post_mnu_copy_title"] = "Create a new issue using this one";
$MESS["post_mnu_del"] = "Delete this issue";
$MESS["post_mnu_del_title"] = "Delete";
$MESS["post_mnu_confirm"] = "Delete this issue?";
$MESS["post_status_change"] = "Move to status:";
$MESS["post_status_not_change"] = "(don't change)";
$MESS["post_file"] = "File";
$MESS["post_size"] = "Size, bytes";
$MESS["post_params"] = "Message parameters";
$MESS["post_note"] = "You can send images specified in HTML-text attached to the message if you set a special flag in the module settings. If you have modified the message text, click the <i>Apply</i> button to view the list of attachments and their sizes. ";
$MESS["post_continue"] = "Continue sending the newsletter";
$MESS["post_continue_conf"] = "Continue sending the newsletter";
$MESS["post_yes"] = "Yes";
$MESS["post_no"] = "No";
$MESS["post_attachments"] = "Attachments";
$MESS["post_att_file"] = "File name";
$MESS["post_att_delete"] = "Delete";
$MESS["post_send_params"] = "Sending settings";
$MESS["post_send_flag"] = "Send the issue automatically at the scheduled time";
$MESS["post_send_time"] = "Scheduled time for issuing issue";
$MESS["post_send_msg"] = "To change the scheduled time of the issue, you need to set &quot;Draft&quot; or &quot;Paused&quot; status for the issue.";
$MESS["post_resend"] = "Resend for error messages only";
$MESS["post_resend_conf"] = "Resend for error messages only";
$MESS["post_posting_tab"] = "Send issue";
$MESS["post_posting_tab_title"] = "Newsletter issue";
$MESS["post_subscr_tab"] = "Recipients";
$MESS["post_params_tab"] = "Parameters";
$MESS["post_params_tab_title"] = "Email and sending parameters";
$MESS["post_attachments_title"] = "Images and attachments in the email";
$MESS["post_save_error"] = "Error saving the issue.";
$MESS["post_mnu_list"] = "List";
$MESS["post_mnu_list_title"] = "Issue list";
$MESS["post_images_list"] = "List of images";
$MESS["post_attachments_list"] = "Attachments list";
$MESS["post_save_ok"] = "Issue successfully saved.";
$MESS["post_attachments_load"] = "Load attachments";
$MESS["MAIN_ALL"] = "(all)";
$MESS["POST_STATUS_DRAFT"] = "Draft";
?>
<?php
$MESS['post_title_edit'] = "Modify issue #";
$MESS['post_title_add'] = "Add issue";
$MESS['post_list_title'] = "Show the list of selected addresses";
$MESS['post_info'] = "Newsletter status information";
$MESS['post_date_upd'] = "Modified:";
$MESS['post_date_sent'] = "Sent:";
$MESS['post_stat'] = "Current status:";
$MESS['post_subscr_tab_title'] = "Recipients addresses";
$MESS['post_rub'] = "Newsletter categories:";
$MESS['post_format'] = "Format:";
$MESS['post_format_any'] = "(any)";
$MESS['post_format_text'] = "Text";
$MESS['post_groups'] = "User groups:";
$MESS['post_filter'] = "E-mail filter:";
$MESS['post_filter_list'] = "View list of selected emails";
$MESS['post_direct'] = "Send to each recipient individually (recommended):";
$MESS['post_fields'] = "Newsletter fields";
$MESS['post_fields_from'] = "From:";
$MESS['post_fields_to'] = "To:";
$MESS['post_fields_subj'] = "Subject:";
$MESS['post_fields_text'] = "Newsletter body";
$MESS['post_enc'] = "Encoding:";
$MESS['post_butt_send'] = "Send";
$MESS['post_hint_send'] = "Save, send and go to the list";
$MESS['post_subscr'] = "Select subscribers";
$MESS['post_users'] = "Select site users by groups";
$MESS['post_filter_title'] = "Set filter on selected addresses";
$MESS['post_additional'] = "Additional emails of recipients";
$MESS['POST_TO'] = "Delivery report:";
$MESS['POST_SHOW_LIST'] = "View emails list";
$MESS['post_mnu_add'] = "Add a new issue";
$MESS['post_mnu_add_title'] = "Add new issue";
$MESS['post_mnu_copy'] = "Make copy of issue";
$MESS['post_mnu_copy_title'] = "Create a new issue using this one";
$MESS['post_mnu_del'] = "Delete this issue";
$MESS['post_mnu_del_title'] = "Delete";
$MESS['post_mnu_confirm'] = "Delete this issue?";
$MESS['post_status_change'] = "Move to status:";
$MESS['post_status_not_change'] = "(don't change)";
$MESS['post_file'] = "File";
$MESS['post_size'] = "Size, bytes";
$MESS['post_params'] = "Message parameters";
$MESS['post_note'] = "You can send images specified in HTML-text attached to the message if you set a special flag in the module settings. If you have modified the message text, click the <i>Apply</i> button to view the list of attachments and their sizes. ";
$MESS['post_continue'] = "Continue sending the newsletter";
$MESS['post_continue_conf'] = "Continue sending the newsletter";
$MESS['post_yes'] = "Yes";
$MESS['post_no'] = "No";
$MESS['post_attachments'] = "Attachments";
$MESS['post_att_file'] = "File name";
$MESS['post_att_delete'] = "Delete";
$MESS['post_send_params'] = "Sending settings";
$MESS['post_send_flag'] = "Send the issue automatically at the scheduled time";
$MESS['post_send_time'] = "Scheduled time for issuing issue";
$MESS['post_send_msg'] = "To change the scheduled time of the issue, you need to set &quot;Draft&quot; or &quot;Paused&quot; status for the issue.";
$MESS['post_resend'] = "Resend for error messages only";
$MESS['post_resend_conf'] = "Resend for error messages only";
$MESS['post_posting_tab'] = "Send issue";
$MESS['post_posting_tab_title'] = "Newsletter issue";
$MESS['post_subscr_tab'] = "Recipients";
$MESS['post_params_tab'] = "Parameters";
$MESS['post_params_tab_title'] = "Email and sending parameters";
$MESS['post_attachments_title'] = "Images and attachments in the email";
$MESS['post_save_error'] = "Error saving the issue.";
$MESS['post_mnu_list'] = "List";
$MESS['post_mnu_list_title'] = "Issue list";
$MESS['post_images_list'] = "List of images";
$MESS['post_attachments_list'] = "Attachments list";
$MESS['post_save_ok'] = "Issue successfully saved.";
$MESS['post_attachments_load'] = "Load attachments";
$MESS['MAIN_ALL'] = "(all)";
$MESS['POST_STATUS_DRAFT'] = "Draft";

View File

@@ -1,23 +1,22 @@
<?
$MESS["post_title"] = "Recipient list";
$MESS["post_rub"] = "Newsletter topics:";
$MESS["post_format"] = "Newsletter format:";
$MESS["post_format_any"] = "(any)";
$MESS["post_format_text"] = "Text";
$MESS["post_group"] = "User groups:";
$MESS["post_filter"] = "Email filter:";
$MESS["post_search"] = "Search";
$MESS["post_reset"] = "Reset";
$MESS["post_result"] = "Search results:";
$MESS["post_total"] = "Total addresses:";
$MESS["post_notfound"] = "Could not find any addresses using this filter.";
$MESS["post_set"] = "Set";
$MESS["post_cancel"] = "Cancel";
$MESS["post_search_rub"] = "Select subscribers";
$MESS["post_search_users"] = "Select site users by group";
$MESS["post_search_filter"] = "Set filter";
$MESS["post_search_set_title"] = "Use the addresses selected";
$MESS["post_search_note"] = "This form lets you view which addresses will receive the issue. By setting the filter conditions and clicking the <i>Search</i> button, you will get the address list. The <i>Set</i> button will apply the filter to the main issue editing form.";
$MESS["post_subscribers"] = "Recipients";
$MESS["post_tab_title"] = "Recipient addresses";
?>
<?php
$MESS['post_title'] = "Recipient list";
$MESS['post_rub'] = "Newsletter topics:";
$MESS['post_format'] = "Newsletter format:";
$MESS['post_format_any'] = "(any)";
$MESS['post_format_text'] = "Text";
$MESS['post_group'] = "User groups:";
$MESS['post_filter'] = "Email filter:";
$MESS['post_search'] = "Search";
$MESS['post_reset'] = "Reset";
$MESS['post_result'] = "Search results:";
$MESS['post_total'] = "Total addresses:";
$MESS['post_notfound'] = "Could not find any addresses using this filter.";
$MESS['post_set'] = "Set";
$MESS['post_cancel'] = "Cancel";
$MESS['post_search_rub'] = "Select subscribers";
$MESS['post_search_users'] = "Select site users by group";
$MESS['post_search_filter'] = "Set filter";
$MESS['post_search_set_title'] = "Use the addresses selected";
$MESS['post_search_note'] = "This form lets you view which addresses will receive the issue. By setting the filter conditions and clicking the <i>Search</i> button, you will get the address list. The <i>Set</i> button will apply the filter to the main issue editing form.";
$MESS['post_subscribers'] = "Recipients";
$MESS['post_tab_title'] = "Recipient addresses";

View File

@@ -1,40 +1,39 @@
<?
$MESS["rub_title"] = "Newsletter categories";
$MESS["rub_del_err"] = "Cannot delete category.";
$MESS["rub_nav"] = "Categories";
$MESS["rub_name"] = "Name";
$MESS["rub_code"] = "Mnemonic code";
$MESS["rub_sort"] = "Sort.";
$MESS["rub_act"] = "Active";
$MESS["rub_edit"] = "Modify";
$MESS["rub_del"] = "Delete";
$MESS["rub_site"] = "Site";
$MESS["rub_auto"] = "Auto.";
$MESS["rub_visible"] = "Public";
$MESS["rub_last_exec"] = "Generation";
$MESS["rub_check"] = "Check the template";
$MESS["rub_wrong_generation_from"] = "Please enter correct \"From\" date of generation in the filter";
$MESS["rub_wrong_generation_till"] = "Please enter the correct \"Till\" date of generation in the filter";
$MESS["rub_wrong_generation_from_till"] = "The \"Till\" date of the generation must be greater than the \"From\" date in the filter";
$MESS["rub_save_error"] = "Error while saving subscription:";
$MESS["rub_no_rubric"] = "Category not found";
$MESS["POST_ADD_TITLE"] = "Click to add a new subscription topic";
$MESS["rub_f_site"] = "Site";
$MESS["rub_f_active"] = "Active";
$MESS["rub_f_public"] = "Public";
$MESS["rub_f_auto"] = "Automatic";
$MESS["rub_f_find"] = "Find";
$MESS["rub_f_find_title"] = "Enter search query";
$MESS["rub_del_conf"] = "Delete this category?";
$MESS["rub_f_name"] = "Name";
$MESS["rub_f_code"] = "Mnemonic code";
$MESS["POST_U_YES"] = "Yes";
$MESS["POST_U_NO"] = "No";
$MESS["MAIN_ADMIN_LIST_SELECTED"] = "Selected:";
$MESS["MAIN_ADD"] = "Add";
$MESS["MAIN_ADMIN_LIST_CHECKED"] = "Checked:";
$MESS["MAIN_ALL"] = "(all)";
$MESS["MAIN_ADMIN_LIST_DELETE"] = "delete";
$MESS["MAIN_ADMIN_LIST_ACTIVATE"] = "activate";
$MESS["MAIN_ADMIN_LIST_DEACTIVATE"] = "deactivate";
?>
<?php
$MESS['rub_title'] = "Newsletter categories";
$MESS['rub_del_err'] = "Cannot delete category.";
$MESS['rub_nav'] = "Categories";
$MESS['rub_name'] = "Name";
$MESS['rub_code'] = "Mnemonic code";
$MESS['rub_sort'] = "Sort.";
$MESS['rub_act'] = "Active";
$MESS['rub_edit'] = "Modify";
$MESS['rub_del'] = "Delete";
$MESS['rub_site'] = "Site";
$MESS['rub_auto'] = "Auto.";
$MESS['rub_visible'] = "Public";
$MESS['rub_last_exec'] = "Generation";
$MESS['rub_check'] = "Check the template";
$MESS['rub_wrong_generation_from'] = "Please enter correct \"From\" date of generation in the filter";
$MESS['rub_wrong_generation_till'] = "Please enter the correct \"Till\" date of generation in the filter";
$MESS['rub_wrong_generation_from_till'] = "The \"Till\" date of the generation must be greater than the \"From\" date in the filter";
$MESS['rub_save_error'] = "Error while saving subscription:";
$MESS['rub_no_rubric'] = "Category not found";
$MESS['POST_ADD_TITLE'] = "Click to add a new subscription topic";
$MESS['rub_f_site'] = "Site";
$MESS['rub_f_active'] = "Active";
$MESS['rub_f_public'] = "Public";
$MESS['rub_f_auto'] = "Automatic";
$MESS['rub_f_find'] = "Find";
$MESS['rub_f_find_title'] = "Enter search query";
$MESS['rub_del_conf'] = "Delete this category?";
$MESS['rub_f_name'] = "Name";
$MESS['rub_f_code'] = "Mnemonic code";
$MESS['POST_U_YES'] = "Yes";
$MESS['POST_U_NO'] = "No";
$MESS['MAIN_ADMIN_LIST_SELECTED'] = "Selected:";
$MESS['MAIN_ADD'] = "Add";
$MESS['MAIN_ADMIN_LIST_CHECKED'] = "Checked:";
$MESS['MAIN_ALL'] = "(all)";
$MESS['MAIN_ADMIN_LIST_DELETE'] = "delete";
$MESS['MAIN_ADMIN_LIST_ACTIVATE'] = "activate";
$MESS['MAIN_ADMIN_LIST_DEACTIVATE'] = "deactivate";

View File

@@ -1,46 +1,45 @@
<?
$MESS["rub_title_edit"] = "Modify category #";
$MESS["rub_title_add"] = "Add category";
$MESS["rub_list_title"] = "List of subscriptions";
$MESS["rub_act"] = "Active:";
$MESS["rub_name"] = "Name:";
$MESS["rub_sort"] = "Sorting index:";
$MESS["rub_code"] = "Mnemonic code:";
$MESS["rub_desc"] = "Description for subscribers<br>(max. 2000 chars):";
$MESS["rubric_mnu_add"] = "Add a new category";
$MESS["rubric_mnu_del"] = "Delete the category";
$MESS["rubric_mnu_del_conf"] = "Delete the category?";
$MESS["rub_site"] = "Show the category on the site:";
$MESS["rubric_mon"] = "Mo";
$MESS["rubric_tue"] = "Tu";
$MESS["rubric_wed"] = "We";
$MESS["rubric_thu"] = "Th";
$MESS["rubric_fri"] = "Fr";
$MESS["rubric_sat"] = "Sa";
$MESS["rubric_sun"] = "Su";
$MESS["rub_schedule"] = "Time schedule";
$MESS["rub_dom"] = "Days of the month (for example 1,10-20,25):";
$MESS["rub_dow"] = "Days of the week";
$MESS["rub_tod"] = "Time of day (for example 9:00,18:00):";
$MESS["rub_no_name"] = "No name";
$MESS["rub_manage"] = "Browse by site explorer";
$MESS["rubric_mnu_check"] = "Check the template";
$MESS["rub_visible"] = "Publicly viewable:";
$MESS["rub_auto"] = "Automatic (newsletter issues are template based and will be generated according to schedule):";
$MESS["rub_template"] = "Template";
$MESS["rub_templates"] = "Templates:";
$MESS["rub_no_templates"] = "No templates found";
$MESS["rub_post_fields"] = "Newsletter fields";
$MESS["rub_post_fields_from"] = "From:";
$MESS["rub_last_executed"] = "Time of most recent execution";
$MESS["rub_tab_rubric"] = "Subscription";
$MESS["rub_tab_rubric_title"] = "Main subscription parameters";
$MESS["rub_tab_generation"] = "Automatic generation";
$MESS["rub_tab_generation_title"] = "Automatic subscription settings";
$MESS["rub_save_error"] = "Error saving subscription.";
$MESS["rub_list"] = "Category list";
$MESS["rub_add"] = "Add";
$MESS["rub_delete"] = "Delete";
$MESS["rub_check"] = "Check";
$MESS["rub_saved"] = "Subscription was successfully saved";
?>
<?php
$MESS['rub_title_edit'] = "Modify category #";
$MESS['rub_title_add'] = "Add category";
$MESS['rub_list_title'] = "List of subscriptions";
$MESS['rub_act'] = "Active:";
$MESS['rub_name'] = "Name:";
$MESS['rub_sort'] = "Sorting index:";
$MESS['rub_code'] = "Mnemonic code:";
$MESS['rub_desc'] = "Description for subscribers<br>(max. 2000 chars):";
$MESS['rubric_mnu_add'] = "Add a new category";
$MESS['rubric_mnu_del'] = "Delete the category";
$MESS['rubric_mnu_del_conf'] = "Delete the category?";
$MESS['rub_site'] = "Show the category on the site:";
$MESS['rubric_mon'] = "Mo";
$MESS['rubric_tue'] = "Tu";
$MESS['rubric_wed'] = "We";
$MESS['rubric_thu'] = "Th";
$MESS['rubric_fri'] = "Fr";
$MESS['rubric_sat'] = "Sa";
$MESS['rubric_sun'] = "Su";
$MESS['rub_schedule'] = "Time schedule";
$MESS['rub_dom'] = "Days of the month (for example 1,10-20,25):";
$MESS['rub_dow'] = "Days of the week";
$MESS['rub_tod'] = "Time of day (for example 9:00,18:00):";
$MESS['rub_no_name'] = "No name";
$MESS['rub_manage'] = "Browse by site explorer";
$MESS['rubric_mnu_check'] = "Check the template";
$MESS['rub_visible'] = "Publicly viewable:";
$MESS['rub_auto'] = "Automatic (newsletter issues are template based and will be generated according to schedule):";
$MESS['rub_template'] = "Template";
$MESS['rub_templates'] = "Templates:";
$MESS['rub_no_templates'] = "No templates found";
$MESS['rub_post_fields'] = "Newsletter fields";
$MESS['rub_post_fields_from'] = "From:";
$MESS['rub_last_executed'] = "Time of most recent execution";
$MESS['rub_tab_rubric'] = "Subscription";
$MESS['rub_tab_rubric_title'] = "Main subscription parameters";
$MESS['rub_tab_generation'] = "Automatic generation";
$MESS['rub_tab_generation_title'] = "Automatic subscription settings";
$MESS['rub_save_error'] = "Error saving subscription.";
$MESS['rub_list'] = "Category list";
$MESS['rub_add'] = "Add";
$MESS['rub_delete'] = "Delete";
$MESS['rub_check'] = "Check";
$MESS['rub_saved'] = "Subscription was successfully saved";

View File

@@ -1,51 +1,50 @@
<?
$MESS["subscr_del_err"] = "Cannot remove the subscription address.";
$MESS["subscr_title"] = "Subscription email addresses";
$MESS["subscr_nav"] = "Addresses";
$MESS["subscr_addr"] = "Address";
$MESS["subscr_user"] = "Subscriber";
$MESS["subscr_conf"] = "Confirmed";
$MESS["subscr_act"] = "Active";
$MESS["subscr_fmt"] = "Format";
$MESS["subscr_upd"] = "Modify";
$MESS["subscr_del_conf"] = "This action can not be undone. Delete subscription address anyway?";
$MESS["subscr_del"] = "Delete";
$MESS["subscr_adm_anon"] = "anonymous";
$MESS["POST_FROM_TILL_UPDATE"] = "The \"Till\" date must be greater than the \"From\" date in the date of change field";
$MESS["POST_FROM_TILL_INSERT"] = "The \"Till\" date must be greater than the \"From\" date in the created data field";
$MESS["POST_WRONG_UPDATE_FROM"] = "Enter a valid date in the \"from\" field of the modification date";
$MESS["POST_WRONG_UPDATE_TILL"] = "Enter a valid in the \"till\" field for the modification date";
$MESS["POST_WRONG_INSERT_FROM"] = "Enter a valid date in the \"from\" field for the date of creation";
$MESS["POST_WRONG_INSERT_TILL"] = "Enter a valid date in the \"till\" field for the date of creation";
$MESS["POST_F_ID"] = "ID";
$MESS["POST_F_UPDATE"] = "Modified";
$MESS["POST_F_INSERT"] = "Created";
$MESS["POST_F_USER"] = "Subscriber";
$MESS["POST_F_ACTIVE"] = "Active";
$MESS["POST_F_EMAIL"] = "Email";
$MESS["POST_F_FORMAT"] = "Format";
$MESS["POST_F_CONFIRMED"] = "Confirmed";
$MESS["POST_F_DISTRIBUTION"] = "Categories";
$MESS["POST_DATE_INSERT"] = "Created";
$MESS["POST_F_ANONYMOUS"] = "Anonymous";
$MESS["POST_F_USER_ID"] = "User ID";
$MESS["POST_SAVE_ERROR"] = "Error saving subscription #";
$MESS["subscr_save_error"] = "Error modifying the record:";
$MESS["subscr_updated"] = "Modified";
$MESS["subscr_conf_time"] = "Confirmation time";
$MESS["subscr_conf_code"] = "Confirmation code";
$MESS["subscr_confirm"] = "confirm";
$MESS["subscr_add_title"] = "Click to add a new subscriber";
$MESS["POST_F_FIND"] = "Find";
$MESS["POST_F_FIND_TITLE"] = "Enter a search query";
$MESS["subscr_user_edit_title"] = "Modify user parameters";
$MESS["MAIN_ADMIN_LIST_SELECTED"] = "Selected:";
$MESS["MAIN_ADD"] = "Add";
$MESS["MAIN_ADMIN_LIST_CHECKED"] = "Checked:";
$MESS["MAIN_ALL"] = "(all)";
$MESS["MAIN_ADMIN_LIST_DELETE"] = "delete";
$MESS["MAIN_ADMIN_LIST_ACTIVATE"] = "activate";
$MESS["MAIN_ADMIN_LIST_DEACTIVATE"] = "deactivate";
$MESS["POST_TEXT"] = "text";
$MESS["POST_HTML"] = "html";
?>
<?php
$MESS['subscr_del_err'] = "Cannot remove the subscription address.";
$MESS['subscr_title'] = "Subscription email addresses";
$MESS['subscr_nav'] = "Addresses";
$MESS['subscr_addr'] = "Address";
$MESS['subscr_user'] = "Subscriber";
$MESS['subscr_conf'] = "Confirmed";
$MESS['subscr_act'] = "Active";
$MESS['subscr_fmt'] = "Format";
$MESS['subscr_upd'] = "Modify";
$MESS['subscr_del_conf'] = "This action can not be undone. Delete subscription address anyway?";
$MESS['subscr_del'] = "Delete";
$MESS['subscr_adm_anon'] = "anonymous";
$MESS['POST_FROM_TILL_UPDATE'] = "The \"Till\" date must be greater than the \"From\" date in the date of change field";
$MESS['POST_FROM_TILL_INSERT'] = "The \"Till\" date must be greater than the \"From\" date in the created data field";
$MESS['POST_WRONG_UPDATE_FROM'] = "Enter a valid date in the \"from\" field of the modification date";
$MESS['POST_WRONG_UPDATE_TILL'] = "Enter a valid in the \"till\" field for the modification date";
$MESS['POST_WRONG_INSERT_FROM'] = "Enter a valid date in the \"from\" field for the date of creation";
$MESS['POST_WRONG_INSERT_TILL'] = "Enter a valid date in the \"till\" field for the date of creation";
$MESS['POST_F_ID'] = "ID";
$MESS['POST_F_UPDATE'] = "Modified";
$MESS['POST_F_INSERT'] = "Created";
$MESS['POST_F_USER'] = "Subscriber";
$MESS['POST_F_ACTIVE'] = "Active";
$MESS['POST_F_EMAIL'] = "Email";
$MESS['POST_F_FORMAT'] = "Format";
$MESS['POST_F_CONFIRMED'] = "Confirmed";
$MESS['POST_F_DISTRIBUTION'] = "Categories";
$MESS['POST_DATE_INSERT'] = "Created";
$MESS['POST_F_ANONYMOUS'] = "Anonymous";
$MESS['POST_F_USER_ID'] = "User ID";
$MESS['POST_SAVE_ERROR'] = "Error saving subscription #";
$MESS['subscr_save_error'] = "Error modifying the record:";
$MESS['subscr_updated'] = "Modified";
$MESS['subscr_conf_time'] = "Confirmation time";
$MESS['subscr_conf_code'] = "Confirmation code";
$MESS['subscr_confirm'] = "confirm";
$MESS['subscr_add_title'] = "Click to add a new subscriber";
$MESS['POST_F_FIND'] = "Find";
$MESS['POST_F_FIND_TITLE'] = "Enter a search query";
$MESS['subscr_user_edit_title'] = "Modify user parameters";
$MESS['MAIN_ADMIN_LIST_SELECTED'] = "Selected:";
$MESS['MAIN_ADD'] = "Add";
$MESS['MAIN_ADMIN_LIST_CHECKED'] = "Checked:";
$MESS['MAIN_ALL'] = "(all)";
$MESS['MAIN_ADMIN_LIST_DELETE'] = "delete";
$MESS['MAIN_ADMIN_LIST_ACTIVATE'] = "activate";
$MESS['MAIN_ADMIN_LIST_DEACTIVATE'] = "deactivate";
$MESS['POST_TEXT'] = "text";
$MESS['POST_HTML'] = "html";

View File

@@ -1,30 +1,29 @@
<?
$MESS["subscr_title_edit"] = "Edit address #";
$MESS["subscr_title_add"] = "Add address";
$MESS["subscr_list"] = "Address list";
$MESS["subscr_conf"] = "Subscription confirmed:";
$MESS["subscr_conf_code"] = "Subscription confirmation code:";
$MESS["subscr_date_conf"] = "Date of generating confirmation code:";
$MESS["subscr_user"] = "User (ID):";
$MESS["subscr_active"] = "Subscription active:";
$MESS["subscr_send_conf"] = "Send the confirmation code to the subscriber if the address changes or a new one is added:";
$MESS["subscr_rub"] = "Newsletter categories:";
$MESS["subscr_fmt"] = "Format:";
$MESS["subscr_fmt_text"] = "Text";
$MESS["subscr_date_add"] = "Created:";
$MESS["subscr_date_upd"] = "Modified:";
$MESS["subscr_anonym"] = "Anonymous subscriber:";
$MESS["subscr_mnu_add"] = "Add a new subscriber";
$MESS["subscr_mnu_del"] = "Delete this subscriber";
$MESS["subscr_mnu_del_conf"] = "Remove the subscriber's address?";
$MESS["subscr_templ"] = "Send message using a template from the site:";
$MESS["subscr_tab_subscriber"] = "Subscriber";
$MESS["subscr_tab_subscriber_title"] = "Subscription parameters";
$MESS["subscr_tab_subscription"] = "Subscriptions";
$MESS["subscr_tab_subscription_title"] = "Subscription topics";
$MESS["subs_save_error"] = "Error saving subscription address.";
$MESS["subscr_list_text"] = "List";
$MESS["subscr_add_text"] = "Add";
$MESS["subscr_del_text"] = "Delete";
$MESS["subs_saved"] = "Subscription address was successfully saved.";
?>
<?php
$MESS['subscr_title_edit'] = "Edit address #";
$MESS['subscr_title_add'] = "Add address";
$MESS['subscr_list'] = "Address list";
$MESS['subscr_conf'] = "Subscription confirmed:";
$MESS['subscr_conf_code'] = "Subscription confirmation code:";
$MESS['subscr_date_conf'] = "Date of generating confirmation code:";
$MESS['subscr_user'] = "User (ID):";
$MESS['subscr_active'] = "Subscription active:";
$MESS['subscr_send_conf'] = "Send the confirmation code to the subscriber if the address changes or a new one is added:";
$MESS['subscr_rub'] = "Newsletter categories:";
$MESS['subscr_fmt'] = "Format:";
$MESS['subscr_fmt_text'] = "Text";
$MESS['subscr_date_add'] = "Created:";
$MESS['subscr_date_upd'] = "Modified:";
$MESS['subscr_anonym'] = "Anonymous subscriber:";
$MESS['subscr_mnu_add'] = "Add a new subscriber";
$MESS['subscr_mnu_del'] = "Delete this subscriber";
$MESS['subscr_mnu_del_conf'] = "Remove the subscriber's address?";
$MESS['subscr_templ'] = "Send message using a template from the site:";
$MESS['subscr_tab_subscriber'] = "Subscriber";
$MESS['subscr_tab_subscriber_title'] = "Subscription parameters";
$MESS['subscr_tab_subscription'] = "Subscriptions";
$MESS['subscr_tab_subscription_title'] = "Subscription topics";
$MESS['subs_save_error'] = "Error saving subscription address.";
$MESS['subscr_list_text'] = "List";
$MESS['subscr_add_text'] = "Add";
$MESS['subscr_del_text'] = "Delete";
$MESS['subs_saved'] = "Subscription address was successfully saved.";

View File

@@ -1,30 +1,29 @@
<?
$MESS ['imp_title'] = "Import emails";
$MESS ['imp_results'] = "Import results:";
$MESS ['imp_results_total'] = "Total unique addresses to import:";
$MESS ['imp_results_added'] = "Added addresses:";
$MESS ['imp_results_err'] = "Bad addresses:";
$MESS ['imp_delim'] = "Addresses in the list must be separated with a <b>comma</b> or started in a <b>new line</b>.";
$MESS ['imp_file'] = "Import from file:";
$MESS ['imp_list'] = "Import from list:";
$MESS ['imp_send_code'] = "Send subscription confirmation code:";
$MESS ['imp_conf'] = "Mark subscription as confirmed:";
$MESS ['imp_user'] = "Subscribers can be added as anonymous users or as registered users.";
$MESS ['imp_user_anonym'] = "Anonymous subscribers have no personal account on the site. Registered users have personal account and can belong to one or more user groups.";
$MESS ['imp_add'] = "Add subscribers:";
$MESS ['imp_add_anonym'] = "As anonymous users";
$MESS ['imp_add_users'] = "As registered users (creating the account)";
$MESS ['imp_send_reg'] = "Send registration information to users:";
$MESS ['imp_add_gr'] = "Add users to groups:";
$MESS ['imp_subscr'] = "Subscribe to categories:";
$MESS ['imp_fmt'] = "Format:";
$MESS ['imp_fmt_text'] = "Text";
$MESS ['imp_butt'] = "Import addresses";
$MESS ['imp_site'] = "Send emails using templates from the site:";
$MESS ['subscr_imp_err1'] = "Error loading file.";
$MESS ['subscr_imp_err2'] = "error code";
$MESS ['subscr_send_info'] = "You have been registered.";
$MESS ['imp_import_tab'] = "Import";
$MESS ['imp_import_tab_title'] = "Import parameters";
$MESS ['imp_error'] = "Error importing addresses.";
?>
<?php
$MESS['imp_title'] = "Import emails";
$MESS['imp_results'] = "Import results:";
$MESS['imp_results_total'] = "Total unique addresses to import:";
$MESS['imp_results_added'] = "Added addresses:";
$MESS['imp_results_err'] = "Bad addresses:";
$MESS['imp_delim'] = "Addresses in the list must be separated with a <b>comma</b> or started in a <b>new line</b>.";
$MESS['imp_file'] = "Import from file:";
$MESS['imp_list'] = "Import from list:";
$MESS['imp_send_code'] = "Send subscription confirmation code:";
$MESS['imp_conf'] = "Mark subscription as confirmed:";
$MESS['imp_user'] = "Subscribers can be added as anonymous users or as registered users.";
$MESS['imp_user_anonym'] = "Anonymous subscribers have no personal account on the site. Registered users have personal account and can belong to one or more user groups.";
$MESS['imp_add'] = "Add subscribers:";
$MESS['imp_add_anonym'] = "As anonymous users";
$MESS['imp_add_users'] = "As registered users (creating the account)";
$MESS['imp_send_reg'] = "Send registration information to users:";
$MESS['imp_add_gr'] = "Add users to groups:";
$MESS['imp_subscr'] = "Subscribe to categories:";
$MESS['imp_fmt'] = "Format:";
$MESS['imp_fmt_text'] = "Text";
$MESS['imp_butt'] = "Import addresses";
$MESS['imp_site'] = "Send emails using templates from the site:";
$MESS['subscr_imp_err1'] = "Error loading file.";
$MESS['subscr_imp_err2'] = "error code";
$MESS['subscr_send_info'] = "You have been registered.";
$MESS['imp_import_tab'] = "Import";
$MESS['imp_import_tab_title'] = "Import parameters";
$MESS['imp_error'] = "Error importing addresses.";

View File

@@ -1,53 +1,52 @@
<?
$MESS["rub_list"] = "Category list";
$MESS["rubric_mnu_add"] = "Add a new category";
$MESS["rubric_mnu_edit"] = "Modify the category";
$MESS["rubric_mnu_del"] = "Delete the category";
$MESS["rubric_mnu_del_conf"] = "Delete the category?";
$MESS["rub_id_not_found"] = "Category not found";
$MESS["rub_wrong_stime"] = "Wrong format in the \"From\" field.";
$MESS["rub_wrong_etime"] = "Wrong format in the \"To\" field.";
$MESS["rub_name"] = "Newsletter category name";
$MESS["rub_tmpl_name"] = "Template name:";
$MESS["rub_tmpl_desc"] = "Template description:";
$MESS["rub_times"] = "Time frame";
$MESS["rub_stime"] = "From";
$MESS["rub_etime"] = "To";
$MESS["rub_action"] = "Check";
$MESS["rub_action_title"] = "Template check";
$MESS["rub_body"] = "Newsletter";
$MESS["rub_title"] = "Review of newsletter category template #";
$MESS["rub_ID"] = "Category ID";
$MESS["rub_NAME"] = "Category name";
$MESS["rub_SORT"] = "Sorting index";
$MESS["rub_LID"] = "Show the category on the site";
$MESS["rub_ACTIVE"] = "Active";
$MESS["rub_DESCRIPTION"] = "Description for subscribers";
$MESS["rub_AUTO"] = "Automatic";
$MESS["rub_VISIBLE"] = "Publicly viewable";
$MESS["rub_LAST_EXECUTED"] = "Most recent execution";
$MESS["rub_FROM_FIELD"] = "From";
$MESS["rub_DAYS_OF_MONTH"] = "Days of the month";
$MESS["rub_DAYS_OF_WEEK"] = "Days of the week";
$MESS["rub_TIMES_OF_DAY"] = "Time of the day";
$MESS["rub_TEMPLATE"] = "Template";
$MESS["rub_START_TIME"] = "From";
$MESS["rub_END_TIME"] = "To";
$MESS["rub_SITE_ID"] = "Show the category on the site";
$MESS["rub_SUBJECT"] = "Newsletter subject";
$MESS["rub_BODY_TYPE"] = "Newsletter format";
$MESS["rub_CHARSET"] = "Newsletter encoding";
$MESS["rub_DIRECT_SEND"] = "Send newsletter to each recipient individually";
$MESS["rub_input_show"] = "Show template input parameters";
$MESS["rub_input_hide"] = "Hide template input parameters";
$MESS["rub_output_show"] = "Show newsletter fields";
$MESS["rub_output_hide"] = "Hide newsletter fields";
$MESS["rub_add_issue"] = "Add newsletter issue";
$MESS["rub_add_issue_act"] = "Add newsletter issue and modify it.";
$MESS["rub_test_tab"] = "Test";
$MESS["rub_test_tab_title"] = "Parameters of the test";
$MESS["rub_test_error"] = "Error testing the template. ";
$MESS["POST_DELETE"] = "Delete";
$MESS["POST_EDIT"] = "Edit";
$MESS["POST_LIST"] = "List";
?>
<?php
$MESS['rub_list'] = "Category list";
$MESS['rubric_mnu_add'] = "Add a new category";
$MESS['rubric_mnu_edit'] = "Modify the category";
$MESS['rubric_mnu_del'] = "Delete the category";
$MESS['rubric_mnu_del_conf'] = "Delete the category?";
$MESS['rub_id_not_found'] = "Category not found";
$MESS['rub_wrong_stime'] = "Wrong format in the \"From\" field.";
$MESS['rub_wrong_etime'] = "Wrong format in the \"To\" field.";
$MESS['rub_name'] = "Newsletter category name";
$MESS['rub_tmpl_name'] = "Template name:";
$MESS['rub_tmpl_desc'] = "Template description:";
$MESS['rub_times'] = "Time frame";
$MESS['rub_stime'] = "From";
$MESS['rub_etime'] = "To";
$MESS['rub_action'] = "Check";
$MESS['rub_action_title'] = "Template check";
$MESS['rub_body'] = "Newsletter";
$MESS['rub_title'] = "Review of newsletter category template #";
$MESS['rub_ID'] = "Category ID";
$MESS['rub_NAME'] = "Category name";
$MESS['rub_SORT'] = "Sorting index";
$MESS['rub_LID'] = "Show the category on the site";
$MESS['rub_ACTIVE'] = "Active";
$MESS['rub_DESCRIPTION'] = "Description for subscribers";
$MESS['rub_AUTO'] = "Automatic";
$MESS['rub_VISIBLE'] = "Publicly viewable";
$MESS['rub_LAST_EXECUTED'] = "Most recent execution";
$MESS['rub_FROM_FIELD'] = "From";
$MESS['rub_DAYS_OF_MONTH'] = "Days of the month";
$MESS['rub_DAYS_OF_WEEK'] = "Days of the week";
$MESS['rub_TIMES_OF_DAY'] = "Time of the day";
$MESS['rub_TEMPLATE'] = "Template";
$MESS['rub_START_TIME'] = "From";
$MESS['rub_END_TIME'] = "To";
$MESS['rub_SITE_ID'] = "Show the category on the site";
$MESS['rub_SUBJECT'] = "Newsletter subject";
$MESS['rub_BODY_TYPE'] = "Newsletter format";
$MESS['rub_CHARSET'] = "Newsletter encoding";
$MESS['rub_DIRECT_SEND'] = "Send newsletter to each recipient individually";
$MESS['rub_input_show'] = "Show template input parameters";
$MESS['rub_input_hide'] = "Hide template input parameters";
$MESS['rub_output_show'] = "Show newsletter fields";
$MESS['rub_output_hide'] = "Hide newsletter fields";
$MESS['rub_add_issue'] = "Add newsletter issue";
$MESS['rub_add_issue_act'] = "Add newsletter issue and modify it.";
$MESS['rub_test_tab'] = "Test";
$MESS['rub_test_tab_title'] = "Parameters of the test";
$MESS['rub_test_error'] = "Error testing the template. ";
$MESS['POST_DELETE'] = "Delete";
$MESS['POST_EDIT'] = "Edit";
$MESS['POST_LIST'] = "List";

View File

@@ -1,15 +1,14 @@
<?
$MESS["class_post_err_email"] = "There is an invalid email in the &quot;From&quot; field.";
$MESS["class_post_err_to"] = "The &quot;To&quot; field must be filled in for an issue that is not sent directly to each recipient.";
$MESS["class_post_err_subj"] = "The &quot;Subject&quot; field must not be empty.";
$MESS["class_post_err_text"] = "Newsletter body must not be empty.";
$MESS["class_post_err_charset"] = "Invalid email encoding has been specified. Valid encoding options can be specified in the module's settings.";
$MESS["class_post_err_notfound"] = "Newsletter not found.";
$MESS["class_post_err_mail"] = "Messaging function failed when sending the newsletter.";
$MESS["class_post_err_auto_time"] = "Wrong time format was specified for scheduling.";
$MESS["class_post_err_status"] = "The issue has an invalid status.";
$MESS["class_post_err_status2"] = "Illegal change of the issue status.";
$MESS["class_post_err_status4"] = "Send Error (issue has no recipients).";
$MESS["class_post_err_att"] = "An error occurred during attachment save.";
$MESS["class_post_err_files_size"] = "Attachments exceed maximum size of #MAX_FILES_SIZE#.";
?>
<?php
$MESS['class_post_err_email'] = "There is an invalid email in the &quot;From&quot; field.";
$MESS['class_post_err_to'] = "The &quot;To&quot; field must be filled in for an issue that is not sent directly to each recipient.";
$MESS['class_post_err_subj'] = "The &quot;Subject&quot; field must not be empty.";
$MESS['class_post_err_text'] = "Newsletter body must not be empty.";
$MESS['class_post_err_charset'] = "Invalid email encoding has been specified. Valid encoding options can be specified in the module's settings.";
$MESS['class_post_err_notfound'] = "Newsletter not found.";
$MESS['class_post_err_mail'] = "Messaging function failed when sending the newsletter.";
$MESS['class_post_err_auto_time'] = "Wrong time format was specified for scheduling.";
$MESS['class_post_err_status'] = "The issue has an invalid status.";
$MESS['class_post_err_status2'] = "Illegal change of the issue status.";
$MESS['class_post_err_status4'] = "Send Error (issue has no recipients).";
$MESS['class_post_err_att'] = "An error occurred during attachment save.";
$MESS['class_post_err_files_size'] = "Attachments exceed maximum size of #MAX_FILES_SIZE#.";

View File

@@ -1,20 +1,19 @@
<?
$MESS ['class_rub_err_name'] = "Category name is required.";
$MESS ['class_rub_err_lang'] = "Incorrect language.";
$MESS ['class_rub_err_lang2'] = "Please set the language.";
$MESS ['class_rub_err_from'] = "The &quot;From&quot; field must not be empty.";
$MESS ['class_rub_err_dom'] = "An invalid format of the days of the month field was given.";
$MESS ['class_rub_err_dom2'] = "An invalid format of the days of the month field was given.";
$MESS ['class_rub_err_dow'] = "Invalid format of the days of the week field was given.";
$MESS ['class_rub_err_dow2'] = "Invalid format of the days of the week field was given. ";
$MESS ['class_rub_err_tod'] = "An invalid format of the time of the day field was given.";
$MESS ['class_rub_err_tod2'] = "An invalid format of the time of the day field was given.";
$MESS ['class_rub_err_wrong_templ'] = "Template does not exist.";
$MESS ['class_rub_err_days_missing'] = "You must specify days of the month or days of the week to schedule automatic generation.";
$MESS ['class_rub_err_times_missing'] = "You must specify the time of day for automatic generation. ";
$MESS ['class_rub_err_templ_missing'] = "You must specify template for automatic generation.";
$MESS ['class_rub_err_le_missing'] = "You must specify the time of the most recent execution in order to schedule automatic generation. ";
$MESS ['class_rub_err_le_wrong'] = "Invalid format of the last execution time field was given.";
$MESS ['class_rub_err_exists'] = "There are (#COUNT#) Newsletter categories linked to the site being deleted. Please delete them first or link them to another site.";
$MESS ['class_rub_err_email'] = "There is wrong e-mail in the &quot;From&quot; field.";
?>
<?php
$MESS['class_rub_err_name'] = "Category name is required.";
$MESS['class_rub_err_lang'] = "Incorrect language.";
$MESS['class_rub_err_lang2'] = "Please set the language.";
$MESS['class_rub_err_from'] = "The &quot;From&quot; field must not be empty.";
$MESS['class_rub_err_dom'] = "An invalid format of the days of the month field was given.";
$MESS['class_rub_err_dom2'] = "An invalid format of the days of the month field was given.";
$MESS['class_rub_err_dow'] = "Invalid format of the days of the week field was given.";
$MESS['class_rub_err_dow2'] = "Invalid format of the days of the week field was given. ";
$MESS['class_rub_err_tod'] = "An invalid format of the time of the day field was given.";
$MESS['class_rub_err_tod2'] = "An invalid format of the time of the day field was given.";
$MESS['class_rub_err_wrong_templ'] = "Template does not exist.";
$MESS['class_rub_err_days_missing'] = "You must specify days of the month or days of the week to schedule automatic generation.";
$MESS['class_rub_err_times_missing'] = "You must specify the time of day for automatic generation. ";
$MESS['class_rub_err_templ_missing'] = "You must specify template for automatic generation.";
$MESS['class_rub_err_le_missing'] = "You must specify the time of the most recent execution in order to schedule automatic generation. ";
$MESS['class_rub_err_le_wrong'] = "Invalid format of the last execution time field was given.";
$MESS['class_rub_err_exists'] = "There are (#COUNT#) Newsletter categories linked to the site being deleted. Please delete them first or link them to another site.";
$MESS['class_rub_err_email'] = "There is wrong e-mail in the &quot;From&quot; field.";

View File

@@ -1,7 +1,6 @@
<?
$MESS ['class_subscr_addr'] = "The given subscription address is incorrect.";
$MESS ['class_subscr_addr2'] = "Subscription address already exists. Please specify another address.";
$MESS ['class_subscr_user'] = "User does not exist.";
$MESS ['class_subscr_perm'] = "Insufficient permissions.";
$MESS ['class_subscr_conf'] = "Invalid subscription confirmation code. Changes not saved.";
?>
<?php
$MESS['class_subscr_addr'] = "The given subscription address is incorrect.";
$MESS['class_subscr_addr2'] = "Subscription address already exists. Please specify another address.";
$MESS['class_subscr_user'] = "User does not exist.";
$MESS['class_subscr_perm'] = "Insufficient permissions.";
$MESS['class_subscr_conf'] = "Invalid subscription confirmation code. Changes not saved.";

View File

@@ -1,15 +1,14 @@
<?
$MESS ['POST_TEXT'] = "text";
$MESS ['POST_HTML'] = "html";
$MESS ['POST_STATUS_DRAFT'] = "Draft";
$MESS ['POST_STATUS_SENT'] = "Sent";
$MESS ['POST_STATUS_PART'] = "In progress";
$MESS ['POST_STATUS_ERROR'] = "Sent with errors";
$MESS ['POST_STATUS_WAIT'] = "Paused";
$MESS ['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct timestamp \"from\"";
$MESS ['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct timestamp \"till\"";
$MESS ['POST_WRONG_DATE_SENT_FROM'] = "Enter a valid sent date in the \"from\" field";
$MESS ['POST_WRONG_DATE_SENT_TILL'] = "Enter a valid sent date in the \"till\" field";
$MESS ['POST_WRONG_AUTO_FROM'] = "Enter a valid sending time in the \"from\" field";
$MESS ['POST_WRONG_AUTO_TILL'] = "Enter a valid sending time in the \"till\" field";
?>
<?php
$MESS['POST_TEXT'] = "text";
$MESS['POST_HTML'] = "html";
$MESS['POST_STATUS_DRAFT'] = "Draft";
$MESS['POST_STATUS_SENT'] = "Sent";
$MESS['POST_STATUS_PART'] = "In progress";
$MESS['POST_STATUS_ERROR'] = "Sent with errors";
$MESS['POST_STATUS_WAIT'] = "Paused";
$MESS['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct timestamp \"from\"";
$MESS['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct timestamp \"till\"";
$MESS['POST_WRONG_DATE_SENT_FROM'] = "Enter a valid sent date in the \"from\" field";
$MESS['POST_WRONG_DATE_SENT_TILL'] = "Enter a valid sent date in the \"till\" field";
$MESS['POST_WRONG_AUTO_FROM'] = "Enter a valid sending time in the \"from\" field";
$MESS['POST_WRONG_AUTO_TILL'] = "Enter a valid sending time in the \"till\" field";

View File

@@ -1,15 +1,15 @@
<?
$MESS ['SUBSCRIBE_CONFIRM_NAME'] = "Confirmation of subscription";
$MESS ['SUBSCRIBE_CONFIRM_DESC'] = "#ID# - subscription ID
<?php
$MESS['SUBSCRIBE_CONFIRM_NAME'] = "Confirmation of subscription";
$MESS['SUBSCRIBE_CONFIRM_DESC'] = "#ID# - subscription ID
#EMAIL# - subscription email
#CONFIRM_CODE# - confirmation code
#SUBSCR_SECTION# - section with subscription edit page (specifies in the settings)
#USER_NAME# - subscriber's name (optional)
#DATE_SUBSCR# - date of adding/change of address
";
$MESS ['SUBSCRIBE_CONFIRM_SUBJECT'] = "#SITE_NAME#: Subscription confirmation
$MESS['SUBSCRIBE_CONFIRM_SUBJECT'] = "#SITE_NAME#: Subscription confirmation
";
$MESS ['SUBSCRIBE_CONFIRM_MESSAGE'] = "Informational message from #SITE_NAME#
$MESS['SUBSCRIBE_CONFIRM_MESSAGE'] = "Informational message from #SITE_NAME#
---------------------------------------
Hello,
@@ -45,4 +45,3 @@ http://#SERVER_NAME##SUBSCR_SECTION#subscr_edit.php?ID=#ID#&CONFIRM_CODE=#CONFIR
This is an automatically generated message.
";
?>

View File

@@ -1,6 +1,5 @@
<?
$MESS ['inst_module_name'] = "Subscription";
$MESS ['inst_module_desc'] = "Module for managing newsletter subscriptions.";
$MESS ['inst_inst_title'] = "Subscription module installation";
$MESS ['inst_uninst_title'] = "Subscription module removal";
?>
<?php
$MESS['inst_module_name'] = "Subscription";
$MESS['inst_module_desc'] = "Module for managing newsletter subscriptions.";
$MESS['inst_inst_title'] = "Subscription module installation";
$MESS['inst_uninst_title'] = "Subscription module removal";

View File

@@ -1,3 +1,2 @@
<?
$MESS ['inst_templates'] = "Add templates for automatic newsletter generation";
?>
<?php
$MESS['inst_templates'] = "Add templates for automatic newsletter generation";

View File

@@ -1,2 +0,0 @@
<?
?>

View File

@@ -1,12 +1,11 @@
<?
$MESS["sender_connector_subscriber_name"] = "Subscription module - Subscribers";
$MESS["sender_connector_subscriber_all"] = "Any";
$MESS["sender_connector_subscriber_y"] = "Yes";
$MESS["sender_connector_subscriber_n"] = "No";
$MESS["sender_connector_subscriber_from"] = "from";
$MESS["sender_connector_subscriber_to"] = "to";
$MESS["sender_connector_subscriber_rubric"] = "Newsletter:";
$MESS["sender_connector_subscriber_active"] = "Active subscription:";
$MESS["sender_connector_subscriber_confirmed"] = "Subscription confirmed:";
$MESS["sender_connector_subscriber_dateinsert"] = "Created on:";
?>
<?php
$MESS['sender_connector_subscriber_name'] = "Subscription module - Subscribers";
$MESS['sender_connector_subscriber_all'] = "Any";
$MESS['sender_connector_subscriber_y'] = "Yes";
$MESS['sender_connector_subscriber_n'] = "No";
$MESS['sender_connector_subscriber_from'] = "from";
$MESS['sender_connector_subscriber_to'] = "to";
$MESS['sender_connector_subscriber_rubric'] = "Newsletter:";
$MESS['sender_connector_subscriber_active'] = "Active subscription:";
$MESS['sender_connector_subscriber_confirmed'] = "Subscription confirmed:";
$MESS['sender_connector_subscriber_dateinsert'] = "Created on:";

View File

@@ -1,22 +1,21 @@
<?
$MESS["opt_encoding"] = "Possible e-mail message encoding:";
$MESS["opt_delete"] = "Number of days to keep unconfirmed subscriptions (0 - never delete):";
$MESS["MAIN_RESTORE_DEFAULTS"] = "Restore defaults";
$MESS["opt_anonym"] = "Allow anonymous subscriptions";
$MESS["opt_links"] = "Show authentication links to anonymous subscribers";
$MESS["opt_sect"] = "Public section folder containing the subscription edit page (use macro: #SITE_DIR#):";
$MESS["opt_interval"] = "E-mail sending interval for direct mail mode (sec., 0 - send all at once):";
$MESS["opt_def_from"] = "Default From address:";
$MESS["opt_def_to"] = "Default To address:";
$MESS["opt_allow_8bit"] = "Allow 8-bit characters in e-mail header";
$MESS["opt_attach"] = "Send images as attachments:";
$MESS["opt_method_agent"] = "Agent";
$MESS["opt_method_cron"] = "cron";
$MESS["opt_method"] = "Message sending method:";
$MESS["opt_max_per_hit"] = "Number of e-mails to send at one step in direct mail mode:";
$MESS["opt_template_method"] = "Message generation method:";
$MESS["opt_template_interval"] = "Check to generate pending messages each (sec.):";
$MESS["opt_max_bcc_count"] = "Maximum number of addresses in BCC field when not in direct mail mode (0 - use one e-mail for all subscribers):";
$MESS["opt_mail_additional_parameters"] = "Additional parameter for mail() function:";
$MESS["opt_max_files_size"] = "Max. attachment size, MB (0 means no restriction):";
?>
<?php
$MESS['opt_encoding'] = "Possible e-mail message encoding:";
$MESS['opt_delete'] = "Number of days to keep unconfirmed subscriptions (0 - never delete):";
$MESS['MAIN_RESTORE_DEFAULTS'] = "Restore defaults";
$MESS['opt_anonym'] = "Allow anonymous subscriptions";
$MESS['opt_links'] = "Show authentication links to anonymous subscribers";
$MESS['opt_sect'] = "Public section folder containing the subscription edit page (use macro: #SITE_DIR#):";
$MESS['opt_interval'] = "E-mail sending interval for direct mail mode (sec., 0 - send all at once):";
$MESS['opt_def_from'] = "Default From address:";
$MESS['opt_def_to'] = "Default To address:";
$MESS['opt_allow_8bit'] = "Allow 8-bit characters in e-mail header";
$MESS['opt_attach'] = "Send images as attachments:";
$MESS['opt_method_agent'] = "Agent";
$MESS['opt_method_cron'] = "cron";
$MESS['opt_method'] = "Message sending method:";
$MESS['opt_max_per_hit'] = "Number of e-mails to send at one step in direct mail mode:";
$MESS['opt_template_method'] = "Message generation method:";
$MESS['opt_template_interval'] = "Check to generate pending messages each (sec.):";
$MESS['opt_max_bcc_count'] = "Maximum number of addresses in BCC field when not in direct mail mode (0 - use one e-mail for all subscribers):";
$MESS['opt_mail_additional_parameters'] = "Additional parameter for mail() function:";
$MESS['opt_max_files_size'] = "Max. attachment size, MB (0 means no restriction):";

View File

@@ -1,3 +1,2 @@
<?
$MESS ['subscr_prolog_title'] = "Newsletter module";
?>
<?php
$MESS['subscr_prolog_title'] = "Newsletter module";

View File

@@ -1,3 +1,2 @@
<?
$MESS ['SUBSCRIBE_INSTALL_PUBLIC_SECTION_NAME'] = "Subscription";
?>
<?php
$MESS['SUBSCRIBE_INSTALL_PUBLIC_SECTION_NAME'] = "Subscription";

View File

@@ -1,3 +1,2 @@
<?
$MESS ['SUBSCRIBE_INSTALL_PUBLIC_TITLE'] = "Subscription";
?>
<?php
$MESS['SUBSCRIBE_INSTALL_PUBLIC_TITLE'] = "Subscription";