diff --git a/admin/addshift.php b/admin/addshift.php index ea921742..d77a4d73 100644 --- a/admin/addshift.php +++ b/admin/addshift.php @@ -244,7 +244,7 @@ if ($questionnaire_id != false) -
+"/>
diff --git a/admin/callhistory.php b/admin/callhistory.php index 91162b6b..d7abe1d1 100644 --- a/admin/callhistory.php +++ b/admin/callhistory.php @@ -69,8 +69,12 @@ if ($operator_id) if (empty($rs)) print "" . T_("No calls ever made") . "
"; else + { + translate_array($rs,array("des")); xhtml_table($rs,array("start","end","case_id","opname","des","firstName"),array(T_("Date/Time call start"),T_("Time end"),T_("Case ID"),T_("Operator"),T_("Outcome"),T_("Respondent"))); + } } + else print "" . T_("No operator") . "
"; diff --git a/admin/callrestrict.php b/admin/callrestrict.php index ffc51048..187bcd94 100644 --- a/admin/callrestrict.php +++ b/admin/callrestrict.php @@ -119,7 +119,7 @@ $daysofweek = $db->Execute($sql); $count = 0; foreach($shifts as $shift) { - print "echo T_("Enter the first name of an client to add:"); ?>
echo T_("Enter the surname of an client to add:"); ?>
echo T_("Enter the Time Zone of an client to add:"); ?>
- +" />
diff --git a/admin/databasestrings.php b/admin/databasestrings.php index d5ae9763..6a26a07c 100755 --- a/admin/databasestrings.php +++ b/admin/databasestrings.php @@ -65,6 +65,12 @@ T_("Supervisor Outcomes (referred to supervisor)"); T_("Refusal Outcomes (respondent refused)"); T_("Final Outcomes (completed, final refusal, etc)"); T_("Appointments"); - +T_("Monday"); +T_("Tuesday"); +T_("Wednesday"); +T_("Thursday"); +T_("Friday"); +T_("Saturday"); +T_("Sunday"); ?> diff --git a/admin/dataoutput.php b/admin/dataoutput.php index 661aeb48..829ee40e 100644 --- a/admin/dataoutput.php +++ b/admin/dataoutput.php @@ -117,14 +117,14 @@ if (isset($_GET['sample_var'])) xhtml_head(T_("Data output"),true,false,array("../js/window.js")); -print "Download all data for this questionnaire
"; + print "". T_("Download all data for this questionnaire") . "
"; $sample_import_id = false; if (isset($_GET['sample_import_id'])) $sample_import_id = bigintval($_GET['sample_import_id']); @@ -132,14 +132,14 @@ if ($questionnaire_id) if ($sample_import_id) { - print ""; + print "" . T_("Download data for this sample") . "
"; //get sample vars $sql = "SELECT sv.var as value, sv.var as description FROM `sample_var` as sv WHERE sv.sample_id = (SELECT sample_id FROM sample WHERE import_id = '$sample_import_id' LIMIT 1)"; //download a key file linking the caseid to the sample - print "" . T_("No appointments in the future") . "
"; diff --git a/admin/import.php b/admin/import.php index a2e86b16..728af951 100644 --- a/admin/import.php +++ b/admin/import.php @@ -118,7 +118,7 @@ elseecho T_("Choose the CSV sample file to upload:"); ?>
echo T_("Description for file:"); ?>
- +"/>
diff --git a/admin/operatorquestionnaire.php b/admin/operatorquestionnaire.php index 170791aa..2fb63408 100644 --- a/admin/operatorquestionnaire.php +++ b/admin/operatorquestionnaire.php @@ -264,7 +264,7 @@ foreach($operators as $v) } -print ""; +print ""; xhtml_foot(); diff --git a/admin/operatorskill.php b/admin/operatorskill.php index 1da0f6d7..a43a90c0 100644 --- a/admin/operatorskill.php +++ b/admin/operatorskill.php @@ -240,7 +240,7 @@ print ""; +print ""; xhtml_foot(); diff --git a/admin/outcomes.php b/admin/outcomes.php index c02d5490..7951ffdf 100644 --- a/admin/outcomes.php +++ b/admin/outcomes.php @@ -131,7 +131,10 @@ if ($questionnaire_id != false) $rs = $db->GetAll($sql); if (!empty($rs)) + { + translate_array($rs,array("des")); xhtml_table($rs,array("des","count"),array(T_("Outcome"),T_("Count")),"tclass",array("des" => "Complete")); + } else print "" . T_("No outcomes recorded for this questionnaire") . "
"; @@ -182,7 +185,10 @@ if ($questionnaire_id != false) $rs = $db->GetAll($sql); if (!empty($rs)) + { + translate_array($rs,array("des")); xhtml_table($rs,array("des","count"),array(T_("Outcome"),T_("Count")),"tclass",array("des" => "Complete")); + } else print "" . T_("No outcomes recorded for this sample") . "
"; } diff --git a/admin/questionnaireprefill.php b/admin/questionnaireprefill.php index e2c13684..1eaa0f9b 100644 --- a/admin/questionnaireprefill.php +++ b/admin/questionnaireprefill.php @@ -161,7 +161,7 @@ if ($questionnaire_id != false)