Languages updates
git-svn-id: svn://192.168.202.10@2635 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+1073
File diff suppressed because it is too large
Load Diff
+8212
File diff suppressed because it is too large
Load Diff
@@ -6070,7 +6070,7 @@ if ($SSqc_features_active > 0)
|
|||||||
|
|
||||||
<A NAME="LISTS_campaign_stats">
|
<A NAME="LISTS_campaign_stats">
|
||||||
<BR>
|
<BR>
|
||||||
<B><?php echo _QXZ("Lists Campaign Statuses Report"); ?> -</B><?php echo _QXZ(""); ?><BR>
|
<B><?php echo _QXZ("Lists Campaign Statuses Report"); ?> -</B><BR>
|
||||||
<?php echo _QXZ("<U>LIST ID SUMMARY</U> = Shows each list in the campaign(s) selected by the user, the count of leads in each list, and whether the list is active or inactive."); ?><BR>
|
<?php echo _QXZ("<U>LIST ID SUMMARY</U> = Shows each list in the campaign(s) selected by the user, the count of leads in each list, and whether the list is active or inactive."); ?><BR>
|
||||||
<?php echo _QXZ("<U>STATUS FLAGS SUMMARY</U> = Shows a breakdown of the status flags for all the selected lists in all the selected campaigns combined. Status flags are set in the -Statuses- section of a campaign or the -System Statuses-."); ?><BR>
|
<?php echo _QXZ("<U>STATUS FLAGS SUMMARY</U> = Shows a breakdown of the status flags for all the selected lists in all the selected campaigns combined. Status flags are set in the -Statuses- section of a campaign or the -System Statuses-."); ?><BR>
|
||||||
<?php echo _QXZ("<U>CUSTOM STATUS CATEGORY STATS</U> = Shows a breakdown of the custom status categories for all the selected lists in all the selected campaigns combined. Categories can be defined under the -System Statuses- in the admin section."); ?><BR>
|
<?php echo _QXZ("<U>CUSTOM STATUS CATEGORY STATS</U> = Shows a breakdown of the custom status categories for all the selected lists in all the selected campaigns combined. Categories can be defined under the -System Statuses- in the admin section."); ?><BR>
|
||||||
|
|||||||
@@ -426,6 +426,13 @@ foreach(@FILEparse)
|
|||||||
$sthA->finish();
|
$sthA->finish();
|
||||||
|
|
||||||
if ($phrase_match < 1)
|
if ($phrase_match < 1)
|
||||||
|
{
|
||||||
|
if (length($temp_QXZval_strSQL)<1)
|
||||||
|
{
|
||||||
|
if ($DB > 0)
|
||||||
|
{print "EMPTY INSERT SKIPPED: |$temp_QXZval_strSQL|$FILEparseNAME[$f]|$FILEparseDIR[$f]|\n";}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
$stmtA="INSERT INTO www_phrases SET phrase_text='$temp_QXZval_strSQL',php_filename='$FILEparseNAME[$f]',php_directory='$FILEparseDIR[$f]',source='www_languages_script',insert_date=NOW();";
|
$stmtA="INSERT INTO www_phrases SET phrase_text='$temp_QXZval_strSQL',php_filename='$FILEparseNAME[$f]',php_directory='$FILEparseDIR[$f]',source='www_languages_script',insert_date=NOW();";
|
||||||
$affected_rows = $dbhA->do($stmtA);
|
$affected_rows = $dbhA->do($stmtA);
|
||||||
@@ -435,6 +442,7 @@ foreach(@FILEparse)
|
|||||||
if ($DBX > 0) {print "$event_string\n";}
|
if ($DBX > 0) {print "$event_string\n";}
|
||||||
&event_logger;
|
&event_logger;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{$QXZdups++;}
|
{$QXZdups++;}
|
||||||
}
|
}
|
||||||
|
|||||||
+1073
File diff suppressed because it is too large
Load Diff
+7220
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6070,7 +6070,7 @@ if ($SSqc_features_active > 0)
|
|||||||
|
|
||||||
<A NAME="LISTS_campaign_stats">
|
<A NAME="LISTS_campaign_stats">
|
||||||
<BR>
|
<BR>
|
||||||
<B><?php echo _QXZ("Lists Campaign Statuses Report"); ?> -</B><?php echo _QXZ(""); ?><BR>
|
<B><?php echo _QXZ("Lists Campaign Statuses Report"); ?> -</B><BR>
|
||||||
<?php echo _QXZ("<U>LIST ID SUMMARY</U> = Shows each list in the campaign(s) selected by the user, the count of leads in each list, and whether the list is active or inactive."); ?><BR>
|
<?php echo _QXZ("<U>LIST ID SUMMARY</U> = Shows each list in the campaign(s) selected by the user, the count of leads in each list, and whether the list is active or inactive."); ?><BR>
|
||||||
<?php echo _QXZ("<U>STATUS FLAGS SUMMARY</U> = Shows a breakdown of the status flags for all the selected lists in all the selected campaigns combined. Status flags are set in the -Statuses- section of a campaign or the -System Statuses-."); ?><BR>
|
<?php echo _QXZ("<U>STATUS FLAGS SUMMARY</U> = Shows a breakdown of the status flags for all the selected lists in all the selected campaigns combined. Status flags are set in the -Statuses- section of a campaign or the -System Statuses-."); ?><BR>
|
||||||
<?php echo _QXZ("<U>CUSTOM STATUS CATEGORY STATS</U> = Shows a breakdown of the custom status categories for all the selected lists in all the selected campaigns combined. Categories can be defined under the -System Statuses- in the admin section."); ?><BR>
|
<?php echo _QXZ("<U>CUSTOM STATUS CATEGORY STATS</U> = Shows a breakdown of the custom status categories for all the selected lists in all the selected campaigns combined. Categories can be defined under the -System Statuses- in the admin section."); ?><BR>
|
||||||
|
|||||||
Reference in New Issue
Block a user