From 6a8842a007fc363960cff7d14962e1619d801308 Mon Sep 17 00:00:00 2001
From: Alex ">
+
+
+
+
+ " . T_("Questionnaire") . ":
";
+
+ $sql = "SELECT questionnaire_id as value,description, CASE WHEN questionnaire_id = '$qid' THEN 'selected=\'selected\'' ELSE '' END AS selected
+ FROM questionnaire
+ WHERE enabled = 1";
+ display_chooser($db->GetAll($sql),"questionnaire","qid", true,false,true,true,false,true,"form-inline pull-left ");
+
+
+ if ($qid != false)
+ {
+ $qoutc = $db->GetOne("SELECT q.outcomes FROM `questionnaire` as q WHERE q.questionnaire_id = $qid");
+
+ if (empty($qoutc)) { // update q.outcomes with default list
+
+ $sql = "SELECT o.outcome_id
+ FROM `outcome` as o
+ WHERE o.deflt = 1;";
+ $def = $db->GetAll($sql);
+
+ for ($i=0; $i < count($def); $i++){
+ foreach($def[$i] as $key => $val){
+ $do[] = $val;
+ }
+ }
+
+ $qoutc = implode($do,",");
+
+ $sql = "UPDATE questionnaire
+ SET outcomes = '$qoutc'
+ WHERE questionnaire_id = $qid";
+
+ $db->Execute($sql);
+ }
+
+ $sql = "SELECT o.*, ot.description as type,
+ CONCAT('') as `select`
+ from `outcome` as o, `outcome_type` as ot
+ WHERE o.outcome_type_id = ot.outcome_type_id
+ ORDER BY `o`.`outcome_id` ASC";
+
+ $rs = $db->GetAll($sql);
+
+ $row = array("outcome_id","description","type","select");
+ $hdr = array(T_("Outcome ID"),T_("Description"),T_("Outcome type"),T_("Select"));
+ $hid = "qid";
+ $value = "$qid";
+ }
+}
+
+/* for default outcomes */
+if (isset($_GET['default'])) {
+
+ $sql = "SELECT o.*, ot.description as type,
+ CONCAT(' " . T_("Yes") . "' ELSE 'default\">" . T_("No") . "' END , '
') as tryanother,
+ CONCAT(' " . T_("Yes") . "' ELSE 'default\">" . T_("No") . "' END , '
') as tryagain,
+ CONCAT(' " . T_("Yes") . "' ELSE 'default\">" . T_("No") . "' END , '
') as contacted,
+ CONCAT(' " . T_("Yes") . "' ELSE 'default\">" . T_("No") . "' END , '
') as eligible,
+ CONCAT(' " . T_("Yes") . "' ELSE 'default\">" . T_("No") . "' END , '
') as require_note,
+ CONCAT('') as `select`
+ from `outcome` as o, `outcome_type` as ot
+ WHERE o.outcome_type_id = ot.outcome_type_id
+ ORDER BY `o`.`outcome_id` ASC";
+
+ $rs = $db->GetAll($sql);
+
+ $row = array("outcome_id","description","select","type","default_delay_minutes","contacted","tryanother","tryagain","eligible","require_note");
+ $hdr = array(T_("Outcome ID"),T_("Description"),T_("Default"),T_("Outcome type"),T_("Delay, min"),T_("Contacted"),T_("Try another"),T_("Try again"),T_("Eligible"),T_("Require note"));
+ $hid = "default";
+ $value = "";
+
+}
+
+
+if (isset($rs) && !empty($rs)){
+
+ translate_array($rs, array("description","type"));
+
+ for ($i = 0; $i < count($rs); $i++){
+ foreach ($rs[$i] as $key => $val){
+ if ($key == "type"){
+ $rs[$i]['type'] = preg_replace("#\s*\(.+#m", '', $val); // cut description in bracets for 'outcome_type'
+ }
+ }
+ }
+
+
+?>
+
+ " . T_("linked to survey") . " $lime_sid ";
}
else{
- $cl = danger;
+ $cl = "danger";
$message = T_("Error: Failed to insert questionnaire");
}
From 33630a432b7dacbf49a87fabe68fcc0e5903dcbb Mon Sep 17 00:00:00 2001
From: Alex
">
-
yW1| zjErAoMtLQq9-)4*ei!#hDe*GVNGu{=C!QcI^N2d)CE``W;(lS-Q}2jzUZB{2s;uBR zjF{9~4OO_3@Qw9ayyi1+@lW$3L<2F07(^rpi@SRPv6gV-4J0hXi3(yaQBGJMbT!?j z{wXXYCKHy&h}`B+GB37iekW^i`;0L~iBSc`B~2%DZgng!E-FbBBt}-0l{B5o9hf${ QtocgrTWQU8-G6NVKSgHU1ONa4 delta 2824 zcmYk;e@xVM9LMnwmw*AL9!4Qnhx}B2c>Frgi--_J^ZFqv{z?Qfk>FAk5tF#NX|0J? zGpjjjZq8yOTkMimE}NsWwQP-Q;at?*DqJfoviXNr&)40D=4ZU`@%eo2zMmiO@8|o~ zy}nbv;HY!bVMFOAW)TUKj5&eVV)>xF9cK((W&opb5cxCj@{xc;I0L`L68sS-V@kX+ z8X_HU#avW>1y0AM$Y0Q`<5L4QPf-gQ!72D1-i*JXuD@d24jR$4 z6HpU6k*`b&YN1)E@k%k8`HkQHpawNT9cti4ya@vsgKemRI#D~@i`m$Ny6z Z+uw@16>X^TccRAWM*d9CRPwI@dueG0$E_z&6P&~{JY)OKv`7XfqXwFVnqV$! zA#T)oC8!C@tX0UlG=9`PD{cS!Y2;rQY@$O0Y(YH*?Wn`@0%~Wkqb3TWGV>m4z#;1w zs0q)b#`^(XcnNj-<2dsA-i5j@3)zz?3{ts+N(E}7dei^`)DJtXdr&LyK`rD()U7*$ zTF`4a6Z??6Wrom&!}j}eET?@P! iS?66&;Qxs0{e=B_8x;wmrs)qiKFcE$}iX z<2BUjP9jaKu^ic~IfBe#`Y{zhKyB!I)P}}Tw{|>Y(ELk91ICl5T+Bf2qz2U=K<)S$ z)XolAdyzlW&xa;HgWB0JYQpoV1z*J5@G`Py6U$3QnM}b%J^yJ`wDb9>6_(m|H7d1! z)QW3S6Kp^aHlqeQikh$wHQ@j%GpBJOj-d~8Sw$r_VFtd5g?j#nsc2`>y#6%63|xe% zsDU?Q3bvsZbinq%j9So9)Xv^OrT!FZBj-@Jb_6x<1=L2yQ1|{X3@Wu(ZO1>TQ|Tb@ z8pw%c&7`9S@S##&jk<1??XSc6v|CV_JZ8V|LuKeK)VPDl-8P?~7I-0<{A)))(V+`} zN3HM*K7dgi1nux4B#WjN_1p(g3)qdiZVzgrr%{ #O^}Zo$cvhw40XYSwto$3#r3Fr*Mu6l1+~L=)OGu?01u-wbr$c(Z&25}c-d&f zS*VN!bE)WyV$^f~2;m}@5t+n2#CC$O&2nO*a8$xY>8`N#daHQ+hI%>mRfHDeBbE}n zy^YKd++X6Ua4qr j|tQ@(JCp8%re({UfEKGokY{kI?z4CMJr~{g`d+ zn&{O2ONbrBeYVq&oy1OJ9nnHG5h{8LR8|vD5_+6g5OD-=?C`w}picQ_ViCcuH_gN* zLT96fP}xF+^It?|4Z(XT{N|dDvxz&2Dng}{$O+dtlvbfbI#DugMF+2#*hXX#9Covj z&^ux+;UU_I1|1z8K9!CL;m=k+^*BzHd#Nn3jonyCtR&pT`p~|(Z=+%>o40RmZP*oB zn=mIP)|*%0b`^LI?RWki@Al>u6}a4mz7o%&p2SRtXF=$l#BN9Q(6f!(8ba=*uVelL D(aq_V diff --git a/locale/fr/LC_MESSAGES/fr.po b/locale/fr/LC_MESSAGES/fr.po index df0e6d6e..ab9cfa5e 100644 --- a/locale/fr/LC_MESSAGES/fr.po +++ b/locale/fr/LC_MESSAGES/fr.po @@ -7,113 +7,113 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2015-08-10 16:24+1000\n" +"POT-Creation-Date: 2015-09-07 12:24+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-08-31 02:56+0000\n" -"X-Generator: Launchpad (build 17690)\n" +"X-Launchpad-Export-Date: 2015-11-20 03:52+0000\n" +"X-Generator: Launchpad (build 17850)\n" -#: appointment.php:69 +#: appointment.php:74 msgid "Appointment error" msgstr "" -#: appointment.php:70 +#: appointment.php:75 msgid "" "You have not been assigned a case therefore cannot create an appointment" msgstr "" -#: appointment.php:109 +#: appointment.php:114 msgid "Appointment made" msgstr "" -#: appointment.php:121 admin/supervisor.php:380 +#: appointment.php:126 admin/supervisor.php:390 msgid "Create appointment" msgstr "" -#: appointment.php:124 appointmentlist.php:90 callhistory.php:83 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:372 admin/displayappointments.php:184 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: appointment.php:129 appointmentlist.php:95 callhistory.php:88 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:382 admin/displayappointments.php:189 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Respondent" msgstr "" -#: appointment.php:133 +#: appointment.php:138 msgid "Create new respondent:" msgstr "" -#: appointment.php:136 +#: appointment.php:141 msgid "Add this respondent" msgstr "" -#: appointment.php:147 admin/operators.php:264 admin/operatorlist.php:222 -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: appointment.php:152 admin/operators.php:269 admin/operatorlist.php:240 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Timezone" msgstr "" -#: appointment.php:147 +#: appointment.php:152 msgid "Current Time" msgstr "" -#: appointment.php:163 +#: appointment.php:168 msgid "Select phone number:" msgstr "Sélectionner le numéro de téléphone :" -#: appointment.php:177 +#: appointment.php:182 msgid "Add new phone number" msgstr "Ajouter un nouveau numéro de téléphone" -#: appointment.php:190 +#: appointment.php:195 msgid "Add new phone number (with area code, eg 0398761234):" msgstr "" "Ajouter un nouveau numéro de téléphone (avec l'indicatif régional, par ex " "0398761234)" -#: appointment.php:193 +#: appointment.php:198 msgid "Add this phone number" msgstr "Ajouter ce numéro de téléphone" -#: appointment.php:213 +#: appointment.php:218 msgid "Accept appointment from " msgstr "" -#: appointment.php:213 functions/functions.calendar.php:318 +#: appointment.php:218 functions/functions.calendar.php:318 msgid " till " msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid " on " msgstr " le " -#: appointment.php:213 +#: appointment.php:218 msgid "on" msgstr "activé" -#: appointment.php:214 +#: appointment.php:219 msgid "Appointment with myself only?" msgstr "" -#: appointment.php:223 include/limesurvey/qanda.php:1701 +#: appointment.php:228 include/limesurvey/qanda.php:1701 #: include/limesurvey/qanda.php:1921 msgid "Schedule Appointment" msgstr "" -#: info.php:56 +#: info.php:62 msgid "Information" msgstr "Information" -#: rs_project_end.php:71 rs_project_end_interface2.php:62 +#: rs_project_end.php:77 rs_project_end_interface2.php:68 msgid "Respondent Selection - Project end" msgstr "" -#: rs_project_end.php:88 +#: rs_project_end.php:94 msgid "Call automatically ended with outcome: Complete" msgstr "" -#: rs_project_end.php:93 rs_project_end_interface2.php:85 +#: rs_project_end.php:99 rs_project_end_interface2.php:91 msgid "End call with outcome: Complete" msgstr "" @@ -149,6 +149,45 @@ msgstr "" msgid "Show to operator?" msgstr "" +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: waitnextcase_interface2.php:142 admin/samplelist.php:312 +#: admin/samplelist.php:313 admin/samplelist.php:476 admin/samplelist.php:487 +#: admin/operators.php:289 admin/operators.php:301 admin/operators.php:305 +#: admin/operators.php:309 admin/operators.php:313 admin/operators.php:317 +#: admin/samplesearch.php:101 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:232 +#: admin/assignsample.php:274 admin/assignsample.php:320 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/supervisor.php:195 admin/quotarow.php:397 admin/quotarow.php:571 +#: admin/quotarow.php:601 admin/new.php:204 admin/new.php:211 +#: admin/new.php:218 admin/new.php:225 admin/new.php:232 +msgid "Yes" +msgstr "" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: admin/samplelist.php:312 admin/samplelist.php:313 admin/operators.php:289 +#: admin/operators.php:301 admin/operators.php:305 admin/operators.php:309 +#: admin/operators.php:313 admin/operators.php:317 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:230 +#: admin/assignsample.php:232 admin/assignsample.php:274 +#: admin/assignsample.php:320 admin/assignsample.php:321 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/quotarow.php:397 admin/quotarow.php:571 admin/quotarow.php:601 +#: admin/new.php:204 admin/new.php:211 admin/new.php:218 admin/new.php:225 +#: admin/new.php:232 +msgid "No" +msgstr "" + #: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 msgid "morning" msgstr "" @@ -162,9 +201,7 @@ msgid "evening" msgstr "" #: functions/functions.operator.php:972 -msgid "" -"ERROR: You do not have server side authentication enabled therefore queXS " -"cannot determine which user is accessing the system." +msgid "ERROR: You are not logged in." msgstr "" #: functions/functions.performance.php:469 @@ -216,8 +253,8 @@ msgstr "" msgid "None" msgstr "Aucun" -#: functions/functions.calendar.php:212 respondent.php:93 respondent.php:131 -#: contactdetails.php:90 contactdetails.php:128 +#: functions/functions.calendar.php:212 respondent.php:99 respondent.php:137 +#: contactdetails.php:96 contactdetails.php:134 msgid "Add respondent" msgstr "" @@ -273,9 +310,9 @@ msgstr "" msgid "Sun" msgstr "" -#: functions/functions.voip.php:449 selectextension.php:108 status.php:99 -#: admin/operators.php:273 admin/operatorlist.php:230 -#: admin/operatorlist.php:372 admin/extensionstatus.php:257 +#: functions/functions.voip.php:449 selectextension.php:114 status.php:105 +#: admin/operators.php:278 admin/operatorlist.php:248 +#: admin/operatorlist.php:394 admin/extensionstatus.php:262 msgid "Extension" msgstr "" @@ -295,7 +332,8 @@ msgstr "" msgid "Reconnected" msgstr "" -#: functions/functions.voip.php:553 status.php:118 call.php:434 +#: functions/functions.voip.php:553 status.php:124 +#: admin/extensionstatus.php:231 call.php:440 msgid "Ringing" msgstr "Sonnerie" @@ -306,17 +344,19 @@ msgid " Extension " msgstr "" #: functions/functions.voip.php:553 functions/functions.voip.php:565 -#: functions/functions.voip.php:577 admin/systemsortprocess.php:147 -#: admin/systemsortprocess.php:185 admin/bulkappointment.php:210 -#: admin/bulkappointment.php:232 admin/casestatus.php:116 +#: functions/functions.voip.php:577 supervisorchat.php:88 +#: admin/systemsortprocess.php:152 admin/systemsortprocess.php:190 +#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 +#: admin/casestatus.php:121 msgid "Case id" msgstr "" -#: functions/functions.voip.php:565 status.php:122 call.php:441 +#: functions/functions.voip.php:565 status.php:128 +#: admin/extensionstatus.php:231 call.php:447 msgid "Answered" msgstr "Répondu" -#: functions/functions.voip.php:577 call.php:431 call.php:438 call.php:445 +#: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 msgid "Hangup" msgstr "Raccrocher" @@ -328,362 +368,354 @@ msgstr "" msgid "Registered" msgstr "" -#: rs_callback.php:66 rs_callback_interface2.php:66 +#: rs_callback.php:72 rs_callback_interface2.php:72 msgid "Respondent Selection - Call back" msgstr "" -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 msgid "You are: " msgstr "Vous êtes : " -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 #, php-format msgid "% complete" msgstr "" -#: rs_callback.php:87 rs_callback_interface2.php:87 +#: rs_callback.php:93 rs_callback_interface2.php:93 msgid "Yes - Continue where we left off" msgstr "Oui - Reprenez là où nous nous sommes arrêtés" -#: rs_callback.php:88 rs_callback_interface2.php:88 rs_intro.php:122 -#: rs_project_intro_interface2.php:81 rs_project_intro.php:81 +#: rs_callback.php:94 rs_callback_interface2.php:94 rs_intro.php:128 +#: rs_project_intro_interface2.php:87 rs_project_intro.php:87 msgid "End call with outcome: Refusal by respondent" msgstr "Appel non abouti : refus de l'appelé" -#: rs_callback.php:89 rs_callback_interface2.php:89 -#: rs_project_intro_interface2.php:85 rs_answeringmachine.php:91 -#: rs_business.php:62 rs_answeringmachine_interface2.php:91 -#: rs_project_intro.php:85 rs_business_interface2.php:62 +#: rs_callback.php:95 rs_callback_interface2.php:95 +#: rs_project_intro_interface2.php:91 rs_answeringmachine.php:97 +#: rs_business.php:68 rs_answeringmachine_interface2.php:97 +#: rs_project_intro.php:91 rs_business_interface2.php:68 msgid "Go Back" msgstr "Retour" -#: selectextension.php:88 index.php:145 +#: selectextension.php:94 index.php:150 msgid "queXS" msgstr "" -#: selectextension.php:99 +#: selectextension.php:105 msgid "" "There are no extensions available, please contact the supervisor or click " "below to try again for an available extension" msgstr "" -#: selectextension.php:100 +#: selectextension.php:106 msgid "Try again" msgstr "" -#: selectextension.php:104 +#: selectextension.php:110 msgid "Select extension" msgstr "" -#: selectextension.php:105 +#: selectextension.php:111 msgid "" "Please select your extension from the list below then click on 'Choose " "extension'" msgstr "" -#: selectextension.php:110 +#: selectextension.php:116 msgid "Choose extension" msgstr "" -#: status.php:58 status.php:77 status_interface2.php:70 -#: admin/quotareport.php:294 admin/outcomes.php:82 admin/outcomes.php:194 -#: admin/quotarow.php:582 +#: status.php:64 status.php:83 status_interface2.php:76 +#: admin/quotareport.php:299 admin/outcomes.php:87 admin/outcomes.php:199 +#: admin/quotarow.php:587 msgid "Status" msgstr "État" -#: status.php:59 callhistory.php:87 admin/callhistory.php:174 -#: admin/casesbyoutcome.php:117 +#: status.php:65 callhistory.php:92 admin/callhistory.php:192 +#: admin/casesbyoutcome.php:122 msgid "No operator" msgstr "Pas d'opérateur" -#: status.php:95 +#: status.php:101 msgid "VoIP On" msgstr "" -#: status.php:97 +#: status.php:103 msgid "VoIP Off" msgstr "" -#: status.php:102 +#: status.php:108 msgid "No VoIP" msgstr "" -#: status.php:106 +#: status.php:112 msgid "No call" msgstr "" -#: status.php:110 +#: status.php:116 msgid "To be coded" msgstr "" -#: status.php:114 +#: status.php:120 msgid "Requesting" msgstr "Demande en cours" -#: status.php:130 +#: status.php:136 msgid "APPT" msgstr "" -#: status.php:131 +#: status.php:137 msgid "MISSED" msgstr "" -#: status.php:134 casenote.php:113 status_interface2.php:232 calllist.php:88 -#: project_info.php:82 +#: status.php:140 casenote.php:119 status_interface2.php:238 calllist.php:93 +#: project_info.php:88 msgid "No case" msgstr "" -#: referral.php:183 +#: referral.php:189 msgid "Generated referral to case id" msgstr "" -#: referral.php:189 +#: referral.php:195 msgid "Generated as referral from case id" msgstr "" -#: referral.php:195 +#: referral.php:201 msgid "Created referral case - you may now close this window" msgstr "" -#: referral.php:199 +#: referral.php:205 msgid "" "Failed to create referral case - please check your input and try again" msgstr "" -#: referral.php:205 +#: referral.php:211 msgid "You must supply a primary phone number" msgstr "" -#: referral.php:214 index.php:167 index_interface2.php:222 +#: referral.php:220 index.php:172 index_interface2.php:228 msgid "Referral" msgstr "" -#: referral.php:225 referral.php:260 +#: referral.php:231 referral.php:266 msgid "Create referral" msgstr "" -#: referral.php:258 +#: referral.php:264 msgid "Call this new referral immediately after this case?" msgstr "" -#: referral.php:265 +#: referral.php:271 msgid "Referrals not available for this questionnaire" msgstr "" -#: performance.php:61 index.php:277 index_interface2.php:294 +#: performance.php:67 index.php:282 index_interface2.php:300 msgid "Performance" msgstr "Performance" -#: performance.php:77 admin/operatorperformance.php:103 +#: performance.php:83 admin/operatorperformance.php:108 msgid "This shift" msgstr "" -#: performance.php:78 performance.php:85 casenote.php:110 -#: appointmentlist.php:90 calllist.php:84 admin/outcomes.php:234 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/operatorlist.php:184 admin/operatorlist.php:372 -#: admin/casesbyoutcome.php:88 admin/supervisor.php:372 -#: admin/supervisor.php:399 admin/supervisor.php:416 -#: admin/operatorskill.php:246 admin/operatorperformance.php:81 -#: admin/operatorperformance.php:104 admin/shiftreport.php:104 -#: admin/extensionstatus.php:257 admin/operatorquestionnaire.php:242 +#: performance.php:84 performance.php:91 casenote.php:116 +#: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:239 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/operatorlist.php:200 admin/operatorlist.php:394 +#: admin/casesbyoutcome.php:93 admin/supervisor.php:382 +#: admin/supervisor.php:409 admin/supervisor.php:426 +#: admin/operatorskill.php:251 admin/operatorperformance.php:86 +#: admin/operatorperformance.php:109 admin/shiftreport.php:110 +#: admin/extensionstatus.php:262 admin/operatorquestionnaire.php:247 msgid "Operator" msgstr "Opérateur" -#: performance.php:78 performance.php:85 admin/quotareport.php:294 -#: admin/outcomes.php:299 admin/quotarow.php:582 -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: performance.php:84 performance.php:91 admin/quotareport.php:299 +#: admin/outcomes.php:304 admin/quotarow.php:587 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions" msgstr "Complétions" -#: performance.php:78 performance.php:85 +#: performance.php:84 performance.php:91 msgid "Completions per hour" msgstr "Réalisations par heure" -#: performance.php:84 admin/operatorperformance.php:80 +#: performance.php:90 admin/operatorperformance.php:85 msgid "This project" msgstr "Ce projet" -#: casenote.php:56 +#: casenote.php:62 msgid "Case Notes" msgstr "" -#: casenote.php:66 casenote.php:105 admin/supervisor.php:424 +#: casenote.php:72 casenote.php:111 admin/supervisor.php:434 msgid "Add note" msgstr "Ajouter une note" -#: casenote.php:69 admin/samplelist.php:284 admin/samplelist.php:495 -#: admin/samplesearch.php:102 admin/questionnairelist.php:370 -#: admin/questionnairelist.php:508 admin/questionnairelist.php:530 -#: admin/questionnairelist.php:538 admin/callhistory.php:137 -#: admin/availability.php:121 admin/operatorlist.php:182 admin/import.php:43 -#: admin/import.php:81 admin/import.php:112 admin/casesbyoutcome.php:54 -#: admin/assignsample.php:201 admin/assignsample.php:254 -#: admin/casestatus.php:205 admin/extensionstatus.php:185 respondent.php:95 -#: contactdetails.php:92 +#: casenote.php:75 admin/samplelist.php:289 admin/samplelist.php:500 +#: admin/samplesearch.php:107 admin/questionnairelist.php:375 +#: admin/questionnairelist.php:513 admin/questionnairelist.php:535 +#: admin/questionnairelist.php:543 admin/callhistory.php:145 +#: admin/availability.php:127 admin/operatorlist.php:198 admin/import.php:48 +#: admin/import.php:86 admin/import.php:117 admin/casesbyoutcome.php:59 +#: admin/assignsample.php:206 admin/assignsample.php:259 +#: admin/casestatus.php:210 admin/extensionstatus.php:190 respondent.php:101 +#: contactdetails.php:98 msgid "Go back" msgstr "Revenir en arrière" -#: casenote.php:108 admin/supervisor.php:414 +#: casenote.php:114 admin/supervisor.php:424 msgid "No notes" msgstr "Pas de notes" -#: casenote.php:110 callhistory.php:83 calllist.php:84 -#: admin/supervisor.php:399 admin/supervisor.php:416 +#: casenote.php:116 callhistory.php:88 calllist.php:89 +#: admin/supervisor.php:409 admin/supervisor.php:426 msgid "Date/Time" msgstr "Date/Heure" -#: casenote.php:110 admin/bulkappointment.php:232 admin/supervisor.php:416 +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:426 msgid "Note" msgstr "Note" -#: waitnextcase_interface2.php:43 +#: waitnextcase_interface2.php:49 msgid "Standby" msgstr "" -#: waitnextcase_interface2.php:57 endwork.php:49 +#: waitnextcase_interface2.php:60 +msgid "Operator Automatically logged out after: " +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid " minutes" +msgstr "" + +#: waitnextcase_interface2.php:63 endwork.php:55 msgid "You have been automatically logged out of work due to inactivity" msgstr "Vous avez été automatiquement déconnecté à cause de votre inactivité" -#: waitnextcase_interface2.php:84 nocaseavailable.php:95 +#: waitnextcase_interface2.php:90 nocaseavailable.php:101 msgid "ERROR: No questionnaires assigned to you" msgstr "Erreur : Aucun questionnaire ne vous a été attribué" -#: waitnextcase_interface2.php:89 nocaseavailable.php:89 +#: waitnextcase_interface2.php:95 nocaseavailable.php:95 msgid "Assigned questionnaires:" msgstr "Questionnaires attribués" -#: waitnextcase_interface2.php:115 nocaseavailable.php:119 +#: waitnextcase_interface2.php:121 nocaseavailable.php:125 msgid "ERROR: No samples assigned to the questionnaires" msgstr "" -#: waitnextcase_interface2.php:117 nocaseavailable.php:113 +#: waitnextcase_interface2.php:123 nocaseavailable.php:119 msgid "Assigned samples:" msgstr "" -#: waitnextcase_interface2.php:133 nocaseavailable.php:144 +#: waitnextcase_interface2.php:139 nocaseavailable.php:150 msgid "ERROR: No shifts at this time" msgstr "" -#: waitnextcase_interface2.php:136 nocaseavailable.php:138 +#: waitnextcase_interface2.php:142 nocaseavailable.php:144 msgid "Current shifts available:" msgstr "" -#: waitnextcase_interface2.php:136 admin/operators.php:284 -#: admin/operators.php:296 admin/operators.php:300 admin/operators.php:304 -#: admin/operators.php:308 admin/samplesearch.php:96 -#: admin/supervisorchat.php:74 admin/questionnairelist.php:385 -#: admin/questionnairelist.php:388 admin/questionnairelist.php:392 -#: admin/questionnairelist.php:396 admin/questionnairelist.php:400 -#: admin/operatorlist.php:239 admin/operatorlist.php:251 -#: admin/operatorlist.php:255 admin/assignsample.php:224 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:319 admin/assignsample.php:325 -#: admin/supervisor.php:185 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "Yes" -msgstr "" - -#: waitnextcase_interface2.php:156 waitnextcase_interface2.php:159 -#: admin/outcomes.php:122 +#: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 +#: admin/outcomes.php:127 msgid "Cases currently available to call" msgstr "" -#: waitnextcase_interface2.php:175 waitnextcase_interface2.php:178 +#: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 msgid "New samples available to call" msgstr "" -#: waitnextcase_interface2.php:191 +#: waitnextcase_interface2.php:197 msgid "Get a new case" msgstr "" -#: waitnextcase_interface2.php:193 call_interface2.php:324 -#: call_interface2.php:326 call_interface2.php:442 call_interface2.php:447 -#: call_interface2.php:463 call_interface2.php:469 call.php:276 call.php:278 -#: call.php:394 call.php:399 call.php:415 call.php:421 -#: index_interface2.php:224 +#: waitnextcase_interface2.php:199 call_interface2.php:329 +#: call_interface2.php:331 call_interface2.php:447 call_interface2.php:452 +#: call_interface2.php:468 call_interface2.php:474 call.php:282 call.php:284 +#: call.php:400 call.php:405 call.php:421 call.php:427 +#: index_interface2.php:230 msgid "End work" msgstr "" -#: rs_intro.php:65 rs_intro_interface2.php:65 +#: rs_intro.php:71 rs_intro_interface2.php:71 msgid "Respondent Selection - Introduction" msgstr "" -#: rs_intro.php:92 rs_intro.php:98 rs_intro.php:106 rs_intro.php:112 -#: rs_project_intro_interface2.php:79 rs_intro_interface2.php:109 -#: rs_intro_interface2.php:115 rs_intro_interface2.php:123 -#: rs_intro_interface2.php:129 rs_project_intro.php:79 +#: rs_intro.php:98 rs_intro.php:104 rs_intro.php:112 rs_intro.php:118 +#: rs_project_intro_interface2.php:85 rs_intro_interface2.php:115 +#: rs_intro_interface2.php:121 rs_intro_interface2.php:129 +#: rs_intro_interface2.php:135 rs_project_intro.php:85 msgid "Yes - Continue" msgstr "Oui - Continuez" -#: rs_intro.php:117 rs_intro_interface2.php:87 +#: rs_intro.php:123 rs_intro_interface2.php:93 msgid "Business number" msgstr "Téléphone Professionnel" -#: rs_intro.php:118 rs_intro_interface2.php:88 +#: rs_intro.php:124 rs_intro_interface2.php:94 msgid "Answering machine" msgstr "Répondeur" -#: rs_intro.php:119 +#: rs_intro.php:125 msgid "End call with outcome: No answer (ring out or busy) " msgstr "Appel non abouti : pas de réponse (occupé ou sonne dans le vide) " -#: rs_intro.php:120 +#: rs_intro.php:126 msgid "End call with outcome: Accidental hang up" msgstr "Appel non abouti : raccrochage accidentel" -#: rs_intro.php:121 +#: rs_intro.php:127 msgid "End call with outcome: Refusal by unknown person" msgstr "Appel non abouti : refus par une personne inconnue" -#: rs_intro.php:123 +#: rs_intro.php:129 msgid "" "End call with outcome: No eligible respondent (person never available on " "this number)" msgstr "Appel non abouti : appelé jamais disponible à ce numéro" -#: rs_intro.php:124 +#: rs_intro.php:130 msgid "" "End call with outcome: Non contact (person not currently available on this " "number: no appointment made)" msgstr "" -#: rs_intro.php:125 rs_project_intro_interface2.php:83 rs_project_intro.php:83 +#: rs_intro.php:131 rs_project_intro_interface2.php:89 rs_project_intro.php:89 msgid "" "End call with outcome: Out of sample (already completed in another mode)" msgstr "Appel non abouti : hors panel (déjà interrogé par un autre moyen)" -#: record.php:55 +#: record.php:61 msgid "Stop REC" msgstr "Arrêter l'enregistrement" -#: record.php:56 record.php:79 record.php:96 +#: record.php:62 record.php:85 record.php:102 msgid "Record" msgstr "Enregistrement" -#: record.php:66 +#: record.php:72 msgid "Beginning recording..." msgstr "Début de l'enregistrement" -#: record.php:69 record.php:97 +#: record.php:75 record.php:103 msgid "Not on a call, so not beginning a recording" msgstr "Pas d'appel en cours, ne pas commencer l'enregistrement" -#: record.php:73 +#: record.php:79 msgid "Begin the manual recording now..." msgstr "Commencer l'enregistrement manuel maintenant" -#: record.php:78 email.php:274 call_interface2.php:207 call_interface2.php:272 -#: call.php:206 call.php:224 index.php:168 +#: record.php:84 email.php:280 call_interface2.php:212 call_interface2.php:277 +#: call.php:212 call.php:230 index.php:173 msgid "Start REC" msgstr "Enregistrer" -#: record.php:86 +#: record.php:92 msgid "Stopping recording..." msgstr "Arrêter l'enregistrement" -#: record.php:90 +#: record.php:96 msgid "Stop the manual recording now..." msgstr "Arrêter l'enregistrement manuel maintenant" @@ -696,6 +728,10 @@ msgstr "" "C'est ainsi que va l'histoire.\n" "\n" +#: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 +msgid "Self completed online" +msgstr "" + #: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 msgid "Not on an appointment" msgstr "" @@ -704,6 +740,10 @@ msgstr "" msgid "On an appointment" msgstr "" +#: include/limesurvey/quexs.php:989 +msgid "All samples" +msgstr "" + #: include/limesurvey/common_functions.php:6298 msgid "queXS: Number of call attempts" msgstr "" @@ -720,6 +760,10 @@ msgstr "" msgid "queXS: Number of answering machine messages left" msgstr "" +#: include/limesurvey/optout.php:83 +msgid "Self completion refused via opt out function" +msgstr "" + #: include/limesurvey/admin/exportresults.php:110 #: include/limesurvey/admin/statistics.php:268 #: include/limesurvey/admin/browse.php:791 @@ -741,11 +785,11 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:258 #: include/limesurvey/admin/exportresults.php:644 #: include/limesurvey/admin/exportresults.php:645 -#: include/limesurvey/admin/exportresults.php:967 callhistory.php:83 -#: admin/samplesearch.php:157 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/casesbyoutcome.php:110 -#: admin/dataoutput.php:79 admin/extensionstatus.php:257 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: include/limesurvey/admin/exportresults.php:967 callhistory.php:88 +#: admin/samplesearch.php:162 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/casesbyoutcome.php:115 +#: admin/dataoutput.php:85 admin/extensionstatus.php:262 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Case ID" msgstr "" @@ -759,7 +803,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:260 #: include/limesurvey/admin/exportresults.php:604 #: include/limesurvey/admin/exportresults.php:605 -#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:93 msgid "Number of call attempts" msgstr "" @@ -773,606 +817,702 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:262 #: include/limesurvey/admin/exportresults.php:614 #: include/limesurvey/admin/exportresults.php:615 -#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/supervisor.php:411 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/supervisor.php:421 admin/dataoutput.php:93 msgid "Case notes" msgstr "" #: include/limesurvey/admin/exportresults.php:263 #: include/limesurvey/admin/exportresults.php:619 #: include/limesurvey/admin/exportresults.php:620 -#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:93 msgid "Total interview time over all calls (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:264 #: include/limesurvey/admin/exportresults.php:624 #: include/limesurvey/admin/exportresults.php:625 -#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:93 msgid "Interview time for last call (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:265 #: include/limesurvey/admin/exportresults.php:629 #: include/limesurvey/admin/exportresults.php:630 -#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:93 msgid "Last number dialled" msgstr "" #: include/limesurvey/admin/exportresults.php:266 #: include/limesurvey/admin/exportresults.php:634 #: include/limesurvey/admin/exportresults.php:635 -#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:93 msgid "Operator username for last call" msgstr "" #: include/limesurvey/admin/exportresults.php:267 #: include/limesurvey/admin/exportresults.php:639 #: include/limesurvey/admin/exportresults.php:640 -#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:299 -#: admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:304 +#: admin/dataoutput.php:93 msgid "Shift report" msgstr "" -#: voip/downloadvoipclient.php:52 +#: voip/downloadvoipclient.php:59 msgid "Error: Cannot write to temporary directory" msgstr "" -#: status_interface2.php:79 +#: status_interface2.php:85 msgid "Name" msgstr "Nom" -#: status_interface2.php:176 index.php:163 index_interface2.php:217 +#: status_interface2.php:182 index.php:168 index_interface2.php:223 msgid "Appointment" msgstr "Rendez-vous" -#: status_interface2.php:218 +#: status_interface2.php:224 msgid "Dial" msgstr "" -#: status_interface2.php:226 status_interface2.php:229 +#: status_interface2.php:232 status_interface2.php:235 msgid "No more numbers to call" msgstr "" -#: appointmentlist.php:56 +#: appointmentlist.php:61 msgid "Appointment List" msgstr "" -#: appointmentlist.php:83 +#: appointmentlist.php:75 admin/supervisor.php:364 +#: admin/displayappointments.php:249 +msgid "Not yet called" +msgstr "" + +#: appointmentlist.php:75 admin/displayappointments.php:227 +#: admin/displayappointments.php:252 +msgid "Any operator" +msgstr "" + +#: appointmentlist.php:88 msgid "No appointments made" msgstr "" -#: appointmentlist.php:85 +#: appointmentlist.php:90 msgid "No future appointments scheduled" msgstr "" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 shifts.php:82 shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 shifts.php:88 shifts.php:109 msgid "Start" msgstr "Démarrer" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 index.php:162 shifts.php:82 -#: shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 index.php:167 shifts.php:88 +#: shifts.php:109 msgid "End" msgstr "Terminer" -#: appointmentlist.php:90 admin/displayappointments.php:208 -#: admin/displayappointments.php:258 +#: appointmentlist.php:95 admin/displayappointments.php:213 +#: admin/displayappointments.php:263 msgid "Appointment with" msgstr "" -#: appointmentlist.php:90 client/index.php:91 client/index.php:110 -#: callhistory.php:83 calllist.php:84 admin/outcomes.php:141 -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/casestatus.php:116 index_interface2.php:216 +#: appointmentlist.php:95 client/index.php:97 client/index.php:116 +#: callhistory.php:88 calllist.php:89 admin/outcomes.php:146 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/casestatus.php:121 index_interface2.php:222 msgid "Outcome" msgstr "Résultat" -#: rs_project_end_interface2.php:80 +#: rs_project_end_interface2.php:86 msgid "Call automatically ended with outcome: Complete - End case" msgstr "" -#: client/index.php:59 admin/outcomes.php:65 +#: client/index.php:65 admin/outcomes.php:70 msgid "Questionnaire Outcomes" msgstr "" -#: client/index.php:72 +#: client/index.php:78 msgid "There are no questionnaires assigned to you" msgstr "" -#: client/index.php:91 admin/outcomes.php:141 +#: client/index.php:97 admin/outcomes.php:146 msgid "Rate" msgstr "Taux" -#: client/index.php:92 admin/outcomes.php:142 +#: client/index.php:98 admin/outcomes.php:147 msgid "Response Rate 1" msgstr "" -#: client/index.php:93 admin/outcomes.php:143 +#: client/index.php:99 admin/outcomes.php:148 msgid "Refusal Rate 1" msgstr "" -#: client/index.php:94 admin/outcomes.php:144 +#: client/index.php:100 admin/outcomes.php:149 msgid "Cooperation Rate 1" msgstr "" -#: client/index.php:95 admin/outcomes.php:145 +#: client/index.php:101 admin/outcomes.php:150 msgid "Contact Rate 1" msgstr "" -#: client/index.php:110 admin/outcomes.php:163 admin/outcomes.php:214 -#: admin/outcomes.php:256 +#: client/index.php:116 admin/outcomes.php:168 admin/outcomes.php:219 +#: admin/outcomes.php:261 msgid "Count" msgstr "Comptes" -#: client/index.php:113 admin/outcomes.php:263 +#: client/index.php:119 admin/outcomes.php:268 msgid "No outcomes recorded for this questionnaire" msgstr "" -#: client/index.php:123 +#: client/index.php:129 msgid "You are not a valid client" msgstr "" -#: rs_project_intro_interface2.php:59 rs_project_intro.php:59 +#: rs_project_intro_interface2.php:65 rs_project_intro.php:65 msgid "Respondent Selection - Project Introduction" msgstr "" -#: rs_project_intro_interface2.php:82 rs_project_intro.php:82 +#: rs_project_intro_interface2.php:88 rs_project_intro.php:88 msgid "" "End call with outcome: No eligible respondent (person not available on this " "number)" msgstr "" -#: supervisorchat.php:56 admin/supervisorchat.php:61 admin/index.php:169 -#: index.php:301 +#: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:183 +#: index.php:306 msgid "Supervisor chat" msgstr "" -#: supervisorchat.php:87 -msgid "Supervisor is available" -msgstr "" +#: supervisorchat.php:85 index.php:170 supervisor.php:58 +msgid "Supervisor" +msgstr "Superviseur" -#: supervisorchat.php:88 -msgid "Supervisor not available" -msgstr "" - -#: supervisorchat.php:90 supervisorchat.php:93 -msgid "Message" -msgstr "" - -#: supervisorchat.php:90 -msgid "Send" +#: supervisorchat.php:86 +msgid "Me" msgstr "" #: supervisorchat.php:93 -msgid "From" +msgid "Supervisor is available" +msgstr "" + +#: supervisorchat.php:94 +msgid "Supervisor not available" +msgstr "" + +#: supervisorchat.php:96 supervisorchat.php:99 +msgid "Message" msgstr "" #: supervisorchat.php:96 +msgid "Send" +msgstr "" + +#: supervisorchat.php:99 +msgid "From" +msgstr "" + +#: supervisorchat.php:102 msgid "Supervisor chat is not enabled" msgstr "" -#: email.php:279 email.php:283 email.php:289 email.php:310 email.php:340 -#: index.php:166 index_interface2.php:219 +#: email.php:248 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:285 email.php:289 email.php:295 email.php:316 email.php:346 +#: admin/operators.php:265 admin/clients.php:172 admin/operatorlist.php:236 +#: index.php:171 index_interface2.php:225 msgid "Email" msgstr "" -#: email.php:296 +#: email.php:302 msgid "The email did not send" msgstr "" -#: email.php:301 +#: email.php:307 msgid "The email address is not valid" msgstr "" -#: email.php:330 +#: email.php:336 msgid "Email respondent for self completion" msgstr "" -#: email.php:338 admin/operators.php:256 admin/operatorlist.php:214 +#: email.php:344 admin/operators.php:257 admin/operatorlist.php:228 msgid "First name" msgstr "" -#: email.php:339 admin/operators.php:260 admin/operatorlist.php:218 +#: email.php:345 admin/operators.php:261 admin/operatorlist.php:232 msgid "Last name" msgstr "" -#: email.php:343 +#: email.php:349 msgid "Send invitation" msgstr "" -#: email.php:345 +#: email.php:351 msgid "Send invitation and Hang up" msgstr "" -#: email.php:349 +#: email.php:355 msgid "Self completion email not available for this questionnaire" msgstr "" -#: callhistory.php:56 +#: callhistory.php:61 msgid "Case History List" msgstr "" -#: callhistory.php:79 admin/callhistory.php:108 +#: callhistory.php:84 admin/callhistory.php:114 msgid "No calls ever made" msgstr "Jamais appelé(e)" -#: availability.php:56 index.php:231 index_interface2.php:250 +#: availability.php:61 index.php:236 index_interface2.php:256 msgid "Availability" msgstr "" -#: availability.php:123 admin/supervisor.php:503 +#: availability.php:128 admin/supervisor.php:513 msgid "" "Select groups to limit availability (Selecting none means always available)" msgstr "" -#: availability.php:143 admin/supervisor.php:522 +#: availability.php:148 admin/supervisor.php:532 msgid "Availability groups not defined for this questionnaire" msgstr "" -#: calllist.php:56 +#: calllist.php:61 msgid "Call List" msgstr "Liste d'appels" -#: calllist.php:80 admin/supervisor.php:395 +#: calllist.php:85 admin/supervisor.php:405 msgid "No calls made" msgstr "Aucun appel réalisé" -#: calllist.php:84 +#: calllist.php:89 msgid "Number called" msgstr "Numéro appelé" -#: nocaseavailable.php:63 +#: nocaseavailable.php:69 msgid "No case available" msgstr "" -#: nocaseavailable.php:68 +#: nocaseavailable.php:74 msgid "There is no case currently available" msgstr "" -#: nocaseavailable.php:69 +#: nocaseavailable.php:75 msgid "Reasons:" msgstr "Raisons" -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:342 -#: admin/availabilitygroup.php:128 -msgid "ID" -msgstr "ID" - -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:329 -#: admin/quota.php:250 admin/quotarow.php:418 admin/quotarow.php:456 -#: admin/quotarow.php:478 admin/quotarow.php:504 admin/quotarow.php:551 -#: admin/quotarow.php:582 -msgid "Description" -msgstr "Description" - -#: nocaseavailable.php:92 admin/operatorlist.php:254 +#: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:471 +#: admin/questionnairelist.php:554 admin/operatorlist.php:276 msgid "Enabled" msgstr "" -#: nocaseavailable.php:116 admin/samplelist.php:320 admin/quotareport.php:294 -#: admin/assigntimeslots.php:260 admin/outcomes.php:122 admin/outcomes.php:178 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:160 admin/quota.php:131 admin/assignsample.php:203 -#: admin/assignsample.php:279 admin/supervisor.php:298 admin/quotarow.php:306 -#: admin/casestatus.php:116 admin/casestatus.php:234 +#: nocaseavailable.php:86 admin/samplelist.php:469 +#: admin/questionnairelist.php:552 admin/index.php:199 +msgid "Disabled" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:347 +#: admin/availabilitygroup.php:133 +msgid "ID" +msgstr "ID" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:334 +#: admin/quota.php:255 admin/quotarow.php:423 admin/quotarow.php:461 +#: admin/quotarow.php:483 admin/quotarow.php:509 admin/quotarow.php:556 +#: admin/quotarow.php:587 +msgid "Description" +msgstr "Description" + +#: nocaseavailable.php:122 admin/samplelist.php:325 admin/quotareport.php:299 +#: admin/assigntimeslots.php:265 admin/outcomes.php:127 admin/outcomes.php:183 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:168 admin/quota.php:136 admin/assignsample.php:208 +#: admin/assignsample.php:284 admin/supervisor.php:308 admin/quotarow.php:311 +#: admin/casestatus.php:121 admin/casestatus.php:239 msgid "Sample" msgstr "Échantillon" -#: nocaseavailable.php:141 admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:154 admin/quota.php:110 admin/assignsample.php:202 -#: admin/quotarow.php:288 admin/casestatus.php:231 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -#: admin/new.php:127 admin/new.php:135 shifts.php:103 +#: nocaseavailable.php:147 admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:162 admin/quota.php:115 admin/assignsample.php:207 +#: admin/quotarow.php:293 admin/casestatus.php:236 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +#: admin/new.php:132 admin/new.php:140 shifts.php:109 msgid "Questionnaire" msgstr "Questionnaire" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift start" msgstr "" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift end" msgstr "" -#: nocaseavailable.php:164 +#: nocaseavailable.php:170 msgid "Call restrictions:" msgstr "" -#: nocaseavailable.php:168 +#: nocaseavailable.php:174 msgid "" "ERROR: There are no cases available that fall within call restrictions" msgstr "" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid "There are " msgstr "" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid " unassigned case(s) available within the specified call restrictions" msgstr "" -#: nocaseavailable.php:179 +#: nocaseavailable.php:185 msgid "Limesurvey links:" msgstr "" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" msgstr "" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "from questionnaire:" msgstr "" -#: nocaseavailable.php:200 +#: nocaseavailable.php:206 msgid "Tokens table exists for Limesurvey questionnaire:" msgstr "" -#: nocaseavailable.php:205 +#: nocaseavailable.php:211 msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" msgstr "" -#: nocaseavailable.php:225 +#: nocaseavailable.php:231 msgid "ERROR: Quota reached for this question" msgstr "" -#: nocaseavailable.php:244 +#: nocaseavailable.php:250 msgid "POSSIBLE ERROR: Row quota reached for this quota" msgstr "" -#: admin/timezonetemplate.php:92 +#: admin/timezonetemplate.php:97 msgid "Set Timezones" msgstr "" -#: admin/timezonetemplate.php:104 admin/callrestrict.php:110 -#: admin/addshift.php:151 admin/availability.php:118 -#: admin/shifttemplate.php:101 +#: admin/timezonetemplate.php:109 admin/callrestrict.php:115 +#: admin/addshift.php:156 admin/availability.php:124 +#: admin/shifttemplate.php:106 msgid "" "Your database does not have timezones installed, please see here for details" msgstr "" -#: admin/timezonetemplate.php:107 +#: admin/timezonetemplate.php:109 admin/supervisor.php:152 admin/new.php:182 +#: admin/new.php:378 +msgid "or" +msgstr "" + +#: admin/timezonetemplate.php:109 +msgid "" +"Check that you have granted relevant permissions on 'time_zone_...' tables " +"in database named 'mysql'." +msgstr "" + +#: admin/timezonetemplate.php:112 msgid "Default Timezone: " msgstr "" -#: admin/timezonetemplate.php:111 +#: admin/timezonetemplate.php:116 msgid "Set default timezone" msgstr "" -#: admin/timezonetemplate.php:116 +#: admin/timezonetemplate.php:121 msgid "Timezone list" msgstr "" -#: admin/timezonetemplate.php:119 +#: admin/timezonetemplate.php:124 msgid "Remove Timezone" msgstr "" -#: admin/timezonetemplate.php:119 admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:124 admin/timezonetemplate.php:128 msgid "Remove" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Timezone name" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Time diff to Default Time zone" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Current time" msgstr "" -#: admin/timezonetemplate.php:126 +#: admin/timezonetemplate.php:131 msgid "Add a Timezone:" msgstr "" -#: admin/timezonetemplate.php:130 +#: admin/timezonetemplate.php:135 msgid "Add Timezone" msgstr "Tous les fuseaux horaires" -#: admin/samplelist.php:168 +#: admin/samplelist.php:173 msgid "" "Smth wrong with selected field types. Please check again var types " "selection and/or fields that you supposed to delete." msgstr "" -#: admin/samplelist.php:281 +#: admin/samplelist.php:286 msgid "Rename, Set viewing permissions & Manage sample variables" msgstr "" -#: admin/samplelist.php:282 admin/samplelist.php:493 admin/index.php:108 +#: admin/samplelist.php:287 admin/samplelist.php:498 admin/index.php:122 msgid "Sample management" msgstr "" -#: admin/samplelist.php:321 +#: admin/samplelist.php:326 msgid "Search this sample" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "Enter" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "new" msgstr "" -#: admin/samplelist.php:333 +#: admin/samplelist.php:338 msgid "Rename" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Sample variable (Column)" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Visible?" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Var type" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Example data" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Delete ?" msgstr "" -#: admin/samplelist.php:346 admin/addshift.php:263 admin/assignsample.php:230 -#: admin/quotarow.php:394 admin/extensionstatus.php:202 -#: admin/displayappointments.php:231 +#: admin/samplelist.php:351 admin/addshift.php:268 admin/assignsample.php:235 +#: admin/quotarow.php:399 admin/extensionstatus.php:207 +#: admin/displayappointments.php:236 msgid "Save changes" msgstr "" -#: admin/samplelist.php:356 +#: admin/samplelist.php:361 msgid "" "Select which fields from this sample to deidentify. Deidentified fields " "will be permanently deleted from the sample." msgstr "" -#: admin/samplelist.php:360 +#: admin/samplelist.php:365 msgid "There's no data in this sample. Probably was deidentified earlier." msgstr "" -#: admin/samplelist.php:374 +#: admin/samplelist.php:379 msgid "Clean it" msgstr "" -#: admin/samplelist.php:392 +#: admin/samplelist.php:397 msgid "Fix this sample " msgstr "" -#: admin/samplelist.php:492 +#: admin/samplelist.php:474 admin/questionnairelist.php:557 +#: admin/operatorlist.php:376 +msgid "Enable" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 +msgid "ARE YOU SURE?" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 admin/supervisor.php:176 +#: admin/new.php:364 +msgid "Cancel" +msgstr "" + +#: admin/samplelist.php:476 admin/questionnairelist.php:559 +#: admin/operatorlist.php:378 +msgid "Disable" +msgstr "" + +#: admin/samplelist.php:480 admin/operators.php:272 admin/operators.php:281 +#: admin/questionnairelist.php:385 admin/operatorlist.php:243 +#: admin/operatorlist.php:251 admin/operatorlist.php:385 +#: admin/assignsample.php:275 admin/assignsample.php:284 +#: admin/supervisor.php:369 admin/quotarow.php:587 admin/shiftreport.php:102 +#: admin/shiftreport.php:110 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 +msgid "Edit" +msgstr "Éditer" + +#: admin/samplelist.php:480 +msgid "Viewing permissions" +msgstr "" + +#: admin/samplelist.php:482 +msgid "Edit sample parameters" +msgstr "" + +#: admin/samplelist.php:487 +msgid "DELETE SAMPLE" +msgstr "" + +#: admin/samplelist.php:489 admin/samplesearch.php:86 admin/index.php:123 +msgid "Search the sample" +msgstr "" + +#: admin/samplelist.php:490 admin/questionnairelist.php:583 +#: admin/index.php:156 index.php:255 index_interface2.php:273 +msgid "Call history" +msgstr "Historique des appels" + +#: admin/samplelist.php:490 +msgid "sample" +msgstr "" + +#: admin/samplelist.php:497 msgid "Sample list" msgstr "" -#: admin/samplelist.php:496 admin/index.php:107 +#: admin/samplelist.php:501 admin/index.php:121 msgid "Import a sample file" msgstr "" -#: admin/voipmonitor.php:73 admin/voipmonitor.php:95 +#: admin/voipmonitor.php:78 admin/voipmonitor.php:100 msgid "Monitor VoIP Process" msgstr "" -#: admin/voipmonitor.php:75 admin/systemsort.php:77 +#: admin/voipmonitor.php:80 admin/systemsort.php:82 msgid "Running process:" msgstr "" -#: admin/voipmonitor.php:79 +#: admin/voipmonitor.php:84 msgid "" "Kill signal sent: Please wait... (Note: Process will be stalled until " "there is activity on the VoIP Server)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "Process is already closed (eg. server was rebooted)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "click here to confirm" msgstr "" -#: admin/voipmonitor.php:84 admin/systemsort.php:86 +#: admin/voipmonitor.php:89 admin/systemsort.php:91 msgid "Kill the running process" msgstr "" -#: admin/voipmonitor.php:84 +#: admin/voipmonitor.php:89 msgid "(requires activity on the VoIP Server to take effect)" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log id" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 admin/outcomes.php:299 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/shiftreport.php:104 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 admin/outcomes.php:304 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/shiftreport.php:110 msgid "Date" msgstr "Date" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log entry" msgstr "" -#: admin/voipmonitor.php:97 +#: admin/voipmonitor.php:102 msgid "Click here to begin monitoring the VoIP Process" msgstr "" -#: admin/voipmonitor.php:98 admin/systemsort.php:101 +#: admin/voipmonitor.php:103 admin/systemsort.php:110 msgid "Outcome of last process run (if any)" msgstr "" -#: admin/systemsortprocess.php:93 +#: admin/systemsortprocess.php:98 msgid "Sorting cases process starting" msgstr "" -#: admin/systemsortprocess.php:106 +#: admin/systemsortprocess.php:111 msgid "Checking for cases open for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:147 admin/systemsortprocess.php:185 +#: admin/systemsortprocess.php:140 admin/systemsortprocess.php:152 +#: admin/systemsortprocess.php:178 admin/systemsortprocess.php:190 msgid "System automatically closed case as not closed for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:194 +#: admin/systemsortprocess.php:199 msgid "Completed case closing" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 msgid "This task took" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 +#: nocallavailable.php:208 msgid "seconds" msgstr "" -#: admin/systemsortprocess.php:196 +#: admin/systemsortprocess.php:201 msgid "Failed to complete case closing" msgstr "" -#: admin/systemsortprocess.php:211 +#: admin/systemsortprocess.php:216 msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:333 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:335 msgid "Failed to complete sort" msgstr "" -#: admin/systemsort.php:75 admin/systemsort.php:97 +#: admin/systemsort.php:80 admin/systemsort.php:102 msgid "Monitor system wide case sorting" msgstr "" -#: admin/systemsort.php:81 +#: admin/systemsort.php:86 msgid "Kill signal sent: Please wait..." msgstr "" -#: admin/systemsort.php:82 +#: admin/systemsort.php:87 msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" -#: admin/systemsort.php:99 +#: admin/systemsort.php:104 msgid "Click here to enable and begin system wide case sorting" msgstr "" -#: admin/systemsort.php:100 +#: admin/systemsort.php:105 msgid "" "System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " "configuration directive) sorting cases on a system wide basis instead of " @@ -1382,216 +1522,194 @@ msgid "" "problems, it is not recommended to use this feature." msgstr "" -#: admin/operators.php:147 +#: admin/operators.php:150 msgid "Added operator :" msgstr "" -#: admin/operators.php:150 +#: admin/operators.php:153 msgid "" "FreePBX needs to be reloaded for the new VoIP extension to take effect" msgstr "" -#: admin/operators.php:172 +#: admin/operators.php:175 msgid "" "Could not add operator. There may already be an operator of this name:" msgstr "" -#: admin/operators.php:178 admin/operators.php:311 admin/operatorlist.php:388 +#: admin/operators.php:181 admin/operators.php:320 admin/operatorlist.php:410 msgid "Add an operator" msgstr "" -#: admin/operators.php:186 admin/clients.php:145 -msgid "" -"Use this form to enter the username of a user based on your directory " -"security system. For example, if you have secured the base directory of " -"queXS using Apache file based security, enter the usernames of the users " -"here." -msgstr "" - -#: admin/operators.php:187 +#: admin/operators.php:190 msgid "The username and extension must be unique for each operator." msgstr "" -#: admin/operators.php:242 admin/clientquestionnaire.php:238 -#: admin/operatorlist.php:200 admin/operatorlist.php:372 -#: admin/operatorskill.php:246 admin/operatorquestionnaire.php:242 +#: admin/operators.php:245 admin/clientquestionnaire.php:243 +#: admin/operatorlist.php:216 admin/operatorlist.php:394 +#: admin/operatorskill.php:251 admin/operatorquestionnaire.php:247 msgid "Username" msgstr "" -#: admin/operators.php:247 admin/operatorlist.php:205 +#: admin/operators.php:249 admin/operatorlist.php:220 msgid "Password" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 -#: admin/extensionstatus.php:197 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 +#: admin/extensionstatus.php:202 msgid "Generate" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 msgid "Password with" msgstr "" -#: admin/operators.php:251 admin/clients.php:158 admin/operatorlist.php:209 +#: admin/operators.php:253 admin/clients.php:160 admin/operatorlist.php:224 msgid "characters" msgstr "" -#: admin/operators.php:267 admin/operators.php:276 -#: admin/questionnairelist.php:380 admin/operatorlist.php:225 -#: admin/operatorlist.php:233 admin/assignsample.php:279 -#: admin/quotarow.php:582 admin/shiftreport.php:104 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -msgid "Edit" -msgstr "Éditer" - -#: admin/operators.php:268 admin/operatorlist.php:226 +#: admin/operators.php:273 admin/operatorlist.php:244 msgid "TimeZones list" msgstr "" -#: admin/operators.php:277 admin/operatorlist.php:234 -#: admin/operatorlist.php:389 +#: admin/operators.php:282 admin/operatorlist.php:252 +#: admin/operatorlist.php:411 msgid "Extensions" msgstr "" -#: admin/operators.php:283 admin/operatorlist.php:238 +#: admin/operators.php:288 admin/operatorlist.php:256 msgid "Uses VoIP" msgstr "" -#: admin/operators.php:284 admin/operators.php:296 admin/operators.php:300 -#: admin/operators.php:304 admin/operators.php:308 admin/supervisorchat.php:74 -#: admin/questionnairelist.php:385 admin/questionnairelist.php:388 -#: admin/questionnairelist.php:392 admin/questionnairelist.php:396 -#: admin/questionnairelist.php:400 admin/operatorlist.php:239 -#: admin/operatorlist.php:251 admin/operatorlist.php:255 -#: admin/assignsample.php:224 admin/assignsample.php:225 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:316 admin/assignsample.php:319 -#: admin/assignsample.php:325 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "No" -msgstr "" - -#: admin/operators.php:287 admin/operatorlist.php:242 +#: admin/operators.php:292 admin/operatorlist.php:260 msgid "Jabber/XMPP chat user" msgstr "" -#: admin/operators.php:291 admin/operatorlist.php:246 +#: admin/operators.php:296 admin/operatorlist.php:264 msgid "Jabber/XMPP chat password" msgstr "" -#: admin/operators.php:295 admin/operatorlist.php:250 +#: admin/operators.php:300 admin/operatorlist.php:272 msgid "Uses chat" msgstr "" -#: admin/operators.php:299 +#: admin/operators.php:304 admin/operatorlist.php:268 +msgid "Is the operator a system administrator?" +msgstr "" + +#: admin/operators.php:308 msgid "Is the operator a normal interviewer?" msgstr "" -#: admin/operators.php:303 +#: admin/operators.php:312 msgid "Is the operator a supervisor?" msgstr "" -#: admin/operators.php:307 +#: admin/operators.php:316 msgid "Is the operator a refusal converter?" msgstr "" -#: admin/quotareport.php:109 admin/index.php:144 +#: admin/quotareport.php:114 admin/index.php:158 msgid "Quota report" msgstr "" -#: admin/quotareport.php:111 admin/assigntimeslots.php:156 -#: admin/questionnaireprefill.php:100 admin/outcomes.php:68 -#: admin/addshift.php:168 admin/assignsample.php:255 +#: admin/quotareport.php:116 admin/assigntimeslots.php:161 +#: admin/questionnaireprefill.php:105 admin/outcomes.php:73 +#: admin/addshift.php:173 admin/assignsample.php:260 msgid "Select a questionnaire" msgstr "" -#: admin/quotareport.php:119 +#: admin/quotareport.php:124 msgid "Select a sample" msgstr "" -#: admin/quotareport.php:207 admin/quotareport.php:214 +#: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:572 msgid "closed" msgstr "Fermé" -#: admin/quotareport.php:207 admin/quotareport.php:209 -#: admin/quotareport.php:216 +#: admin/quotareport.php:212 admin/quotareport.php:214 +#: admin/quotareport.php:221 admin/quotarow.php:572 msgid "open" msgstr "Ouvrir" -#: admin/quotareport.php:209 +#: admin/quotareport.php:214 msgid "close" msgstr "" -#: admin/quotareport.php:291 +#: admin/quotareport.php:296 msgid "Total sample" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Strata" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:129 admin/quotarow.php:386 -#: admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:134 admin/quotarow.php:391 +#: admin/quotarow.php:587 msgid "Quota" msgstr "Quota" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Used" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Remaining" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "% Complete" msgstr "Complet à %" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Set priority" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:587 msgid "Auto prioritise" msgstr "" -#: admin/assigntimeslots.php:154 admin/index.php:115 +#: admin/quotareport.php:303 +msgid "Update priorities" +msgstr "" + +#: admin/assigntimeslots.php:159 admin/index.php:129 msgid "Assign Time slots" msgstr "" -#: admin/assigntimeslots.php:163 +#: admin/assigntimeslots.php:168 msgid "Time slot groups" msgstr "" -#: admin/assigntimeslots.php:164 +#: admin/assigntimeslots.php:169 msgid "" "Assigning an availability group to a questionnaire will allow interviewers " "to select from those groups to restrict calls to a particular case to the " "times within the group" msgstr "" -#: admin/assigntimeslots.php:166 admin/assigntimeslots.php:214 -#: admin/assigntimeslots.php:268 +#: admin/assigntimeslots.php:171 admin/assigntimeslots.php:219 +#: admin/assigntimeslots.php:273 admin/assignsample.php:276 +#: admin/casestatus.php:101 msgid "Click to unassign" msgstr "" -#: admin/assigntimeslots.php:176 +#: admin/assigntimeslots.php:181 msgid "There are no time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:180 +#: admin/assigntimeslots.php:185 msgid "Time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:202 +#: admin/assigntimeslots.php:207 msgid "Add time slot group" msgstr "" -#: admin/assigntimeslots.php:211 +#: admin/assigntimeslots.php:216 msgid "Call attempt time slots" msgstr "" -#: admin/assigntimeslots.php:212 admin/assigntimeslots.php:258 +#: admin/assigntimeslots.php:217 admin/assigntimeslots.php:263 msgid "" "Assigning call attempt time slots to questionnaires will only allow cases to " "be attempted in a time slot for the n + 1th time where it has been attempted " @@ -1600,283 +1718,321 @@ msgid "" "missing timeslots." msgstr "" -#: admin/assigntimeslots.php:224 +#: admin/assigntimeslots.php:229 msgid "There are no call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:228 +#: admin/assigntimeslots.php:233 msgid "Call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:257 +#: admin/assigntimeslots.php:256 +msgid "Add call attempt time slot" +msgstr "" + +#: admin/assigntimeslots.php:262 msgid "Call attempt time slots for sample" msgstr "" -#: admin/assigntimeslots.php:278 +#: admin/assigntimeslots.php:283 msgid "" "There are no call attempt time slots selected for this questionnaire sample" msgstr "" -#: admin/assigntimeslots.php:282 +#: admin/assigntimeslots.php:287 msgid "Call attempt time slots selected for this sample" msgstr "" -#: admin/assigntimeslots.php:305 +#: admin/assigntimeslots.php:310 msgid "Add call attempt time slot for sample" msgstr "" -#: admin/questionnaireprefill.php:99 +#: admin/questionnaireprefill.php:104 msgid "Pre fill questionnaire: Set values for questionnaire to prefill" msgstr "" -#: admin/questionnaireprefill.php:111 +#: admin/questionnaireprefill.php:116 msgid "Current pre fills" msgstr "" -#: admin/questionnaireprefill.php:121 +#: admin/questionnaireprefill.php:126 msgid "Currently no pre fills" msgstr "" -#: admin/questionnaireprefill.php:127 +#: admin/questionnaireprefill.php:132 msgid "SGQA code" msgstr "" -#: admin/questionnaireprefill.php:127 admin/quotarow.php:504 +#: admin/questionnaireprefill.php:132 admin/quotarow.php:509 msgid "Sample variable" msgstr "" -#: admin/questionnaireprefill.php:127 admin/samplesearch.php:96 -#: admin/supervisor.php:185 admin/quotarow.php:418 admin/quotarow.php:504 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: admin/questionnaireprefill.php:132 admin/samplesearch.php:101 +#: admin/supervisor.php:195 admin/supervisor.php:368 admin/supervisor.php:414 +#: admin/quotarow.php:423 admin/quotarow.php:509 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Delete" msgstr "Supprimer" -#: admin/questionnaireprefill.php:132 +#: admin/questionnaireprefill.php:137 msgid "Select a question to pre fill" msgstr "" -#: admin/questionnaireprefill.php:165 +#: admin/questionnaireprefill.php:170 msgid "Enter a value to pre fill this question with:" msgstr "" -#: admin/questionnaireprefill.php:167 +#: admin/questionnaireprefill.php:172 msgid "Possible uses:" msgstr "" -#: admin/questionnaireprefill.php:169 +#: admin/questionnaireprefill.php:174 msgid "{Respondent:firstName} First name of the respondent" msgstr "" -#: admin/questionnaireprefill.php:170 +#: admin/questionnaireprefill.php:175 msgid "{Respondent:lastName} Last name of the respondent" msgstr "" -#: admin/questionnaireprefill.php:171 +#: admin/questionnaireprefill.php:176 msgid "{Sample:var} A record from the sample where the column name is 'var'" msgstr "" -#: admin/questionnaireprefill.php:180 +#: admin/questionnaireprefill.php:185 msgid "The value to pre fill" msgstr "" -#: admin/questionnaireprefill.php:181 +#: admin/questionnaireprefill.php:186 msgid "or: Select pre fill from sample list" msgstr "" -#: admin/questionnaireprefill.php:187 +#: admin/questionnaireprefill.php:192 msgid "Add pre fill" msgstr "" -#: admin/availabilitygroup.php:80 +#: admin/auth-admin.php:66 +msgid "You do not have permission to access this area" +msgstr "" + +#: admin/auth-admin.php:67 admin/index.php:95 endwork.php:82 +msgid "Logout" +msgstr "" + +#: admin/availabilitygroup.php:85 msgid "Time slots" msgstr "" -#: admin/availabilitygroup.php:122 +#: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:127 msgid "" "Time slots define periods of time during particular days of the week. These " "are used for the availability function and also the call attempt time slot " "function." msgstr "" -#: admin/availabilitygroup.php:125 +#: admin/availabilitygroup.php:130 msgid "No time slots" msgstr "" -#: admin/availabilitygroup.php:128 admin/availabilitygroup.php:136 +#: admin/availabilitygroup.php:133 admin/availabilitygroup.php:141 msgid "Time slot name" msgstr "" -#: admin/availabilitygroup.php:128 -msgid "Modify" -msgstr "" - -#: admin/availabilitygroup.php:135 +#: admin/availabilitygroup.php:140 msgid "Add new time slot" msgstr "" -#: admin/availabilitygroup.php:137 +#: admin/availabilitygroup.php:142 msgid "Add time slot" msgstr "" -#: admin/outcomes.php:74 admin/outcomes.php:184 +#: admin/outcomes.php:79 admin/outcomes.php:189 msgid "Sample status" msgstr "" -#: admin/outcomes.php:82 admin/outcomes.php:194 +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Drawn from sample" +msgstr "" + +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Remain in sample" +msgstr "" + +#: admin/outcomes.php:87 admin/outcomes.php:199 msgid "Number" msgstr "Numéro" -#: admin/outcomes.php:83 admin/outcomes.php:181 +#: admin/outcomes.php:88 admin/outcomes.php:186 msgid "No samples assigned" msgstr "" -#: admin/outcomes.php:86 +#: admin/outcomes.php:91 msgid "Case availability (cases with temporary or appointment outcomes)" msgstr "" -#: admin/outcomes.php:118 +#: admin/outcomes.php:123 msgid "No cases currently available to call" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Average time on a completed questionnaire" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Min" msgstr "Min" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Secs" msgstr "Secs" -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 msgid "%" msgstr "%" -#: admin/outcomes.php:217 +#: admin/outcomes.php:222 msgid "No outcomes recorded for this sample" msgstr "" -#: admin/outcomes.php:237 +#: admin/outcomes.php:242 msgid "No operators assigned" msgstr "" -#: admin/outcomes.php:241 +#: admin/outcomes.php:246 msgid "Operator call outcomes" msgstr "" -#: admin/outcomes.php:268 index.php:259 index_interface2.php:276 +#: admin/outcomes.php:273 admin/questionnairelist.php:566 index.php:264 +#: index_interface2.php:282 msgid "Shifts" msgstr "" -#: admin/outcomes.php:295 +#: admin/outcomes.php:277 +msgid "No shift reports: Add report" +msgstr "" + +#: admin/outcomes.php:278 +msgid "View shift reports" +msgstr "" + +#: admin/outcomes.php:281 +msgid "View operator performance" +msgstr "" + +#: admin/outcomes.php:300 msgid "No shifts defined for this questionnaire" msgstr "" -#: admin/outcomes.php:299 +#: admin/outcomes.php:304 msgid "Shift time" msgstr "" -#: admin/outcomes.php:299 admin/operatorlist.php:392 admin/index.php:135 +#: admin/outcomes.php:304 admin/operatorlist.php:414 admin/index.php:149 msgid "Operator performance" msgstr "" -#: admin/samplesearch.php:79 +#: admin/samplesearch.php:84 msgid "Search within this sample" msgstr "" -#: admin/samplesearch.php:81 admin/index.php:109 -msgid "Search the sample" -msgstr "" - -#: admin/samplesearch.php:89 admin/supervisor.php:178 +#: admin/samplesearch.php:94 admin/supervisor.php:188 msgid "WARNING !" msgstr "" -#: admin/samplesearch.php:92 admin/supervisor.php:181 -msgid "Are you shure you want to delete" +#: admin/samplesearch.php:97 admin/supervisor.php:191 +msgid "Are you sure you want to delete" msgstr "" -#: admin/samplesearch.php:92 admin/samplesearch.php:133 -#: admin/supervisor.php:181 +#: admin/samplesearch.php:97 admin/samplesearch.php:138 +#: admin/supervisor.php:191 msgid "Sample ID" msgstr "" -#: admin/samplesearch.php:95 admin/supervisor.php:184 +#: admin/samplesearch.php:100 admin/supervisor.php:194 msgid "NOOOO..." msgstr "" -#: admin/samplesearch.php:110 +#: admin/samplesearch.php:115 msgid "Select sample " msgstr "" -#: admin/samplesearch.php:133 +#: admin/samplesearch.php:138 msgid "Deleted" msgstr "" -#: admin/samplesearch.php:154 admin/supervisor.php:315 +#: admin/samplesearch.php:146 +msgid "Delete sample record" +msgstr "" + +#: admin/samplesearch.php:147 +msgid "Assigned to case ID :" +msgstr "" + +#: admin/samplesearch.php:159 admin/supervisor.php:325 msgid "Sample id" msgstr "" -#: admin/samplesearch.php:185 +#: admin/samplesearch.php:190 msgid "There's no data in this sample." msgstr "" -#: admin/bulkappointment.php:128 admin/bulkappointment.php:210 +#: admin/bulkappointment.php:133 admin/bulkappointment.php:215 msgid "Result" msgstr "" -#: admin/bulkappointment.php:129 admin/bulkappointment.php:218 -#: admin/bulkappointment.php:254 admin/index.php:159 +#: admin/bulkappointment.php:134 admin/bulkappointment.php:223 +#: admin/bulkappointment.php:259 admin/index.php:173 msgid "Bulk appointment generator" msgstr "" -#: admin/bulkappointment.php:200 +#: admin/bulkappointment.php:205 msgid "Added appointment" msgstr "" -#: admin/bulkappointment.php:204 +#: admin/bulkappointment.php:209 msgid "" "No such case id, or case set to a final outcome, or case currently assigned " "to an operator" msgstr "" -#: admin/bulkappointment.php:217 +#: admin/bulkappointment.php:222 msgid "Check data to submit" msgstr "" -#: admin/bulkappointment.php:231 +#: admin/bulkappointment.php:236 msgid "" "Please check the case id's, appointment start and end times and notes are " "correct before accepting below" msgstr "" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:204 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:209 msgid "Start time" msgstr "Heure de démarrage" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:206 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:211 msgid "End time" msgstr "Heure de fin" -#: admin/bulkappointment.php:237 +#: admin/bulkappointment.php:242 msgid "Accept and generate bulk appointments" msgstr "" -#: admin/bulkappointment.php:242 +#: admin/bulkappointment.php:247 msgid "" "The file does not contain at least caseid, starttime and endtime columns. " "Please try again." msgstr "" -#: admin/bulkappointment.php:253 +#: admin/bulkappointment.php:258 msgid "Import: Select file to upload" msgstr "" -#: admin/bulkappointment.php:261 +#: admin/bulkappointment.php:266 msgid "" "Provide a headered CSV file containing at least 3 columns - caseid, " "starttime and endtime. Optionally you can include a note column to " @@ -1886,1119 +2042,1160 @@ msgid "" "outcome." msgstr "" -#: admin/bulkappointment.php:264 +#: admin/bulkappointment.php:269 msgid "Example CSV file:" msgstr "" -#: admin/bulkappointment.php:276 +#: admin/bulkappointment.php:281 msgid "Select bulk appointment CSV file to upload" msgstr "" -#: admin/bulkappointment.php:279 admin/import.php:129 admin/quotarow.php:609 +#: admin/bulkappointment.php:284 admin/import.php:134 admin/quotarow.php:614 msgid "Select file" msgstr "" -#: admin/bulkappointment.php:281 +#: admin/bulkappointment.php:286 msgid "Upload file" msgstr "" -#: admin/callrestrict.php:99 admin/index.php:167 +#: admin/callrestrict.php:104 admin/index.php:181 msgid "Set call restriction times" msgstr "" -#: admin/callrestrict.php:113 admin/availability.php:157 +#: admin/callrestrict.php:118 admin/availability.php:163 msgid "" "Enter the start and end times for each day of the week to restrict calls " "within" msgstr "" -#: admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/shifttemplate.php:131 +#: admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/shifttemplate.php:136 msgid "Day" msgstr "Jour" -#: admin/callrestrict.php:153 admin/availability.php:175 -#: admin/shifttemplate.php:149 +#: admin/callrestrict.php:158 admin/availability.php:181 +#: admin/shifttemplate.php:154 msgid "Add row" msgstr "Ajouter une ligne" -#: admin/callrestrict.php:154 +#: admin/callrestrict.php:159 msgid "Save changes to restriction times" msgstr "" -#: admin/addshift.php:87 +#: admin/addshift.php:92 msgid "Add shifts" msgstr "" -#: admin/addshift.php:88 +#: admin/addshift.php:93 msgid "" "You must be an operator (as well as have administrator access) to add/edit " "shifts" msgstr "" -#: admin/addshift.php:140 admin/index.php:119 +#: admin/addshift.php:145 admin/index.php:133 msgid "Shift management" msgstr "" -#: admin/addshift.php:163 +#: admin/addshift.php:168 msgid "Add shifts in your Time Zone" msgstr "" -#: admin/addshift.php:166 +#: admin/addshift.php:171 msgid "" "Shifts allow you to restrict appointments being made, and interviewers to " "working on a particlar project at defined times." msgstr "" -#: admin/addshift.php:174 +#: admin/addshift.php:179 msgid "Select year" msgstr "" -#: admin/addshift.php:185 +#: admin/addshift.php:190 msgid "Select week" msgstr "" -#: admin/addshift.php:238 +#: admin/addshift.php:243 msgid "Use shift?" msgstr "" -#: admin/process.php:90 +#: admin/process.php:95 msgid "Cannot connect to VoIP Server" msgstr "" -#: admin/supervisorchat.php:63 +#: admin/supervisorchat.php:68 msgid "" "Allow interviewers to chat with the supervisor over XMPP (Jabber). Required " "is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " "need XMPP/Jabber accounts." msgstr "" -#: admin/supervisorchat.php:73 +#: admin/supervisorchat.php:78 msgid "Enable supervisor chat?" msgstr "" -#: admin/supervisorchat.php:77 +#: admin/supervisorchat.php:82 msgid "Set BOSH URL" msgstr "" -#: admin/supervisorchat.php:81 +#: admin/supervisorchat.php:86 msgid "Supervisor XMPP/Jabber id" msgstr "" -#: admin/supervisorchat.php:85 +#: admin/supervisorchat.php:90 msgid "Update" msgstr "" -#: admin/questionnairelist.php:348 +#: admin/questionnairelist.php:353 msgid "Modify Questionnaire " msgstr "" -#: admin/questionnairelist.php:370 +#: admin/questionnairelist.php:375 msgid "Assigned survey" msgstr "" -#: admin/questionnairelist.php:374 +#: admin/questionnairelist.php:379 msgid "Edit instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:380 admin/questionnairelist.php:381 -#: admin/new.php:162 admin/new.php:164 +#: admin/questionnairelist.php:385 admin/questionnairelist.php:386 +#: admin/new.php:167 admin/new.php:169 msgid "Name for questionnaire:" msgstr "" -#: admin/questionnairelist.php:384 admin/new.php:197 +#: admin/questionnairelist.php:389 admin/new.php:202 msgid "Restrict appointments to shifts?" msgstr "" -#: admin/questionnairelist.php:387 admin/new.php:204 +#: admin/questionnairelist.php:392 admin/new.php:209 msgid "Restrict work to shifts?" msgstr "" -#: admin/questionnairelist.php:391 admin/new.php:211 +#: admin/questionnairelist.php:396 admin/new.php:216 msgid "Questionnaire for testing only?" msgstr "" -#: admin/questionnairelist.php:395 admin/new.php:218 +#: admin/questionnairelist.php:400 admin/new.php:223 msgid "Allow operators to generate referrals?" msgstr "" -#: admin/questionnairelist.php:399 admin/new.php:225 +#: admin/questionnairelist.php:404 admin/new.php:230 msgid "Allow for respondent self completion via email invitation?" msgstr "" -#: admin/questionnairelist.php:404 admin/new.php:233 +#: admin/questionnairelist.php:409 admin/new.php:238 msgid "Questionnaire display mode for respondent" msgstr "" -#: admin/questionnairelist.php:407 admin/new.php:236 +#: admin/questionnairelist.php:412 admin/new.php:241 msgid "All in one" msgstr "" -#: admin/questionnairelist.php:408 admin/new.php:237 +#: admin/questionnairelist.php:413 admin/new.php:242 msgid "Question by question" msgstr "" -#: admin/questionnairelist.php:409 admin/new.php:238 +#: admin/questionnairelist.php:414 admin/new.php:243 msgid "Group at a time" msgstr "" -#: admin/questionnairelist.php:414 admin/new.php:243 +#: admin/questionnairelist.php:419 admin/new.php:248 msgid "Limesurvey template for respondent" msgstr "" -#: admin/questionnairelist.php:433 admin/new.php:261 +#: admin/questionnairelist.php:438 admin/new.php:266 msgid "URL to forward respondents on self completion (required)" msgstr "" -#: admin/questionnairelist.php:444 admin/questionnairelist.php:454 -#: admin/questionnairelist.php:464 admin/questionnairelist.php:474 -#: admin/questionnairelist.php:490 admin/questionnairelist.php:500 -#: admin/new.php:297 admin/new.php:307 admin/new.php:317 admin/new.php:327 -#: admin/new.php:339 admin/new.php:349 +#: admin/questionnairelist.php:449 admin/questionnairelist.php:459 +#: admin/questionnairelist.php:469 admin/questionnairelist.php:479 +#: admin/questionnairelist.php:495 admin/questionnairelist.php:505 +#: admin/new.php:302 admin/new.php:312 admin/new.php:322 admin/new.php:332 +#: admin/new.php:344 admin/new.php:354 msgid "Expand/Collapse" msgstr "" -#: admin/questionnairelist.php:445 admin/new.php:298 +#: admin/questionnairelist.php:450 admin/new.php:303 msgid "Respondent selection introduction:" msgstr "" -#: admin/questionnairelist.php:455 admin/new.php:308 +#: admin/questionnairelist.php:460 admin/new.php:313 msgid "Respondent selection project introduction:" msgstr "" -#: admin/questionnairelist.php:465 admin/new.php:318 +#: admin/questionnairelist.php:470 admin/new.php:323 msgid "Respondent selection callback (already started questionnaire):" msgstr "" -#: admin/questionnairelist.php:475 admin/new.php:328 +#: admin/questionnairelist.php:480 admin/new.php:333 msgid "Message to leave on an answering machine:" msgstr "" -#: admin/questionnairelist.php:485 +#: admin/questionnairelist.php:490 msgid "Edit respondent selection instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:491 admin/new.php:340 +#: admin/questionnairelist.php:496 admin/new.php:345 msgid "Project end text (thank you screen):" msgstr "" -#: admin/questionnairelist.php:501 admin/new.php:350 +#: admin/questionnairelist.php:506 admin/new.php:355 msgid "Project information for interviewers/operators:" msgstr "" -#: admin/questionnairelist.php:509 +#: admin/questionnairelist.php:514 msgid "Update Questionnaire" msgstr "" -#: admin/questionnairelist.php:523 +#: admin/questionnairelist.php:528 msgid "Delete Questionnaire" msgstr "" -#: admin/questionnairelist.php:525 +#: admin/questionnairelist.php:530 msgid "Any collected data and the limesurvey instrument will NOT be deleted" msgstr "" -#: admin/questionnairelist.php:526 +#: admin/questionnairelist.php:531 msgid "" "The questionnaire will be deleted from queXS including call history, cases, " "case notes, respondent details, appointments and the links between " "operators, clients and the questionnaire" msgstr "" -#: admin/questionnairelist.php:527 +#: admin/questionnairelist.php:532 msgid "Please confirm you wish to delete the questionnaire" msgstr "" -#: admin/questionnairelist.php:530 +#: admin/questionnairelist.php:535 msgid "Delete this questionnaire" msgstr "" -#: admin/questionnairelist.php:536 admin/index.php:100 admin/new.php:136 -#: admin/new.php:146 +#: admin/questionnairelist.php:541 admin/index.php:114 admin/new.php:141 +#: admin/new.php:151 msgid "Questionnaire management" msgstr "" -#: admin/questionnairelist.php:539 admin/index.php:99 admin/new.php:42 +#: admin/questionnairelist.php:541 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:544 admin/index.php:113 admin/new.php:47 msgid "Create a new questionnaire" msgstr "" -#: admin/questionnairelist.php:557 +#: admin/questionnairelist.php:561 +msgid "Edit Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:562 msgid "Edit Lime survey" msgstr "" -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/databasestrings.php:82 -msgid "Phone number" +#: admin/questionnairelist.php:566 admin/questionnairelist.php:583 +#: admin/questionnairelist.php:587 +msgid "questionnaire" msgstr "" -#: admin/callhistory.php:136 +#: admin/questionnairelist.php:571 admin/index.php:116 +msgid "Pre-fill questionnaire" +msgstr "" + +#: admin/questionnairelist.php:576 +msgid "Delete questionnaire" +msgstr "" + +#: admin/questionnairelist.php:581 +msgid "Outcomes for questionnaire" +msgstr "" + +#: admin/questionnairelist.php:587 admin/index.php:160 +#: admin/dataoutput.php:199 +msgid "Data output" +msgstr "Sortie des données" + +#: admin/questionnairelist.php:592 +msgid "Assigned samples" +msgstr "" + +#: admin/questionnairelist.php:597 admin/index.php:172 +#: admin/casestatus.php:209 +msgid "Case status and assignment" +msgstr "" + +#: admin/callhistory.php:113 admin/callhistory.php:144 msgid "Call History List" msgstr "" -#: admin/callhistory.php:142 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/databasestrings.php:82 +msgid "Phone number" +msgstr "" + +#: admin/callhistory.php:150 msgid "NO Call history records for Your query" msgstr "" -#: admin/callhistory.php:163 +#: admin/callhistory.php:181 msgid "Download Call History List" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "Could not add" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "There may already be a client of this name" msgstr "" -#: admin/clients.php:89 admin/clients.php:174 +#: admin/clients.php:93 admin/clients.php:179 msgid "Add a client" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "" "Adding a client here will allow them to access project information in the " "client subdirectory. You can assign a client to a particular project using " "the" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "Assign client to Questionnaire" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "tool." msgstr "" -#: admin/clients.php:149 +#: admin/clients.php:152 msgid "Enter the username of a client to add:" msgstr "" -#: admin/clients.php:154 +#: admin/clients.php:156 msgid "Enter the password of a client to add:" msgstr "" -#: admin/clients.php:163 +#: admin/clients.php:164 msgid "Enter the first name of a client to add:" msgstr "" -#: admin/clients.php:167 +#: admin/clients.php:168 msgid "Enter the surname of a client to add:" msgstr "" -#: admin/clients.php:171 +#: admin/clients.php:176 msgid "Enter the Time Zone of a client to add:" msgstr "" -#: admin/availability.php:73 +#: admin/availability.php:79 msgid "No time slot group set" msgstr "" -#: admin/availability.php:107 +#: admin/availability.php:113 msgid "Modify time slots" msgstr "" -#: admin/availability.php:132 admin/supervisor.php:449 +#: admin/availability.php:138 admin/supervisor.php:459 msgid "Time slot" msgstr "" -#: admin/availability.php:153 +#: admin/availability.php:159 msgid "Edit Time slot group name" msgstr "" -#: admin/availability.php:176 +#: admin/availability.php:182 msgid "Save changes to time slot group" msgstr "" -#: admin/availability.php:180 +#: admin/availability.php:186 msgid "Delete this time slot group" msgstr "" -#: admin/clientquestionnaire.php:147 admin/clientquestionnaire.php:262 -#: admin/index.php:152 +#: admin/clientquestionnaire.php:152 admin/clientquestionnaire.php:267 +#: admin/index.php:166 msgid "Assign clients to questionnaires" msgstr "" -#: admin/clientquestionnaire.php:238 +#: admin/clientquestionnaire.php:243 msgid "Client" msgstr "" -#: admin/operatorlist.php:60 -msgid "If changing usernames, you must specify a new password" -msgstr "" - -#: admin/operatorlist.php:116 +#: admin/operatorlist.php:127 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Failed to update user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:129 +#: admin/operatorlist.php:144 msgid "Edit Operator settings" msgstr "" -#: admin/operatorlist.php:206 +#: admin/operatorlist.php:221 msgid "leave blank to keep existing password" msgstr "" -#: admin/operatorlist.php:260 +#: admin/operatorlist.php:282 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:369 -msgid "Operator list" +#: admin/operatorlist.php:373 +msgid "Win .bat file" msgstr "" -#: admin/operatorlist.php:379 -msgid "VoIP ON/Off" -msgstr "" - -#: admin/operatorlist.php:380 -msgid "Win file" +#: admin/operatorlist.php:374 +msgid "*nix script file" msgstr "" #: admin/operatorlist.php:381 -msgid "*nix flle" +msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:390 -msgid "Assign to questionnaire" +#: admin/operatorlist.php:383 +msgid "Disable VoIP" msgstr "" #: admin/operatorlist.php:391 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:401 +msgid "VoIP ON/Off" +msgstr "" + +#: admin/operatorlist.php:402 +msgid "Win file" +msgstr "" + +#: admin/operatorlist.php:403 +msgid "*nix flle" +msgstr "" + +#: admin/operatorlist.php:412 +msgid "Assign to questionnaire" +msgstr "" + +#: admin/operatorlist.php:413 msgid "Operator skills" msgstr "" -#: admin/operatorlist.php:396 +#: admin/operatorlist.php:418 msgid "" "Download the file for each user and save in the same folder as the voip.exe " "executable. When the file is executed, it will run the voip.exe program with " "the correct connection details to connect the operator to the VoIP server" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Windows VoIP Client Executable file" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Win file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux VoIP Executable file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux file" msgstr "" -#: admin/centreinfo.php:63 admin/index.php:168 +#: admin/centreinfo.php:68 admin/index.php:182 msgid "Set centre information" msgstr "" -#: admin/centreinfo.php:68 +#: admin/centreinfo.php:73 msgid "Update centre information" msgstr "" -#: admin/import.php:41 +#: admin/import.php:46 msgid "Validating and uploading" msgstr "" -#: admin/import.php:42 admin/import.php:80 admin/import.php:111 +#: admin/import.php:47 admin/import.php:85 admin/import.php:116 msgid "Import sample" msgstr "" -#: admin/import.php:60 +#: admin/import.php:65 msgid "Successfully imported sample" msgstr "" -#: admin/import.php:64 +#: admin/import.php:69 msgid "Error importing file. Please try again" msgstr "" -#: admin/import.php:68 +#: admin/import.php:73 msgid "Error:" msgstr "Erreur :" -#: admin/import.php:68 +#: admin/import.php:73 msgid "" "Please check imported file, go back in your browser and fix the problem" msgstr "" -#: admin/import.php:79 +#: admin/import.php:84 msgid "Select columns to import" msgstr "" -#: admin/import.php:97 admin/import.php:145 admin/assignsample.php:330 +#: admin/import.php:102 admin/import.php:150 admin/assignsample.php:335 msgid "Add sample" msgstr "" -#: admin/import.php:110 +#: admin/import.php:115 msgid "Select file to upload" msgstr "" -#: admin/import.php:127 +#: admin/import.php:132 msgid "Choose the CSV sample file to upload" msgstr "" -#: admin/import.php:135 +#: admin/import.php:140 msgid "Sample description" msgstr "" -#: admin/import.php:137 +#: admin/import.php:142 msgid "Enter new sample name..." msgstr "" -#: admin/index.php:50 +#: admin/index.php:64 msgid "queXS Administration" msgstr "" -#: admin/index.php:67 +#: admin/index.php:81 msgid "Click to Collapse / Expand Sidebar MENU " msgstr "" -#: admin/index.php:75 +#: admin/index.php:89 msgid "Logged as:" msgstr "" -#: admin/index.php:79 +#: admin/index.php:93 msgid "Settings" msgstr "" -#: admin/index.php:80 +#: admin/index.php:94 msgid "Lock Screen" msgstr "" -#: admin/index.php:81 -msgid "Logout" -msgstr "" - -#: admin/index.php:95 +#: admin/index.php:109 msgid "Dashboard" msgstr "" -#: admin/index.php:96 +#: admin/index.php:110 msgid "Questionnairies" msgstr "" -#: admin/index.php:98 admin/new.php:178 admin/new.php:372 +#: admin/index.php:112 admin/new.php:183 admin/new.php:377 msgid "Create an instrument in Limesurvey" msgstr "" -#: admin/index.php:101 admin/new.php:374 +#: admin/index.php:115 admin/new.php:379 msgid "Administer instruments with Limesurvey" msgstr "" -#: admin/index.php:102 -msgid "Pre-fill questionnaire" -msgstr "" - -#: admin/index.php:105 +#: admin/index.php:119 msgid "Samples" msgstr "" -#: admin/index.php:110 +#: admin/index.php:124 msgid "Assign samples to questionnaires" msgstr "" -#: admin/index.php:113 +#: admin/index.php:127 msgid "Time slots and shifts" msgstr "" -#: admin/index.php:122 +#: admin/index.php:136 msgid "Quotas" msgstr "" -#: admin/index.php:124 admin/quota.php:109 +#: admin/index.php:138 admin/quota.php:114 msgid "Quota management" msgstr "" -#: admin/index.php:125 admin/quotarow.php:287 +#: admin/index.php:139 admin/quotarow.php:292 msgid "Quota row management" msgstr "" -#: admin/index.php:128 +#: admin/index.php:142 msgid "Operators" msgstr "" -#: admin/index.php:130 +#: admin/index.php:144 msgid "Add operators to the system" msgstr "" -#: admin/index.php:131 +#: admin/index.php:145 msgid "Operator management" msgstr "" -#: admin/index.php:132 +#: admin/index.php:146 msgid "Extension status" msgstr "" -#: admin/index.php:133 admin/operatorquestionnaire.php:152 -#: admin/operatorquestionnaire.php:267 +#: admin/index.php:147 admin/operatorquestionnaire.php:157 +#: admin/operatorquestionnaire.php:272 msgid "Assign operators to questionnaires" msgstr "" -#: admin/index.php:134 admin/operatorskill.php:270 +#: admin/index.php:148 admin/operatorskill.php:275 msgid "Modify operator skills" msgstr "" -#: admin/index.php:138 +#: admin/index.php:152 msgid "Results" msgstr "" -#: admin/index.php:140 +#: admin/index.php:154 msgid "Display all future appointments" msgstr "" -#: admin/index.php:141 +#: admin/index.php:155 msgid "Sample call attempts report" msgstr "" -#: admin/index.php:142 index.php:250 index_interface2.php:267 -msgid "Call history" -msgstr "Historique des appels" - -#: admin/index.php:143 admin/shiftreport.php:61 +#: admin/index.php:157 admin/shiftreport.php:67 msgid "Shift reports" msgstr "" -#: admin/index.php:145 +#: admin/index.php:159 msgid "Questionnaire outcomes" msgstr "" -#: admin/index.php:146 admin/dataoutput.php:193 -msgid "Data output" -msgstr "Sortie des données" - -#: admin/index.php:149 +#: admin/index.php:163 msgid "Clients" msgstr "" -#: admin/index.php:151 +#: admin/index.php:165 msgid "Add clients to the system" msgstr "" -#: admin/index.php:155 +#: admin/index.php:169 msgid "Supervisor functions" msgstr "" -#: admin/index.php:157 admin/supervisor.php:120 +#: admin/index.php:171 admin/supervisor.php:125 msgid "Assign outcomes to cases" msgstr "" -#: admin/index.php:158 admin/casestatus.php:204 -msgid "Case status and assignment" -msgstr "" - -#: admin/index.php:162 +#: admin/index.php:176 msgid "System settings" msgstr "Configuration du système" -#: admin/index.php:164 +#: admin/index.php:178 msgid "Set default timezone list" msgstr "" -#: admin/index.php:165 +#: admin/index.php:179 msgid "Manage Time slots" msgstr "" -#: admin/index.php:166 admin/shifttemplate.php:94 +#: admin/index.php:180 admin/shifttemplate.php:99 msgid "Set default shift times" msgstr "" -#: admin/index.php:170 +#: admin/index.php:184 msgid "System wide case sorting" msgstr "" -#: admin/index.php:177 admin/index.php:185 +#: admin/index.php:191 admin/index.php:199 msgid "VoIP" msgstr "" -#: admin/index.php:179 +#: admin/index.php:193 msgid "Start and monitor VoIP" msgstr "" -#: admin/index.php:185 -msgid "Disabled" -msgstr "" - -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Call attempts made" msgstr "" -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Number of cases" msgstr "" -#: admin/samplecallattempts.php:184 +#: admin/samplecallattempts.php:190 msgid "Sample call attempt" msgstr "" -#: admin/samplecallattempts.php:186 admin/dataoutput.php:195 -#: admin/operatorperformance.php:73 admin/shiftreport.php:65 +#: admin/samplecallattempts.php:192 admin/dataoutput.php:201 +#: admin/operatorperformance.php:78 admin/shiftreport.php:71 msgid "Please select a questionnaire" msgstr "" -#: admin/samplecallattempts.php:189 +#: admin/samplecallattempts.php:195 msgid "Overall" msgstr "Tous" -#: admin/samplecallattempts.php:198 admin/dataoutput.php:211 +#: admin/samplecallattempts.php:204 admin/dataoutput.php:217 msgid "Please select a sample" msgstr "" -#: admin/samplecallattempts.php:209 +#: admin/samplecallattempts.php:215 msgid "Please select a quota" msgstr "" -#: admin/samplecallattempts.php:215 +#: admin/samplecallattempts.php:221 msgid "No calls for this quota" msgstr "" -#: admin/samplecallattempts.php:219 +#: admin/samplecallattempts.php:225 msgid "No calls for this sample" msgstr "" -#: admin/samplecallattempts.php:224 +#: admin/samplecallattempts.php:230 msgid "No calls for this questionnaire" msgstr "" -#: admin/casesbyoutcome.php:52 +#: admin/casesbyoutcome.php:57 msgid "Cases by outcome" msgstr "" -#: admin/casesbyoutcome.php:72 admin/supervisor.php:297 +#: admin/casesbyoutcome.php:77 admin/supervisor.php:307 msgid "Project" msgstr "Projet" -#: admin/casesbyoutcome.php:78 +#: admin/casesbyoutcome.php:83 msgid "Sample:" msgstr "" -#: admin/casesbyoutcome.php:93 admin/supervisor.php:299 +#: admin/casesbyoutcome.php:98 admin/supervisor.php:309 msgid "Current outcome:" msgstr "" -#: admin/casesbyoutcome.php:107 +#: admin/casesbyoutcome.php:112 msgid "No cases with this outcome" msgstr "" -#: admin/casesbyoutcome.php:114 +#: admin/casesbyoutcome.php:119 msgid "Error with input" msgstr "" -#: admin/quota.php:135 admin/quotarow.php:310 +#: admin/quota.php:140 admin/quotarow.php:315 msgid "No samples assigned to this questionnaire." msgstr "" -#: admin/quota.php:143 +#: admin/quota.php:148 msgid "Current quotas" msgstr "" -#: admin/quota.php:155 +#: admin/quota.php:160 msgid "Currently no quotas" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "Stop calling this sample when:" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "for" msgstr "pour" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "completions" msgstr "" -#: admin/quota.php:164 +#: admin/quota.php:169 msgid "Quota reached" msgstr "" -#: admin/quota.php:166 +#: admin/quota.php:171 msgid "Quota not yet reached" msgstr "" -#: admin/quota.php:168 +#: admin/quota.php:173 msgid "Current completions: " msgstr "" -#: admin/quota.php:176 +#: admin/quota.php:181 msgid "Select a question for the quota" msgstr "" -#: admin/quota.php:205 +#: admin/quota.php:210 msgid "Enter the details for creating the quota:" msgstr "" -#: admin/quota.php:210 admin/quotarow.php:454 admin/quotarow.php:535 +#: admin/quota.php:215 admin/quotarow.php:459 admin/quotarow.php:540 msgid "The type of comparison" msgstr "" -#: admin/quota.php:220 admin/quotarow.php:455 +#: admin/quota.php:225 admin/quotarow.php:460 msgid "The code value to compare" msgstr "" -#: admin/quota.php:223 admin/quotarow.php:391 admin/quotarow.php:595 +#: admin/quota.php:228 admin/quotarow.php:396 admin/quotarow.php:600 msgid "The number of completions to stop calling at" msgstr "" -#: admin/quota.php:230 +#: admin/quota.php:235 msgid "Add quota" msgstr "" -#: admin/quota.php:236 admin/quotarow.php:461 +#: admin/quota.php:241 admin/quotarow.php:466 msgid "Code values for this question" msgstr "" -#: admin/quota.php:248 admin/quotarow.php:476 +#: admin/quota.php:253 admin/quotarow.php:481 msgid "No labels defined for this question" msgstr "" -#: admin/quota.php:250 admin/quotarow.php:478 +#: admin/quota.php:255 admin/quotarow.php:483 msgid "Code value" msgstr "" -#: admin/assignsample.php:182 +#: admin/assignsample.php:187 msgid "Edit assignment parameters" msgstr "" -#: admin/assignsample.php:183 admin/assignsample.php:252 +#: admin/assignsample.php:188 admin/assignsample.php:257 msgid "Assign samples to questionnaire: " msgstr "" -#: admin/assignsample.php:214 admin/assignsample.php:279 -#: admin/assignsample.php:302 +#: admin/assignsample.php:219 admin/assignsample.php:284 +#: admin/assignsample.php:307 msgid "Max calls" msgstr "" -#: admin/assignsample.php:216 admin/assignsample.php:219 -#: admin/assignsample.php:304 admin/assignsample.php:308 +#: admin/assignsample.php:221 admin/assignsample.php:224 +#: admin/assignsample.php:270 admin/assignsample.php:271 +#: admin/assignsample.php:309 admin/assignsample.php:313 msgid "Unlimited" msgstr "" -#: admin/assignsample.php:217 admin/assignsample.php:279 -#: admin/assignsample.php:306 +#: admin/assignsample.php:222 admin/assignsample.php:284 +#: admin/assignsample.php:311 msgid "Max call attempts" msgstr "" -#: admin/assignsample.php:220 admin/assignsample.php:310 +#: admin/assignsample.php:225 admin/assignsample.php:315 msgid "Number of answering machine messages to leave per case" msgstr "" -#: admin/assignsample.php:222 admin/assignsample.php:312 +#: admin/assignsample.php:227 admin/assignsample.php:273 +#: admin/assignsample.php:317 msgid "Never" msgstr "" -#: admin/assignsample.php:223 admin/assignsample.php:314 +#: admin/assignsample.php:228 admin/assignsample.php:319 msgid "Select from sample randomly?" msgstr "" -#: admin/assignsample.php:225 admin/assignsample.php:316 +#: admin/assignsample.php:230 admin/assignsample.php:321 msgid "Sequentially" msgstr "" -#: admin/assignsample.php:226 admin/assignsample.php:279 -#: admin/assignsample.php:318 +#: admin/assignsample.php:231 admin/assignsample.php:284 +#: admin/assignsample.php:323 msgid "Allow new numbers to be drawn?" msgstr "" -#: admin/assignsample.php:251 +#: admin/assignsample.php:256 msgid "List & Add Sample" msgstr "" -#: admin/assignsample.php:262 +#: admin/assignsample.php:267 msgid "Samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:272 +msgid "Sequential" +msgstr "" + +#: admin/assignsample.php:272 +msgid "Random" +msgstr "" + +#: admin/assignsample.php:284 msgid "Answering machine messages" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Selection type" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Unassign sample" msgstr "" -#: admin/assignsample.php:281 +#: admin/assignsample.php:286 msgid "No samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:295 +#: admin/assignsample.php:300 msgid "Add a sample to this questionnaire:" msgstr "" -#: admin/assignsample.php:298 +#: admin/assignsample.php:303 msgid "Select sample:" msgstr "" -#: admin/assignsample.php:324 +#: admin/assignsample.php:329 msgid "" "Generate cases for all sample records and set outcome to 'Self completion " "email invitation sent'? (Ideal if you intend to send an email invitation to " "sample members before attempting to call using queXS)" msgstr "" -#: admin/supervisor.php:126 respondent.php:101 contactdetails.php:98 +#: admin/supervisor.php:131 respondent.php:107 contactdetails.php:104 msgid "Case id:" msgstr "" -#: admin/supervisor.php:127 +#: admin/supervisor.php:132 msgid "Enter a case id" msgstr "" -#: admin/supervisor.php:128 +#: admin/supervisor.php:133 msgid "Select case" msgstr "" -#: admin/supervisor.php:142 admin/new.php:177 admin/new.php:373 -msgid "or" -msgstr "" - -#: admin/supervisor.php:142 +#: admin/supervisor.php:152 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:152 +#: admin/supervisor.php:162 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:166 admin/new.php:359 -msgid "Cancel" -msgstr "" - -#: admin/supervisor.php:167 admin/supervisor.php:539 call_interface2.php:306 +#: admin/supervisor.php:177 admin/supervisor.php:549 call_interface2.php:311 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:305 +#: admin/supervisor.php:315 msgid "Sample details" msgstr "" -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Time NOW" msgstr "" -#: admin/supervisor.php:343 +#: admin/supervisor.php:353 msgid "No sample data for this case" msgstr "" -#: admin/supervisor.php:348 admin/displayappointments.php:240 -#: admin/databasestrings.php:68 index.php:268 index_interface2.php:285 +#: admin/supervisor.php:358 admin/displayappointments.php:245 +#: admin/databasestrings.php:68 index.php:273 index_interface2.php:291 msgid "Appointments" msgstr "Rendez-vous" -#: admin/supervisor.php:354 -msgid "Not yet called" -msgstr "" - -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Current outcome" msgstr "" -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Operator who called" msgstr "" -#: admin/supervisor.php:375 +#: admin/supervisor.php:385 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:393 +#: admin/supervisor.php:396 +msgid "Change outcome" +msgstr "" + +#: admin/supervisor.php:403 msgid "Call list" msgstr "" -#: admin/supervisor.php:448 +#: admin/supervisor.php:458 msgid "Call attempts by timeslot" msgstr "" -#: admin/supervisor.php:449 admin/casestatus.php:116 +#: admin/supervisor.php:459 admin/casestatus.php:121 msgid "Call attempts" msgstr "" -#: admin/supervisor.php:452 +#: admin/supervisor.php:462 msgid "Time slots NOT defined" msgstr "" -#: admin/supervisor.php:459 +#: admin/supervisor.php:469 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:471 +#: admin/supervisor.php:481 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:481 +#: admin/supervisor.php:491 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:483 +#: admin/supervisor.php:493 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:488 +#: admin/supervisor.php:498 msgid "Availability groups" msgstr "" -#: admin/supervisor.php:516 +#: admin/supervisor.php:526 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:527 +#: admin/supervisor.php:537 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:545 admin/supervisor.php:550 +#: admin/supervisor.php:555 admin/supervisor.php:560 msgid "Deidentify" msgstr "" -#: admin/supervisor.php:546 +#: admin/supervisor.php:556 msgid "Remove all sample details and contact numbers from this case" msgstr "" -#: admin/supervisor.php:556 +#: admin/supervisor.php:566 msgid "Case does not exist" msgstr "" -#: admin/quotarow.php:313 +#: admin/quotarow.php:318 msgid "To quota report" msgstr "" -#: admin/quotarow.php:385 +#: admin/quotarow.php:390 msgid "To Row quotas" msgstr "" -#: admin/quotarow.php:391 admin/quotarow.php:593 +#: admin/quotarow.php:396 admin/quotarow.php:598 msgid "Describe this quota" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:594 +#: admin/quotarow.php:397 admin/quotarow.php:599 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:596 +#: admin/quotarow.php:397 admin/quotarow.php:601 msgid "" "Should the priority be automatically updated based on the number of " "completions in this quota?" msgstr "" -#: admin/quotarow.php:408 +#: admin/quotarow.php:413 msgid "Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "Currently NO Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "" "All completed responses that match the sample criteria below will be counted " "towards the quota" msgstr "" -#: admin/quotarow.php:417 +#: admin/quotarow.php:422 msgid "" "Only completed responses that have answered the following will be counted" msgstr "" -#: admin/quotarow.php:418 +#: admin/quotarow.php:423 msgid "SGQ code" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 +#: admin/quotarow.php:423 admin/quotarow.php:509 msgid "Comparison" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 admin/quotarow.php:536 -#: respondent.php:169 contactdetails.php:163 +#: admin/quotarow.php:423 admin/quotarow.php:509 admin/quotarow.php:541 +#: respondent.php:175 contactdetails.php:169 msgid "Value" msgstr "Valeur" -#: admin/quotarow.php:447 +#: admin/quotarow.php:452 msgid "Add restriction based on answered questions" msgstr "" -#: admin/quotarow.php:448 +#: admin/quotarow.php:453 msgid "Select Question" msgstr "" -#: admin/quotarow.php:495 +#: admin/quotarow.php:462 admin/quotarow.php:558 +msgid "Add restriction" +msgstr "" + +#: admin/quotarow.php:500 msgid "Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "Currently NO Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "This sample will be limited to number of completions set in quota" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "" "Caling cases for this sample will be stopped when the quota is reached" msgstr "" -#: admin/quotarow.php:503 +#: admin/quotarow.php:508 msgid "" "Completed responses that have the following sample details will be counted " "towards the quota and excluded when the quota is reached" msgstr "" -#: admin/quotarow.php:504 +#: admin/quotarow.php:509 msgid "Sample var ID" msgstr "" -#: admin/quotarow.php:527 +#: admin/quotarow.php:532 msgid "Add restriction based on sample records" msgstr "" -#: admin/quotarow.php:529 +#: admin/quotarow.php:534 msgid "Sample record" msgstr "" -#: admin/quotarow.php:576 +#: admin/quotarow.php:581 msgid "Currently no row quotas" msgstr "" -#: admin/quotarow.php:581 +#: admin/quotarow.php:586 msgid "Current row quotas" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Priority" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Select" msgstr "" -#: admin/quotarow.php:590 admin/quotarow.php:597 +#: admin/quotarow.php:589 +msgid "Export selected" +msgstr "" + +#: admin/quotarow.php:591 +msgid "Delete selected" +msgstr "" + +#: admin/quotarow.php:595 admin/quotarow.php:602 msgid "Add row quota" msgstr "" -#: admin/quotarow.php:602 admin/quotarow.php:610 +#: admin/quotarow.php:607 admin/quotarow.php:615 msgid "Import row quota" msgstr "" -#: admin/quotarow.php:608 +#: admin/quotarow.php:613 msgid "Choose the CSV row quota file to import:" msgstr "" -#: admin/operatorskill.php:147 +#: admin/operatorskill.php:152 msgid "Assign operators to Skills" msgstr "" -#: admin/operatorskill.php:149 +#: admin/operatorskill.php:154 msgid "" "Set which types of cases will be made available to each operator. " "Please note that all operators will be allowed to assign all possible " @@ -3006,140 +3203,156 @@ msgid "" "operator." msgstr "" -#: admin/dataoutput.php:70 +#: admin/dataoutput.php:76 msgid "ALL" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Current Outcome" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Number of calls" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "DATE/TIME Last number dialled" msgstr "" -#: admin/dataoutput.php:209 +#: admin/dataoutput.php:215 msgid "Download data for this questionnaire via Limesurvey" msgstr "" -#: admin/dataoutput.php:218 +#: admin/dataoutput.php:224 msgid "Download data for this sample via Limesurvey" msgstr "" -#: admin/dataoutput.php:226 +#: admin/dataoutput.php:232 msgid "Download key file: select sample var" msgstr "" -#: admin/dataoutput.php:233 +#: admin/dataoutput.php:239 msgid "Download complete key file" msgstr "" -#: admin/dataoutput.php:236 +#: admin/dataoutput.php:242 msgid "Download complete sample file with current outcomes" msgstr "" -#: admin/operatorperformance.php:66 +#: admin/operatorperformance.php:71 msgid "Operator Performance" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 -#: admin/casestatus.php:116 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +#: admin/casestatus.php:121 msgid "Calls" msgstr "Appels" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Total time" msgstr "Temps total" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Call time" msgstr "Heure de l'appel" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions p/h" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Calls p/h" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Effectiveness" msgstr "" -#: admin/operatorperformance.php:96 admin/shiftreport.php:72 +#: admin/operatorperformance.php:93 +msgid "till" +msgstr "" + +#: admin/operatorperformance.php:101 admin/shiftreport.php:78 msgid "Please select a shift" msgstr "" -#: admin/shiftreport.php:92 +#: admin/shiftreport.php:98 msgid "Reports for this shift" msgstr "" -#: admin/shiftreport.php:104 +#: admin/shiftreport.php:110 msgid "Report" msgstr "Rapport" -#: admin/shiftreport.php:107 +#: admin/shiftreport.php:113 msgid "Create new report for this shift" msgstr "" -#: admin/shiftreport.php:113 +#: admin/shiftreport.php:119 msgid "Enter report for this shift" msgstr "" -#: admin/shiftreport.php:117 +#: admin/shiftreport.php:123 msgid "Add report" msgstr "" -#: admin/shiftreport.php:153 +#: admin/shiftreport.php:159 msgid "This report does not exist in the database" msgstr "" -#: admin/shiftreport.php:158 +#: admin/shiftreport.php:164 msgid "Edit report for this shift" msgstr "" -#: admin/shiftreport.php:163 +#: admin/shiftreport.php:169 msgid "Modify report" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:87 admin/casestatus.php:88 +msgid "Available" +msgstr "" + +#: admin/casestatus.php:89 +msgid "minutes" +msgstr "" + +#: admin/casestatus.php:100 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:121 msgid "Available in" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Assigned to" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Order" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "Assign selected cases to" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "operator" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign cases to operator queue" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign" msgstr "" -#: admin/casestatus.php:212 +#: admin/casestatus.php:217 msgid "INFORMATION" msgstr "" -#: admin/casestatus.php:215 +#: admin/casestatus.php:220 msgid "" "List cases by questionnaire and sample with the ability to assign them to be " "called next in a queue by a particular operator.
If you assign cases to " @@ -3147,233 +3360,261 @@ msgid "" "soon as the operator is available." msgstr "" -#: admin/casestatus.php:218 +#: admin/casestatus.php:223 msgid "OK" msgstr "" -#: admin/shifttemplate.php:109 +#: admin/shifttemplate.php:114 msgid "" "Enter standard shift start and end times for each day of the week in local " "time" msgstr "" -#: admin/shifttemplate.php:150 +#: admin/shifttemplate.php:155 msgid "Save changes to shifts" msgstr "" -#: admin/extensionstatus.php:101 +#: admin/extensionstatus.php:106 msgid "" "Failed to add extension. There already may be an extension of this name" msgstr "" -#: admin/extensionstatus.php:133 +#: admin/extensionstatus.php:138 msgid "Extensions & status" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Edit extension" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Add an extension" msgstr "" -#: admin/extensionstatus.php:191 +#: admin/extensionstatus.php:196 msgid "Extension name: " msgstr "" -#: admin/extensionstatus.php:192 +#: admin/extensionstatus.php:197 msgid "such as SIP/1000" msgstr "" -#: admin/extensionstatus.php:195 +#: admin/extensionstatus.php:200 msgid "Extension password: " msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid "Enter New Password" msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid " or " msgstr "" -#: admin/extensionstatus.php:197 +#: admin/extensionstatus.php:202 msgid "New password" msgstr "" -#: admin/extensionstatus.php:198 +#: admin/extensionstatus.php:203 msgid "characters long" msgstr "" -#: admin/extensionstatus.php:202 admin/extensionstatus.php:263 +#: admin/extensionstatus.php:207 admin/extensionstatus.php:268 msgid "Add extension" msgstr "" -#: admin/extensionstatus.php:211 +#: admin/extensionstatus.php:216 msgid "Delete extension" msgstr "" -#: admin/extensionstatus.php:214 +#: admin/extensionstatus.php:219 msgid "Unassign the operator from this extension to be able to delete it" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:229 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:229 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:433 +msgid "Requesting call" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:454 +msgid "Requires coding" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:262 msgid "Assignment" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "VoIP Status" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Call state" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Time on call" msgstr "" -#: admin/extensionstatus.php:261 +#: admin/extensionstatus.php:266 msgid "No extensions" msgstr "" -#: admin/displayappointments.php:117 +#: admin/displayappointments.php:122 msgid "Now modify case outcome" msgstr "" -#: admin/displayappointments.php:119 +#: admin/displayappointments.php:124 msgid "" "The appointment has been deleted. Now you must modify the case outcome" msgstr "" -#: admin/displayappointments.php:120 +#: admin/displayappointments.php:125 msgid "Modify case outcome" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Create NEW appointment" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Edit appointment" msgstr "" -#: admin/displayappointments.php:191 +#: admin/displayappointments.php:196 msgid "Contact phone" msgstr "" -#: admin/displayappointments.php:198 +#: admin/displayappointments.php:203 msgid "" "ATTENTION! Keep in mind that you're setting 'Start' & 'End' appoinment " "times in RESPONDENT LOCAL TIME !!!" msgstr "" -#: admin/displayappointments.php:200 +#: admin/displayappointments.php:205 msgid "Respondent TimeZone" msgstr "" -#: admin/displayappointments.php:202 +#: admin/displayappointments.php:207 msgid "Respondent Time" msgstr "" -#: admin/displayappointments.php:222 -msgid "Any operator" -msgstr "" - -#: admin/displayappointments.php:229 +#: admin/displayappointments.php:234 msgid "Cancel edit" msgstr "" -#: admin/displayappointments.php:233 +#: admin/displayappointments.php:238 msgid "Delete this appointment" msgstr "" -#: admin/displayappointments.php:241 +#: admin/displayappointments.php:246 msgid "Display Appointments" msgstr "" -#: admin/displayappointments.php:242 +#: admin/displayappointments.php:247 msgid "All appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:258 +#: admin/displayappointments.php:263 msgid "Created by" msgstr "" -#: admin/displayappointments.php:260 +#: admin/displayappointments.php:265 msgid "No future appointments" msgstr "" -#: admin/displayappointments.php:262 +#: admin/displayappointments.php:267 msgid "Missed appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:279 +#: admin/displayappointments.php:284 msgid "No appointments missed" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "Successfully inserted" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "with ID" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "linked to survey" msgstr "" -#: admin/new.php:105 +#: admin/new.php:110 msgid "Error: Failed to insert questionnaire" msgstr "" -#: admin/new.php:135 +#: admin/new.php:140 msgid "Create another ?" msgstr "" -#: admin/new.php:136 +#: admin/new.php:141 msgid "No, Thank you, go to" msgstr "" -#: admin/new.php:146 +#: admin/new.php:151 msgid "Go to" msgstr "" -#: admin/new.php:164 +#: admin/new.php:169 msgid "Enter New questionnaire name.." msgstr "" -#: admin/new.php:169 +#: admin/new.php:174 msgid "Select limesurvey instrument:" msgstr "" -#: admin/new.php:173 admin/new.php:190 +#: admin/new.php:178 admin/new.php:195 msgid "Survey" msgstr "" -#: admin/new.php:183 +#: admin/new.php:188 msgid "Respondent selection type:" msgstr "" -#: admin/new.php:186 +#: admin/new.php:191 msgid "No respondent selection (go straight to questionnaire)" msgstr "" -#: admin/new.php:187 +#: admin/new.php:192 msgid "Use basic respondent selection text (below)" msgstr "" -#: admin/new.php:362 +#: admin/new.php:367 msgid "Create Questionnaire" msgstr "" -#: admin/new.php:371 +#: admin/new.php:376 msgid "NO active Lime surveys available" msgstr "" -#: admin/databasestrings.php:32 rs_intro_interface2.php:76 +#: admin/databasestrings.php:32 rs_intro_interface2.php:82 msgid "Not attempted or worked" msgstr "" @@ -3381,7 +3622,7 @@ msgstr "" msgid "No answer" msgstr "Aucune réponse" -#: admin/databasestrings.php:34 rs_intro_interface2.php:79 +#: admin/databasestrings.php:34 rs_intro_interface2.php:85 msgid "Technical phone problems" msgstr "" @@ -3437,7 +3678,7 @@ msgstr "" msgid "Business, government office, other organization" msgstr "" -#: admin/databasestrings.php:48 rs_intro_interface2.php:84 +#: admin/databasestrings.php:48 rs_intro_interface2.php:90 msgid "No eligible respondent" msgstr "" @@ -3493,7 +3734,7 @@ msgstr "" msgid "Out of sample" msgstr "" -#: admin/databasestrings.php:62 rs_intro_interface2.php:85 +#: admin/databasestrings.php:62 rs_intro_interface2.php:91 msgid "Non contact" msgstr "" @@ -3597,10 +3838,6 @@ msgstr "" msgid "Self completion email invitation sent" msgstr "" -#: admin/databasestrings.php:90 -msgid "Self completed online" -msgstr "" - #: admin/databasestrings.php:91 msgid "Max call attempts reached (Eligible)" msgstr "" @@ -3617,306 +3854,306 @@ msgstr "" msgid "Max calls reached (Unknown eligibility)" msgstr "" -#: call_interface2.php:116 +#: call_interface2.php:121 msgid "CONTACTED" msgstr "" -#: call_interface2.php:117 +#: call_interface2.php:122 msgid "NOT CONTACTED" msgstr "" -#: call_interface2.php:192 call_interface2.php:221 call_interface2.php:253 -#: call_interface2.php:257 call_interface2.php:275 call_interface2.php:354 -#: call_interface2.php:425 call.php:191 call.php:211 call.php:227 call.php:258 -#: call.php:306 call.php:377 +#: call_interface2.php:197 call_interface2.php:226 call_interface2.php:258 +#: call_interface2.php:262 call_interface2.php:280 call_interface2.php:359 +#: call_interface2.php:430 call.php:197 call.php:217 call.php:233 call.php:264 +#: call.php:312 call.php:383 msgid "Call" msgstr "Appel" -#: call_interface2.php:313 call.php:265 +#: call_interface2.php:318 call.php:271 msgid "Not on a call" msgstr "" -#: call_interface2.php:325 call_interface2.php:441 call_interface2.php:446 -#: call_interface2.php:462 call_interface2.php:468 call.php:277 call.php:393 -#: call.php:398 call.php:414 call.php:420 +#: call_interface2.php:330 call_interface2.php:446 call_interface2.php:451 +#: call_interface2.php:467 call_interface2.php:473 call.php:283 call.php:399 +#: call.php:404 call.php:420 call.php:426 msgid "End case" msgstr "" -#: call_interface2.php:350 call.php:302 +#: call_interface2.php:355 call.php:308 msgid "Press the call button to dial the number for this appointment:" msgstr "" "Appuyer sur le bouton d'appel pour composer le numéro de votre rendez-vous :" -#: call_interface2.php:353 call.php:305 +#: call_interface2.php:358 call.php:311 msgid "Number to call:" msgstr "Numéro à appeler :" -#: call_interface2.php:357 call_interface2.php:428 call.php:309 call.php:380 +#: call_interface2.php:362 call_interface2.php:433 call.php:315 call.php:386 msgid "" "Your VoIP extension is not enabled. Please close this window and enable VoIP " "by clicking once on the red button that says 'VoIP Off'" msgstr "" -#: call_interface2.php:418 call.php:370 +#: call_interface2.php:423 call.php:376 msgid "Select phone number to dial:" msgstr "Sélectionner le numéro à composer" -#: call_interface2.php:433 call_interface2.php:467 call.php:385 call.php:419 +#: call_interface2.php:438 call_interface2.php:472 call.php:391 call.php:425 msgid "The last call completed this call attempt" msgstr "" -#: call_interface2.php:437 call_interface2.php:460 call.php:389 call.php:412 +#: call_interface2.php:442 call_interface2.php:465 call.php:395 call.php:418 msgid "Enter a reason for this outcome before completing this case:" msgstr "" "Indiquer la raison de l'échec de l'appel avant de terminer ce dossier" -#: call_interface2.php:482 call.php:451 +#: call_interface2.php:487 call.php:457 msgid "Assign outcome" msgstr "" -#: call_interface2.php:487 call.php:455 +#: call_interface2.php:492 call.php:461 msgid "Error: Close window" msgstr "Erreur : fermer la fenêtre" -#: rs_answeringmachine.php:64 rs_answeringmachine_interface2.php:64 +#: rs_answeringmachine.php:70 rs_answeringmachine_interface2.php:70 msgid "Respondent Selection - Answering machine" msgstr "" -#: rs_answeringmachine.php:78 rs_answeringmachine_interface2.php:78 +#: rs_answeringmachine.php:84 rs_answeringmachine_interface2.php:84 msgid "Do not leave a message, please hang up" msgstr "" -#: rs_answeringmachine.php:81 rs_answeringmachine_interface2.php:81 +#: rs_answeringmachine.php:87 rs_answeringmachine_interface2.php:87 msgid "End call with outcome: Business answering machine" msgstr "" -#: rs_answeringmachine.php:86 rs_answeringmachine_interface2.php:86 +#: rs_answeringmachine.php:92 rs_answeringmachine_interface2.php:92 msgid "End call with outcome: Answering machine Message left" msgstr "" -#: rs_answeringmachine.php:90 rs_answeringmachine_interface2.php:90 +#: rs_answeringmachine.php:96 rs_answeringmachine_interface2.php:96 msgid "End call with outcome: Answering machine No message left" msgstr "" -#: rs_business.php:55 rs_business_interface2.php:55 +#: rs_business.php:61 rs_business_interface2.php:61 msgid "Respondent Selection - Business answers" msgstr "" -#: rs_business.php:59 rs_business_interface2.php:59 +#: rs_business.php:65 rs_business_interface2.php:65 msgid "Sorry to bother you, I have called the wrong number" msgstr "" -#: rs_business.php:61 rs_business_interface2.php:61 +#: rs_business.php:67 rs_business_interface2.php:67 msgid "End call with outcome: Business number" msgstr "" -#: call.php:427 -msgid "Requesting call" -msgstr "" - -#: call.php:428 call.php:435 +#: call.php:434 call.php:441 msgid "Call Answered" msgstr "Appel répondu" -#: call.php:442 +#: call.php:448 msgid "Not Answered" msgstr "Non répondu" -#: call.php:448 -msgid "Requires coding" -msgstr "" - -#: index.php:164 nocallavailable.php:83 +#: index.php:169 nocallavailable.php:88 msgid "Call/Hangup" msgstr "" -#: index.php:165 supervisor.php:52 -msgid "Supervisor" -msgstr "Superviseur" - -#: index.php:169 index_interface2.php:230 +#: index.php:174 index_interface2.php:236 msgid "Arrow for expanding or contracting" msgstr "" -#: index.php:170 +#: index.php:175 msgid "Restart" msgstr "" -#: index.php:223 index_interface2.php:242 +#: index.php:228 index_interface2.php:248 msgid "Notes" msgstr "Notes" -#: index.php:241 index_interface2.php:258 contactdetails.php:70 +#: index.php:246 index_interface2.php:264 contactdetails.php:76 msgid "Contact details" msgstr "Détails du contact" -#: index.php:285 index_interface2.php:302 +#: index.php:290 index_interface2.php:308 msgid "Work history" msgstr "" -#: index.php:293 index_interface2.php:310 project_info.php:61 +#: index.php:298 index_interface2.php:316 project_info.php:67 msgid "Project information" msgstr "Informations du projet" -#: index.php:309 index_interface2.php:319 +#: index.php:314 index_interface2.php:325 msgid "Info" msgstr "Informations" -#: rs_intro_interface2.php:74 +#: rs_intro_interface2.php:80 msgid "End call with outcome:" msgstr "" -#: rs_intro_interface2.php:77 +#: rs_intro_interface2.php:83 msgid "Not Contacted" msgstr "" -#: rs_intro_interface2.php:78 +#: rs_intro_interface2.php:84 msgid "No answer (ring out or busy) " msgstr "" -#: rs_intro_interface2.php:80 +#: rs_intro_interface2.php:86 msgid "Accidental hang up" msgstr "" -#: rs_intro_interface2.php:81 +#: rs_intro_interface2.php:87 msgid "Contacted" msgstr "" -#: rs_intro_interface2.php:82 +#: rs_intro_interface2.php:88 msgid "Refusal by respondent" msgstr "" -#: rs_intro_interface2.php:83 +#: rs_intro_interface2.php:89 msgid "Refusal by unknown person" msgstr "" -#: rs_intro_interface2.php:84 +#: rs_intro_interface2.php:90 msgid "No eligible respondent (person never available on this number)" msgstr "" -#: rs_intro_interface2.php:85 +#: rs_intro_interface2.php:91 msgid "" "Non contact (person not currently available on this number: no appointment " "made)" msgstr "" -#: rs_intro_interface2.php:86 +#: rs_intro_interface2.php:92 msgid "Out of sample (already completed in another mode)" msgstr "" -#: respondent.php:70 +#: respondent.php:76 msgid "Respondent Selector" msgstr "" -#: respondent.php:102 contactdetails.php:99 +#: respondent.php:108 contactdetails.php:105 msgid "Respondent:" msgstr "" -#: respondent.php:165 +#: respondent.php:171 msgid "Show details" msgstr "Afficher les détails" -#: respondent.php:169 contactdetails.php:163 +#: respondent.php:175 contactdetails.php:169 msgid "Var" msgstr "Var" -#: shifts.php:57 +#: shifts.php:63 msgid "Shift List" msgstr "" -#: shifts.php:80 +#: shifts.php:86 msgid "No shifts for this project" msgstr "" -#: shifts.php:101 +#: shifts.php:107 msgid "No future shifts scheduled" msgstr "" -#: display/index.php:111 -msgid "Display" -msgstr "Écran" - -#: supervisor.php:61 +#: supervisor.php:67 msgid "Please wait till you have ended this call to call the supervisor" msgstr "" -#: supervisor.php:105 +#: supervisor.php:111 msgid "You may now close this window" msgstr "" -#: supervisor.php:110 +#: supervisor.php:116 msgid "Calling the supervisor, you may close this window" msgstr "" -#: supervisor.php:115 +#: supervisor.php:121 msgid "" "Click here to call the supervisor's phone. Otherwise close this window" msgstr "" -#: supervisor.php:116 +#: supervisor.php:122 msgid "Hangup when calling the supervisor" msgstr "" -#: supervisor.php:121 +#: supervisor.php:127 msgid "Try calling the supervisor" msgstr "" -#: supervisor.php:128 +#: supervisor.php:134 msgid "" "Please wait for this call to answer before attempting to call the supervisor" msgstr "" -#: endwork.php:45 +#: endwork.php:51 msgid "End of work" msgstr "Fin du travail" -#: endwork.php:52 +#: endwork.php:58 msgid "Work has ended. That is it" msgstr "Travail terminé" -#: endwork.php:70 +#: endwork.php:76 msgid "You have been unassigned from your extension" msgstr "" -#: endwork.php:75 +#: endwork.php:81 msgid "Go back to work" msgstr "Retour au travail" -#: nocallavailable.php:80 +#: nocallavailable.php:85 msgid "No call available" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "Please click on:" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "to display call script" msgstr "" -#: nocallavailable.php:216 +#: nocallavailable.php:182 +msgid "Will dial in" +msgstr "" + +#: nocallavailable.php:183 +msgid "Dialling now" +msgstr "" + +#: nocallavailable.php:189 +msgid "Will end case in" +msgstr "" + +#: nocallavailable.php:190 +msgid "Ending case now" +msgstr "" + +#: nocallavailable.php:221 msgid "" "Your VoIP extension is not active. Please activate VoIP by clicking once on " "the red button that says 'VoIP Off'" msgstr "" -#: nocallavailable.php:222 +#: nocallavailable.php:227 msgid "Auto dialling unavailable as VoIP is not enabled" msgstr "" -#: nocallavailable.php:228 +#: nocallavailable.php:233 msgid "Auto dialling unavailable as you are already on a call" msgstr "" -#: index_interface2.php:197 +#: index_interface2.php:203 msgid "Case" msgstr "" -#: rs_quota_end.php:61 +#: rs_quota_end.php:67 msgid "Respondent Selection - Project Quota End" msgstr "" -#: rs_quota_end.php:72 rs_quota_end.php:78 +#: rs_quota_end.php:78 rs_quota_end.php:84 msgid "End call with outcome: Quota filled" msgstr "" @@ -3962,5 +4199,8 @@ msgstr "" #~ msgid "Search for:" #~ msgstr "Rechercher:" +#~ msgid "Display" +#~ msgstr "Écran" + #~ msgid "Import?" #~ msgstr "Importer?" diff --git a/locale/gl/LC_MESSAGES/gl.mo b/locale/gl/LC_MESSAGES/gl.mo index 4fee0bb058940115d916a9b7cc5cf86820d91495..3c0b1e3db2ce932b941b35170b99c46d0a5722e9 100644 GIT binary patch delta 9463 zcmZwMd3;V+9>?*Mg@g!MBzAf15`rXx#1eb$ODwhXRANs;7Sz(KsI7~sRH>@kb)i}@ zrdp~U%G6Xb+R_@dwyCupI;yQ@KHuk_^yQDLPO5>v4wwnKhu7GP;yWG%#G%4<-+`w}bS zHyDq%u#7Q|@zge^92N0Mg=vl4Gu>=`Hddni6qd)8s0VMuV7!1;@H*=E!F7x&g;A&u z#b8;C!yrsS#%S94?mNcx_9ey)LCruWM&VqH#Fe-bw_*x*s_VYk!EnlpP#s={nyHU4 z3=iA;r)~KLs)G-(I)>CU#>4wf9EoPTJJ!T8s2(pyP1#EH;Cr_GFN~#p4QpUjePg1r zInqbd3pJzp*cj(yAnrtsd^f7&htSbfeM1s~7f?OCgQ^eUEvgSil|85t#$f_B!xA_S zOJO$Z{&cK{^HDEak3qN-wIq8`GkYkO^$#XFO@&5&(KZN*b7vp|HG&%08T+ChxDrd_ zTd3dv6@62Wnvuh(8MuzxGxtz46yCrX{xS9WLo?jJ0rRgZ8BK*oIt5jpj~dxB^lduS z5^X~d{sZ;EE2zC<8oDoxMy-8a)TV8YYS$Mv;&E63XJH7w )?z8#gaNo6wHb?0 zBRYm9@fPX ToBF!6C?gGc%9_V%DK%@E|rr=M)LcZOS!r*Q^D$ zq&yJy!)2(c-;L_1) Sb=)MCe$f7fNJ+Ws>4?>8h=L*MzFKA z8Iw?ZqZeu~ pdQd4HPxfA3}#{l z%tdv03F-wau`C`ywLgLSj+{cZKZ}~NJE-5?cSy7;LQ-9;pgPn5HAPKPBkgL-qfkpy zfa>UCWPh3+s0Us~&D77Rk>0cA8k}hjBo;M*WYkhS?MbvIlQ0UGU=Li28p#bz!+Y2U zTXBZE<4n|x4xwIr6xGo)7=u6Ca{1Qo3^YK!I03`34e~z6^d`{*GHruA)X3+crf@lG zMpmJwZUbtUzlG}HG1LRk+511CI`Rva# goYm0ACeB$~?pSPy5T2RETM z(?QhQUPZNwW;(P4X;=mOA-7Bp>MyZ(P{;T J8SIPF8t+-IncpG3{nL#% Z7K
*?+42F@ z^Nyls>gx{7e|3^`RCw?K>J-FubQ>n4%B^fU9rfVB*bp;NoApK18gE8*Y!}wRqu3e$ zi<*fRo!n!Wj{5y9heSPm6ZN8xQ7`x!8{qd?8$)@DmM9T56MZlahojmrLXD`JLcQ+>YEL+UkGT(wMm?w&Y7HA<5OziFk-n&oOhL7K8B5?g48Sd@5x$Mu z6Q5!ro =l1Gb~u?M3bCqgWSD+xz|l+!+YNWa?vZAP&GN+=?2=-%-zX zPLSw9XHipm6*c9h_*HqVgc?aB)KWc$5txfn_zXtltEl!nP^ak->i$vGX1s*zsCnGo zEA^1}j_FRKk&QyFT{fyCvr%ie+TP!T+Ej;89sB`xI_{#*`+Zvu8sxs93~DBupuPhG zQ5_nNk(h@eI{ynv)bm2?8>r2(7j>M@V+w{0cH4DA{^iCDLG76ps9nDw`No(_7>kXE zxF4j!s19sK&D=Khof0g=`^|Y0t;LV19{z?+Fl?y%z;?*VG|yr?{1%h2>M(an`XC=c zGZVA$06u|S_bJyf|ZHpH%|-9Hs8<5Q^Tyn@ AX^vxUyo-8HwK498sxH=|+#ai J=7*_kFhui zQ+595lIVeZu_PYB#`vWz2TpJw9D;gLH0pRZK#g=5>O~Inc{giN&%1>>cK#FDAJ_}i zaVZAldGwwCYb093yQsAdo8*=op=P2p>Ve%+$8;#FBU!e7E@~#0p+>#|^}CNyFWQf# z@pDYYlNgN=d@LO8%2*OjZEMu7?t~#Y0ySk5taDIn_%dqGY{C|}51Zj#Y=n)o-90k` zQz$=&x_=PW!TVSjE9Nl&ok`Mi+$mpxEh+CpjrbPo-1|> Zbx g On5?p|n%T8dey zO|%N*@i^**4^c0wFwNcd4NxO%g7t6+>i2U|Gq)D&<2&g4`~M_~J~S6>gDa>R_yx5Y zOHOx>QG1M{+#NLoUet*4QK#i;)E;;qH3QpFFWQOPd}mM{2!7IiUo-}=|4da94|=c? zwnLrYp{TVSh5F$XEQJngM2k@!+JfrvUet%^bJPr8Lv=88hPxRnqc-tSOvS0_tRi`j zgnwr+J!ZN+dlR*0+fgI?o2}oE>ey$fj(vd|={Z|}*_N+i0`<30Gh2I>`@1;Q^BQAw zY&nbdPbA5sqCIX#KdeCLQYUIraReI?UlO{esu7nzF1Pu5%2kL-w)_`-i?W{IguEm1 z8TnFs|2uN+Ki~hibIez8cl3PQ;1}welFuVF$^o`sO l^3}H7 z$F_Nbau`uy>*rt!@fG(!As!N65VwhS)a%=!YrBi@PsZ>5tMg7 bJ|#PNi# zb;N4oXBD^th*QMNw96r;kvBtK<1idwvgKhIPq{L2f~a8YNqzsKQ^ohczfj2L#$S=Y zOMIW!8n}v>PuwI5iJ`QafV$R@M`8g{Qx#nLB4!dn+ 6mH`}}=lVz41TNxVk%Bt9g% zQvW&n)<2(uhe8n%N-QOcugAHUR$O?*A=GEsawPfR$ult*pCR@W&k=iwxkLo_dSmhR zftxsHFiCxGwkL|O1tiyrpNKr_^RcgTqWCIJvY41=f7iYE296=(h~C^AP9%{pzyKnb zXhpnA%+&aMaPu&6i(P>qH0gSMV$zC%O=ah{@Fb+11om&gFiYN7_^*zsJ4Bwr&M^ zUE&>LiRv`}QC$< z2HNsq+(77*{Y?$*RmOT=hp?e-9E?@D@ip;3qKR!Z5`Q4RwdE%;mbN2^w&YPbg;+*@ zfzUO8C{0}hUx|_9=%OPvZ B%X`ADxqxS+qO0VL;)HhBLxD=6a`Pd&cDE zWO?$uS(7Ja7LAFI^D8RX__tD#p4`mIIl1|Hsh)Nj8E&EIVT%)iWwX5FvpxJ{e{r<+ zj#AAAdM6cRnt|S2GjM$7G*8at%v^7NPOb;X W;g+V>;h9o4!CpPgkNlHylEG*r#u78W Whlce1_>31@^k pj7}rWR0nbk_l&Px$(QFn@&>PcL(vyAj`;_A^Y_15_}c6b{}0^+XaxWO delta 9875 zcmZwMd0bU>{>SkH;sWj{iVAX2QAAcvMcfdTRNT;9bLk2fyao5-y%$q6Pj01ImXc|i z+NS-oMT=>(EFD|a`ITnVHdD6Rq?4^vW;xTm-uHZY{QTp09)5U!zu)sc-~Al4&R&fA z;8K)xIzDEL#dUv_WhG%!OUufN#?C6Wtdrd=t2w@nG59ey!Ow9No<$zDvb$SW9OfDa zV}J6+sOOerBCf ^AoQGPnLbP#~ z$uGm+ FdEhGfVyvEGG?MW8i!4B4r)uvQ7aqh&Hgtdv6=$S{5DfzA8O a1)*t;}BRgNIRP;XG<3E@iO(nt2>|RgjFD zQ6E$Td8n-^MjJh-23MiZ$UUeI_o4Ru71UupiK=%FHPfg}%j$>;*c`J^TQbNY5ldni zHo`He*Kj;)Mm}tU8&C~wMm4w>)zHf(e;l>Mr%?m{3RCcR c+o4vb2e!oFs0mC!ZA~e%Yu0Sk>$(Q> z@c`=V{Dk!5SZTTLNXO$9+^E87_yA7D3s{LIJT(UEQLo!2WOA0>msb!cpgLZGTA5o+ zzRq|b4xxNEGDquk>_Y!mn|_uxiGobjh?krE9@I+wf=w`)(Y3=KsMjnXHS>AM;#gIv zj<=)gKZ4qlCymcyYw|Cf`)^@8z5nl$(0hIsIha;7>!lH9p^aCg_I^1=<6WpN+ltzf zXHXp *wwU_%*GyW5Hz@w-ce}ejg zoku;_VxW8I+Mx!Njv8 YCy4^C>w3mVH|-v8*@-+;U?5f*JB^tf?AowsCK@}XZ=<2R|?WGiVwUR%0N9h z8a1O*Y=P6UBbK2CdIPHA_1FrZLDhd1^&L5es(%8tQvX0b_buuyTyjjJMS(kzB-GNR zp=MZM@};P)s6Y*L8FDVIhfoc^k6NKKs2QF&`FP%GO{6nw0zFY%+z+)C&Rh}+ByPa* zxCu3r(>NT@<1ozP-6_E;R7cOFIzEIN=v$bAXH35FP ^flV}D<)#6LU-l* zqE?~+n>Zv&Ou-aX17)ZV1E>yHqh6m~s3m_Cd*O4a75W5I@oUsd#Eo!IcPe%w-w(B- z6EFp*U@`{LQAc-@P{$7==f>KPN%&9HmNYAJmpmEunr5Qz568|p2X)G?M|F4ys=Y^1 zOaBaN0*6fbanzZ3uZZ>6jJ_~8en9Q@zfFahk?u;gMJ-_(>eLTIy 5;6zPU9b@V!|jlpM-j_FRI}|n2Dn>a!65od^2ibcVjB< z!(x0JwGxS=-Pf%z>iIdS0j@{&d%r_M9XyMD@G$nk^Qb+Fr!_5AE@t3RRQ-jh8HG%K zIcmvoL4Gk>b*R_$HB^UhqP}=vqT2ff)sEBXN_P)ip&sasIwX0hfs~>uF2;{=B{s%+ zW8B{n QS}})?!$cYFJTP*TR)S~>+>6C zV?0kQKLT~QW}#lYAg1G5)RI1l`aT>(P2dc&tybJ5cdtv)CSQhHfi +p%=;)Ll zG&kNy< dd!um^QmUq-FeX;i%ns1-?>>P~1B_8~tH zHL+V!^>$8W{dHJgr=ShKg*JYI?a;c)UE=nrk>{dDUX1E+rpYhDmgHAsU)+Sv@Kw~_ zzlnP8Z 0Ma z^QaZ9K&|vzY>!(|6L9vD&>kJZc>EUCVAKrv!_g7-KsIWnMxySQpbnu2HNfSlGx89s z{u`(XeT3SwbEtt_L~U8(%*cJm$|s@2RE!#7ImTcZb!e8F{AyGO>rhMhIO@GWg&NR@ zs4e>rHS Y6S;pA7Nz6VE8XDaR*cZHKs1Ia{3i6RoCa3<>X z?m+G7Netr!Ovfq@+k;zhApVB>V)kV;Y9}9cmL{TBVkr*6+fen6p| S=Fb&_r82lHe;6;<~RN;P* zx}w_6cSvZ2BQO;wVlvjCPVq+Ui1!+w#-8MlV-NfR)li2@_d}I}-N_HeB%F_(a5?7T z-Ke+fDC)IzPLaqW@fr5Q)(hR43`CvU64cu;9kms!Py^nLP4Q_|LkCbRa?ITS5{Hxj z0rfq|^SLWhjE%{cpiTc)DG4 U6u619} zo~S*ZjB0NKHo@(fgAbbgDU8$m{~-x=^d;)Oyoj1<#&vE-6L2c|DpZ4qumn$HAtqJv zS8AM#&2T?zg pu~``H^ckioivlTj;i4Ql3#P!HaQ z>Sz zX>(4=TL|86c*z}%)!DM_rEFCU~BS^qh9luFbz-Cu>M-=pDEBDB`$JTA_bMt z!#0?YEpRM$!ReTRK~ug1Rc|k5;)|#i_}b*ZM{PlJ(5*KZHSqC4)<23wB?Wr@e8vr! zLjDQV$lt_5{1|&<*O2>x8iQ@g`%nYB0X4I&sDT{BzIYD%VRG1gyGl_5_Bte5l2~k9 zgKBUy#^b}NiqD~DbkvleM4S8 Q)RY?Ggld6ZY69^8g%XeSQDy{OauITm5U z3ioZ&HeG)8jB;}|c;4LT?Up_2y< a$UvG`>CT7UP$Pb-A(i%5{U Nn9kFn(}E_L>!`Qr78P{^j1RGMxr_8w-M!}hY|V~ z#GATTMw#{3DQ>uK 6P`IGZ%T46V85*{iWT z`2)nKgwCJ!52An@`iR6}KO#W9MPAno7i$(}9f|Gar DDzOm5O;H@ W8 zS-<>xUh`i;#rG&ZOe`Z^g6Wt^Od#C`8?KK@oFFEef ?-FYWT}y~_L>f=rL@XeEJ29K+Mt<~VE&W1Sck)At)x^`}TM&y$ zufyf|6ebWa5_QB7%6#}EF(--*&Ld${sH-!vi}ZhR4Dm4W91%n4N-*_Kk)9kW;g>#T zgGu)%;z-Au@)W#<7)IH3co$wv>?i#)@ps}?y K%Q;ue!%Ogh7)Z#5OB zn0y!V_mFOkJ+Krj@pht;^bTye?j_xZ%(X;3v7Nj_|JKIKD*Z}cSFI__$3K(*f_Q_- zCEuS|NP03(B^s`dBs!S x%U$3Z6>YLI-bzAmMA8M5+ev*8>km@lh!y_$9mKh49EMZkczLFvIXQX zne<%z-K1;rN+M|T;!a{7_3t45V#=H1*Cu@yTXJtHag_8}ERW)A+ks3v@f|Uo!eU|| z=}ts8Vb!N~|F%hew~UNNb)&LY)qjxHJIa|dWzv)adsd* ^y|$+|ywK|p`^r3FU%+pB{hkF?-g2A5ptm9r^xBJRy)&oUWgfpCFZYJM!D^r1 zYhS<6SGLfur77DNvOQ&G-cZQruhfHfXlW?yt Z1s14fXzM!`(90)FD_+_<0Uzmj3 zk6j!H+TJCe>Y6HVrtPax{f3EB)18e?YmWD_R_Mo_T5V+9BWgTl486iv Ote{}tVaqXg-=4a*Q z+Ia)&mY4k6JU2h9U!I-Yx1j%kI%j;(=mCT39~tj!R-ZC$eWPZRJ^rw#s>)OM$jn{! zSI-(B+0z1hBFhr?`dRp}Z?UJ`! lOm{hGN=nLd{Y;P!h wK{+6>-o`Bsf !xe!fNhy2=L{ z*AK1!uz6&2sm~g+xwTbl!LIQHJ+{vu4hG6=%X~pwhmbv{%m3>`tF3|hHPBj4Wu$r4 z33)4PgC74fk1`GW?+awxlOr4MWy1rR)QVJeg6uleHOGX`)v%s4Cph4_tU +D7;uW*G1IkYQSFf@Z0>60kveARp&U;rvgrXf+!L&yz4T;sUC#0Y{{ \n" -"POT-Creation-Date: 2015-08-10 16:24+1000\n" +"POT-Creation-Date: 2015-09-07 12:24+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-08-31 02:56+0000\n" -"X-Generator: Launchpad (build 17690)\n" +"X-Launchpad-Export-Date: 2015-11-20 03:52+0000\n" +"X-Generator: Launchpad (build 17850)\n" -#: appointment.php:69 +#: appointment.php:74 msgid "Appointment error" msgstr "Erro de rechamada" -#: appointment.php:70 +#: appointment.php:75 msgid "" "You have not been assigned a case therefore cannot create an appointment" msgstr "Non ten asignado un caso, polo que non pode crear unha rechamada" -#: appointment.php:109 +#: appointment.php:114 msgid "Appointment made" msgstr "Rechamada feita" -#: appointment.php:121 admin/supervisor.php:380 +#: appointment.php:126 admin/supervisor.php:390 msgid "Create appointment" msgstr "" -#: appointment.php:124 appointmentlist.php:90 callhistory.php:83 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:372 admin/displayappointments.php:184 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: appointment.php:129 appointmentlist.php:95 callhistory.php:88 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:382 admin/displayappointments.php:189 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Respondent" msgstr "Entrevistado/a" -#: appointment.php:133 +#: appointment.php:138 msgid "Create new respondent:" msgstr "Crear un/unha entrevistado/a novo/a" -#: appointment.php:136 +#: appointment.php:141 msgid "Add this respondent" msgstr "Engadir este/a entrevistado/a" -#: appointment.php:147 admin/operators.php:264 admin/operatorlist.php:222 -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: appointment.php:152 admin/operators.php:269 admin/operatorlist.php:240 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Timezone" msgstr "" -#: appointment.php:147 +#: appointment.php:152 msgid "Current Time" msgstr "" -#: appointment.php:163 +#: appointment.php:168 msgid "Select phone number:" msgstr "Escoller o número de teléfono:" -#: appointment.php:177 +#: appointment.php:182 msgid "Add new phone number" msgstr "Engadir un número de teléfono novo" -#: appointment.php:190 +#: appointment.php:195 msgid "Add new phone number (with area code, eg 0398761234):" msgstr "Engadir un número de teléfono novo (con prefixos, ex.: 34987612340):" -#: appointment.php:193 +#: appointment.php:198 msgid "Add this phone number" msgstr "Engadir este número de teléfono" -#: appointment.php:213 +#: appointment.php:218 msgid "Accept appointment from " msgstr "Aceptar a rechamada de " -#: appointment.php:213 functions/functions.calendar.php:318 +#: appointment.php:218 functions/functions.calendar.php:318 msgid " till " msgstr " até " -#: appointment.php:213 +#: appointment.php:218 msgid " on " msgstr " para " -#: appointment.php:213 +#: appointment.php:218 msgid "on" msgstr "para" -#: appointment.php:214 +#: appointment.php:219 msgid "Appointment with myself only?" msgstr "" -#: appointment.php:223 include/limesurvey/qanda.php:1701 +#: appointment.php:228 include/limesurvey/qanda.php:1701 #: include/limesurvey/qanda.php:1921 msgid "Schedule Appointment" msgstr "" -#: info.php:56 +#: info.php:62 msgid "Information" msgstr "Información" -#: rs_project_end.php:71 rs_project_end_interface2.php:62 +#: rs_project_end.php:77 rs_project_end_interface2.php:68 msgid "Respondent Selection - Project end" msgstr "" -#: rs_project_end.php:88 +#: rs_project_end.php:94 msgid "Call automatically ended with outcome: Complete" msgstr "" -#: rs_project_end.php:93 rs_project_end_interface2.php:85 +#: rs_project_end.php:99 rs_project_end_interface2.php:91 msgid "End call with outcome: Complete" msgstr "Finaliza r a chamada co estado: Completado" @@ -147,6 +147,45 @@ msgstr "" msgid "Show to operator?" msgstr "" +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: waitnextcase_interface2.php:142 admin/samplelist.php:312 +#: admin/samplelist.php:313 admin/samplelist.php:476 admin/samplelist.php:487 +#: admin/operators.php:289 admin/operators.php:301 admin/operators.php:305 +#: admin/operators.php:309 admin/operators.php:313 admin/operators.php:317 +#: admin/samplesearch.php:101 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:232 +#: admin/assignsample.php:274 admin/assignsample.php:320 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/supervisor.php:195 admin/quotarow.php:397 admin/quotarow.php:571 +#: admin/quotarow.php:601 admin/new.php:204 admin/new.php:211 +#: admin/new.php:218 admin/new.php:225 admin/new.php:232 +msgid "Yes" +msgstr "" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: admin/samplelist.php:312 admin/samplelist.php:313 admin/operators.php:289 +#: admin/operators.php:301 admin/operators.php:305 admin/operators.php:309 +#: admin/operators.php:313 admin/operators.php:317 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:230 +#: admin/assignsample.php:232 admin/assignsample.php:274 +#: admin/assignsample.php:320 admin/assignsample.php:321 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/quotarow.php:397 admin/quotarow.php:571 admin/quotarow.php:601 +#: admin/new.php:204 admin/new.php:211 admin/new.php:218 admin/new.php:225 +#: admin/new.php:232 +msgid "No" +msgstr "" + #: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 msgid "morning" msgstr "mañá" @@ -160,12 +199,8 @@ msgid "evening" msgstr "noite" #: functions/functions.operator.php:972 -msgid "" -"ERROR: You do not have server side authentication enabled therefore queXS " -"cannot determine which user is accessing the system." +msgid "ERROR: You are not logged in." msgstr "" -"ERRO: Non ten activada a autenticación do lado do servidor, por iso queXS " -"non pode determinar que usuario/a está a acceder ao sistema." #: functions/functions.performance.php:469 msgid "No shift" @@ -216,8 +251,8 @@ msgstr "Escoller un/unha entrevistado/a" msgid "None" msgstr "Ningún" -#: functions/functions.calendar.php:212 respondent.php:93 respondent.php:131 -#: contactdetails.php:90 contactdetails.php:128 +#: functions/functions.calendar.php:212 respondent.php:99 respondent.php:137 +#: contactdetails.php:96 contactdetails.php:134 msgid "Add respondent" msgstr "Engadir un entrevistado/a" @@ -273,9 +308,9 @@ msgstr "" msgid "Sun" msgstr "" -#: functions/functions.voip.php:449 selectextension.php:108 status.php:99 -#: admin/operators.php:273 admin/operatorlist.php:230 -#: admin/operatorlist.php:372 admin/extensionstatus.php:257 +#: functions/functions.voip.php:449 selectextension.php:114 status.php:105 +#: admin/operators.php:278 admin/operatorlist.php:248 +#: admin/operatorlist.php:394 admin/extensionstatus.php:262 msgid "Extension" msgstr "" @@ -295,7 +330,8 @@ msgstr "" msgid "Reconnected" msgstr "" -#: functions/functions.voip.php:553 status.php:118 call.php:434 +#: functions/functions.voip.php:553 status.php:124 +#: admin/extensionstatus.php:231 call.php:440 msgid "Ringing" msgstr "A Soar" @@ -306,17 +342,19 @@ msgid " Extension " msgstr " Extensión " #: functions/functions.voip.php:553 functions/functions.voip.php:565 -#: functions/functions.voip.php:577 admin/systemsortprocess.php:147 -#: admin/systemsortprocess.php:185 admin/bulkappointment.php:210 -#: admin/bulkappointment.php:232 admin/casestatus.php:116 +#: functions/functions.voip.php:577 supervisorchat.php:88 +#: admin/systemsortprocess.php:152 admin/systemsortprocess.php:190 +#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 +#: admin/casestatus.php:121 msgid "Case id" msgstr "" -#: functions/functions.voip.php:565 status.php:122 call.php:441 +#: functions/functions.voip.php:565 status.php:128 +#: admin/extensionstatus.php:231 call.php:447 msgid "Answered" msgstr "Respondida" -#: functions/functions.voip.php:577 call.php:431 call.php:438 call.php:445 +#: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 msgid "Hangup" msgstr "Colgar" @@ -328,318 +366,310 @@ msgstr "" msgid "Registered" msgstr "" -#: rs_callback.php:66 rs_callback_interface2.php:66 +#: rs_callback.php:72 rs_callback_interface2.php:72 msgid "Respondent Selection - Call back" msgstr "Selección do/a Entrevistado/a - Volver chamar" -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 msgid "You are: " msgstr "Vostede é: " -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 #, php-format msgid "% complete" msgstr "% completado" -#: rs_callback.php:87 rs_callback_interface2.php:87 +#: rs_callback.php:93 rs_callback_interface2.php:93 msgid "Yes - Continue where we left off" msgstr "Si - Continuar onde o deixamos" -#: rs_callback.php:88 rs_callback_interface2.php:88 rs_intro.php:122 -#: rs_project_intro_interface2.php:81 rs_project_intro.php:81 +#: rs_callback.php:94 rs_callback_interface2.php:94 rs_intro.php:128 +#: rs_project_intro_interface2.php:87 rs_project_intro.php:87 msgid "End call with outcome: Refusal by respondent" msgstr "Finallizar a chamada co estado: Rexeitada polo/a entrevistado/a" -#: rs_callback.php:89 rs_callback_interface2.php:89 -#: rs_project_intro_interface2.php:85 rs_answeringmachine.php:91 -#: rs_business.php:62 rs_answeringmachine_interface2.php:91 -#: rs_project_intro.php:85 rs_business_interface2.php:62 +#: rs_callback.php:95 rs_callback_interface2.php:95 +#: rs_project_intro_interface2.php:91 rs_answeringmachine.php:97 +#: rs_business.php:68 rs_answeringmachine_interface2.php:97 +#: rs_project_intro.php:91 rs_business_interface2.php:68 msgid "Go Back" msgstr "Voltar" -#: selectextension.php:88 index.php:145 +#: selectextension.php:94 index.php:150 msgid "queXS" msgstr "queXS" -#: selectextension.php:99 +#: selectextension.php:105 msgid "" "There are no extensions available, please contact the supervisor or click " "below to try again for an available extension" msgstr "" -#: selectextension.php:100 +#: selectextension.php:106 msgid "Try again" msgstr "" -#: selectextension.php:104 +#: selectextension.php:110 msgid "Select extension" msgstr "" -#: selectextension.php:105 +#: selectextension.php:111 msgid "" "Please select your extension from the list below then click on 'Choose " "extension'" msgstr "" -#: selectextension.php:110 +#: selectextension.php:116 msgid "Choose extension" msgstr "" -#: status.php:58 status.php:77 status_interface2.php:70 -#: admin/quotareport.php:294 admin/outcomes.php:82 admin/outcomes.php:194 -#: admin/quotarow.php:582 +#: status.php:64 status.php:83 status_interface2.php:76 +#: admin/quotareport.php:299 admin/outcomes.php:87 admin/outcomes.php:199 +#: admin/quotarow.php:587 msgid "Status" msgstr "Estado" -#: status.php:59 callhistory.php:87 admin/callhistory.php:174 -#: admin/casesbyoutcome.php:117 +#: status.php:65 callhistory.php:92 admin/callhistory.php:192 +#: admin/casesbyoutcome.php:122 msgid "No operator" msgstr "Sen operador/a" -#: status.php:95 +#: status.php:101 msgid "VoIP On" msgstr "VoIP Activada" -#: status.php:97 +#: status.php:103 msgid "VoIP Off" msgstr "VoIP Desactivada" -#: status.php:102 +#: status.php:108 msgid "No VoIP" msgstr "Sen VoIP" -#: status.php:106 +#: status.php:112 msgid "No call" msgstr "Sen chamada" -#: status.php:110 +#: status.php:116 msgid "To be coded" msgstr "Para codificar" -#: status.php:114 +#: status.php:120 msgid "Requesting" msgstr "A Solicitar" -#: status.php:130 +#: status.php:136 msgid "APPT" msgstr "APPT" -#: status.php:131 +#: status.php:137 msgid "MISSED" msgstr "PERDIDOS" -#: status.php:134 casenote.php:113 status_interface2.php:232 calllist.php:88 -#: project_info.php:82 +#: status.php:140 casenote.php:119 status_interface2.php:238 calllist.php:93 +#: project_info.php:88 msgid "No case" msgstr "Sen caso" -#: referral.php:183 +#: referral.php:189 msgid "Generated referral to case id" msgstr "" -#: referral.php:189 +#: referral.php:195 msgid "Generated as referral from case id" msgstr "" -#: referral.php:195 +#: referral.php:201 msgid "Created referral case - you may now close this window" msgstr "" -#: referral.php:199 +#: referral.php:205 msgid "" "Failed to create referral case - please check your input and try again" msgstr "" -#: referral.php:205 +#: referral.php:211 msgid "You must supply a primary phone number" msgstr "" -#: referral.php:214 index.php:167 index_interface2.php:222 +#: referral.php:220 index.php:172 index_interface2.php:228 msgid "Referral" msgstr "" -#: referral.php:225 referral.php:260 +#: referral.php:231 referral.php:266 msgid "Create referral" msgstr "" -#: referral.php:258 +#: referral.php:264 msgid "Call this new referral immediately after this case?" msgstr "" -#: referral.php:265 +#: referral.php:271 msgid "Referrals not available for this questionnaire" msgstr "" -#: performance.php:61 index.php:277 index_interface2.php:294 +#: performance.php:67 index.php:282 index_interface2.php:300 msgid "Performance" msgstr "Rendemento" -#: performance.php:77 admin/operatorperformance.php:103 +#: performance.php:83 admin/operatorperformance.php:108 msgid "This shift" msgstr "Esta quenda" -#: performance.php:78 performance.php:85 casenote.php:110 -#: appointmentlist.php:90 calllist.php:84 admin/outcomes.php:234 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/operatorlist.php:184 admin/operatorlist.php:372 -#: admin/casesbyoutcome.php:88 admin/supervisor.php:372 -#: admin/supervisor.php:399 admin/supervisor.php:416 -#: admin/operatorskill.php:246 admin/operatorperformance.php:81 -#: admin/operatorperformance.php:104 admin/shiftreport.php:104 -#: admin/extensionstatus.php:257 admin/operatorquestionnaire.php:242 +#: performance.php:84 performance.php:91 casenote.php:116 +#: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:239 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/operatorlist.php:200 admin/operatorlist.php:394 +#: admin/casesbyoutcome.php:93 admin/supervisor.php:382 +#: admin/supervisor.php:409 admin/supervisor.php:426 +#: admin/operatorskill.php:251 admin/operatorperformance.php:86 +#: admin/operatorperformance.php:109 admin/shiftreport.php:110 +#: admin/extensionstatus.php:262 admin/operatorquestionnaire.php:247 msgid "Operator" msgstr "Operador/a" -#: performance.php:78 performance.php:85 admin/quotareport.php:294 -#: admin/outcomes.php:299 admin/quotarow.php:582 -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: performance.php:84 performance.php:91 admin/quotareport.php:299 +#: admin/outcomes.php:304 admin/quotarow.php:587 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions" msgstr "Entrevistas" -#: performance.php:78 performance.php:85 +#: performance.php:84 performance.php:91 msgid "Completions per hour" msgstr "Entrevistas por hora" -#: performance.php:84 admin/operatorperformance.php:80 +#: performance.php:90 admin/operatorperformance.php:85 msgid "This project" msgstr "Este proxecto" -#: casenote.php:56 +#: casenote.php:62 msgid "Case Notes" msgstr "Notas do caso" -#: casenote.php:66 casenote.php:105 admin/supervisor.php:424 +#: casenote.php:72 casenote.php:111 admin/supervisor.php:434 msgid "Add note" msgstr "Engadir unha nota" -#: casenote.php:69 admin/samplelist.php:284 admin/samplelist.php:495 -#: admin/samplesearch.php:102 admin/questionnairelist.php:370 -#: admin/questionnairelist.php:508 admin/questionnairelist.php:530 -#: admin/questionnairelist.php:538 admin/callhistory.php:137 -#: admin/availability.php:121 admin/operatorlist.php:182 admin/import.php:43 -#: admin/import.php:81 admin/import.php:112 admin/casesbyoutcome.php:54 -#: admin/assignsample.php:201 admin/assignsample.php:254 -#: admin/casestatus.php:205 admin/extensionstatus.php:185 respondent.php:95 -#: contactdetails.php:92 +#: casenote.php:75 admin/samplelist.php:289 admin/samplelist.php:500 +#: admin/samplesearch.php:107 admin/questionnairelist.php:375 +#: admin/questionnairelist.php:513 admin/questionnairelist.php:535 +#: admin/questionnairelist.php:543 admin/callhistory.php:145 +#: admin/availability.php:127 admin/operatorlist.php:198 admin/import.php:48 +#: admin/import.php:86 admin/import.php:117 admin/casesbyoutcome.php:59 +#: admin/assignsample.php:206 admin/assignsample.php:259 +#: admin/casestatus.php:210 admin/extensionstatus.php:190 respondent.php:101 +#: contactdetails.php:98 msgid "Go back" msgstr "Voltar" -#: casenote.php:108 admin/supervisor.php:414 +#: casenote.php:114 admin/supervisor.php:424 msgid "No notes" msgstr "Sen notas" -#: casenote.php:110 callhistory.php:83 calllist.php:84 -#: admin/supervisor.php:399 admin/supervisor.php:416 +#: casenote.php:116 callhistory.php:88 calllist.php:89 +#: admin/supervisor.php:409 admin/supervisor.php:426 msgid "Date/Time" msgstr "Data/Hora" -#: casenote.php:110 admin/bulkappointment.php:232 admin/supervisor.php:416 +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:426 msgid "Note" msgstr "Nota" -#: waitnextcase_interface2.php:43 +#: waitnextcase_interface2.php:49 msgid "Standby" msgstr "" -#: waitnextcase_interface2.php:57 endwork.php:49 +#: waitnextcase_interface2.php:60 +msgid "Operator Automatically logged out after: " +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid " minutes" +msgstr "" + +#: waitnextcase_interface2.php:63 endwork.php:55 msgid "You have been automatically logged out of work due to inactivity" msgstr "" -#: waitnextcase_interface2.php:84 nocaseavailable.php:95 +#: waitnextcase_interface2.php:90 nocaseavailable.php:101 msgid "ERROR: No questionnaires assigned to you" msgstr "ERRO: Non ten asignado ningún cuestionario" -#: waitnextcase_interface2.php:89 nocaseavailable.php:89 +#: waitnextcase_interface2.php:95 nocaseavailable.php:95 msgid "Assigned questionnaires:" msgstr "Cuestionarios asignados:" -#: waitnextcase_interface2.php:115 nocaseavailable.php:119 +#: waitnextcase_interface2.php:121 nocaseavailable.php:125 msgid "ERROR: No samples assigned to the questionnaires" msgstr "" -#: waitnextcase_interface2.php:117 nocaseavailable.php:113 +#: waitnextcase_interface2.php:123 nocaseavailable.php:119 msgid "Assigned samples:" msgstr "" -#: waitnextcase_interface2.php:133 nocaseavailable.php:144 +#: waitnextcase_interface2.php:139 nocaseavailable.php:150 msgid "ERROR: No shifts at this time" msgstr "ERRO: Neste intre non hai quendas" -#: waitnextcase_interface2.php:136 nocaseavailable.php:138 +#: waitnextcase_interface2.php:142 nocaseavailable.php:144 msgid "Current shifts available:" msgstr "Quendas actuais dispoñíbeis:" -#: waitnextcase_interface2.php:136 admin/operators.php:284 -#: admin/operators.php:296 admin/operators.php:300 admin/operators.php:304 -#: admin/operators.php:308 admin/samplesearch.php:96 -#: admin/supervisorchat.php:74 admin/questionnairelist.php:385 -#: admin/questionnairelist.php:388 admin/questionnairelist.php:392 -#: admin/questionnairelist.php:396 admin/questionnairelist.php:400 -#: admin/operatorlist.php:239 admin/operatorlist.php:251 -#: admin/operatorlist.php:255 admin/assignsample.php:224 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:319 admin/assignsample.php:325 -#: admin/supervisor.php:185 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "Yes" -msgstr "" - -#: waitnextcase_interface2.php:156 waitnextcase_interface2.php:159 -#: admin/outcomes.php:122 +#: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 +#: admin/outcomes.php:127 msgid "Cases currently available to call" msgstr "" -#: waitnextcase_interface2.php:175 waitnextcase_interface2.php:178 +#: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 msgid "New samples available to call" msgstr "" -#: waitnextcase_interface2.php:191 +#: waitnextcase_interface2.php:197 msgid "Get a new case" msgstr "" -#: waitnextcase_interface2.php:193 call_interface2.php:324 -#: call_interface2.php:326 call_interface2.php:442 call_interface2.php:447 -#: call_interface2.php:463 call_interface2.php:469 call.php:276 call.php:278 -#: call.php:394 call.php:399 call.php:415 call.php:421 -#: index_interface2.php:224 +#: waitnextcase_interface2.php:199 call_interface2.php:329 +#: call_interface2.php:331 call_interface2.php:447 call_interface2.php:452 +#: call_interface2.php:468 call_interface2.php:474 call.php:282 call.php:284 +#: call.php:400 call.php:405 call.php:421 call.php:427 +#: index_interface2.php:230 msgid "End work" msgstr "Finallizar o traballo" -#: rs_intro.php:65 rs_intro_interface2.php:65 +#: rs_intro.php:71 rs_intro_interface2.php:71 msgid "Respondent Selection - Introduction" msgstr "Selección do/a entrevistado/a - Introdución" -#: rs_intro.php:92 rs_intro.php:98 rs_intro.php:106 rs_intro.php:112 -#: rs_project_intro_interface2.php:79 rs_intro_interface2.php:109 -#: rs_intro_interface2.php:115 rs_intro_interface2.php:123 -#: rs_intro_interface2.php:129 rs_project_intro.php:79 +#: rs_intro.php:98 rs_intro.php:104 rs_intro.php:112 rs_intro.php:118 +#: rs_project_intro_interface2.php:85 rs_intro_interface2.php:115 +#: rs_intro_interface2.php:121 rs_intro_interface2.php:129 +#: rs_intro_interface2.php:135 rs_project_intro.php:85 msgid "Yes - Continue" msgstr "Si - Continuar" -#: rs_intro.php:117 rs_intro_interface2.php:87 +#: rs_intro.php:123 rs_intro_interface2.php:93 msgid "Business number" msgstr "Número do traballo" -#: rs_intro.php:118 rs_intro_interface2.php:88 +#: rs_intro.php:124 rs_intro_interface2.php:94 msgid "Answering machine" msgstr "Contestador automático" -#: rs_intro.php:119 +#: rs_intro.php:125 msgid "End call with outcome: No answer (ring out or busy) " msgstr "" "Finallizar a chamada co estado: Sen resposta (acaba de soar ou ocupado) " -#: rs_intro.php:120 +#: rs_intro.php:126 msgid "End call with outcome: Accidental hang up" msgstr "Finallizar a chamada co estado: Corte accidental" -#: rs_intro.php:121 +#: rs_intro.php:127 msgid "End call with outcome: Refusal by unknown person" msgstr "" "Finallizar a chamada co estado: Rexeitada por unha persoa descoñecida" -#: rs_intro.php:123 +#: rs_intro.php:129 msgid "" "End call with outcome: No eligible respondent (person never available on " "this number)" @@ -647,7 +677,7 @@ msgstr "" "Finallizar a chamada co estado: Non hai entrevistados/as elixíbeis (persoa " "nunca dispoñíbel neste número)" -#: rs_intro.php:124 +#: rs_intro.php:130 msgid "" "End call with outcome: Non contact (person not currently available on this " "number: no appointment made)" @@ -655,42 +685,42 @@ msgstr "" "Finallizar a chamada co estado: Sen contacto (persoa actualmente non " "dispoñíbel neste número: sen rechamada concertada)" -#: rs_intro.php:125 rs_project_intro_interface2.php:83 rs_project_intro.php:83 +#: rs_intro.php:131 rs_project_intro_interface2.php:89 rs_project_intro.php:89 msgid "" "End call with outcome: Out of sample (already completed in another mode)" msgstr "" "Finallizar a chamada co estado: Fóra da mostra (xa completada noutro modo)" -#: record.php:55 +#: record.php:61 msgid "Stop REC" msgstr "Deter a gravación" -#: record.php:56 record.php:79 record.php:96 +#: record.php:62 record.php:85 record.php:102 msgid "Record" msgstr "Gravación" -#: record.php:66 +#: record.php:72 msgid "Beginning recording..." msgstr "A comezar a gravación..." -#: record.php:69 record.php:97 +#: record.php:75 record.php:103 msgid "Not on a call, so not beginning a recording" msgstr "Non se está a chamar, por iso non está a iniciar a gravación" -#: record.php:73 +#: record.php:79 msgid "Begin the manual recording now..." msgstr "Comezar a gravación manual agora..." -#: record.php:78 email.php:274 call_interface2.php:207 call_interface2.php:272 -#: call.php:206 call.php:224 index.php:168 +#: record.php:84 email.php:280 call_interface2.php:212 call_interface2.php:277 +#: call.php:212 call.php:230 index.php:173 msgid "Start REC" msgstr "Comezar a gravación" -#: record.php:86 +#: record.php:92 msgid "Stopping recording..." msgstr "A deter a gravación..." -#: record.php:90 +#: record.php:96 msgid "Stop the manual recording now..." msgstr "Deter a gravación manual agora..." @@ -703,6 +733,10 @@ msgstr "" "Así é como funciona isto.\n" "\n" +#: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 +msgid "Self completed online" +msgstr "" + #: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 msgid "Not on an appointment" msgstr "" @@ -711,6 +745,10 @@ msgstr "" msgid "On an appointment" msgstr "" +#: include/limesurvey/quexs.php:989 +msgid "All samples" +msgstr "" + #: include/limesurvey/common_functions.php:6298 msgid "queXS: Number of call attempts" msgstr "" @@ -727,6 +765,10 @@ msgstr "" msgid "queXS: Number of answering machine messages left" msgstr "" +#: include/limesurvey/optout.php:83 +msgid "Self completion refused via opt out function" +msgstr "" + #: include/limesurvey/admin/exportresults.php:110 #: include/limesurvey/admin/statistics.php:268 #: include/limesurvey/admin/browse.php:791 @@ -748,11 +790,11 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:258 #: include/limesurvey/admin/exportresults.php:644 #: include/limesurvey/admin/exportresults.php:645 -#: include/limesurvey/admin/exportresults.php:967 callhistory.php:83 -#: admin/samplesearch.php:157 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/casesbyoutcome.php:110 -#: admin/dataoutput.php:79 admin/extensionstatus.php:257 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: include/limesurvey/admin/exportresults.php:967 callhistory.php:88 +#: admin/samplesearch.php:162 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/casesbyoutcome.php:115 +#: admin/dataoutput.php:85 admin/extensionstatus.php:262 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Case ID" msgstr "ID de caso" @@ -766,7 +808,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:260 #: include/limesurvey/admin/exportresults.php:604 #: include/limesurvey/admin/exportresults.php:605 -#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:93 msgid "Number of call attempts" msgstr "" @@ -780,157 +822,167 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:262 #: include/limesurvey/admin/exportresults.php:614 #: include/limesurvey/admin/exportresults.php:615 -#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/supervisor.php:411 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/supervisor.php:421 admin/dataoutput.php:93 msgid "Case notes" msgstr "Notas do caso" #: include/limesurvey/admin/exportresults.php:263 #: include/limesurvey/admin/exportresults.php:619 #: include/limesurvey/admin/exportresults.php:620 -#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:93 msgid "Total interview time over all calls (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:264 #: include/limesurvey/admin/exportresults.php:624 #: include/limesurvey/admin/exportresults.php:625 -#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:93 msgid "Interview time for last call (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:265 #: include/limesurvey/admin/exportresults.php:629 #: include/limesurvey/admin/exportresults.php:630 -#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:93 msgid "Last number dialled" msgstr "" #: include/limesurvey/admin/exportresults.php:266 #: include/limesurvey/admin/exportresults.php:634 #: include/limesurvey/admin/exportresults.php:635 -#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:93 msgid "Operator username for last call" msgstr "" #: include/limesurvey/admin/exportresults.php:267 #: include/limesurvey/admin/exportresults.php:639 #: include/limesurvey/admin/exportresults.php:640 -#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:299 -#: admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:304 +#: admin/dataoutput.php:93 msgid "Shift report" msgstr "Informe da quenda" -#: voip/downloadvoipclient.php:52 +#: voip/downloadvoipclient.php:59 msgid "Error: Cannot write to temporary directory" msgstr "" -#: status_interface2.php:79 +#: status_interface2.php:85 msgid "Name" msgstr "Nome" -#: status_interface2.php:176 index.php:163 index_interface2.php:217 +#: status_interface2.php:182 index.php:168 index_interface2.php:223 msgid "Appointment" msgstr "Rechamada" -#: status_interface2.php:218 +#: status_interface2.php:224 msgid "Dial" msgstr "" -#: status_interface2.php:226 status_interface2.php:229 +#: status_interface2.php:232 status_interface2.php:235 msgid "No more numbers to call" msgstr "" -#: appointmentlist.php:56 +#: appointmentlist.php:61 msgid "Appointment List" msgstr "Listaxe de Rechamadas" -#: appointmentlist.php:83 +#: appointmentlist.php:75 admin/supervisor.php:364 +#: admin/displayappointments.php:249 +msgid "Not yet called" +msgstr "Non se chamou aínda" + +#: appointmentlist.php:75 admin/displayappointments.php:227 +#: admin/displayappointments.php:252 +msgid "Any operator" +msgstr "" + +#: appointmentlist.php:88 msgid "No appointments made" msgstr "Non se concertaron rechamadas" -#: appointmentlist.php:85 +#: appointmentlist.php:90 msgid "No future appointments scheduled" msgstr "Non hai rechamadas previstas" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 shifts.php:82 shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 shifts.php:88 shifts.php:109 msgid "Start" msgstr "Comezar" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 index.php:162 shifts.php:82 -#: shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 index.php:167 shifts.php:88 +#: shifts.php:109 msgid "End" msgstr "Finallizar" -#: appointmentlist.php:90 admin/displayappointments.php:208 -#: admin/displayappointments.php:258 +#: appointmentlist.php:95 admin/displayappointments.php:213 +#: admin/displayappointments.php:263 msgid "Appointment with" msgstr "" -#: appointmentlist.php:90 client/index.php:91 client/index.php:110 -#: callhistory.php:83 calllist.php:84 admin/outcomes.php:141 -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/casestatus.php:116 index_interface2.php:216 +#: appointmentlist.php:95 client/index.php:97 client/index.php:116 +#: callhistory.php:88 calllist.php:89 admin/outcomes.php:146 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/casestatus.php:121 index_interface2.php:222 msgid "Outcome" msgstr "Estado" -#: rs_project_end_interface2.php:80 +#: rs_project_end_interface2.php:86 msgid "Call automatically ended with outcome: Complete - End case" msgstr "" -#: client/index.php:59 admin/outcomes.php:65 +#: client/index.php:65 admin/outcomes.php:70 msgid "Questionnaire Outcomes" msgstr "Estados do Cuestionario" -#: client/index.php:72 +#: client/index.php:78 msgid "There are no questionnaires assigned to you" msgstr "Non lle foi asignado cuestionario ningún" -#: client/index.php:91 admin/outcomes.php:141 +#: client/index.php:97 admin/outcomes.php:146 msgid "Rate" msgstr "Taxa" -#: client/index.php:92 admin/outcomes.php:142 +#: client/index.php:98 admin/outcomes.php:147 msgid "Response Rate 1" msgstr "Taxa de Resposta 1" -#: client/index.php:93 admin/outcomes.php:143 +#: client/index.php:99 admin/outcomes.php:148 msgid "Refusal Rate 1" msgstr "Taxa de Rexeitamento 1" -#: client/index.php:94 admin/outcomes.php:144 +#: client/index.php:100 admin/outcomes.php:149 msgid "Cooperation Rate 1" msgstr "Taxa de Cooperación 1" -#: client/index.php:95 admin/outcomes.php:145 +#: client/index.php:101 admin/outcomes.php:150 msgid "Contact Rate 1" msgstr "Taxa de Contacto 1" -#: client/index.php:110 admin/outcomes.php:163 admin/outcomes.php:214 -#: admin/outcomes.php:256 +#: client/index.php:116 admin/outcomes.php:168 admin/outcomes.php:219 +#: admin/outcomes.php:261 msgid "Count" msgstr "Contaxe" -#: client/index.php:113 admin/outcomes.php:263 +#: client/index.php:119 admin/outcomes.php:268 msgid "No outcomes recorded for this questionnaire" msgstr "Non se rexistraron estados neste cuestionario" -#: client/index.php:123 +#: client/index.php:129 msgid "You are not a valid client" msgstr "Vostede non é un cliente válido" -#: rs_project_intro_interface2.php:59 rs_project_intro.php:59 +#: rs_project_intro_interface2.php:65 rs_project_intro.php:65 msgid "Respondent Selection - Project Introduction" msgstr "Selección do/a entrevistado/a - Introdución do Proxecto" -#: rs_project_intro_interface2.php:82 rs_project_intro.php:82 +#: rs_project_intro_interface2.php:88 rs_project_intro.php:88 msgid "" "End call with outcome: No eligible respondent (person not available on this " "number)" @@ -938,457 +990,543 @@ msgstr "" "Finallizar a chamada co estado: Non hai persoas elixíbeis (persoa non " "dispoñíbel neste número)" -#: supervisorchat.php:56 admin/supervisorchat.php:61 admin/index.php:169 -#: index.php:301 +#: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:183 +#: index.php:306 msgid "Supervisor chat" msgstr "" -#: supervisorchat.php:87 -msgid "Supervisor is available" -msgstr "" +#: supervisorchat.php:85 index.php:170 supervisor.php:58 +msgid "Supervisor" +msgstr "Supervisor/a" -#: supervisorchat.php:88 -msgid "Supervisor not available" -msgstr "" - -#: supervisorchat.php:90 supervisorchat.php:93 -msgid "Message" -msgstr "" - -#: supervisorchat.php:90 -msgid "Send" +#: supervisorchat.php:86 +msgid "Me" msgstr "" #: supervisorchat.php:93 -msgid "From" +msgid "Supervisor is available" +msgstr "" + +#: supervisorchat.php:94 +msgid "Supervisor not available" +msgstr "" + +#: supervisorchat.php:96 supervisorchat.php:99 +msgid "Message" msgstr "" #: supervisorchat.php:96 +msgid "Send" +msgstr "" + +#: supervisorchat.php:99 +msgid "From" +msgstr "" + +#: supervisorchat.php:102 msgid "Supervisor chat is not enabled" msgstr "" -#: email.php:279 email.php:283 email.php:289 email.php:310 email.php:340 -#: index.php:166 index_interface2.php:219 +#: email.php:248 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:285 email.php:289 email.php:295 email.php:316 email.php:346 +#: admin/operators.php:265 admin/clients.php:172 admin/operatorlist.php:236 +#: index.php:171 index_interface2.php:225 msgid "Email" msgstr "" -#: email.php:296 +#: email.php:302 msgid "The email did not send" msgstr "" -#: email.php:301 +#: email.php:307 msgid "The email address is not valid" msgstr "" -#: email.php:330 +#: email.php:336 msgid "Email respondent for self completion" msgstr "" -#: email.php:338 admin/operators.php:256 admin/operatorlist.php:214 +#: email.php:344 admin/operators.php:257 admin/operatorlist.php:228 msgid "First name" msgstr "" -#: email.php:339 admin/operators.php:260 admin/operatorlist.php:218 +#: email.php:345 admin/operators.php:261 admin/operatorlist.php:232 msgid "Last name" msgstr "" -#: email.php:343 +#: email.php:349 msgid "Send invitation" msgstr "" -#: email.php:345 +#: email.php:351 msgid "Send invitation and Hang up" msgstr "" -#: email.php:349 +#: email.php:355 msgid "Self completion email not available for this questionnaire" msgstr "" -#: callhistory.php:56 +#: callhistory.php:61 msgid "Case History List" msgstr "Listaxe do Hitorial de Casos" -#: callhistory.php:79 admin/callhistory.php:108 +#: callhistory.php:84 admin/callhistory.php:114 msgid "No calls ever made" msgstr "Non se fixeron chamadas" -#: availability.php:56 index.php:231 index_interface2.php:250 +#: availability.php:61 index.php:236 index_interface2.php:256 msgid "Availability" msgstr "" -#: availability.php:123 admin/supervisor.php:503 +#: availability.php:128 admin/supervisor.php:513 msgid "" "Select groups to limit availability (Selecting none means always available)" msgstr "" -#: availability.php:143 admin/supervisor.php:522 +#: availability.php:148 admin/supervisor.php:532 msgid "Availability groups not defined for this questionnaire" msgstr "" -#: calllist.php:56 +#: calllist.php:61 msgid "Call List" msgstr "Listaxe de Chamadas" -#: calllist.php:80 admin/supervisor.php:395 +#: calllist.php:85 admin/supervisor.php:405 msgid "No calls made" msgstr "Non se fixeron chamadas" -#: calllist.php:84 +#: calllist.php:89 msgid "Number called" msgstr "Número chamado" -#: nocaseavailable.php:63 +#: nocaseavailable.php:69 msgid "No case available" msgstr "Non hai casos dispoñíbeis" -#: nocaseavailable.php:68 +#: nocaseavailable.php:74 msgid "There is no case currently available" msgstr "Neste intre non hai casos dispoñíbeis" -#: nocaseavailable.php:69 +#: nocaseavailable.php:75 msgid "Reasons:" msgstr "Razóns:" -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:342 -#: admin/availabilitygroup.php:128 -msgid "ID" -msgstr "ID" - -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:329 -#: admin/quota.php:250 admin/quotarow.php:418 admin/quotarow.php:456 -#: admin/quotarow.php:478 admin/quotarow.php:504 admin/quotarow.php:551 -#: admin/quotarow.php:582 -msgid "Description" -msgstr "Descrición" - -#: nocaseavailable.php:92 admin/operatorlist.php:254 +#: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:471 +#: admin/questionnairelist.php:554 admin/operatorlist.php:276 msgid "Enabled" msgstr "" -#: nocaseavailable.php:116 admin/samplelist.php:320 admin/quotareport.php:294 -#: admin/assigntimeslots.php:260 admin/outcomes.php:122 admin/outcomes.php:178 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:160 admin/quota.php:131 admin/assignsample.php:203 -#: admin/assignsample.php:279 admin/supervisor.php:298 admin/quotarow.php:306 -#: admin/casestatus.php:116 admin/casestatus.php:234 +#: nocaseavailable.php:86 admin/samplelist.php:469 +#: admin/questionnairelist.php:552 admin/index.php:199 +msgid "Disabled" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:347 +#: admin/availabilitygroup.php:133 +msgid "ID" +msgstr "ID" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:334 +#: admin/quota.php:255 admin/quotarow.php:423 admin/quotarow.php:461 +#: admin/quotarow.php:483 admin/quotarow.php:509 admin/quotarow.php:556 +#: admin/quotarow.php:587 +msgid "Description" +msgstr "Descrición" + +#: nocaseavailable.php:122 admin/samplelist.php:325 admin/quotareport.php:299 +#: admin/assigntimeslots.php:265 admin/outcomes.php:127 admin/outcomes.php:183 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:168 admin/quota.php:136 admin/assignsample.php:208 +#: admin/assignsample.php:284 admin/supervisor.php:308 admin/quotarow.php:311 +#: admin/casestatus.php:121 admin/casestatus.php:239 msgid "Sample" msgstr "Mostra" -#: nocaseavailable.php:141 admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:154 admin/quota.php:110 admin/assignsample.php:202 -#: admin/quotarow.php:288 admin/casestatus.php:231 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -#: admin/new.php:127 admin/new.php:135 shifts.php:103 +#: nocaseavailable.php:147 admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:162 admin/quota.php:115 admin/assignsample.php:207 +#: admin/quotarow.php:293 admin/casestatus.php:236 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +#: admin/new.php:132 admin/new.php:140 shifts.php:109 msgid "Questionnaire" msgstr "Cuestionario" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift start" msgstr "Comezo da quenda" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift end" msgstr "Fin da quenda" -#: nocaseavailable.php:164 +#: nocaseavailable.php:170 msgid "Call restrictions:" msgstr "Restricións de chamada:" -#: nocaseavailable.php:168 +#: nocaseavailable.php:174 msgid "" "ERROR: There are no cases available that fall within call restrictions" msgstr "" "ERRO: Non hai casos dispoñíbeis que coincidan coas restricións de chamada" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid "There are " msgstr "Hai " -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid " unassigned case(s) available within the specified call restrictions" msgstr "" " casos sen asignar dispoñíbeis para as restricións de chamada especificadas" -#: nocaseavailable.php:179 +#: nocaseavailable.php:185 msgid "Limesurvey links:" msgstr "Ligazóns de Limesurvey:" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" msgstr "" "ERRO: Non se definiu a táboa de claves para o cuestionario de Limesurvey" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "from questionnaire:" msgstr "do cuestionario:" -#: nocaseavailable.php:200 +#: nocaseavailable.php:206 msgid "Tokens table exists for Limesurvey questionnaire:" msgstr "Existe a táboa de claves para o cuestionario de Limesurvey" -#: nocaseavailable.php:205 +#: nocaseavailable.php:211 msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" msgstr "ERRO: Non se poden achar cuestionarios cos IDs de Limesurvey" -#: nocaseavailable.php:225 +#: nocaseavailable.php:231 msgid "ERROR: Quota reached for this question" msgstr "ERRO: Atinxiuse a cota para esta pregunta" -#: nocaseavailable.php:244 +#: nocaseavailable.php:250 msgid "POSSIBLE ERROR: Row quota reached for this quota" msgstr "" -#: admin/timezonetemplate.php:92 +#: admin/timezonetemplate.php:97 msgid "Set Timezones" msgstr "" -#: admin/timezonetemplate.php:104 admin/callrestrict.php:110 -#: admin/addshift.php:151 admin/availability.php:118 -#: admin/shifttemplate.php:101 +#: admin/timezonetemplate.php:109 admin/callrestrict.php:115 +#: admin/addshift.php:156 admin/availability.php:124 +#: admin/shifttemplate.php:106 msgid "" "Your database does not have timezones installed, please see here for details" msgstr "" "A súa base de datos non ten instalados os fusos horarios. Por favor, vexa " "aquí os detalles" -#: admin/timezonetemplate.php:107 +#: admin/timezonetemplate.php:109 admin/supervisor.php:152 admin/new.php:182 +#: admin/new.php:378 +msgid "or" +msgstr "" + +#: admin/timezonetemplate.php:109 +msgid "" +"Check that you have granted relevant permissions on 'time_zone_...' tables " +"in database named 'mysql'." +msgstr "" + +#: admin/timezonetemplate.php:112 msgid "Default Timezone: " msgstr "" -#: admin/timezonetemplate.php:111 +#: admin/timezonetemplate.php:116 msgid "Set default timezone" msgstr "" -#: admin/timezonetemplate.php:116 +#: admin/timezonetemplate.php:121 msgid "Timezone list" msgstr "" -#: admin/timezonetemplate.php:119 +#: admin/timezonetemplate.php:124 msgid "Remove Timezone" msgstr "" -#: admin/timezonetemplate.php:119 admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:124 admin/timezonetemplate.php:128 msgid "Remove" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Timezone name" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Time diff to Default Time zone" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Current time" msgstr "" -#: admin/timezonetemplate.php:126 +#: admin/timezonetemplate.php:131 msgid "Add a Timezone:" msgstr "Engadir un Fuso Horario:" -#: admin/timezonetemplate.php:130 +#: admin/timezonetemplate.php:135 msgid "Add Timezone" msgstr "Engadir un Fuso Horario" -#: admin/samplelist.php:168 +#: admin/samplelist.php:173 msgid "" "Smth wrong with selected field types. Please check again var types " "selection and/or fields that you supposed to delete." msgstr "" -#: admin/samplelist.php:281 +#: admin/samplelist.php:286 msgid "Rename, Set viewing permissions & Manage sample variables" msgstr "" -#: admin/samplelist.php:282 admin/samplelist.php:493 admin/index.php:108 +#: admin/samplelist.php:287 admin/samplelist.php:498 admin/index.php:122 msgid "Sample management" msgstr "" -#: admin/samplelist.php:321 +#: admin/samplelist.php:326 msgid "Search this sample" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "Enter" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "new" msgstr "" -#: admin/samplelist.php:333 +#: admin/samplelist.php:338 msgid "Rename" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Sample variable (Column)" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Visible?" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Var type" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Example data" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Delete ?" msgstr "" -#: admin/samplelist.php:346 admin/addshift.php:263 admin/assignsample.php:230 -#: admin/quotarow.php:394 admin/extensionstatus.php:202 -#: admin/displayappointments.php:231 +#: admin/samplelist.php:351 admin/addshift.php:268 admin/assignsample.php:235 +#: admin/quotarow.php:399 admin/extensionstatus.php:207 +#: admin/displayappointments.php:236 msgid "Save changes" msgstr "" -#: admin/samplelist.php:356 +#: admin/samplelist.php:361 msgid "" "Select which fields from this sample to deidentify. Deidentified fields " "will be permanently deleted from the sample." msgstr "" -#: admin/samplelist.php:360 +#: admin/samplelist.php:365 msgid "There's no data in this sample. Probably was deidentified earlier." msgstr "" -#: admin/samplelist.php:374 +#: admin/samplelist.php:379 msgid "Clean it" msgstr "" -#: admin/samplelist.php:392 +#: admin/samplelist.php:397 msgid "Fix this sample " msgstr "" -#: admin/samplelist.php:492 +#: admin/samplelist.php:474 admin/questionnairelist.php:557 +#: admin/operatorlist.php:376 +msgid "Enable" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 +msgid "ARE YOU SURE?" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 admin/supervisor.php:176 +#: admin/new.php:364 +msgid "Cancel" +msgstr "" + +#: admin/samplelist.php:476 admin/questionnairelist.php:559 +#: admin/operatorlist.php:378 +msgid "Disable" +msgstr "" + +#: admin/samplelist.php:480 admin/operators.php:272 admin/operators.php:281 +#: admin/questionnairelist.php:385 admin/operatorlist.php:243 +#: admin/operatorlist.php:251 admin/operatorlist.php:385 +#: admin/assignsample.php:275 admin/assignsample.php:284 +#: admin/supervisor.php:369 admin/quotarow.php:587 admin/shiftreport.php:102 +#: admin/shiftreport.php:110 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 +msgid "Edit" +msgstr "Editar" + +#: admin/samplelist.php:480 +msgid "Viewing permissions" +msgstr "" + +#: admin/samplelist.php:482 +msgid "Edit sample parameters" +msgstr "" + +#: admin/samplelist.php:487 +msgid "DELETE SAMPLE" +msgstr "" + +#: admin/samplelist.php:489 admin/samplesearch.php:86 admin/index.php:123 +msgid "Search the sample" +msgstr "Buscar na mostra" + +#: admin/samplelist.php:490 admin/questionnairelist.php:583 +#: admin/index.php:156 index.php:255 index_interface2.php:273 +msgid "Call history" +msgstr "Historial de chamadas" + +#: admin/samplelist.php:490 +msgid "sample" +msgstr "" + +#: admin/samplelist.php:497 msgid "Sample list" msgstr "" -#: admin/samplelist.php:496 admin/index.php:107 +#: admin/samplelist.php:501 admin/index.php:121 msgid "Import a sample file" msgstr "" -#: admin/voipmonitor.php:73 admin/voipmonitor.php:95 +#: admin/voipmonitor.php:78 admin/voipmonitor.php:100 msgid "Monitor VoIP Process" msgstr "Proceso de Supervisión de VoIP" -#: admin/voipmonitor.php:75 admin/systemsort.php:77 +#: admin/voipmonitor.php:80 admin/systemsort.php:82 msgid "Running process:" msgstr "Proceso en curso:" -#: admin/voipmonitor.php:79 +#: admin/voipmonitor.php:84 msgid "" "Kill signal sent: Please wait... (Note: Process will be stalled until " "there is activity on the VoIP Server)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "Process is already closed (eg. server was rebooted)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "click here to confirm" msgstr "" -#: admin/voipmonitor.php:84 admin/systemsort.php:86 +#: admin/voipmonitor.php:89 admin/systemsort.php:91 msgid "Kill the running process" msgstr "Matar o proceso en curso" -#: admin/voipmonitor.php:84 +#: admin/voipmonitor.php:89 msgid "(requires activity on the VoIP Server to take effect)" msgstr "(require de actividde no Servidor VoIP para se efectuar)" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log id" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 admin/outcomes.php:299 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/shiftreport.php:104 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 admin/outcomes.php:304 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/shiftreport.php:110 msgid "Date" msgstr "Data" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log entry" msgstr "" -#: admin/voipmonitor.php:97 +#: admin/voipmonitor.php:102 msgid "Click here to begin monitoring the VoIP Process" msgstr "Calque aquí para comezar a supervisar o Proceso VoIP" -#: admin/voipmonitor.php:98 admin/systemsort.php:101 +#: admin/voipmonitor.php:103 admin/systemsort.php:110 msgid "Outcome of last process run (if any)" msgstr "Estado do último proceso executado (se houber)" -#: admin/systemsortprocess.php:93 +#: admin/systemsortprocess.php:98 msgid "Sorting cases process starting" msgstr "" -#: admin/systemsortprocess.php:106 +#: admin/systemsortprocess.php:111 msgid "Checking for cases open for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:147 admin/systemsortprocess.php:185 +#: admin/systemsortprocess.php:140 admin/systemsortprocess.php:152 +#: admin/systemsortprocess.php:178 admin/systemsortprocess.php:190 msgid "System automatically closed case as not closed for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:194 +#: admin/systemsortprocess.php:199 msgid "Completed case closing" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 msgid "This task took" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 +#: nocallavailable.php:208 msgid "seconds" msgstr "" -#: admin/systemsortprocess.php:196 +#: admin/systemsortprocess.php:201 msgid "Failed to complete case closing" msgstr "" -#: admin/systemsortprocess.php:211 +#: admin/systemsortprocess.php:216 msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:333 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:335 msgid "Failed to complete sort" msgstr "" -#: admin/systemsort.php:75 admin/systemsort.php:97 +#: admin/systemsort.php:80 admin/systemsort.php:102 msgid "Monitor system wide case sorting" msgstr "" -#: admin/systemsort.php:81 +#: admin/systemsort.php:86 msgid "Kill signal sent: Please wait..." msgstr "" -#: admin/systemsort.php:82 +#: admin/systemsort.php:87 msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" "O proceso xa se pechou (ex.: reiniciouse o servidor) - calque aquí para " "confirmar" -#: admin/systemsort.php:99 +#: admin/systemsort.php:104 msgid "Click here to enable and begin system wide case sorting" msgstr "" -#: admin/systemsort.php:100 +#: admin/systemsort.php:105 msgid "" "System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " "configuration directive) sorting cases on a system wide basis instead of " @@ -1398,220 +1536,194 @@ msgid "" "problems, it is not recommended to use this feature." msgstr "" -#: admin/operators.php:147 +#: admin/operators.php:150 msgid "Added operator :" msgstr "" -#: admin/operators.php:150 +#: admin/operators.php:153 msgid "" "FreePBX needs to be reloaded for the new VoIP extension to take effect" msgstr "" -#: admin/operators.php:172 +#: admin/operators.php:175 msgid "" "Could not add operator. There may already be an operator of this name:" msgstr "" -#: admin/operators.php:178 admin/operators.php:311 admin/operatorlist.php:388 +#: admin/operators.php:181 admin/operators.php:320 admin/operatorlist.php:410 msgid "Add an operator" msgstr "Engadir un/unha operador/a" -#: admin/operators.php:186 admin/clients.php:145 -msgid "" -"Use this form to enter the username of a user based on your directory " -"security system. For example, if you have secured the base directory of " -"queXS using Apache file based security, enter the usernames of the users " -"here." -msgstr "" -"Use este formulario para introducir o nome de usuario/a baseado no seu " -"sistema de seguranza de directorio. Por exemplo, se segurou o directorio " -"base de queXS coa seguranza baseada en ficheiros de Apache, introduza aquí " -"os nomes de usuarios/as." - -#: admin/operators.php:187 +#: admin/operators.php:190 msgid "The username and extension must be unique for each operator." msgstr "" -#: admin/operators.php:242 admin/clientquestionnaire.php:238 -#: admin/operatorlist.php:200 admin/operatorlist.php:372 -#: admin/operatorskill.php:246 admin/operatorquestionnaire.php:242 +#: admin/operators.php:245 admin/clientquestionnaire.php:243 +#: admin/operatorlist.php:216 admin/operatorlist.php:394 +#: admin/operatorskill.php:251 admin/operatorquestionnaire.php:247 msgid "Username" msgstr "" -#: admin/operators.php:247 admin/operatorlist.php:205 +#: admin/operators.php:249 admin/operatorlist.php:220 msgid "Password" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 -#: admin/extensionstatus.php:197 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 +#: admin/extensionstatus.php:202 msgid "Generate" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 msgid "Password with" msgstr "" -#: admin/operators.php:251 admin/clients.php:158 admin/operatorlist.php:209 +#: admin/operators.php:253 admin/clients.php:160 admin/operatorlist.php:224 msgid "characters" msgstr "" -#: admin/operators.php:267 admin/operators.php:276 -#: admin/questionnairelist.php:380 admin/operatorlist.php:225 -#: admin/operatorlist.php:233 admin/assignsample.php:279 -#: admin/quotarow.php:582 admin/shiftreport.php:104 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -msgid "Edit" -msgstr "Editar" - -#: admin/operators.php:268 admin/operatorlist.php:226 +#: admin/operators.php:273 admin/operatorlist.php:244 msgid "TimeZones list" msgstr "" -#: admin/operators.php:277 admin/operatorlist.php:234 -#: admin/operatorlist.php:389 +#: admin/operators.php:282 admin/operatorlist.php:252 +#: admin/operatorlist.php:411 msgid "Extensions" msgstr "" -#: admin/operators.php:283 admin/operatorlist.php:238 +#: admin/operators.php:288 admin/operatorlist.php:256 msgid "Uses VoIP" msgstr "" -#: admin/operators.php:284 admin/operators.php:296 admin/operators.php:300 -#: admin/operators.php:304 admin/operators.php:308 admin/supervisorchat.php:74 -#: admin/questionnairelist.php:385 admin/questionnairelist.php:388 -#: admin/questionnairelist.php:392 admin/questionnairelist.php:396 -#: admin/questionnairelist.php:400 admin/operatorlist.php:239 -#: admin/operatorlist.php:251 admin/operatorlist.php:255 -#: admin/assignsample.php:224 admin/assignsample.php:225 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:316 admin/assignsample.php:319 -#: admin/assignsample.php:325 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "No" -msgstr "" - -#: admin/operators.php:287 admin/operatorlist.php:242 +#: admin/operators.php:292 admin/operatorlist.php:260 msgid "Jabber/XMPP chat user" msgstr "" -#: admin/operators.php:291 admin/operatorlist.php:246 +#: admin/operators.php:296 admin/operatorlist.php:264 msgid "Jabber/XMPP chat password" msgstr "" -#: admin/operators.php:295 admin/operatorlist.php:250 +#: admin/operators.php:300 admin/operatorlist.php:272 msgid "Uses chat" msgstr "" -#: admin/operators.php:299 +#: admin/operators.php:304 admin/operatorlist.php:268 +msgid "Is the operator a system administrator?" +msgstr "" + +#: admin/operators.php:308 msgid "Is the operator a normal interviewer?" msgstr "É este/a operador/a un/unha entrevistador/a normal?" -#: admin/operators.php:303 +#: admin/operators.php:312 msgid "Is the operator a supervisor?" msgstr "É o/a operador/a un/unha supervisor/a?" -#: admin/operators.php:307 +#: admin/operators.php:316 msgid "Is the operator a refusal converter?" msgstr "É este/a operador/a un/unha conversor/a de rexeitamentos?" -#: admin/quotareport.php:109 admin/index.php:144 +#: admin/quotareport.php:114 admin/index.php:158 msgid "Quota report" msgstr "Informe de cotas" -#: admin/quotareport.php:111 admin/assigntimeslots.php:156 -#: admin/questionnaireprefill.php:100 admin/outcomes.php:68 -#: admin/addshift.php:168 admin/assignsample.php:255 +#: admin/quotareport.php:116 admin/assigntimeslots.php:161 +#: admin/questionnaireprefill.php:105 admin/outcomes.php:73 +#: admin/addshift.php:173 admin/assignsample.php:260 msgid "Select a questionnaire" msgstr "" -#: admin/quotareport.php:119 +#: admin/quotareport.php:124 msgid "Select a sample" msgstr "" -#: admin/quotareport.php:207 admin/quotareport.php:214 +#: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:572 msgid "closed" msgstr "pechado" -#: admin/quotareport.php:207 admin/quotareport.php:209 -#: admin/quotareport.php:216 +#: admin/quotareport.php:212 admin/quotareport.php:214 +#: admin/quotareport.php:221 admin/quotarow.php:572 msgid "open" msgstr "aberto" -#: admin/quotareport.php:209 +#: admin/quotareport.php:214 msgid "close" msgstr "" -#: admin/quotareport.php:291 +#: admin/quotareport.php:296 msgid "Total sample" msgstr "Mostra total" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Strata" msgstr "Strata" -#: admin/quotareport.php:294 admin/quotarow.php:129 admin/quotarow.php:386 -#: admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:134 admin/quotarow.php:391 +#: admin/quotarow.php:587 msgid "Quota" msgstr "Cota" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Used" msgstr "Mostra Usada" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Remaining" msgstr "Mostra Restante:" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "% Complete" msgstr "% Completado" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Set priority" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:587 msgid "Auto prioritise" msgstr "" -#: admin/assigntimeslots.php:154 admin/index.php:115 +#: admin/quotareport.php:303 +msgid "Update priorities" +msgstr "" + +#: admin/assigntimeslots.php:159 admin/index.php:129 msgid "Assign Time slots" msgstr "" -#: admin/assigntimeslots.php:163 +#: admin/assigntimeslots.php:168 msgid "Time slot groups" msgstr "" -#: admin/assigntimeslots.php:164 +#: admin/assigntimeslots.php:169 msgid "" "Assigning an availability group to a questionnaire will allow interviewers " "to select from those groups to restrict calls to a particular case to the " "times within the group" msgstr "" -#: admin/assigntimeslots.php:166 admin/assigntimeslots.php:214 -#: admin/assigntimeslots.php:268 +#: admin/assigntimeslots.php:171 admin/assigntimeslots.php:219 +#: admin/assigntimeslots.php:273 admin/assignsample.php:276 +#: admin/casestatus.php:101 msgid "Click to unassign" msgstr "Premer para desmarcar" -#: admin/assigntimeslots.php:176 +#: admin/assigntimeslots.php:181 msgid "There are no time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:180 +#: admin/assigntimeslots.php:185 msgid "Time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:202 +#: admin/assigntimeslots.php:207 msgid "Add time slot group" msgstr "" -#: admin/assigntimeslots.php:211 +#: admin/assigntimeslots.php:216 msgid "Call attempt time slots" msgstr "" -#: admin/assigntimeslots.php:212 admin/assigntimeslots.php:258 +#: admin/assigntimeslots.php:217 admin/assigntimeslots.php:263 msgid "" "Assigning call attempt time slots to questionnaires will only allow cases to " "be attempted in a time slot for the n + 1th time where it has been attempted " @@ -1620,284 +1732,322 @@ msgid "" "missing timeslots." msgstr "" -#: admin/assigntimeslots.php:224 +#: admin/assigntimeslots.php:229 msgid "There are no call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:228 +#: admin/assigntimeslots.php:233 msgid "Call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:257 +#: admin/assigntimeslots.php:256 +msgid "Add call attempt time slot" +msgstr "" + +#: admin/assigntimeslots.php:262 msgid "Call attempt time slots for sample" msgstr "" -#: admin/assigntimeslots.php:278 +#: admin/assigntimeslots.php:283 msgid "" "There are no call attempt time slots selected for this questionnaire sample" msgstr "" -#: admin/assigntimeslots.php:282 +#: admin/assigntimeslots.php:287 msgid "Call attempt time slots selected for this sample" msgstr "" -#: admin/assigntimeslots.php:305 +#: admin/assigntimeslots.php:310 msgid "Add call attempt time slot for sample" msgstr "" -#: admin/questionnaireprefill.php:99 +#: admin/questionnaireprefill.php:104 msgid "Pre fill questionnaire: Set values for questionnaire to prefill" msgstr "" "Preencher o cuestionario: Establecer os valores do cuestionario a preencher" -#: admin/questionnaireprefill.php:111 +#: admin/questionnaireprefill.php:116 msgid "Current pre fills" msgstr "" -#: admin/questionnaireprefill.php:121 +#: admin/questionnaireprefill.php:126 msgid "Currently no pre fills" msgstr "Sen predeterminados neste intre" -#: admin/questionnaireprefill.php:127 +#: admin/questionnaireprefill.php:132 msgid "SGQA code" msgstr "" -#: admin/questionnaireprefill.php:127 admin/quotarow.php:504 +#: admin/questionnaireprefill.php:132 admin/quotarow.php:509 msgid "Sample variable" msgstr "" -#: admin/questionnaireprefill.php:127 admin/samplesearch.php:96 -#: admin/supervisor.php:185 admin/quotarow.php:418 admin/quotarow.php:504 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: admin/questionnaireprefill.php:132 admin/samplesearch.php:101 +#: admin/supervisor.php:195 admin/supervisor.php:368 admin/supervisor.php:414 +#: admin/quotarow.php:423 admin/quotarow.php:509 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Delete" msgstr "Borrar" -#: admin/questionnaireprefill.php:132 +#: admin/questionnaireprefill.php:137 msgid "Select a question to pre fill" msgstr "Escolla unha pregunta a preencher" -#: admin/questionnaireprefill.php:165 +#: admin/questionnaireprefill.php:170 msgid "Enter a value to pre fill this question with:" msgstr "Introduza un valor co que preencher esta pregunta:" -#: admin/questionnaireprefill.php:167 +#: admin/questionnaireprefill.php:172 msgid "Possible uses:" msgstr "Usos posíbeis:" -#: admin/questionnaireprefill.php:169 +#: admin/questionnaireprefill.php:174 msgid "{Respondent:firstName} First name of the respondent" msgstr "{Respondent:firstName} Nome de pía do/a entrevistado/a" -#: admin/questionnaireprefill.php:170 +#: admin/questionnaireprefill.php:175 msgid "{Respondent:lastName} Last name of the respondent" msgstr "{Respondent:lastName} Apelidos do/a entrevistado/a" -#: admin/questionnaireprefill.php:171 +#: admin/questionnaireprefill.php:176 msgid "{Sample:var} A record from the sample where the column name is 'var'" msgstr "{Sample:var} Un rexistro da mostra onde o nome da columna é 'var'" -#: admin/questionnaireprefill.php:180 +#: admin/questionnaireprefill.php:185 msgid "The value to pre fill" msgstr "O valor predefinido" -#: admin/questionnaireprefill.php:181 +#: admin/questionnaireprefill.php:186 msgid "or: Select pre fill from sample list" msgstr "ou: Escolla o predeterminado na listaxe da mostra" -#: admin/questionnaireprefill.php:187 +#: admin/questionnaireprefill.php:192 msgid "Add pre fill" msgstr "Engadir predefinida" -#: admin/availabilitygroup.php:80 +#: admin/auth-admin.php:66 +msgid "You do not have permission to access this area" +msgstr "" + +#: admin/auth-admin.php:67 admin/index.php:95 endwork.php:82 +msgid "Logout" +msgstr "" + +#: admin/availabilitygroup.php:85 msgid "Time slots" msgstr "" -#: admin/availabilitygroup.php:122 +#: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:127 msgid "" "Time slots define periods of time during particular days of the week. These " "are used for the availability function and also the call attempt time slot " "function." msgstr "" -#: admin/availabilitygroup.php:125 +#: admin/availabilitygroup.php:130 msgid "No time slots" msgstr "" -#: admin/availabilitygroup.php:128 admin/availabilitygroup.php:136 +#: admin/availabilitygroup.php:133 admin/availabilitygroup.php:141 msgid "Time slot name" msgstr "" -#: admin/availabilitygroup.php:128 -msgid "Modify" -msgstr "" - -#: admin/availabilitygroup.php:135 +#: admin/availabilitygroup.php:140 msgid "Add new time slot" msgstr "" -#: admin/availabilitygroup.php:137 +#: admin/availabilitygroup.php:142 msgid "Add time slot" msgstr "" -#: admin/outcomes.php:74 admin/outcomes.php:184 +#: admin/outcomes.php:79 admin/outcomes.php:189 msgid "Sample status" msgstr "Estado da mostra" -#: admin/outcomes.php:82 admin/outcomes.php:194 +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Drawn from sample" +msgstr "Extraídos da mostra" + +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Remain in sample" +msgstr "Restantes na mostra" + +#: admin/outcomes.php:87 admin/outcomes.php:199 msgid "Number" msgstr "Número" -#: admin/outcomes.php:83 admin/outcomes.php:181 +#: admin/outcomes.php:88 admin/outcomes.php:186 msgid "No samples assigned" msgstr "" -#: admin/outcomes.php:86 +#: admin/outcomes.php:91 msgid "Case availability (cases with temporary or appointment outcomes)" msgstr "" -#: admin/outcomes.php:118 +#: admin/outcomes.php:123 msgid "No cases currently available to call" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Average time on a completed questionnaire" msgstr "Tempo medio nun cuestionario completado" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Min" msgstr "Mínimo" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Secs" msgstr "s" -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 msgid "%" msgstr "%" -#: admin/outcomes.php:217 +#: admin/outcomes.php:222 msgid "No outcomes recorded for this sample" msgstr "Non se rexistraron estados nesta mostra" -#: admin/outcomes.php:237 +#: admin/outcomes.php:242 msgid "No operators assigned" msgstr "" -#: admin/outcomes.php:241 +#: admin/outcomes.php:246 msgid "Operator call outcomes" msgstr "Estados da chamada de operador" -#: admin/outcomes.php:268 index.php:259 index_interface2.php:276 +#: admin/outcomes.php:273 admin/questionnairelist.php:566 index.php:264 +#: index_interface2.php:282 msgid "Shifts" msgstr "Quendas" -#: admin/outcomes.php:295 +#: admin/outcomes.php:277 +msgid "No shift reports: Add report" +msgstr "Sen informes de quenda: Engadir un informe" + +#: admin/outcomes.php:278 +msgid "View shift reports" +msgstr "Ver os informes da quenda" + +#: admin/outcomes.php:281 +msgid "View operator performance" +msgstr "Ver o rendemento do/a operador/a" + +#: admin/outcomes.php:300 msgid "No shifts defined for this questionnaire" msgstr "Non se definiron quendas neste cuestionario" -#: admin/outcomes.php:299 +#: admin/outcomes.php:304 msgid "Shift time" msgstr "" -#: admin/outcomes.php:299 admin/operatorlist.php:392 admin/index.php:135 +#: admin/outcomes.php:304 admin/operatorlist.php:414 admin/index.php:149 msgid "Operator performance" msgstr "Rendemento do/a operador/a" -#: admin/samplesearch.php:79 +#: admin/samplesearch.php:84 msgid "Search within this sample" msgstr "Buscar dentro desta mostra" -#: admin/samplesearch.php:81 admin/index.php:109 -msgid "Search the sample" -msgstr "Buscar na mostra" - -#: admin/samplesearch.php:89 admin/supervisor.php:178 +#: admin/samplesearch.php:94 admin/supervisor.php:188 msgid "WARNING !" msgstr "" -#: admin/samplesearch.php:92 admin/supervisor.php:181 -msgid "Are you shure you want to delete" +#: admin/samplesearch.php:97 admin/supervisor.php:191 +msgid "Are you sure you want to delete" msgstr "" -#: admin/samplesearch.php:92 admin/samplesearch.php:133 -#: admin/supervisor.php:181 +#: admin/samplesearch.php:97 admin/samplesearch.php:138 +#: admin/supervisor.php:191 msgid "Sample ID" msgstr "" -#: admin/samplesearch.php:95 admin/supervisor.php:184 +#: admin/samplesearch.php:100 admin/supervisor.php:194 msgid "NOOOO..." msgstr "" -#: admin/samplesearch.php:110 +#: admin/samplesearch.php:115 msgid "Select sample " msgstr "" -#: admin/samplesearch.php:133 +#: admin/samplesearch.php:138 msgid "Deleted" msgstr "" -#: admin/samplesearch.php:154 admin/supervisor.php:315 +#: admin/samplesearch.php:146 +msgid "Delete sample record" +msgstr "" + +#: admin/samplesearch.php:147 +msgid "Assigned to case ID :" +msgstr "" + +#: admin/samplesearch.php:159 admin/supervisor.php:325 msgid "Sample id" msgstr "id da mostra" -#: admin/samplesearch.php:185 +#: admin/samplesearch.php:190 msgid "There's no data in this sample." msgstr "" -#: admin/bulkappointment.php:128 admin/bulkappointment.php:210 +#: admin/bulkappointment.php:133 admin/bulkappointment.php:215 msgid "Result" msgstr "" -#: admin/bulkappointment.php:129 admin/bulkappointment.php:218 -#: admin/bulkappointment.php:254 admin/index.php:159 +#: admin/bulkappointment.php:134 admin/bulkappointment.php:223 +#: admin/bulkappointment.php:259 admin/index.php:173 msgid "Bulk appointment generator" msgstr "" -#: admin/bulkappointment.php:200 +#: admin/bulkappointment.php:205 msgid "Added appointment" msgstr "" -#: admin/bulkappointment.php:204 +#: admin/bulkappointment.php:209 msgid "" "No such case id, or case set to a final outcome, or case currently assigned " "to an operator" msgstr "" -#: admin/bulkappointment.php:217 +#: admin/bulkappointment.php:222 msgid "Check data to submit" msgstr "" -#: admin/bulkappointment.php:231 +#: admin/bulkappointment.php:236 msgid "" "Please check the case id's, appointment start and end times and notes are " "correct before accepting below" msgstr "" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:204 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:209 msgid "Start time" msgstr "Hora de comezo" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:206 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:211 msgid "End time" msgstr "Hora de finalización" -#: admin/bulkappointment.php:237 +#: admin/bulkappointment.php:242 msgid "Accept and generate bulk appointments" msgstr "" -#: admin/bulkappointment.php:242 +#: admin/bulkappointment.php:247 msgid "" "The file does not contain at least caseid, starttime and endtime columns. " "Please try again." msgstr "" -#: admin/bulkappointment.php:253 +#: admin/bulkappointment.php:258 msgid "Import: Select file to upload" msgstr "Importar: Escolla o ficheiro a cargar" -#: admin/bulkappointment.php:261 +#: admin/bulkappointment.php:266 msgid "" "Provide a headered CSV file containing at least 3 columns - caseid, " "starttime and endtime. Optionally you can include a note column to " @@ -1907,27 +2057,27 @@ msgid "" "outcome." msgstr "" -#: admin/bulkappointment.php:264 +#: admin/bulkappointment.php:269 msgid "Example CSV file:" msgstr "" -#: admin/bulkappointment.php:276 +#: admin/bulkappointment.php:281 msgid "Select bulk appointment CSV file to upload" msgstr "" -#: admin/bulkappointment.php:279 admin/import.php:129 admin/quotarow.php:609 +#: admin/bulkappointment.php:284 admin/import.php:134 admin/quotarow.php:614 msgid "Select file" msgstr "" -#: admin/bulkappointment.php:281 +#: admin/bulkappointment.php:286 msgid "Upload file" msgstr "" -#: admin/callrestrict.php:99 admin/index.php:167 +#: admin/callrestrict.php:104 admin/index.php:181 msgid "Set call restriction times" msgstr "Establecer restricións temporais de chamada" -#: admin/callrestrict.php:113 admin/availability.php:157 +#: admin/callrestrict.php:118 admin/availability.php:163 msgid "" "Enter the start and end times for each day of the week to restrict calls " "within" @@ -1935,251 +2085,290 @@ msgstr "" "Introduza as horas de comezo e finalización para cada día da semana nas que " "restrinxir as chamadas" -#: admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/shifttemplate.php:131 +#: admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/shifttemplate.php:136 msgid "Day" msgstr "Día" -#: admin/callrestrict.php:153 admin/availability.php:175 -#: admin/shifttemplate.php:149 +#: admin/callrestrict.php:158 admin/availability.php:181 +#: admin/shifttemplate.php:154 msgid "Add row" msgstr "Engadir unha fila" -#: admin/callrestrict.php:154 +#: admin/callrestrict.php:159 msgid "Save changes to restriction times" msgstr "Gardar os cambios nas restriccións horarias" -#: admin/addshift.php:87 +#: admin/addshift.php:92 msgid "Add shifts" msgstr "Engadir quendas" -#: admin/addshift.php:88 +#: admin/addshift.php:93 msgid "" "You must be an operator (as well as have administrator access) to add/edit " "shifts" msgstr "" -#: admin/addshift.php:140 admin/index.php:119 +#: admin/addshift.php:145 admin/index.php:133 msgid "Shift management" msgstr "" -#: admin/addshift.php:163 +#: admin/addshift.php:168 msgid "Add shifts in your Time Zone" msgstr "Engadir quendas no seu Fuso Horario" -#: admin/addshift.php:166 +#: admin/addshift.php:171 msgid "" "Shifts allow you to restrict appointments being made, and interviewers to " "working on a particlar project at defined times." msgstr "" -#: admin/addshift.php:174 +#: admin/addshift.php:179 msgid "Select year" msgstr "" -#: admin/addshift.php:185 +#: admin/addshift.php:190 msgid "Select week" msgstr "" -#: admin/addshift.php:238 +#: admin/addshift.php:243 msgid "Use shift?" msgstr "Usar quendas?" -#: admin/process.php:90 +#: admin/process.php:95 msgid "Cannot connect to VoIP Server" msgstr "Non se pode conectar co servidor VoIP" -#: admin/supervisorchat.php:63 +#: admin/supervisorchat.php:68 msgid "" "Allow interviewers to chat with the supervisor over XMPP (Jabber). Required " "is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " "need XMPP/Jabber accounts." msgstr "" -#: admin/supervisorchat.php:73 +#: admin/supervisorchat.php:78 msgid "Enable supervisor chat?" msgstr "" -#: admin/supervisorchat.php:77 +#: admin/supervisorchat.php:82 msgid "Set BOSH URL" msgstr "" -#: admin/supervisorchat.php:81 +#: admin/supervisorchat.php:86 msgid "Supervisor XMPP/Jabber id" msgstr "" -#: admin/supervisorchat.php:85 +#: admin/supervisorchat.php:90 msgid "Update" msgstr "" -#: admin/questionnairelist.php:348 +#: admin/questionnairelist.php:353 msgid "Modify Questionnaire " msgstr "" -#: admin/questionnairelist.php:370 +#: admin/questionnairelist.php:375 msgid "Assigned survey" msgstr "" -#: admin/questionnairelist.php:374 +#: admin/questionnairelist.php:379 msgid "Edit instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:380 admin/questionnairelist.php:381 -#: admin/new.php:162 admin/new.php:164 +#: admin/questionnairelist.php:385 admin/questionnairelist.php:386 +#: admin/new.php:167 admin/new.php:169 msgid "Name for questionnaire:" msgstr "Nome para o cuestionario:" -#: admin/questionnairelist.php:384 admin/new.php:197 +#: admin/questionnairelist.php:389 admin/new.php:202 msgid "Restrict appointments to shifts?" msgstr "Restrinxir as rechamadas ás quendas?" -#: admin/questionnairelist.php:387 admin/new.php:204 +#: admin/questionnairelist.php:392 admin/new.php:209 msgid "Restrict work to shifts?" msgstr "Restrinxir o traballo ás quendas?" -#: admin/questionnairelist.php:391 admin/new.php:211 +#: admin/questionnairelist.php:396 admin/new.php:216 msgid "Questionnaire for testing only?" msgstr "Cuestionario só para probas?" -#: admin/questionnairelist.php:395 admin/new.php:218 +#: admin/questionnairelist.php:400 admin/new.php:223 msgid "Allow operators to generate referrals?" msgstr "" -#: admin/questionnairelist.php:399 admin/new.php:225 +#: admin/questionnairelist.php:404 admin/new.php:230 msgid "Allow for respondent self completion via email invitation?" msgstr "" -#: admin/questionnairelist.php:404 admin/new.php:233 +#: admin/questionnairelist.php:409 admin/new.php:238 msgid "Questionnaire display mode for respondent" msgstr "" -#: admin/questionnairelist.php:407 admin/new.php:236 +#: admin/questionnairelist.php:412 admin/new.php:241 msgid "All in one" msgstr "" -#: admin/questionnairelist.php:408 admin/new.php:237 +#: admin/questionnairelist.php:413 admin/new.php:242 msgid "Question by question" msgstr "" -#: admin/questionnairelist.php:409 admin/new.php:238 +#: admin/questionnairelist.php:414 admin/new.php:243 msgid "Group at a time" msgstr "" -#: admin/questionnairelist.php:414 admin/new.php:243 +#: admin/questionnairelist.php:419 admin/new.php:248 msgid "Limesurvey template for respondent" msgstr "" -#: admin/questionnairelist.php:433 admin/new.php:261 +#: admin/questionnairelist.php:438 admin/new.php:266 msgid "URL to forward respondents on self completion (required)" msgstr "" -#: admin/questionnairelist.php:444 admin/questionnairelist.php:454 -#: admin/questionnairelist.php:464 admin/questionnairelist.php:474 -#: admin/questionnairelist.php:490 admin/questionnairelist.php:500 -#: admin/new.php:297 admin/new.php:307 admin/new.php:317 admin/new.php:327 -#: admin/new.php:339 admin/new.php:349 +#: admin/questionnairelist.php:449 admin/questionnairelist.php:459 +#: admin/questionnairelist.php:469 admin/questionnairelist.php:479 +#: admin/questionnairelist.php:495 admin/questionnairelist.php:505 +#: admin/new.php:302 admin/new.php:312 admin/new.php:322 admin/new.php:332 +#: admin/new.php:344 admin/new.php:354 msgid "Expand/Collapse" msgstr "" -#: admin/questionnairelist.php:445 admin/new.php:298 +#: admin/questionnairelist.php:450 admin/new.php:303 msgid "Respondent selection introduction:" msgstr "Introdución da selección do/a entrevistado/a:" -#: admin/questionnairelist.php:455 admin/new.php:308 +#: admin/questionnairelist.php:460 admin/new.php:313 msgid "Respondent selection project introduction:" msgstr "Introdución do proxecto de selección do/a entrevistado/a:" -#: admin/questionnairelist.php:465 admin/new.php:318 +#: admin/questionnairelist.php:470 admin/new.php:323 msgid "Respondent selection callback (already started questionnaire):" msgstr "" "Rechamada de selección do/a entrevistado/a (cuestionario xa comezado)" -#: admin/questionnairelist.php:475 admin/new.php:328 +#: admin/questionnairelist.php:480 admin/new.php:333 msgid "Message to leave on an answering machine:" msgstr "Mensaxe a deixar no contestador automático:" -#: admin/questionnairelist.php:485 +#: admin/questionnairelist.php:490 msgid "Edit respondent selection instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:491 admin/new.php:340 +#: admin/questionnairelist.php:496 admin/new.php:345 msgid "Project end text (thank you screen):" msgstr "" -#: admin/questionnairelist.php:501 admin/new.php:350 +#: admin/questionnairelist.php:506 admin/new.php:355 msgid "Project information for interviewers/operators:" msgstr "" -#: admin/questionnairelist.php:509 +#: admin/questionnairelist.php:514 msgid "Update Questionnaire" msgstr "" -#: admin/questionnairelist.php:523 +#: admin/questionnairelist.php:528 msgid "Delete Questionnaire" msgstr "" -#: admin/questionnairelist.php:525 +#: admin/questionnairelist.php:530 msgid "Any collected data and the limesurvey instrument will NOT be deleted" msgstr "" -#: admin/questionnairelist.php:526 +#: admin/questionnairelist.php:531 msgid "" "The questionnaire will be deleted from queXS including call history, cases, " "case notes, respondent details, appointments and the links between " "operators, clients and the questionnaire" msgstr "" -#: admin/questionnairelist.php:527 +#: admin/questionnairelist.php:532 msgid "Please confirm you wish to delete the questionnaire" msgstr "" -#: admin/questionnairelist.php:530 +#: admin/questionnairelist.php:535 msgid "Delete this questionnaire" msgstr "" -#: admin/questionnairelist.php:536 admin/index.php:100 admin/new.php:136 -#: admin/new.php:146 +#: admin/questionnairelist.php:541 admin/index.php:114 admin/new.php:141 +#: admin/new.php:151 msgid "Questionnaire management" msgstr "" -#: admin/questionnairelist.php:539 admin/index.php:99 admin/new.php:42 +#: admin/questionnairelist.php:541 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:544 admin/index.php:113 admin/new.php:47 msgid "Create a new questionnaire" msgstr "Crear un cuestionario novo" -#: admin/questionnairelist.php:557 +#: admin/questionnairelist.php:561 +msgid "Edit Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:562 msgid "Edit Lime survey" msgstr "" -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/databasestrings.php:82 -msgid "Phone number" -msgstr "Número de teléfono" +#: admin/questionnairelist.php:566 admin/questionnairelist.php:583 +#: admin/questionnairelist.php:587 +msgid "questionnaire" +msgstr "" -#: admin/callhistory.php:136 +#: admin/questionnairelist.php:571 admin/index.php:116 +msgid "Pre-fill questionnaire" +msgstr "" + +#: admin/questionnairelist.php:576 +msgid "Delete questionnaire" +msgstr "" + +#: admin/questionnairelist.php:581 +msgid "Outcomes for questionnaire" +msgstr "" + +#: admin/questionnairelist.php:587 admin/index.php:160 +#: admin/dataoutput.php:199 +msgid "Data output" +msgstr "Saída de datos" + +#: admin/questionnairelist.php:592 +msgid "Assigned samples" +msgstr "" + +#: admin/questionnairelist.php:597 admin/index.php:172 +#: admin/casestatus.php:209 +msgid "Case status and assignment" +msgstr "" + +#: admin/callhistory.php:113 admin/callhistory.php:144 msgid "Call History List" msgstr "Listaxe do Historial de Chamadas" -#: admin/callhistory.php:142 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/databasestrings.php:82 +msgid "Phone number" +msgstr "Número de teléfono" + +#: admin/callhistory.php:150 msgid "NO Call history records for Your query" msgstr "" -#: admin/callhistory.php:163 +#: admin/callhistory.php:181 msgid "Download Call History List" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "Could not add" msgstr "Non se puido engadir" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "There may already be a client of this name" msgstr "" -#: admin/clients.php:89 admin/clients.php:174 +#: admin/clients.php:93 admin/clients.php:179 msgid "Add a client" msgstr "Engadir un cliente" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "" "Adding a client here will allow them to access project information in the " "client subdirectory. You can assign a client to a particular project using " @@ -2189,843 +2378,845 @@ msgstr "" "no subdirectorio de clientes. Pode asignar un cliente a un proxecto " "particular usando o" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "Assign client to Questionnaire" msgstr "Asignar un cliente ao Cuestionario" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "tool." msgstr "ferramenta." -#: admin/clients.php:149 +#: admin/clients.php:152 msgid "Enter the username of a client to add:" msgstr "" -#: admin/clients.php:154 +#: admin/clients.php:156 msgid "Enter the password of a client to add:" msgstr "" -#: admin/clients.php:163 +#: admin/clients.php:164 msgid "Enter the first name of a client to add:" msgstr "" -#: admin/clients.php:167 +#: admin/clients.php:168 msgid "Enter the surname of a client to add:" msgstr "" -#: admin/clients.php:171 +#: admin/clients.php:176 msgid "Enter the Time Zone of a client to add:" msgstr "" -#: admin/availability.php:73 +#: admin/availability.php:79 msgid "No time slot group set" msgstr "" -#: admin/availability.php:107 +#: admin/availability.php:113 msgid "Modify time slots" msgstr "" -#: admin/availability.php:132 admin/supervisor.php:449 +#: admin/availability.php:138 admin/supervisor.php:459 msgid "Time slot" msgstr "" -#: admin/availability.php:153 +#: admin/availability.php:159 msgid "Edit Time slot group name" msgstr "" -#: admin/availability.php:176 +#: admin/availability.php:182 msgid "Save changes to time slot group" msgstr "" -#: admin/availability.php:180 +#: admin/availability.php:186 msgid "Delete this time slot group" msgstr "" -#: admin/clientquestionnaire.php:147 admin/clientquestionnaire.php:262 -#: admin/index.php:152 +#: admin/clientquestionnaire.php:152 admin/clientquestionnaire.php:267 +#: admin/index.php:166 msgid "Assign clients to questionnaires" msgstr "Asignar clientes aos cuestionarios" -#: admin/clientquestionnaire.php:238 +#: admin/clientquestionnaire.php:243 msgid "Client" msgstr "" -#: admin/operatorlist.php:60 -msgid "If changing usernames, you must specify a new password" -msgstr "" - -#: admin/operatorlist.php:116 +#: admin/operatorlist.php:127 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Failed to update user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:129 +#: admin/operatorlist.php:144 msgid "Edit Operator settings" msgstr "" -#: admin/operatorlist.php:206 +#: admin/operatorlist.php:221 msgid "leave blank to keep existing password" msgstr "" -#: admin/operatorlist.php:260 +#: admin/operatorlist.php:282 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:369 -msgid "Operator list" +#: admin/operatorlist.php:373 +msgid "Win .bat file" msgstr "" -#: admin/operatorlist.php:379 -msgid "VoIP ON/Off" -msgstr "" - -#: admin/operatorlist.php:380 -msgid "Win file" +#: admin/operatorlist.php:374 +msgid "*nix script file" msgstr "" #: admin/operatorlist.php:381 -msgid "*nix flle" +msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:390 -msgid "Assign to questionnaire" +#: admin/operatorlist.php:383 +msgid "Disable VoIP" msgstr "" #: admin/operatorlist.php:391 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:401 +msgid "VoIP ON/Off" +msgstr "" + +#: admin/operatorlist.php:402 +msgid "Win file" +msgstr "" + +#: admin/operatorlist.php:403 +msgid "*nix flle" +msgstr "" + +#: admin/operatorlist.php:412 +msgid "Assign to questionnaire" +msgstr "" + +#: admin/operatorlist.php:413 msgid "Operator skills" msgstr "" -#: admin/operatorlist.php:396 +#: admin/operatorlist.php:418 msgid "" "Download the file for each user and save in the same folder as the voip.exe " "executable. When the file is executed, it will run the voip.exe program with " "the correct connection details to connect the operator to the VoIP server" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Windows VoIP Client Executable file" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Win file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux VoIP Executable file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux file" msgstr "" -#: admin/centreinfo.php:63 admin/index.php:168 +#: admin/centreinfo.php:68 admin/index.php:182 msgid "Set centre information" msgstr "" -#: admin/centreinfo.php:68 +#: admin/centreinfo.php:73 msgid "Update centre information" msgstr "" -#: admin/import.php:41 +#: admin/import.php:46 msgid "Validating and uploading" msgstr "" -#: admin/import.php:42 admin/import.php:80 admin/import.php:111 +#: admin/import.php:47 admin/import.php:85 admin/import.php:116 msgid "Import sample" msgstr "" -#: admin/import.php:60 +#: admin/import.php:65 msgid "Successfully imported sample" msgstr "" -#: admin/import.php:64 +#: admin/import.php:69 msgid "Error importing file. Please try again" msgstr "Erro ao importar o ficheiro. Por favor, ténteo de novo" -#: admin/import.php:68 +#: admin/import.php:73 msgid "Error:" msgstr "Erro:" -#: admin/import.php:68 +#: admin/import.php:73 msgid "" "Please check imported file, go back in your browser and fix the problem" msgstr "" -#: admin/import.php:79 +#: admin/import.php:84 msgid "Select columns to import" msgstr "" -#: admin/import.php:97 admin/import.php:145 admin/assignsample.php:330 +#: admin/import.php:102 admin/import.php:150 admin/assignsample.php:335 msgid "Add sample" msgstr "Engadir unha mostra" -#: admin/import.php:110 +#: admin/import.php:115 msgid "Select file to upload" msgstr "" -#: admin/import.php:127 +#: admin/import.php:132 msgid "Choose the CSV sample file to upload" msgstr "" -#: admin/import.php:135 +#: admin/import.php:140 msgid "Sample description" msgstr "" -#: admin/import.php:137 +#: admin/import.php:142 msgid "Enter new sample name..." msgstr "" -#: admin/index.php:50 +#: admin/index.php:64 msgid "queXS Administration" msgstr "" -#: admin/index.php:67 +#: admin/index.php:81 msgid "Click to Collapse / Expand Sidebar MENU " msgstr "" -#: admin/index.php:75 +#: admin/index.php:89 msgid "Logged as:" msgstr "" -#: admin/index.php:79 +#: admin/index.php:93 msgid "Settings" msgstr "" -#: admin/index.php:80 +#: admin/index.php:94 msgid "Lock Screen" msgstr "" -#: admin/index.php:81 -msgid "Logout" -msgstr "" - -#: admin/index.php:95 +#: admin/index.php:109 msgid "Dashboard" msgstr "" -#: admin/index.php:96 +#: admin/index.php:110 msgid "Questionnairies" msgstr "" -#: admin/index.php:98 admin/new.php:178 admin/new.php:372 +#: admin/index.php:112 admin/new.php:183 admin/new.php:377 msgid "Create an instrument in Limesurvey" msgstr "" -#: admin/index.php:101 admin/new.php:374 +#: admin/index.php:115 admin/new.php:379 msgid "Administer instruments with Limesurvey" msgstr "" -#: admin/index.php:102 -msgid "Pre-fill questionnaire" -msgstr "" - -#: admin/index.php:105 +#: admin/index.php:119 msgid "Samples" msgstr "" -#: admin/index.php:110 +#: admin/index.php:124 msgid "Assign samples to questionnaires" msgstr "Asignar mostras a cuestionarios" -#: admin/index.php:113 +#: admin/index.php:127 msgid "Time slots and shifts" msgstr "" -#: admin/index.php:122 +#: admin/index.php:136 msgid "Quotas" msgstr "" -#: admin/index.php:124 admin/quota.php:109 +#: admin/index.php:138 admin/quota.php:114 msgid "Quota management" msgstr "Xestión de cotas" -#: admin/index.php:125 admin/quotarow.php:287 +#: admin/index.php:139 admin/quotarow.php:292 msgid "Quota row management" msgstr "Xestión de filas de cotas" -#: admin/index.php:128 +#: admin/index.php:142 msgid "Operators" msgstr "" -#: admin/index.php:130 +#: admin/index.php:144 msgid "Add operators to the system" msgstr "Engadir operadores/as ao sistema" -#: admin/index.php:131 +#: admin/index.php:145 msgid "Operator management" msgstr "" -#: admin/index.php:132 +#: admin/index.php:146 msgid "Extension status" msgstr "" -#: admin/index.php:133 admin/operatorquestionnaire.php:152 -#: admin/operatorquestionnaire.php:267 +#: admin/index.php:147 admin/operatorquestionnaire.php:157 +#: admin/operatorquestionnaire.php:272 msgid "Assign operators to questionnaires" msgstr "Asignar operadores/as aos cuestionarios" -#: admin/index.php:134 admin/operatorskill.php:270 +#: admin/index.php:148 admin/operatorskill.php:275 msgid "Modify operator skills" msgstr "Modificar o nivel dos/das operadores/as" -#: admin/index.php:138 +#: admin/index.php:152 msgid "Results" msgstr "" -#: admin/index.php:140 +#: admin/index.php:154 msgid "Display all future appointments" msgstr "Amosar todas as rechamadas previstas" -#: admin/index.php:141 +#: admin/index.php:155 msgid "Sample call attempts report" msgstr "Informe de intentos das chamadas de mostra" -#: admin/index.php:142 index.php:250 index_interface2.php:267 -msgid "Call history" -msgstr "Historial de chamadas" - -#: admin/index.php:143 admin/shiftreport.php:61 +#: admin/index.php:157 admin/shiftreport.php:67 msgid "Shift reports" msgstr "Informes da quenda" -#: admin/index.php:145 +#: admin/index.php:159 msgid "Questionnaire outcomes" msgstr "Estados do cuestionario" -#: admin/index.php:146 admin/dataoutput.php:193 -msgid "Data output" -msgstr "Saída de datos" - -#: admin/index.php:149 +#: admin/index.php:163 msgid "Clients" msgstr "" -#: admin/index.php:151 +#: admin/index.php:165 msgid "Add clients to the system" msgstr "Engadir clientes ao sistema" -#: admin/index.php:155 +#: admin/index.php:169 msgid "Supervisor functions" msgstr "Funcións do supervisor" -#: admin/index.php:157 admin/supervisor.php:120 +#: admin/index.php:171 admin/supervisor.php:125 msgid "Assign outcomes to cases" msgstr "Asignar estados a casos" -#: admin/index.php:158 admin/casestatus.php:204 -msgid "Case status and assignment" -msgstr "" - -#: admin/index.php:162 +#: admin/index.php:176 msgid "System settings" msgstr "Configuración do sistema" -#: admin/index.php:164 +#: admin/index.php:178 msgid "Set default timezone list" msgstr "Establecer a lista predeterminada de fusos horarios" -#: admin/index.php:165 +#: admin/index.php:179 msgid "Manage Time slots" msgstr "" -#: admin/index.php:166 admin/shifttemplate.php:94 +#: admin/index.php:180 admin/shifttemplate.php:99 msgid "Set default shift times" msgstr "Establecer os horarios predeterminados das quendas" -#: admin/index.php:170 +#: admin/index.php:184 msgid "System wide case sorting" msgstr "" -#: admin/index.php:177 admin/index.php:185 +#: admin/index.php:191 admin/index.php:199 msgid "VoIP" msgstr "VoIP" -#: admin/index.php:179 +#: admin/index.php:193 msgid "Start and monitor VoIP" msgstr "Comezar e supervisar VoIP" -#: admin/index.php:185 -msgid "Disabled" -msgstr "" - -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Call attempts made" msgstr "Intentos de chamada feitos:" -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Number of cases" msgstr "Número de casos" -#: admin/samplecallattempts.php:184 +#: admin/samplecallattempts.php:190 msgid "Sample call attempt" msgstr "Intento de chamada de proba" -#: admin/samplecallattempts.php:186 admin/dataoutput.php:195 -#: admin/operatorperformance.php:73 admin/shiftreport.php:65 +#: admin/samplecallattempts.php:192 admin/dataoutput.php:201 +#: admin/operatorperformance.php:78 admin/shiftreport.php:71 msgid "Please select a questionnaire" msgstr "Por favor, escolla un cuestionario" -#: admin/samplecallattempts.php:189 +#: admin/samplecallattempts.php:195 msgid "Overall" msgstr "Global" -#: admin/samplecallattempts.php:198 admin/dataoutput.php:211 +#: admin/samplecallattempts.php:204 admin/dataoutput.php:217 msgid "Please select a sample" msgstr "" -#: admin/samplecallattempts.php:209 +#: admin/samplecallattempts.php:215 msgid "Please select a quota" msgstr "" -#: admin/samplecallattempts.php:215 +#: admin/samplecallattempts.php:221 msgid "No calls for this quota" msgstr "" -#: admin/samplecallattempts.php:219 +#: admin/samplecallattempts.php:225 msgid "No calls for this sample" msgstr "" -#: admin/samplecallattempts.php:224 +#: admin/samplecallattempts.php:230 msgid "No calls for this questionnaire" msgstr "" -#: admin/casesbyoutcome.php:52 +#: admin/casesbyoutcome.php:57 msgid "Cases by outcome" msgstr "" -#: admin/casesbyoutcome.php:72 admin/supervisor.php:297 +#: admin/casesbyoutcome.php:77 admin/supervisor.php:307 msgid "Project" msgstr "Proxecto" -#: admin/casesbyoutcome.php:78 +#: admin/casesbyoutcome.php:83 msgid "Sample:" msgstr "" -#: admin/casesbyoutcome.php:93 admin/supervisor.php:299 +#: admin/casesbyoutcome.php:98 admin/supervisor.php:309 msgid "Current outcome:" msgstr "Estado actual:" -#: admin/casesbyoutcome.php:107 +#: admin/casesbyoutcome.php:112 msgid "No cases with this outcome" msgstr "" -#: admin/casesbyoutcome.php:114 +#: admin/casesbyoutcome.php:119 msgid "Error with input" msgstr "" -#: admin/quota.php:135 admin/quotarow.php:310 +#: admin/quota.php:140 admin/quotarow.php:315 msgid "No samples assigned to this questionnaire." msgstr "" -#: admin/quota.php:143 +#: admin/quota.php:148 msgid "Current quotas" msgstr "" -#: admin/quota.php:155 +#: admin/quota.php:160 msgid "Currently no quotas" msgstr "Non hai cotas" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "Stop calling this sample when:" msgstr "Deixar de chamar a esta mostra cando:" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "for" msgstr "para" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "completions" msgstr "entrevistas" -#: admin/quota.php:164 +#: admin/quota.php:169 msgid "Quota reached" msgstr "Cubriuse a cota" -#: admin/quota.php:166 +#: admin/quota.php:171 msgid "Quota not yet reached" msgstr "Non se cubriu a cota" -#: admin/quota.php:168 +#: admin/quota.php:173 msgid "Current completions: " msgstr "Entrevistas actuais " -#: admin/quota.php:176 +#: admin/quota.php:181 msgid "Select a question for the quota" msgstr "Escolla unha pregunta para a cota" -#: admin/quota.php:205 +#: admin/quota.php:210 msgid "Enter the details for creating the quota:" msgstr "Introduza os detalles para crear a cota:" -#: admin/quota.php:210 admin/quotarow.php:454 admin/quotarow.php:535 +#: admin/quota.php:215 admin/quotarow.php:459 admin/quotarow.php:540 msgid "The type of comparison" msgstr "A clase de comparación" -#: admin/quota.php:220 admin/quotarow.php:455 +#: admin/quota.php:225 admin/quotarow.php:460 msgid "The code value to compare" msgstr "O valor de código a comparar" -#: admin/quota.php:223 admin/quotarow.php:391 admin/quotarow.php:595 +#: admin/quota.php:228 admin/quotarow.php:396 admin/quotarow.php:600 msgid "The number of completions to stop calling at" msgstr "Número de entrevistas no que parar de chamar" -#: admin/quota.php:230 +#: admin/quota.php:235 msgid "Add quota" msgstr "Engadir unha cota" -#: admin/quota.php:236 admin/quotarow.php:461 +#: admin/quota.php:241 admin/quotarow.php:466 msgid "Code values for this question" msgstr "" -#: admin/quota.php:248 admin/quotarow.php:476 +#: admin/quota.php:253 admin/quotarow.php:481 msgid "No labels defined for this question" msgstr "Non se definiron etiquetas para este cuestionario" -#: admin/quota.php:250 admin/quotarow.php:478 +#: admin/quota.php:255 admin/quotarow.php:483 msgid "Code value" msgstr "Valor de código" -#: admin/assignsample.php:182 +#: admin/assignsample.php:187 msgid "Edit assignment parameters" msgstr "" -#: admin/assignsample.php:183 admin/assignsample.php:252 +#: admin/assignsample.php:188 admin/assignsample.php:257 msgid "Assign samples to questionnaire: " msgstr "" -#: admin/assignsample.php:214 admin/assignsample.php:279 -#: admin/assignsample.php:302 +#: admin/assignsample.php:219 admin/assignsample.php:284 +#: admin/assignsample.php:307 msgid "Max calls" msgstr "" -#: admin/assignsample.php:216 admin/assignsample.php:219 -#: admin/assignsample.php:304 admin/assignsample.php:308 +#: admin/assignsample.php:221 admin/assignsample.php:224 +#: admin/assignsample.php:270 admin/assignsample.php:271 +#: admin/assignsample.php:309 admin/assignsample.php:313 msgid "Unlimited" msgstr "" -#: admin/assignsample.php:217 admin/assignsample.php:279 -#: admin/assignsample.php:306 +#: admin/assignsample.php:222 admin/assignsample.php:284 +#: admin/assignsample.php:311 msgid "Max call attempts" msgstr "" -#: admin/assignsample.php:220 admin/assignsample.php:310 +#: admin/assignsample.php:225 admin/assignsample.php:315 msgid "Number of answering machine messages to leave per case" msgstr "" -#: admin/assignsample.php:222 admin/assignsample.php:312 +#: admin/assignsample.php:227 admin/assignsample.php:273 +#: admin/assignsample.php:317 msgid "Never" msgstr "" -#: admin/assignsample.php:223 admin/assignsample.php:314 +#: admin/assignsample.php:228 admin/assignsample.php:319 msgid "Select from sample randomly?" msgstr "" -#: admin/assignsample.php:225 admin/assignsample.php:316 +#: admin/assignsample.php:230 admin/assignsample.php:321 msgid "Sequentially" msgstr "" -#: admin/assignsample.php:226 admin/assignsample.php:279 -#: admin/assignsample.php:318 +#: admin/assignsample.php:231 admin/assignsample.php:284 +#: admin/assignsample.php:323 msgid "Allow new numbers to be drawn?" msgstr "" -#: admin/assignsample.php:251 +#: admin/assignsample.php:256 msgid "List & Add Sample" msgstr "" -#: admin/assignsample.php:262 +#: admin/assignsample.php:267 msgid "Samples selected for this questionnaire" msgstr "Mostras seleccionadas para este cuestionario" -#: admin/assignsample.php:279 +#: admin/assignsample.php:272 +msgid "Sequential" +msgstr "" + +#: admin/assignsample.php:272 +msgid "Random" +msgstr "" + +#: admin/assignsample.php:284 msgid "Answering machine messages" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Selection type" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Unassign sample" msgstr "" -#: admin/assignsample.php:281 +#: admin/assignsample.php:286 msgid "No samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:295 +#: admin/assignsample.php:300 msgid "Add a sample to this questionnaire:" msgstr "Escolla a mostra para este cuestionario:" -#: admin/assignsample.php:298 +#: admin/assignsample.php:303 msgid "Select sample:" msgstr "Escolla a mostra:" -#: admin/assignsample.php:324 +#: admin/assignsample.php:329 msgid "" "Generate cases for all sample records and set outcome to 'Self completion " "email invitation sent'? (Ideal if you intend to send an email invitation to " "sample members before attempting to call using queXS)" msgstr "" -#: admin/supervisor.php:126 respondent.php:101 contactdetails.php:98 +#: admin/supervisor.php:131 respondent.php:107 contactdetails.php:104 msgid "Case id:" msgstr "ID de caso:" -#: admin/supervisor.php:127 +#: admin/supervisor.php:132 msgid "Enter a case id" msgstr "" -#: admin/supervisor.php:128 +#: admin/supervisor.php:133 msgid "Select case" msgstr "Escoller o caso" -#: admin/supervisor.php:142 admin/new.php:177 admin/new.php:373 -msgid "or" -msgstr "" - -#: admin/supervisor.php:142 +#: admin/supervisor.php:152 msgid "Select case from list of cases referred to the supervisor:" msgstr "Escolla un caso da listaxe de casos desviados ao/á supervidor/a" -#: admin/supervisor.php:152 +#: admin/supervisor.php:162 msgid "Set an outcome for this call" msgstr "Establecer o estado para esta chamada" -#: admin/supervisor.php:166 admin/new.php:359 -msgid "Cancel" -msgstr "" - -#: admin/supervisor.php:167 admin/supervisor.php:539 call_interface2.php:306 +#: admin/supervisor.php:177 admin/supervisor.php:549 call_interface2.php:311 msgid "Set outcome" msgstr "Establecer o estado" -#: admin/supervisor.php:305 +#: admin/supervisor.php:315 msgid "Sample details" msgstr "" -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Time NOW" msgstr "" -#: admin/supervisor.php:343 +#: admin/supervisor.php:353 msgid "No sample data for this case" msgstr "" -#: admin/supervisor.php:348 admin/displayappointments.php:240 -#: admin/databasestrings.php:68 index.php:268 index_interface2.php:285 +#: admin/supervisor.php:358 admin/displayappointments.php:245 +#: admin/databasestrings.php:68 index.php:273 index_interface2.php:291 msgid "Appointments" msgstr "Rechamadas" -#: admin/supervisor.php:354 -msgid "Not yet called" -msgstr "Non se chamou aínda" - -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Current outcome" msgstr "Estado actual" -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Operator who called" msgstr "Operador/a que chamou" -#: admin/supervisor.php:375 +#: admin/supervisor.php:385 msgid "No appointments for this case" msgstr "Non hai rechamadas para este caso" -#: admin/supervisor.php:393 +#: admin/supervisor.php:396 +msgid "Change outcome" +msgstr "Mudar o estado" + +#: admin/supervisor.php:403 msgid "Call list" msgstr "Lista de chamadas" -#: admin/supervisor.php:448 +#: admin/supervisor.php:458 msgid "Call attempts by timeslot" msgstr "" -#: admin/supervisor.php:449 admin/casestatus.php:116 +#: admin/supervisor.php:459 admin/casestatus.php:121 msgid "Call attempts" msgstr "" -#: admin/supervisor.php:452 +#: admin/supervisor.php:462 msgid "Time slots NOT defined" msgstr "" -#: admin/supervisor.php:459 +#: admin/supervisor.php:469 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:471 +#: admin/supervisor.php:481 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:481 +#: admin/supervisor.php:491 msgid "Modify responses for this case" msgstr "Modificar as respostas para este caso" -#: admin/supervisor.php:483 +#: admin/supervisor.php:493 msgid "Case not yet started in Limesurvey" msgstr "O caso non comezou en Limesurve aínda" -#: admin/supervisor.php:488 +#: admin/supervisor.php:498 msgid "Availability groups" msgstr "" -#: admin/supervisor.php:516 +#: admin/supervisor.php:526 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:527 +#: admin/supervisor.php:537 msgid "Set a case outcome" msgstr "Establecer o estado do caso" -#: admin/supervisor.php:545 admin/supervisor.php:550 +#: admin/supervisor.php:555 admin/supervisor.php:560 msgid "Deidentify" msgstr "" -#: admin/supervisor.php:546 +#: admin/supervisor.php:556 msgid "Remove all sample details and contact numbers from this case" msgstr "" -#: admin/supervisor.php:556 +#: admin/supervisor.php:566 msgid "Case does not exist" msgstr "O caso non existe" -#: admin/quotarow.php:313 +#: admin/quotarow.php:318 msgid "To quota report" msgstr "" -#: admin/quotarow.php:385 +#: admin/quotarow.php:390 msgid "To Row quotas" msgstr "" -#: admin/quotarow.php:391 admin/quotarow.php:593 +#: admin/quotarow.php:396 admin/quotarow.php:598 msgid "Describe this quota" msgstr "Describir esta cota" -#: admin/quotarow.php:392 admin/quotarow.php:594 +#: admin/quotarow.php:397 admin/quotarow.php:599 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:596 +#: admin/quotarow.php:397 admin/quotarow.php:601 msgid "" "Should the priority be automatically updated based on the number of " "completions in this quota?" msgstr "" -#: admin/quotarow.php:408 +#: admin/quotarow.php:413 msgid "Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "Currently NO Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "" "All completed responses that match the sample criteria below will be counted " "towards the quota" msgstr "" -#: admin/quotarow.php:417 +#: admin/quotarow.php:422 msgid "" "Only completed responses that have answered the following will be counted" msgstr "" -#: admin/quotarow.php:418 +#: admin/quotarow.php:423 msgid "SGQ code" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 +#: admin/quotarow.php:423 admin/quotarow.php:509 msgid "Comparison" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 admin/quotarow.php:536 -#: respondent.php:169 contactdetails.php:163 +#: admin/quotarow.php:423 admin/quotarow.php:509 admin/quotarow.php:541 +#: respondent.php:175 contactdetails.php:169 msgid "Value" msgstr "Valor" -#: admin/quotarow.php:447 +#: admin/quotarow.php:452 msgid "Add restriction based on answered questions" msgstr "" -#: admin/quotarow.php:448 +#: admin/quotarow.php:453 msgid "Select Question" msgstr "" -#: admin/quotarow.php:495 +#: admin/quotarow.php:462 admin/quotarow.php:558 +msgid "Add restriction" +msgstr "" + +#: admin/quotarow.php:500 msgid "Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "Currently NO Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "This sample will be limited to number of completions set in quota" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "" "Caling cases for this sample will be stopped when the quota is reached" msgstr "" -#: admin/quotarow.php:503 +#: admin/quotarow.php:508 msgid "" "Completed responses that have the following sample details will be counted " "towards the quota and excluded when the quota is reached" msgstr "" -#: admin/quotarow.php:504 +#: admin/quotarow.php:509 msgid "Sample var ID" msgstr "" -#: admin/quotarow.php:527 +#: admin/quotarow.php:532 msgid "Add restriction based on sample records" msgstr "" -#: admin/quotarow.php:529 +#: admin/quotarow.php:534 msgid "Sample record" msgstr "" -#: admin/quotarow.php:576 +#: admin/quotarow.php:581 msgid "Currently no row quotas" msgstr "Sen cotas de fila neste intre" -#: admin/quotarow.php:581 +#: admin/quotarow.php:586 msgid "Current row quotas" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Priority" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Select" msgstr "" -#: admin/quotarow.php:590 admin/quotarow.php:597 +#: admin/quotarow.php:589 +msgid "Export selected" +msgstr "" + +#: admin/quotarow.php:591 +msgid "Delete selected" +msgstr "" + +#: admin/quotarow.php:595 admin/quotarow.php:602 msgid "Add row quota" msgstr "Engadir unha cota de fila" -#: admin/quotarow.php:602 admin/quotarow.php:610 +#: admin/quotarow.php:607 admin/quotarow.php:615 msgid "Import row quota" msgstr "" -#: admin/quotarow.php:608 +#: admin/quotarow.php:613 msgid "Choose the CSV row quota file to import:" msgstr "" -#: admin/operatorskill.php:147 +#: admin/operatorskill.php:152 msgid "Assign operators to Skills" msgstr "Asignar operadores/as a Niveis" -#: admin/operatorskill.php:149 +#: admin/operatorskill.php:154 msgid "" "Set which types of cases will be made available to each operator. " "Please note that all operators will be allowed to assign all possible " @@ -3033,140 +3224,156 @@ msgid "" "operator." msgstr "" -#: admin/dataoutput.php:70 +#: admin/dataoutput.php:76 msgid "ALL" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Current Outcome" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Number of calls" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "DATE/TIME Last number dialled" msgstr "" -#: admin/dataoutput.php:209 +#: admin/dataoutput.php:215 msgid "Download data for this questionnaire via Limesurvey" msgstr "" -#: admin/dataoutput.php:218 +#: admin/dataoutput.php:224 msgid "Download data for this sample via Limesurvey" msgstr "" -#: admin/dataoutput.php:226 +#: admin/dataoutput.php:232 msgid "Download key file: select sample var" msgstr "Descargar o ficheiro clave: escolla a variábel da mostra" -#: admin/dataoutput.php:233 +#: admin/dataoutput.php:239 msgid "Download complete key file" msgstr "" -#: admin/dataoutput.php:236 +#: admin/dataoutput.php:242 msgid "Download complete sample file with current outcomes" msgstr "" -#: admin/operatorperformance.php:66 +#: admin/operatorperformance.php:71 msgid "Operator Performance" msgstr "Rendemento do/a operador/a" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 -#: admin/casestatus.php:116 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +#: admin/casestatus.php:121 msgid "Calls" msgstr "Chamadas" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Total time" msgstr "Tempo total" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Call time" msgstr "Tempo de chamadas" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions p/h" msgstr "Entrevistas / h" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Calls p/h" msgstr "Chamadas / h" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Effectiveness" msgstr "Efectividade" -#: admin/operatorperformance.php:96 admin/shiftreport.php:72 +#: admin/operatorperformance.php:93 +msgid "till" +msgstr "até" + +#: admin/operatorperformance.php:101 admin/shiftreport.php:78 msgid "Please select a shift" msgstr "Por favor, escolla unha quenda" -#: admin/shiftreport.php:92 +#: admin/shiftreport.php:98 msgid "Reports for this shift" msgstr "Informe para esta quenda" -#: admin/shiftreport.php:104 +#: admin/shiftreport.php:110 msgid "Report" msgstr "Informe" -#: admin/shiftreport.php:107 +#: admin/shiftreport.php:113 msgid "Create new report for this shift" msgstr "Crear un informe novo para esta quenda" -#: admin/shiftreport.php:113 +#: admin/shiftreport.php:119 msgid "Enter report for this shift" msgstr "Introducir un informe para esta quenda" -#: admin/shiftreport.php:117 +#: admin/shiftreport.php:123 msgid "Add report" msgstr "Engadir un informe" -#: admin/shiftreport.php:153 +#: admin/shiftreport.php:159 msgid "This report does not exist in the database" msgstr "Este informe non existe na base de datos" -#: admin/shiftreport.php:158 +#: admin/shiftreport.php:164 msgid "Edit report for this shift" msgstr "Editar o informe para esta quenda" -#: admin/shiftreport.php:163 +#: admin/shiftreport.php:169 msgid "Modify report" msgstr "Modificar o informe" -#: admin/casestatus.php:116 +#: admin/casestatus.php:87 admin/casestatus.php:88 +msgid "Available" +msgstr "" + +#: admin/casestatus.php:89 +msgid "minutes" +msgstr "" + +#: admin/casestatus.php:100 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:121 msgid "Available in" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Assigned to" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Order" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "Assign selected cases to" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "operator" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign cases to operator queue" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign" msgstr "" -#: admin/casestatus.php:212 +#: admin/casestatus.php:217 msgid "INFORMATION" msgstr "" -#: admin/casestatus.php:215 +#: admin/casestatus.php:220 msgid "" "List cases by questionnaire and sample with the ability to assign them to be " "called next in a queue by a particular operator.
If you assign cases to " @@ -3174,11 +3381,11 @@ msgid "" "soon as the operator is available." msgstr "" -#: admin/casestatus.php:218 +#: admin/casestatus.php:223 msgid "OK" msgstr "" -#: admin/shifttemplate.php:109 +#: admin/shifttemplate.php:114 msgid "" "Enter standard shift start and end times for each day of the week in local " "time" @@ -3186,223 +3393,251 @@ msgstr "" "Introduza as horas de comezo e finalización da quenda padrón para cada día " "da semana segundo o fuso horario local" -#: admin/shifttemplate.php:150 +#: admin/shifttemplate.php:155 msgid "Save changes to shifts" msgstr "Gardar os cambios nas quendas" -#: admin/extensionstatus.php:101 +#: admin/extensionstatus.php:106 msgid "" "Failed to add extension. There already may be an extension of this name" msgstr "" -#: admin/extensionstatus.php:133 +#: admin/extensionstatus.php:138 msgid "Extensions & status" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Edit extension" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Add an extension" msgstr "" -#: admin/extensionstatus.php:191 +#: admin/extensionstatus.php:196 msgid "Extension name: " msgstr "" -#: admin/extensionstatus.php:192 +#: admin/extensionstatus.php:197 msgid "such as SIP/1000" msgstr "" -#: admin/extensionstatus.php:195 +#: admin/extensionstatus.php:200 msgid "Extension password: " msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid "Enter New Password" msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid " or " msgstr "" -#: admin/extensionstatus.php:197 +#: admin/extensionstatus.php:202 msgid "New password" msgstr "" -#: admin/extensionstatus.php:198 +#: admin/extensionstatus.php:203 msgid "characters long" msgstr "" -#: admin/extensionstatus.php:202 admin/extensionstatus.php:263 +#: admin/extensionstatus.php:207 admin/extensionstatus.php:268 msgid "Add extension" msgstr "" -#: admin/extensionstatus.php:211 +#: admin/extensionstatus.php:216 msgid "Delete extension" msgstr "" -#: admin/extensionstatus.php:214 +#: admin/extensionstatus.php:219 msgid "Unassign the operator from this extension to be able to delete it" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:229 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:229 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:433 +msgid "Requesting call" +msgstr "A solicitar a chamada" + +#: admin/extensionstatus.php:231 call.php:454 +msgid "Requires coding" +msgstr "Require codificación" + +#: admin/extensionstatus.php:231 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:262 msgid "Assignment" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "VoIP Status" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Call state" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Time on call" msgstr "" -#: admin/extensionstatus.php:261 +#: admin/extensionstatus.php:266 msgid "No extensions" msgstr "" -#: admin/displayappointments.php:117 +#: admin/displayappointments.php:122 msgid "Now modify case outcome" msgstr "Agora modifique o estado do caso" -#: admin/displayappointments.php:119 +#: admin/displayappointments.php:124 msgid "" "The appointment has been deleted. Now you must modify the case outcome" msgstr "Borrouse a rechamada. Agora debe modificar o estado do caso" -#: admin/displayappointments.php:120 +#: admin/displayappointments.php:125 msgid "Modify case outcome" msgstr "Modificar o estado do caso" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Create NEW appointment" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Edit appointment" msgstr "Editar a rechamada" -#: admin/displayappointments.php:191 +#: admin/displayappointments.php:196 msgid "Contact phone" msgstr "Teléfono de contacto" -#: admin/displayappointments.php:198 +#: admin/displayappointments.php:203 msgid "" "ATTENTION! Keep in mind that you're setting 'Start' & 'End' appoinment " "times in RESPONDENT LOCAL TIME !!!" msgstr "" -#: admin/displayappointments.php:200 +#: admin/displayappointments.php:205 msgid "Respondent TimeZone" msgstr "" -#: admin/displayappointments.php:202 +#: admin/displayappointments.php:207 msgid "Respondent Time" msgstr "" -#: admin/displayappointments.php:222 -msgid "Any operator" -msgstr "" - -#: admin/displayappointments.php:229 +#: admin/displayappointments.php:234 msgid "Cancel edit" msgstr "Anular a edición" -#: admin/displayappointments.php:233 +#: admin/displayappointments.php:238 msgid "Delete this appointment" msgstr "Borrar esta rechamada" -#: admin/displayappointments.php:241 +#: admin/displayappointments.php:246 msgid "Display Appointments" msgstr "Amosar as Rechamadas" -#: admin/displayappointments.php:242 +#: admin/displayappointments.php:247 msgid "All appointments (with times displayed in your time zone)" msgstr "Todas as rechamadas (coas horas amosadas no seu fuso horario)" -#: admin/displayappointments.php:258 +#: admin/displayappointments.php:263 msgid "Created by" msgstr "" -#: admin/displayappointments.php:260 +#: admin/displayappointments.php:265 msgid "No future appointments" msgstr "" -#: admin/displayappointments.php:262 +#: admin/displayappointments.php:267 msgid "Missed appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:279 +#: admin/displayappointments.php:284 msgid "No appointments missed" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "Successfully inserted" msgstr "Inserido con suceso" -#: admin/new.php:100 +#: admin/new.php:105 msgid "with ID" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "linked to survey" msgstr "" -#: admin/new.php:105 +#: admin/new.php:110 msgid "Error: Failed to insert questionnaire" msgstr "Erro: Fallou o inserimento do cuestionario" -#: admin/new.php:135 +#: admin/new.php:140 msgid "Create another ?" msgstr "" -#: admin/new.php:136 +#: admin/new.php:141 msgid "No, Thank you, go to" msgstr "" -#: admin/new.php:146 +#: admin/new.php:151 msgid "Go to" msgstr "" -#: admin/new.php:164 +#: admin/new.php:169 msgid "Enter New questionnaire name.." msgstr "" -#: admin/new.php:169 +#: admin/new.php:174 msgid "Select limesurvey instrument:" msgstr "" -#: admin/new.php:173 admin/new.php:190 +#: admin/new.php:178 admin/new.php:195 msgid "Survey" msgstr "" -#: admin/new.php:183 +#: admin/new.php:188 msgid "Respondent selection type:" msgstr "" -#: admin/new.php:186 +#: admin/new.php:191 msgid "No respondent selection (go straight to questionnaire)" msgstr "" -#: admin/new.php:187 +#: admin/new.php:192 msgid "Use basic respondent selection text (below)" msgstr "" -#: admin/new.php:362 +#: admin/new.php:367 msgid "Create Questionnaire" msgstr "Crear un Cuestionario" -#: admin/new.php:371 +#: admin/new.php:376 msgid "NO active Lime surveys available" msgstr "" -#: admin/databasestrings.php:32 rs_intro_interface2.php:76 +#: admin/databasestrings.php:32 rs_intro_interface2.php:82 msgid "Not attempted or worked" msgstr "Non probado / Non funciona" @@ -3410,7 +3645,7 @@ msgstr "Non probado / Non funciona" msgid "No answer" msgstr "Sen resposta" -#: admin/databasestrings.php:34 rs_intro_interface2.php:79 +#: admin/databasestrings.php:34 rs_intro_interface2.php:85 msgid "Technical phone problems" msgstr "Problemas técnicos telefónicos" @@ -3466,7 +3701,7 @@ msgstr "Liña de fax/datos" msgid "Business, government office, other organization" msgstr "Negocio, institución, outras entidades" -#: admin/databasestrings.php:48 rs_intro_interface2.php:84 +#: admin/databasestrings.php:48 rs_intro_interface2.php:90 msgid "No eligible respondent" msgstr "Non hai entrevistados/as elixíbeis" @@ -3522,7 +3757,7 @@ msgstr "Contestador automático - Non é unha casa" msgid "Out of sample" msgstr "Fóra da mostra" -#: admin/databasestrings.php:62 rs_intro_interface2.php:85 +#: admin/databasestrings.php:62 rs_intro_interface2.php:91 msgid "Non contact" msgstr "Sen contacto" @@ -3626,10 +3861,6 @@ msgstr "" msgid "Self completion email invitation sent" msgstr "" -#: admin/databasestrings.php:90 -msgid "Self completed online" -msgstr "" - #: admin/databasestrings.php:91 msgid "Max call attempts reached (Eligible)" msgstr "" @@ -3646,40 +3877,40 @@ msgstr "" msgid "Max calls reached (Unknown eligibility)" msgstr "" -#: call_interface2.php:116 +#: call_interface2.php:121 msgid "CONTACTED" msgstr "" -#: call_interface2.php:117 +#: call_interface2.php:122 msgid "NOT CONTACTED" msgstr "" -#: call_interface2.php:192 call_interface2.php:221 call_interface2.php:253 -#: call_interface2.php:257 call_interface2.php:275 call_interface2.php:354 -#: call_interface2.php:425 call.php:191 call.php:211 call.php:227 call.php:258 -#: call.php:306 call.php:377 +#: call_interface2.php:197 call_interface2.php:226 call_interface2.php:258 +#: call_interface2.php:262 call_interface2.php:280 call_interface2.php:359 +#: call_interface2.php:430 call.php:197 call.php:217 call.php:233 call.php:264 +#: call.php:312 call.php:383 msgid "Call" msgstr "Chamada" -#: call_interface2.php:313 call.php:265 +#: call_interface2.php:318 call.php:271 msgid "Not on a call" msgstr "Non a chamar" -#: call_interface2.php:325 call_interface2.php:441 call_interface2.php:446 -#: call_interface2.php:462 call_interface2.php:468 call.php:277 call.php:393 -#: call.php:398 call.php:414 call.php:420 +#: call_interface2.php:330 call_interface2.php:446 call_interface2.php:451 +#: call_interface2.php:467 call_interface2.php:473 call.php:283 call.php:399 +#: call.php:404 call.php:420 call.php:426 msgid "End case" msgstr "Finallizar o caso" -#: call_interface2.php:350 call.php:302 +#: call_interface2.php:355 call.php:308 msgid "Press the call button to dial the number for this appointment:" msgstr "Calque o botón de chamar para marcar o número desta rechamada:" -#: call_interface2.php:353 call.php:305 +#: call_interface2.php:358 call.php:311 msgid "Number to call:" msgstr "Número para chamar:" -#: call_interface2.php:357 call_interface2.php:428 call.php:309 call.php:380 +#: call_interface2.php:362 call_interface2.php:433 call.php:315 call.php:386 msgid "" "Your VoIP extension is not enabled. Please close this window and enable VoIP " "by clicking once on the red button that says 'VoIP Off'" @@ -3687,271 +3918,271 @@ msgstr "" "O seu complemento de VoIP non está activado. Por favor, peche esta xanela e " "active a VoIP calcando unha vez no botón vermello que pon 'VoIP Desactivada'" -#: call_interface2.php:418 call.php:370 +#: call_interface2.php:423 call.php:376 msgid "Select phone number to dial:" msgstr "Escoller o número de teléfono a marcar:" -#: call_interface2.php:433 call_interface2.php:467 call.php:385 call.php:419 +#: call_interface2.php:438 call_interface2.php:472 call.php:391 call.php:425 msgid "The last call completed this call attempt" msgstr "A última chamada xa completou este intento de chamada" -#: call_interface2.php:437 call_interface2.php:460 call.php:389 call.php:412 +#: call_interface2.php:442 call_interface2.php:465 call.php:395 call.php:418 msgid "Enter a reason for this outcome before completing this case:" msgstr "Introduza unha razón para este estado antes de completar este caso:" -#: call_interface2.php:482 call.php:451 +#: call_interface2.php:487 call.php:457 msgid "Assign outcome" msgstr "Asignar estado" -#: call_interface2.php:487 call.php:455 +#: call_interface2.php:492 call.php:461 msgid "Error: Close window" msgstr "Erro: Pechar a xanela" -#: rs_answeringmachine.php:64 rs_answeringmachine_interface2.php:64 +#: rs_answeringmachine.php:70 rs_answeringmachine_interface2.php:70 msgid "Respondent Selection - Answering machine" msgstr "Selección do/a entrevistado/a - Contestador automático" -#: rs_answeringmachine.php:78 rs_answeringmachine_interface2.php:78 +#: rs_answeringmachine.php:84 rs_answeringmachine_interface2.php:84 msgid "Do not leave a message, please hang up" msgstr "Non deixe unha mensaxe, por favor colgue" -#: rs_answeringmachine.php:81 rs_answeringmachine_interface2.php:81 +#: rs_answeringmachine.php:87 rs_answeringmachine_interface2.php:87 msgid "End call with outcome: Business answering machine" msgstr "Finalizar a chamada co estado: Contestador automático de negocio" -#: rs_answeringmachine.php:86 rs_answeringmachine_interface2.php:86 +#: rs_answeringmachine.php:92 rs_answeringmachine_interface2.php:92 msgid "End call with outcome: Answering machine Message left" msgstr "" "Finalizar a chamada co estado: Contestador automático (deixouse mensaxe)" -#: rs_answeringmachine.php:90 rs_answeringmachine_interface2.php:90 +#: rs_answeringmachine.php:96 rs_answeringmachine_interface2.php:96 msgid "End call with outcome: Answering machine No message left" msgstr "" "Finalizar a chamada co estado: Contestador automático (non se deixou mensaxe)" -#: rs_business.php:55 rs_business_interface2.php:55 +#: rs_business.php:61 rs_business_interface2.php:61 msgid "Respondent Selection - Business answers" msgstr "Selección do/a entrevistado/a - Respostas de negocios" -#: rs_business.php:59 rs_business_interface2.php:59 +#: rs_business.php:65 rs_business_interface2.php:65 msgid "Sorry to bother you, I have called the wrong number" msgstr "Sinto molestalo/a, trabuqueime co número" -#: rs_business.php:61 rs_business_interface2.php:61 +#: rs_business.php:67 rs_business_interface2.php:67 msgid "End call with outcome: Business number" msgstr "Finallizar a chamada co estado: Número dun negocio" -#: call.php:427 -msgid "Requesting call" -msgstr "A solicitar a chamada" - -#: call.php:428 call.php:435 +#: call.php:434 call.php:441 msgid "Call Answered" msgstr "Chamara Atendida" -#: call.php:442 +#: call.php:448 msgid "Not Answered" msgstr "Non Respondida" -#: call.php:448 -msgid "Requires coding" -msgstr "Require codificación" - -#: index.php:164 nocallavailable.php:83 +#: index.php:169 nocallavailable.php:88 msgid "Call/Hangup" msgstr "Chamar/Colgar" -#: index.php:165 supervisor.php:52 -msgid "Supervisor" -msgstr "Supervisor/a" - -#: index.php:169 index_interface2.php:230 +#: index.php:174 index_interface2.php:236 msgid "Arrow for expanding or contracting" msgstr "" -#: index.php:170 +#: index.php:175 msgid "Restart" msgstr "" -#: index.php:223 index_interface2.php:242 +#: index.php:228 index_interface2.php:248 msgid "Notes" msgstr "Notas" -#: index.php:241 index_interface2.php:258 contactdetails.php:70 +#: index.php:246 index_interface2.php:264 contactdetails.php:76 msgid "Contact details" msgstr "" -#: index.php:285 index_interface2.php:302 +#: index.php:290 index_interface2.php:308 msgid "Work history" msgstr "Historial de traballo" -#: index.php:293 index_interface2.php:310 project_info.php:61 +#: index.php:298 index_interface2.php:316 project_info.php:67 msgid "Project information" msgstr "" -#: index.php:309 index_interface2.php:319 +#: index.php:314 index_interface2.php:325 msgid "Info" msgstr "Información" -#: rs_intro_interface2.php:74 +#: rs_intro_interface2.php:80 msgid "End call with outcome:" msgstr "" -#: rs_intro_interface2.php:77 +#: rs_intro_interface2.php:83 msgid "Not Contacted" msgstr "" -#: rs_intro_interface2.php:78 +#: rs_intro_interface2.php:84 msgid "No answer (ring out or busy) " msgstr "" -#: rs_intro_interface2.php:80 +#: rs_intro_interface2.php:86 msgid "Accidental hang up" msgstr "" -#: rs_intro_interface2.php:81 +#: rs_intro_interface2.php:87 msgid "Contacted" msgstr "" -#: rs_intro_interface2.php:82 +#: rs_intro_interface2.php:88 msgid "Refusal by respondent" msgstr "" -#: rs_intro_interface2.php:83 +#: rs_intro_interface2.php:89 msgid "Refusal by unknown person" msgstr "" -#: rs_intro_interface2.php:84 +#: rs_intro_interface2.php:90 msgid "No eligible respondent (person never available on this number)" msgstr "" -#: rs_intro_interface2.php:85 +#: rs_intro_interface2.php:91 msgid "" "Non contact (person not currently available on this number: no appointment " "made)" msgstr "" -#: rs_intro_interface2.php:86 +#: rs_intro_interface2.php:92 msgid "Out of sample (already completed in another mode)" msgstr "" -#: respondent.php:70 +#: respondent.php:76 msgid "Respondent Selector" msgstr "Selector de entrevistado/a" -#: respondent.php:102 contactdetails.php:99 +#: respondent.php:108 contactdetails.php:105 msgid "Respondent:" msgstr "Entrevistado/a:" -#: respondent.php:165 +#: respondent.php:171 msgid "Show details" msgstr "Amosar os detalles" -#: respondent.php:169 contactdetails.php:163 +#: respondent.php:175 contactdetails.php:169 msgid "Var" msgstr "Var" -#: shifts.php:57 +#: shifts.php:63 msgid "Shift List" msgstr "Lista de Quendas" -#: shifts.php:80 +#: shifts.php:86 msgid "No shifts for this project" msgstr "Non hai quendas para este proxecto" -#: shifts.php:101 +#: shifts.php:107 msgid "No future shifts scheduled" msgstr "Non hai quendas previstas" -#: display/index.php:111 -msgid "Display" -msgstr "Pantalla" - -#: supervisor.php:61 +#: supervisor.php:67 msgid "Please wait till you have ended this call to call the supervisor" msgstr "" -#: supervisor.php:105 +#: supervisor.php:111 msgid "You may now close this window" msgstr "Pode pechar a xanela agora" -#: supervisor.php:110 +#: supervisor.php:116 msgid "Calling the supervisor, you may close this window" msgstr "A chamar o/a supervisor/a, pode pechar esta xanela" -#: supervisor.php:115 +#: supervisor.php:121 msgid "" "Click here to call the supervisor's phone. Otherwise close this window" msgstr "" "Calque aquí para chamar ao teléfono do/a supervisor/a. Noutro caso peche " "esta xanela" -#: supervisor.php:116 +#: supervisor.php:122 msgid "Hangup when calling the supervisor" msgstr "" -#: supervisor.php:121 +#: supervisor.php:127 msgid "Try calling the supervisor" msgstr "Probe a chamar o/a supervisor/a" -#: supervisor.php:128 +#: supervisor.php:134 msgid "" "Please wait for this call to answer before attempting to call the supervisor" msgstr "" "Por favor, agarde a que respondan a chamada antes de tentar chamar o/a " "supervisor/a" -#: endwork.php:45 +#: endwork.php:51 msgid "End of work" msgstr "Fin do traballo" -#: endwork.php:52 +#: endwork.php:58 msgid "Work has ended. That is it" msgstr "Finalizou o traballo. Así é" -#: endwork.php:70 +#: endwork.php:76 msgid "You have been unassigned from your extension" msgstr "" -#: endwork.php:75 +#: endwork.php:81 msgid "Go back to work" msgstr "Voltar ao traballo" -#: nocallavailable.php:80 +#: nocallavailable.php:85 msgid "No call available" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "Please click on:" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "to display call script" msgstr "" -#: nocallavailable.php:216 +#: nocallavailable.php:182 +msgid "Will dial in" +msgstr "" + +#: nocallavailable.php:183 +msgid "Dialling now" +msgstr "" + +#: nocallavailable.php:189 +msgid "Will end case in" +msgstr "" + +#: nocallavailable.php:190 +msgid "Ending case now" +msgstr "" + +#: nocallavailable.php:221 msgid "" "Your VoIP extension is not active. Please activate VoIP by clicking once on " "the red button that says 'VoIP Off'" msgstr "" -#: nocallavailable.php:222 +#: nocallavailable.php:227 msgid "Auto dialling unavailable as VoIP is not enabled" msgstr "" -#: nocallavailable.php:228 +#: nocallavailable.php:233 msgid "Auto dialling unavailable as you are already on a call" msgstr "" -#: index_interface2.php:197 +#: index_interface2.php:203 msgid "Case" msgstr "" -#: rs_quota_end.php:61 +#: rs_quota_end.php:67 msgid "Respondent Selection - Project Quota End" msgstr "Selección do/a Entrevistado - Fin da Cota do Proxecto" -#: rs_quota_end.php:72 rs_quota_end.php:78 +#: rs_quota_end.php:78 rs_quota_end.php:84 msgid "End call with outcome: Quota filled" msgstr "Finallizar a chamada co estado: Cota completa" @@ -3961,6 +4192,13 @@ msgstr "Finallizar a chamada co estado: Cota completa" #~ msgid "Appointment:" #~ msgstr "Rechamada:" +#~ msgid "" +#~ "ERROR: You do not have server side authentication enabled therefore queXS " +#~ "cannot determine which user is accessing the system." +#~ msgstr "" +#~ "ERRO: Non ten activada a autenticación do lado do servidor, por iso queXS " +#~ "non pode determinar que usuario/a está a acceder ao sistema." + #~ msgid "Duplicate name" #~ msgstr "Nome duplicado" @@ -3985,21 +4223,6 @@ msgstr "Finallizar a chamada co estado: Cota completa" #~ msgid "Outcomes" #~ msgstr "Estados" -#~ msgid "Drawn from sample" -#~ msgstr "Extraídos da mostra" - -#~ msgid "Remain in sample" -#~ msgstr "Restantes na mostra" - -#~ msgid "No shift reports: Add report" -#~ msgstr "Sen informes de quenda: Engadir un informe" - -#~ msgid "View shift reports" -#~ msgstr "Ver os informes da quenda" - -#~ msgid "View operator performance" -#~ msgstr "Ver o rendemento do/a operador/a" - #~ msgid "Shift" #~ msgstr "Quenda" @@ -4049,6 +4272,17 @@ msgstr "Finallizar a chamada co estado: Cota completa" #~ msgid "tool" #~ msgstr "ferramenta" +#~ msgid "" +#~ "Use this form to enter the username of a user based on your directory " +#~ "security system. For example, if you have secured the base directory of " +#~ "queXS using Apache file based security, enter the usernames of the users " +#~ "here." +#~ msgstr "" +#~ "Use este formulario para introducir o nome de usuario/a baseado no seu " +#~ "sistema de seguranza de directorio. Por exemplo, se segurou o directorio " +#~ "base de queXS coa seguranza baseada en ficheiros de Apache, introduza aquí " +#~ "os nomes de usuarios/as." + #~ msgid "Enter the username of an operator to add:" #~ msgstr "Introduza o nome de usuario/a do/a operador/a a engadir:" @@ -4112,9 +4346,6 @@ msgstr "Finallizar a chamada co estado: Cota completa" #~ msgid "Timezone: " #~ msgstr "Fuso Horario: " -#~ msgid "till" -#~ msgstr "até" - #~ msgid "Select a sample from the list below" #~ msgstr "Escolla unha mostra da lista inferior" @@ -4188,9 +4419,6 @@ msgstr "Finallizar a chamada co estado: Cota completa" #~ msgid "Create appointment for this case" #~ msgstr "Crear unha rechamada para este caso" -#~ msgid "Change outcome" -#~ msgstr "Mudar o estado" - #~ msgid "Modify shift template" #~ msgstr "Modificar o modelo de quendas" @@ -4239,3 +4467,6 @@ msgstr "Finallizar a chamada co estado: Cota completa" #~ msgid "Start search" #~ msgstr "Comezar a busca" + +#~ msgid "Display" +#~ msgstr "Pantalla" diff --git a/locale/he/LC_MESSAGES/he.mo b/locale/he/LC_MESSAGES/he.mo index 57523439f6283c67527e88dd1cfbaad9298db83f..d95fc55294c29035675c14d271d2d11a6b4247a8 100644 GIT binary patch delta 43 zcmaE@{91W~Iv2a8u7SCNq0wYLt}on%hPp-u3I@hjrbd%>xz(5~OgD#ePh$fB4NeO~ delta 43 zcmaE@{91W~Iv2ZzuAzZ~q1j|Tt}omM7P`iU3I;}2re>3Mxz(7=EH{U8Ph$fB4Y&(U diff --git a/locale/he/LC_MESSAGES/he.po b/locale/he/LC_MESSAGES/he.po index ef8d5a9a..dc07e7ef 100644 --- a/locale/he/LC_MESSAGES/he.po +++ b/locale/he/LC_MESSAGES/he.po @@ -7,111 +7,111 @@ msgid "" msgstr "" "Project-Id-Version: quexs\n" "Report-Msgid-Bugs-To: FULL NAME\n" -"POT-Creation-Date: 2015-08-10 16:24+1000\n" +"POT-Creation-Date: 2015-09-07 12:24+1000\n" "PO-Revision-Date: 2013-12-30 05:48+0000\n" "Last-Translator: Gal Zilberman \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-08-31 02:56+0000\n" -"X-Generator: Launchpad (build 17690)\n" +"X-Launchpad-Export-Date: 2015-11-20 03:52+0000\n" +"X-Generator: Launchpad (build 17850)\n" -#: appointment.php:69 +#: appointment.php:74 msgid "Appointment error" msgstr "" -#: appointment.php:70 +#: appointment.php:75 msgid "" "You have not been assigned a case therefore cannot create an appointment" msgstr "" -#: appointment.php:109 +#: appointment.php:114 msgid "Appointment made" msgstr "" -#: appointment.php:121 admin/supervisor.php:380 +#: appointment.php:126 admin/supervisor.php:390 msgid "Create appointment" msgstr "" -#: appointment.php:124 appointmentlist.php:90 callhistory.php:83 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:372 admin/displayappointments.php:184 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: appointment.php:129 appointmentlist.php:95 callhistory.php:88 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:382 admin/displayappointments.php:189 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Respondent" msgstr "" -#: appointment.php:133 +#: appointment.php:138 msgid "Create new respondent:" msgstr "" -#: appointment.php:136 +#: appointment.php:141 msgid "Add this respondent" msgstr "" -#: appointment.php:147 admin/operators.php:264 admin/operatorlist.php:222 -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: appointment.php:152 admin/operators.php:269 admin/operatorlist.php:240 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Timezone" msgstr "" -#: appointment.php:147 +#: appointment.php:152 msgid "Current Time" msgstr "" -#: appointment.php:163 +#: appointment.php:168 msgid "Select phone number:" msgstr "" -#: appointment.php:177 +#: appointment.php:182 msgid "Add new phone number" msgstr "" -#: appointment.php:190 +#: appointment.php:195 msgid "Add new phone number (with area code, eg 0398761234):" msgstr "" -#: appointment.php:193 +#: appointment.php:198 msgid "Add this phone number" msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid "Accept appointment from " msgstr "" -#: appointment.php:213 functions/functions.calendar.php:318 +#: appointment.php:218 functions/functions.calendar.php:318 msgid " till " msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid " on " msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid "on" msgstr "" -#: appointment.php:214 +#: appointment.php:219 msgid "Appointment with myself only?" msgstr "" -#: appointment.php:223 include/limesurvey/qanda.php:1701 +#: appointment.php:228 include/limesurvey/qanda.php:1701 #: include/limesurvey/qanda.php:1921 msgid "Schedule Appointment" msgstr "" -#: info.php:56 +#: info.php:62 msgid "Information" msgstr "" -#: rs_project_end.php:71 rs_project_end_interface2.php:62 +#: rs_project_end.php:77 rs_project_end_interface2.php:68 msgid "Respondent Selection - Project end" msgstr "" -#: rs_project_end.php:88 +#: rs_project_end.php:94 msgid "Call automatically ended with outcome: Complete" msgstr "" -#: rs_project_end.php:93 rs_project_end_interface2.php:85 +#: rs_project_end.php:99 rs_project_end_interface2.php:91 msgid "End call with outcome: Complete" msgstr "" @@ -147,6 +147,45 @@ msgstr "" msgid "Show to operator?" msgstr "" +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: waitnextcase_interface2.php:142 admin/samplelist.php:312 +#: admin/samplelist.php:313 admin/samplelist.php:476 admin/samplelist.php:487 +#: admin/operators.php:289 admin/operators.php:301 admin/operators.php:305 +#: admin/operators.php:309 admin/operators.php:313 admin/operators.php:317 +#: admin/samplesearch.php:101 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:232 +#: admin/assignsample.php:274 admin/assignsample.php:320 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/supervisor.php:195 admin/quotarow.php:397 admin/quotarow.php:571 +#: admin/quotarow.php:601 admin/new.php:204 admin/new.php:211 +#: admin/new.php:218 admin/new.php:225 admin/new.php:232 +msgid "Yes" +msgstr "" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: admin/samplelist.php:312 admin/samplelist.php:313 admin/operators.php:289 +#: admin/operators.php:301 admin/operators.php:305 admin/operators.php:309 +#: admin/operators.php:313 admin/operators.php:317 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:230 +#: admin/assignsample.php:232 admin/assignsample.php:274 +#: admin/assignsample.php:320 admin/assignsample.php:321 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/quotarow.php:397 admin/quotarow.php:571 admin/quotarow.php:601 +#: admin/new.php:204 admin/new.php:211 admin/new.php:218 admin/new.php:225 +#: admin/new.php:232 +msgid "No" +msgstr "" + #: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 msgid "morning" msgstr "" @@ -160,9 +199,7 @@ msgid "evening" msgstr "" #: functions/functions.operator.php:972 -msgid "" -"ERROR: You do not have server side authentication enabled therefore queXS " -"cannot determine which user is accessing the system." +msgid "ERROR: You are not logged in." msgstr "" #: functions/functions.performance.php:469 @@ -214,8 +251,8 @@ msgstr "" msgid "None" msgstr "" -#: functions/functions.calendar.php:212 respondent.php:93 respondent.php:131 -#: contactdetails.php:90 contactdetails.php:128 +#: functions/functions.calendar.php:212 respondent.php:99 respondent.php:137 +#: contactdetails.php:96 contactdetails.php:134 msgid "Add respondent" msgstr "הוסף משיב" @@ -271,9 +308,9 @@ msgstr "" msgid "Sun" msgstr "" -#: functions/functions.voip.php:449 selectextension.php:108 status.php:99 -#: admin/operators.php:273 admin/operatorlist.php:230 -#: admin/operatorlist.php:372 admin/extensionstatus.php:257 +#: functions/functions.voip.php:449 selectextension.php:114 status.php:105 +#: admin/operators.php:278 admin/operatorlist.php:248 +#: admin/operatorlist.php:394 admin/extensionstatus.php:262 msgid "Extension" msgstr "" @@ -293,7 +330,8 @@ msgstr "" msgid "Reconnected" msgstr "" -#: functions/functions.voip.php:553 status.php:118 call.php:434 +#: functions/functions.voip.php:553 status.php:124 +#: admin/extensionstatus.php:231 call.php:440 msgid "Ringing" msgstr "מצלצל" @@ -304,17 +342,19 @@ msgid " Extension " msgstr "" #: functions/functions.voip.php:553 functions/functions.voip.php:565 -#: functions/functions.voip.php:577 admin/systemsortprocess.php:147 -#: admin/systemsortprocess.php:185 admin/bulkappointment.php:210 -#: admin/bulkappointment.php:232 admin/casestatus.php:116 +#: functions/functions.voip.php:577 supervisorchat.php:88 +#: admin/systemsortprocess.php:152 admin/systemsortprocess.php:190 +#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 +#: admin/casestatus.php:121 msgid "Case id" msgstr "" -#: functions/functions.voip.php:565 status.php:122 call.php:441 +#: functions/functions.voip.php:565 status.php:128 +#: admin/extensionstatus.php:231 call.php:447 msgid "Answered" msgstr "נענה" -#: functions/functions.voip.php:577 call.php:431 call.php:438 call.php:445 +#: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 msgid "Hangup" msgstr "נתק" @@ -326,362 +366,354 @@ msgstr "" msgid "Registered" msgstr "" -#: rs_callback.php:66 rs_callback_interface2.php:66 +#: rs_callback.php:72 rs_callback_interface2.php:72 msgid "Respondent Selection - Call back" msgstr "" -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 msgid "You are: " msgstr "" -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 #, php-format msgid "% complete" msgstr "" -#: rs_callback.php:87 rs_callback_interface2.php:87 +#: rs_callback.php:93 rs_callback_interface2.php:93 msgid "Yes - Continue where we left off" msgstr "" -#: rs_callback.php:88 rs_callback_interface2.php:88 rs_intro.php:122 -#: rs_project_intro_interface2.php:81 rs_project_intro.php:81 +#: rs_callback.php:94 rs_callback_interface2.php:94 rs_intro.php:128 +#: rs_project_intro_interface2.php:87 rs_project_intro.php:87 msgid "End call with outcome: Refusal by respondent" msgstr "" -#: rs_callback.php:89 rs_callback_interface2.php:89 -#: rs_project_intro_interface2.php:85 rs_answeringmachine.php:91 -#: rs_business.php:62 rs_answeringmachine_interface2.php:91 -#: rs_project_intro.php:85 rs_business_interface2.php:62 +#: rs_callback.php:95 rs_callback_interface2.php:95 +#: rs_project_intro_interface2.php:91 rs_answeringmachine.php:97 +#: rs_business.php:68 rs_answeringmachine_interface2.php:97 +#: rs_project_intro.php:91 rs_business_interface2.php:68 msgid "Go Back" msgstr "חזרה" -#: selectextension.php:88 index.php:145 +#: selectextension.php:94 index.php:150 msgid "queXS" msgstr "" -#: selectextension.php:99 +#: selectextension.php:105 msgid "" "There are no extensions available, please contact the supervisor or click " "below to try again for an available extension" msgstr "" -#: selectextension.php:100 +#: selectextension.php:106 msgid "Try again" msgstr "" -#: selectextension.php:104 +#: selectextension.php:110 msgid "Select extension" msgstr "" -#: selectextension.php:105 +#: selectextension.php:111 msgid "" "Please select your extension from the list below then click on 'Choose " "extension'" msgstr "" -#: selectextension.php:110 +#: selectextension.php:116 msgid "Choose extension" msgstr "" -#: status.php:58 status.php:77 status_interface2.php:70 -#: admin/quotareport.php:294 admin/outcomes.php:82 admin/outcomes.php:194 -#: admin/quotarow.php:582 +#: status.php:64 status.php:83 status_interface2.php:76 +#: admin/quotareport.php:299 admin/outcomes.php:87 admin/outcomes.php:199 +#: admin/quotarow.php:587 msgid "Status" msgstr "סטאטוס" -#: status.php:59 callhistory.php:87 admin/callhistory.php:174 -#: admin/casesbyoutcome.php:117 +#: status.php:65 callhistory.php:92 admin/callhistory.php:192 +#: admin/casesbyoutcome.php:122 msgid "No operator" msgstr "" -#: status.php:95 +#: status.php:101 msgid "VoIP On" msgstr "" -#: status.php:97 +#: status.php:103 msgid "VoIP Off" msgstr "" -#: status.php:102 +#: status.php:108 msgid "No VoIP" msgstr "" -#: status.php:106 +#: status.php:112 msgid "No call" msgstr "" -#: status.php:110 +#: status.php:116 msgid "To be coded" msgstr "" -#: status.php:114 +#: status.php:120 msgid "Requesting" msgstr "" -#: status.php:130 +#: status.php:136 msgid "APPT" msgstr "" -#: status.php:131 +#: status.php:137 msgid "MISSED" msgstr "" -#: status.php:134 casenote.php:113 status_interface2.php:232 calllist.php:88 -#: project_info.php:82 +#: status.php:140 casenote.php:119 status_interface2.php:238 calllist.php:93 +#: project_info.php:88 msgid "No case" msgstr "" -#: referral.php:183 +#: referral.php:189 msgid "Generated referral to case id" msgstr "" -#: referral.php:189 +#: referral.php:195 msgid "Generated as referral from case id" msgstr "" -#: referral.php:195 +#: referral.php:201 msgid "Created referral case - you may now close this window" msgstr "" -#: referral.php:199 +#: referral.php:205 msgid "" "Failed to create referral case - please check your input and try again" msgstr "" -#: referral.php:205 +#: referral.php:211 msgid "You must supply a primary phone number" msgstr "" -#: referral.php:214 index.php:167 index_interface2.php:222 +#: referral.php:220 index.php:172 index_interface2.php:228 msgid "Referral" msgstr "" -#: referral.php:225 referral.php:260 +#: referral.php:231 referral.php:266 msgid "Create referral" msgstr "" -#: referral.php:258 +#: referral.php:264 msgid "Call this new referral immediately after this case?" msgstr "" -#: referral.php:265 +#: referral.php:271 msgid "Referrals not available for this questionnaire" msgstr "" -#: performance.php:61 index.php:277 index_interface2.php:294 +#: performance.php:67 index.php:282 index_interface2.php:300 msgid "Performance" msgstr "ביצועים" -#: performance.php:77 admin/operatorperformance.php:103 +#: performance.php:83 admin/operatorperformance.php:108 msgid "This shift" msgstr "" -#: performance.php:78 performance.php:85 casenote.php:110 -#: appointmentlist.php:90 calllist.php:84 admin/outcomes.php:234 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/operatorlist.php:184 admin/operatorlist.php:372 -#: admin/casesbyoutcome.php:88 admin/supervisor.php:372 -#: admin/supervisor.php:399 admin/supervisor.php:416 -#: admin/operatorskill.php:246 admin/operatorperformance.php:81 -#: admin/operatorperformance.php:104 admin/shiftreport.php:104 -#: admin/extensionstatus.php:257 admin/operatorquestionnaire.php:242 +#: performance.php:84 performance.php:91 casenote.php:116 +#: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:239 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/operatorlist.php:200 admin/operatorlist.php:394 +#: admin/casesbyoutcome.php:93 admin/supervisor.php:382 +#: admin/supervisor.php:409 admin/supervisor.php:426 +#: admin/operatorskill.php:251 admin/operatorperformance.php:86 +#: admin/operatorperformance.php:109 admin/shiftreport.php:110 +#: admin/extensionstatus.php:262 admin/operatorquestionnaire.php:247 msgid "Operator" msgstr "" -#: performance.php:78 performance.php:85 admin/quotareport.php:294 -#: admin/outcomes.php:299 admin/quotarow.php:582 -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: performance.php:84 performance.php:91 admin/quotareport.php:299 +#: admin/outcomes.php:304 admin/quotarow.php:587 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions" msgstr "" -#: performance.php:78 performance.php:85 +#: performance.php:84 performance.php:91 msgid "Completions per hour" msgstr "" -#: performance.php:84 admin/operatorperformance.php:80 +#: performance.php:90 admin/operatorperformance.php:85 msgid "This project" msgstr "" -#: casenote.php:56 +#: casenote.php:62 msgid "Case Notes" msgstr "" -#: casenote.php:66 casenote.php:105 admin/supervisor.php:424 +#: casenote.php:72 casenote.php:111 admin/supervisor.php:434 msgid "Add note" msgstr "" -#: casenote.php:69 admin/samplelist.php:284 admin/samplelist.php:495 -#: admin/samplesearch.php:102 admin/questionnairelist.php:370 -#: admin/questionnairelist.php:508 admin/questionnairelist.php:530 -#: admin/questionnairelist.php:538 admin/callhistory.php:137 -#: admin/availability.php:121 admin/operatorlist.php:182 admin/import.php:43 -#: admin/import.php:81 admin/import.php:112 admin/casesbyoutcome.php:54 -#: admin/assignsample.php:201 admin/assignsample.php:254 -#: admin/casestatus.php:205 admin/extensionstatus.php:185 respondent.php:95 -#: contactdetails.php:92 +#: casenote.php:75 admin/samplelist.php:289 admin/samplelist.php:500 +#: admin/samplesearch.php:107 admin/questionnairelist.php:375 +#: admin/questionnairelist.php:513 admin/questionnairelist.php:535 +#: admin/questionnairelist.php:543 admin/callhistory.php:145 +#: admin/availability.php:127 admin/operatorlist.php:198 admin/import.php:48 +#: admin/import.php:86 admin/import.php:117 admin/casesbyoutcome.php:59 +#: admin/assignsample.php:206 admin/assignsample.php:259 +#: admin/casestatus.php:210 admin/extensionstatus.php:190 respondent.php:101 +#: contactdetails.php:98 msgid "Go back" msgstr "חזור" -#: casenote.php:108 admin/supervisor.php:414 +#: casenote.php:114 admin/supervisor.php:424 msgid "No notes" msgstr "" -#: casenote.php:110 callhistory.php:83 calllist.php:84 -#: admin/supervisor.php:399 admin/supervisor.php:416 +#: casenote.php:116 callhistory.php:88 calllist.php:89 +#: admin/supervisor.php:409 admin/supervisor.php:426 msgid "Date/Time" msgstr "תאריך/שעה" -#: casenote.php:110 admin/bulkappointment.php:232 admin/supervisor.php:416 +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:426 msgid "Note" msgstr "" -#: waitnextcase_interface2.php:43 +#: waitnextcase_interface2.php:49 msgid "Standby" msgstr "" -#: waitnextcase_interface2.php:57 endwork.php:49 +#: waitnextcase_interface2.php:60 +msgid "Operator Automatically logged out after: " +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid " minutes" +msgstr "" + +#: waitnextcase_interface2.php:63 endwork.php:55 msgid "You have been automatically logged out of work due to inactivity" msgstr "" -#: waitnextcase_interface2.php:84 nocaseavailable.php:95 +#: waitnextcase_interface2.php:90 nocaseavailable.php:101 msgid "ERROR: No questionnaires assigned to you" msgstr "" -#: waitnextcase_interface2.php:89 nocaseavailable.php:89 +#: waitnextcase_interface2.php:95 nocaseavailable.php:95 msgid "Assigned questionnaires:" msgstr "" -#: waitnextcase_interface2.php:115 nocaseavailable.php:119 +#: waitnextcase_interface2.php:121 nocaseavailable.php:125 msgid "ERROR: No samples assigned to the questionnaires" msgstr "" -#: waitnextcase_interface2.php:117 nocaseavailable.php:113 +#: waitnextcase_interface2.php:123 nocaseavailable.php:119 msgid "Assigned samples:" msgstr "" -#: waitnextcase_interface2.php:133 nocaseavailable.php:144 +#: waitnextcase_interface2.php:139 nocaseavailable.php:150 msgid "ERROR: No shifts at this time" msgstr "" -#: waitnextcase_interface2.php:136 nocaseavailable.php:138 +#: waitnextcase_interface2.php:142 nocaseavailable.php:144 msgid "Current shifts available:" msgstr "" -#: waitnextcase_interface2.php:136 admin/operators.php:284 -#: admin/operators.php:296 admin/operators.php:300 admin/operators.php:304 -#: admin/operators.php:308 admin/samplesearch.php:96 -#: admin/supervisorchat.php:74 admin/questionnairelist.php:385 -#: admin/questionnairelist.php:388 admin/questionnairelist.php:392 -#: admin/questionnairelist.php:396 admin/questionnairelist.php:400 -#: admin/operatorlist.php:239 admin/operatorlist.php:251 -#: admin/operatorlist.php:255 admin/assignsample.php:224 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:319 admin/assignsample.php:325 -#: admin/supervisor.php:185 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "Yes" -msgstr "" - -#: waitnextcase_interface2.php:156 waitnextcase_interface2.php:159 -#: admin/outcomes.php:122 +#: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 +#: admin/outcomes.php:127 msgid "Cases currently available to call" msgstr "" -#: waitnextcase_interface2.php:175 waitnextcase_interface2.php:178 +#: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 msgid "New samples available to call" msgstr "" -#: waitnextcase_interface2.php:191 +#: waitnextcase_interface2.php:197 msgid "Get a new case" msgstr "" -#: waitnextcase_interface2.php:193 call_interface2.php:324 -#: call_interface2.php:326 call_interface2.php:442 call_interface2.php:447 -#: call_interface2.php:463 call_interface2.php:469 call.php:276 call.php:278 -#: call.php:394 call.php:399 call.php:415 call.php:421 -#: index_interface2.php:224 +#: waitnextcase_interface2.php:199 call_interface2.php:329 +#: call_interface2.php:331 call_interface2.php:447 call_interface2.php:452 +#: call_interface2.php:468 call_interface2.php:474 call.php:282 call.php:284 +#: call.php:400 call.php:405 call.php:421 call.php:427 +#: index_interface2.php:230 msgid "End work" msgstr "סיום עבודה" -#: rs_intro.php:65 rs_intro_interface2.php:65 +#: rs_intro.php:71 rs_intro_interface2.php:71 msgid "Respondent Selection - Introduction" msgstr "" -#: rs_intro.php:92 rs_intro.php:98 rs_intro.php:106 rs_intro.php:112 -#: rs_project_intro_interface2.php:79 rs_intro_interface2.php:109 -#: rs_intro_interface2.php:115 rs_intro_interface2.php:123 -#: rs_intro_interface2.php:129 rs_project_intro.php:79 +#: rs_intro.php:98 rs_intro.php:104 rs_intro.php:112 rs_intro.php:118 +#: rs_project_intro_interface2.php:85 rs_intro_interface2.php:115 +#: rs_intro_interface2.php:121 rs_intro_interface2.php:129 +#: rs_intro_interface2.php:135 rs_project_intro.php:85 msgid "Yes - Continue" msgstr "כן - המשך" -#: rs_intro.php:117 rs_intro_interface2.php:87 +#: rs_intro.php:123 rs_intro_interface2.php:93 msgid "Business number" msgstr "מספר עיסקי" -#: rs_intro.php:118 rs_intro_interface2.php:88 +#: rs_intro.php:124 rs_intro_interface2.php:94 msgid "Answering machine" msgstr "משיבון" -#: rs_intro.php:119 +#: rs_intro.php:125 msgid "End call with outcome: No answer (ring out or busy) " msgstr "" -#: rs_intro.php:120 +#: rs_intro.php:126 msgid "End call with outcome: Accidental hang up" msgstr "סיום שיחה עם תוצאה: ניתוק בטעות" -#: rs_intro.php:121 +#: rs_intro.php:127 msgid "End call with outcome: Refusal by unknown person" msgstr "" -#: rs_intro.php:123 +#: rs_intro.php:129 msgid "" "End call with outcome: No eligible respondent (person never available on " "this number)" msgstr "" -#: rs_intro.php:124 +#: rs_intro.php:130 msgid "" "End call with outcome: Non contact (person not currently available on this " "number: no appointment made)" msgstr "" -#: rs_intro.php:125 rs_project_intro_interface2.php:83 rs_project_intro.php:83 +#: rs_intro.php:131 rs_project_intro_interface2.php:89 rs_project_intro.php:89 msgid "" "End call with outcome: Out of sample (already completed in another mode)" msgstr "" -#: record.php:55 +#: record.php:61 msgid "Stop REC" msgstr "" -#: record.php:56 record.php:79 record.php:96 +#: record.php:62 record.php:85 record.php:102 msgid "Record" msgstr "" -#: record.php:66 +#: record.php:72 msgid "Beginning recording..." msgstr "" -#: record.php:69 record.php:97 +#: record.php:75 record.php:103 msgid "Not on a call, so not beginning a recording" msgstr "" -#: record.php:73 +#: record.php:79 msgid "Begin the manual recording now..." msgstr "" -#: record.php:78 email.php:274 call_interface2.php:207 call_interface2.php:272 -#: call.php:206 call.php:224 index.php:168 +#: record.php:84 email.php:280 call_interface2.php:212 call_interface2.php:277 +#: call.php:212 call.php:230 index.php:173 msgid "Start REC" msgstr "התחל הקלטה" -#: record.php:86 +#: record.php:92 msgid "Stopping recording..." msgstr "" -#: record.php:90 +#: record.php:96 msgid "Stop the manual recording now..." msgstr "" @@ -692,6 +724,10 @@ msgid "" "\n" msgstr "" +#: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 +msgid "Self completed online" +msgstr "" + #: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 msgid "Not on an appointment" msgstr "" @@ -700,6 +736,10 @@ msgstr "" msgid "On an appointment" msgstr "" +#: include/limesurvey/quexs.php:989 +msgid "All samples" +msgstr "" + #: include/limesurvey/common_functions.php:6298 msgid "queXS: Number of call attempts" msgstr "" @@ -716,6 +756,10 @@ msgstr "" msgid "queXS: Number of answering machine messages left" msgstr "" +#: include/limesurvey/optout.php:83 +msgid "Self completion refused via opt out function" +msgstr "" + #: include/limesurvey/admin/exportresults.php:110 #: include/limesurvey/admin/statistics.php:268 #: include/limesurvey/admin/browse.php:791 @@ -737,11 +781,11 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:258 #: include/limesurvey/admin/exportresults.php:644 #: include/limesurvey/admin/exportresults.php:645 -#: include/limesurvey/admin/exportresults.php:967 callhistory.php:83 -#: admin/samplesearch.php:157 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/casesbyoutcome.php:110 -#: admin/dataoutput.php:79 admin/extensionstatus.php:257 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: include/limesurvey/admin/exportresults.php:967 callhistory.php:88 +#: admin/samplesearch.php:162 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/casesbyoutcome.php:115 +#: admin/dataoutput.php:85 admin/extensionstatus.php:262 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Case ID" msgstr "קוד מקרה" @@ -755,7 +799,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:260 #: include/limesurvey/admin/exportresults.php:604 #: include/limesurvey/admin/exportresults.php:605 -#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:93 msgid "Number of call attempts" msgstr "" @@ -769,606 +813,702 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:262 #: include/limesurvey/admin/exportresults.php:614 #: include/limesurvey/admin/exportresults.php:615 -#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/supervisor.php:411 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/supervisor.php:421 admin/dataoutput.php:93 msgid "Case notes" msgstr "" #: include/limesurvey/admin/exportresults.php:263 #: include/limesurvey/admin/exportresults.php:619 #: include/limesurvey/admin/exportresults.php:620 -#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:93 msgid "Total interview time over all calls (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:264 #: include/limesurvey/admin/exportresults.php:624 #: include/limesurvey/admin/exportresults.php:625 -#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:93 msgid "Interview time for last call (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:265 #: include/limesurvey/admin/exportresults.php:629 #: include/limesurvey/admin/exportresults.php:630 -#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:93 msgid "Last number dialled" msgstr "" #: include/limesurvey/admin/exportresults.php:266 #: include/limesurvey/admin/exportresults.php:634 #: include/limesurvey/admin/exportresults.php:635 -#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:93 msgid "Operator username for last call" msgstr "" #: include/limesurvey/admin/exportresults.php:267 #: include/limesurvey/admin/exportresults.php:639 #: include/limesurvey/admin/exportresults.php:640 -#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:299 -#: admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:304 +#: admin/dataoutput.php:93 msgid "Shift report" msgstr "" -#: voip/downloadvoipclient.php:52 +#: voip/downloadvoipclient.php:59 msgid "Error: Cannot write to temporary directory" msgstr "" -#: status_interface2.php:79 +#: status_interface2.php:85 msgid "Name" msgstr "שם" -#: status_interface2.php:176 index.php:163 index_interface2.php:217 +#: status_interface2.php:182 index.php:168 index_interface2.php:223 msgid "Appointment" msgstr "פגישה" -#: status_interface2.php:218 +#: status_interface2.php:224 msgid "Dial" msgstr "" -#: status_interface2.php:226 status_interface2.php:229 +#: status_interface2.php:232 status_interface2.php:235 msgid "No more numbers to call" msgstr "אין יותר מספרים לחיוג" -#: appointmentlist.php:56 +#: appointmentlist.php:61 msgid "Appointment List" msgstr "" -#: appointmentlist.php:83 +#: appointmentlist.php:75 admin/supervisor.php:364 +#: admin/displayappointments.php:249 +msgid "Not yet called" +msgstr "" + +#: appointmentlist.php:75 admin/displayappointments.php:227 +#: admin/displayappointments.php:252 +msgid "Any operator" +msgstr "" + +#: appointmentlist.php:88 msgid "No appointments made" msgstr "" -#: appointmentlist.php:85 +#: appointmentlist.php:90 msgid "No future appointments scheduled" msgstr "" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 shifts.php:82 shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 shifts.php:88 shifts.php:109 msgid "Start" msgstr "" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 index.php:162 shifts.php:82 -#: shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 index.php:167 shifts.php:88 +#: shifts.php:109 msgid "End" msgstr "סיום" -#: appointmentlist.php:90 admin/displayappointments.php:208 -#: admin/displayappointments.php:258 +#: appointmentlist.php:95 admin/displayappointments.php:213 +#: admin/displayappointments.php:263 msgid "Appointment with" msgstr "" -#: appointmentlist.php:90 client/index.php:91 client/index.php:110 -#: callhistory.php:83 calllist.php:84 admin/outcomes.php:141 -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/casestatus.php:116 index_interface2.php:216 +#: appointmentlist.php:95 client/index.php:97 client/index.php:116 +#: callhistory.php:88 calllist.php:89 admin/outcomes.php:146 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/casestatus.php:121 index_interface2.php:222 msgid "Outcome" msgstr "תוצאה" -#: rs_project_end_interface2.php:80 +#: rs_project_end_interface2.php:86 msgid "Call automatically ended with outcome: Complete - End case" msgstr "" -#: client/index.php:59 admin/outcomes.php:65 +#: client/index.php:65 admin/outcomes.php:70 msgid "Questionnaire Outcomes" msgstr "" -#: client/index.php:72 +#: client/index.php:78 msgid "There are no questionnaires assigned to you" msgstr "" -#: client/index.php:91 admin/outcomes.php:141 +#: client/index.php:97 admin/outcomes.php:146 msgid "Rate" msgstr "" -#: client/index.php:92 admin/outcomes.php:142 +#: client/index.php:98 admin/outcomes.php:147 msgid "Response Rate 1" msgstr "" -#: client/index.php:93 admin/outcomes.php:143 +#: client/index.php:99 admin/outcomes.php:148 msgid "Refusal Rate 1" msgstr "" -#: client/index.php:94 admin/outcomes.php:144 +#: client/index.php:100 admin/outcomes.php:149 msgid "Cooperation Rate 1" msgstr "" -#: client/index.php:95 admin/outcomes.php:145 +#: client/index.php:101 admin/outcomes.php:150 msgid "Contact Rate 1" msgstr "" -#: client/index.php:110 admin/outcomes.php:163 admin/outcomes.php:214 -#: admin/outcomes.php:256 +#: client/index.php:116 admin/outcomes.php:168 admin/outcomes.php:219 +#: admin/outcomes.php:261 msgid "Count" msgstr "" -#: client/index.php:113 admin/outcomes.php:263 +#: client/index.php:119 admin/outcomes.php:268 msgid "No outcomes recorded for this questionnaire" msgstr "" -#: client/index.php:123 +#: client/index.php:129 msgid "You are not a valid client" msgstr "" -#: rs_project_intro_interface2.php:59 rs_project_intro.php:59 +#: rs_project_intro_interface2.php:65 rs_project_intro.php:65 msgid "Respondent Selection - Project Introduction" msgstr "" -#: rs_project_intro_interface2.php:82 rs_project_intro.php:82 +#: rs_project_intro_interface2.php:88 rs_project_intro.php:88 msgid "" "End call with outcome: No eligible respondent (person not available on this " "number)" msgstr "" -#: supervisorchat.php:56 admin/supervisorchat.php:61 admin/index.php:169 -#: index.php:301 +#: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:183 +#: index.php:306 msgid "Supervisor chat" msgstr "שיחה עם מפקח" -#: supervisorchat.php:87 -msgid "Supervisor is available" -msgstr "" +#: supervisorchat.php:85 index.php:170 supervisor.php:58 +msgid "Supervisor" +msgstr "מפקח" -#: supervisorchat.php:88 -msgid "Supervisor not available" -msgstr "" - -#: supervisorchat.php:90 supervisorchat.php:93 -msgid "Message" -msgstr "" - -#: supervisorchat.php:90 -msgid "Send" +#: supervisorchat.php:86 +msgid "Me" msgstr "" #: supervisorchat.php:93 -msgid "From" +msgid "Supervisor is available" +msgstr "" + +#: supervisorchat.php:94 +msgid "Supervisor not available" +msgstr "" + +#: supervisorchat.php:96 supervisorchat.php:99 +msgid "Message" msgstr "" #: supervisorchat.php:96 +msgid "Send" +msgstr "" + +#: supervisorchat.php:99 +msgid "From" +msgstr "" + +#: supervisorchat.php:102 msgid "Supervisor chat is not enabled" msgstr "" -#: email.php:279 email.php:283 email.php:289 email.php:310 email.php:340 -#: index.php:166 index_interface2.php:219 +#: email.php:248 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:285 email.php:289 email.php:295 email.php:316 email.php:346 +#: admin/operators.php:265 admin/clients.php:172 admin/operatorlist.php:236 +#: index.php:171 index_interface2.php:225 msgid "Email" msgstr "דוא\"ל" -#: email.php:296 +#: email.php:302 msgid "The email did not send" msgstr "" -#: email.php:301 +#: email.php:307 msgid "The email address is not valid" msgstr "" -#: email.php:330 +#: email.php:336 msgid "Email respondent for self completion" msgstr "" -#: email.php:338 admin/operators.php:256 admin/operatorlist.php:214 +#: email.php:344 admin/operators.php:257 admin/operatorlist.php:228 msgid "First name" msgstr "" -#: email.php:339 admin/operators.php:260 admin/operatorlist.php:218 +#: email.php:345 admin/operators.php:261 admin/operatorlist.php:232 msgid "Last name" msgstr "" -#: email.php:343 +#: email.php:349 msgid "Send invitation" msgstr "" -#: email.php:345 +#: email.php:351 msgid "Send invitation and Hang up" msgstr "" -#: email.php:349 +#: email.php:355 msgid "Self completion email not available for this questionnaire" msgstr "" -#: callhistory.php:56 +#: callhistory.php:61 msgid "Case History List" msgstr "רשימת התקשרויות קודמות" -#: callhistory.php:79 admin/callhistory.php:108 +#: callhistory.php:84 admin/callhistory.php:114 msgid "No calls ever made" msgstr "לא בוצעו שיחות בעבר" -#: availability.php:56 index.php:231 index_interface2.php:250 +#: availability.php:61 index.php:236 index_interface2.php:256 msgid "Availability" msgstr "זמינות" -#: availability.php:123 admin/supervisor.php:503 +#: availability.php:128 admin/supervisor.php:513 msgid "" "Select groups to limit availability (Selecting none means always available)" msgstr "" -#: availability.php:143 admin/supervisor.php:522 +#: availability.php:148 admin/supervisor.php:532 msgid "Availability groups not defined for this questionnaire" msgstr "" -#: calllist.php:56 +#: calllist.php:61 msgid "Call List" msgstr "" -#: calllist.php:80 admin/supervisor.php:395 +#: calllist.php:85 admin/supervisor.php:405 msgid "No calls made" msgstr "" -#: calllist.php:84 +#: calllist.php:89 msgid "Number called" msgstr "" -#: nocaseavailable.php:63 +#: nocaseavailable.php:69 msgid "No case available" msgstr "" -#: nocaseavailable.php:68 +#: nocaseavailable.php:74 msgid "There is no case currently available" msgstr "" -#: nocaseavailable.php:69 +#: nocaseavailable.php:75 msgid "Reasons:" msgstr "" -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:342 -#: admin/availabilitygroup.php:128 -msgid "ID" -msgstr "" - -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:329 -#: admin/quota.php:250 admin/quotarow.php:418 admin/quotarow.php:456 -#: admin/quotarow.php:478 admin/quotarow.php:504 admin/quotarow.php:551 -#: admin/quotarow.php:582 -msgid "Description" -msgstr "" - -#: nocaseavailable.php:92 admin/operatorlist.php:254 +#: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:471 +#: admin/questionnairelist.php:554 admin/operatorlist.php:276 msgid "Enabled" msgstr "" -#: nocaseavailable.php:116 admin/samplelist.php:320 admin/quotareport.php:294 -#: admin/assigntimeslots.php:260 admin/outcomes.php:122 admin/outcomes.php:178 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:160 admin/quota.php:131 admin/assignsample.php:203 -#: admin/assignsample.php:279 admin/supervisor.php:298 admin/quotarow.php:306 -#: admin/casestatus.php:116 admin/casestatus.php:234 +#: nocaseavailable.php:86 admin/samplelist.php:469 +#: admin/questionnairelist.php:552 admin/index.php:199 +msgid "Disabled" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:347 +#: admin/availabilitygroup.php:133 +msgid "ID" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:334 +#: admin/quota.php:255 admin/quotarow.php:423 admin/quotarow.php:461 +#: admin/quotarow.php:483 admin/quotarow.php:509 admin/quotarow.php:556 +#: admin/quotarow.php:587 +msgid "Description" +msgstr "" + +#: nocaseavailable.php:122 admin/samplelist.php:325 admin/quotareport.php:299 +#: admin/assigntimeslots.php:265 admin/outcomes.php:127 admin/outcomes.php:183 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:168 admin/quota.php:136 admin/assignsample.php:208 +#: admin/assignsample.php:284 admin/supervisor.php:308 admin/quotarow.php:311 +#: admin/casestatus.php:121 admin/casestatus.php:239 msgid "Sample" msgstr "" -#: nocaseavailable.php:141 admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:154 admin/quota.php:110 admin/assignsample.php:202 -#: admin/quotarow.php:288 admin/casestatus.php:231 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -#: admin/new.php:127 admin/new.php:135 shifts.php:103 +#: nocaseavailable.php:147 admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:162 admin/quota.php:115 admin/assignsample.php:207 +#: admin/quotarow.php:293 admin/casestatus.php:236 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +#: admin/new.php:132 admin/new.php:140 shifts.php:109 msgid "Questionnaire" msgstr "" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift start" msgstr "" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift end" msgstr "" -#: nocaseavailable.php:164 +#: nocaseavailable.php:170 msgid "Call restrictions:" msgstr "" -#: nocaseavailable.php:168 +#: nocaseavailable.php:174 msgid "" "ERROR: There are no cases available that fall within call restrictions" msgstr "" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid "There are " msgstr "" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid " unassigned case(s) available within the specified call restrictions" msgstr "" -#: nocaseavailable.php:179 +#: nocaseavailable.php:185 msgid "Limesurvey links:" msgstr "" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" msgstr "" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "from questionnaire:" msgstr "" -#: nocaseavailable.php:200 +#: nocaseavailable.php:206 msgid "Tokens table exists for Limesurvey questionnaire:" msgstr "" -#: nocaseavailable.php:205 +#: nocaseavailable.php:211 msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" msgstr "" -#: nocaseavailable.php:225 +#: nocaseavailable.php:231 msgid "ERROR: Quota reached for this question" msgstr "" -#: nocaseavailable.php:244 +#: nocaseavailable.php:250 msgid "POSSIBLE ERROR: Row quota reached for this quota" msgstr "" -#: admin/timezonetemplate.php:92 +#: admin/timezonetemplate.php:97 msgid "Set Timezones" msgstr "" -#: admin/timezonetemplate.php:104 admin/callrestrict.php:110 -#: admin/addshift.php:151 admin/availability.php:118 -#: admin/shifttemplate.php:101 +#: admin/timezonetemplate.php:109 admin/callrestrict.php:115 +#: admin/addshift.php:156 admin/availability.php:124 +#: admin/shifttemplate.php:106 msgid "" "Your database does not have timezones installed, please see here for details" msgstr "" -#: admin/timezonetemplate.php:107 +#: admin/timezonetemplate.php:109 admin/supervisor.php:152 admin/new.php:182 +#: admin/new.php:378 +msgid "or" +msgstr "" + +#: admin/timezonetemplate.php:109 +msgid "" +"Check that you have granted relevant permissions on 'time_zone_...' tables " +"in database named 'mysql'." +msgstr "" + +#: admin/timezonetemplate.php:112 msgid "Default Timezone: " msgstr "" -#: admin/timezonetemplate.php:111 +#: admin/timezonetemplate.php:116 msgid "Set default timezone" msgstr "" -#: admin/timezonetemplate.php:116 +#: admin/timezonetemplate.php:121 msgid "Timezone list" msgstr "" -#: admin/timezonetemplate.php:119 +#: admin/timezonetemplate.php:124 msgid "Remove Timezone" msgstr "" -#: admin/timezonetemplate.php:119 admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:124 admin/timezonetemplate.php:128 msgid "Remove" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Timezone name" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Time diff to Default Time zone" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Current time" msgstr "" -#: admin/timezonetemplate.php:126 +#: admin/timezonetemplate.php:131 msgid "Add a Timezone:" msgstr "" -#: admin/timezonetemplate.php:130 +#: admin/timezonetemplate.php:135 msgid "Add Timezone" msgstr "" -#: admin/samplelist.php:168 +#: admin/samplelist.php:173 msgid "" "Smth wrong with selected field types. Please check again var types " "selection and/or fields that you supposed to delete." msgstr "" -#: admin/samplelist.php:281 +#: admin/samplelist.php:286 msgid "Rename, Set viewing permissions & Manage sample variables" msgstr "" -#: admin/samplelist.php:282 admin/samplelist.php:493 admin/index.php:108 +#: admin/samplelist.php:287 admin/samplelist.php:498 admin/index.php:122 msgid "Sample management" msgstr "" -#: admin/samplelist.php:321 +#: admin/samplelist.php:326 msgid "Search this sample" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "Enter" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "new" msgstr "" -#: admin/samplelist.php:333 +#: admin/samplelist.php:338 msgid "Rename" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Sample variable (Column)" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Visible?" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Var type" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Example data" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Delete ?" msgstr "" -#: admin/samplelist.php:346 admin/addshift.php:263 admin/assignsample.php:230 -#: admin/quotarow.php:394 admin/extensionstatus.php:202 -#: admin/displayappointments.php:231 +#: admin/samplelist.php:351 admin/addshift.php:268 admin/assignsample.php:235 +#: admin/quotarow.php:399 admin/extensionstatus.php:207 +#: admin/displayappointments.php:236 msgid "Save changes" msgstr "" -#: admin/samplelist.php:356 +#: admin/samplelist.php:361 msgid "" "Select which fields from this sample to deidentify. Deidentified fields " "will be permanently deleted from the sample." msgstr "" -#: admin/samplelist.php:360 +#: admin/samplelist.php:365 msgid "There's no data in this sample. Probably was deidentified earlier." msgstr "" -#: admin/samplelist.php:374 +#: admin/samplelist.php:379 msgid "Clean it" msgstr "" -#: admin/samplelist.php:392 +#: admin/samplelist.php:397 msgid "Fix this sample " msgstr "" -#: admin/samplelist.php:492 +#: admin/samplelist.php:474 admin/questionnairelist.php:557 +#: admin/operatorlist.php:376 +msgid "Enable" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 +msgid "ARE YOU SURE?" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 admin/supervisor.php:176 +#: admin/new.php:364 +msgid "Cancel" +msgstr "" + +#: admin/samplelist.php:476 admin/questionnairelist.php:559 +#: admin/operatorlist.php:378 +msgid "Disable" +msgstr "" + +#: admin/samplelist.php:480 admin/operators.php:272 admin/operators.php:281 +#: admin/questionnairelist.php:385 admin/operatorlist.php:243 +#: admin/operatorlist.php:251 admin/operatorlist.php:385 +#: admin/assignsample.php:275 admin/assignsample.php:284 +#: admin/supervisor.php:369 admin/quotarow.php:587 admin/shiftreport.php:102 +#: admin/shiftreport.php:110 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 +msgid "Edit" +msgstr "" + +#: admin/samplelist.php:480 +msgid "Viewing permissions" +msgstr "" + +#: admin/samplelist.php:482 +msgid "Edit sample parameters" +msgstr "" + +#: admin/samplelist.php:487 +msgid "DELETE SAMPLE" +msgstr "" + +#: admin/samplelist.php:489 admin/samplesearch.php:86 admin/index.php:123 +msgid "Search the sample" +msgstr "" + +#: admin/samplelist.php:490 admin/questionnairelist.php:583 +#: admin/index.php:156 index.php:255 index_interface2.php:273 +msgid "Call history" +msgstr "היסטורית שיחות" + +#: admin/samplelist.php:490 +msgid "sample" +msgstr "" + +#: admin/samplelist.php:497 msgid "Sample list" msgstr "" -#: admin/samplelist.php:496 admin/index.php:107 +#: admin/samplelist.php:501 admin/index.php:121 msgid "Import a sample file" msgstr "" -#: admin/voipmonitor.php:73 admin/voipmonitor.php:95 +#: admin/voipmonitor.php:78 admin/voipmonitor.php:100 msgid "Monitor VoIP Process" msgstr "" -#: admin/voipmonitor.php:75 admin/systemsort.php:77 +#: admin/voipmonitor.php:80 admin/systemsort.php:82 msgid "Running process:" msgstr "" -#: admin/voipmonitor.php:79 +#: admin/voipmonitor.php:84 msgid "" "Kill signal sent: Please wait... (Note: Process will be stalled until " "there is activity on the VoIP Server)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "Process is already closed (eg. server was rebooted)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "click here to confirm" msgstr "" -#: admin/voipmonitor.php:84 admin/systemsort.php:86 +#: admin/voipmonitor.php:89 admin/systemsort.php:91 msgid "Kill the running process" msgstr "" -#: admin/voipmonitor.php:84 +#: admin/voipmonitor.php:89 msgid "(requires activity on the VoIP Server to take effect)" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log id" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 admin/outcomes.php:299 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/shiftreport.php:104 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 admin/outcomes.php:304 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/shiftreport.php:110 msgid "Date" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log entry" msgstr "" -#: admin/voipmonitor.php:97 +#: admin/voipmonitor.php:102 msgid "Click here to begin monitoring the VoIP Process" msgstr "" -#: admin/voipmonitor.php:98 admin/systemsort.php:101 +#: admin/voipmonitor.php:103 admin/systemsort.php:110 msgid "Outcome of last process run (if any)" msgstr "" -#: admin/systemsortprocess.php:93 +#: admin/systemsortprocess.php:98 msgid "Sorting cases process starting" msgstr "" -#: admin/systemsortprocess.php:106 +#: admin/systemsortprocess.php:111 msgid "Checking for cases open for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:147 admin/systemsortprocess.php:185 +#: admin/systemsortprocess.php:140 admin/systemsortprocess.php:152 +#: admin/systemsortprocess.php:178 admin/systemsortprocess.php:190 msgid "System automatically closed case as not closed for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:194 +#: admin/systemsortprocess.php:199 msgid "Completed case closing" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 msgid "This task took" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 +#: nocallavailable.php:208 msgid "seconds" msgstr "" -#: admin/systemsortprocess.php:196 +#: admin/systemsortprocess.php:201 msgid "Failed to complete case closing" msgstr "" -#: admin/systemsortprocess.php:211 +#: admin/systemsortprocess.php:216 msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:333 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:335 msgid "Failed to complete sort" msgstr "" -#: admin/systemsort.php:75 admin/systemsort.php:97 +#: admin/systemsort.php:80 admin/systemsort.php:102 msgid "Monitor system wide case sorting" msgstr "" -#: admin/systemsort.php:81 +#: admin/systemsort.php:86 msgid "Kill signal sent: Please wait..." msgstr "" -#: admin/systemsort.php:82 +#: admin/systemsort.php:87 msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" -#: admin/systemsort.php:99 +#: admin/systemsort.php:104 msgid "Click here to enable and begin system wide case sorting" msgstr "" -#: admin/systemsort.php:100 +#: admin/systemsort.php:105 msgid "" "System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " "configuration directive) sorting cases on a system wide basis instead of " @@ -1378,216 +1518,194 @@ msgid "" "problems, it is not recommended to use this feature." msgstr "" -#: admin/operators.php:147 +#: admin/operators.php:150 msgid "Added operator :" msgstr "" -#: admin/operators.php:150 +#: admin/operators.php:153 msgid "" "FreePBX needs to be reloaded for the new VoIP extension to take effect" msgstr "" -#: admin/operators.php:172 +#: admin/operators.php:175 msgid "" "Could not add operator. There may already be an operator of this name:" msgstr "" -#: admin/operators.php:178 admin/operators.php:311 admin/operatorlist.php:388 +#: admin/operators.php:181 admin/operators.php:320 admin/operatorlist.php:410 msgid "Add an operator" msgstr "" -#: admin/operators.php:186 admin/clients.php:145 -msgid "" -"Use this form to enter the username of a user based on your directory " -"security system. For example, if you have secured the base directory of " -"queXS using Apache file based security, enter the usernames of the users " -"here." -msgstr "" - -#: admin/operators.php:187 +#: admin/operators.php:190 msgid "The username and extension must be unique for each operator." msgstr "" -#: admin/operators.php:242 admin/clientquestionnaire.php:238 -#: admin/operatorlist.php:200 admin/operatorlist.php:372 -#: admin/operatorskill.php:246 admin/operatorquestionnaire.php:242 +#: admin/operators.php:245 admin/clientquestionnaire.php:243 +#: admin/operatorlist.php:216 admin/operatorlist.php:394 +#: admin/operatorskill.php:251 admin/operatorquestionnaire.php:247 msgid "Username" msgstr "" -#: admin/operators.php:247 admin/operatorlist.php:205 +#: admin/operators.php:249 admin/operatorlist.php:220 msgid "Password" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 -#: admin/extensionstatus.php:197 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 +#: admin/extensionstatus.php:202 msgid "Generate" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 msgid "Password with" msgstr "" -#: admin/operators.php:251 admin/clients.php:158 admin/operatorlist.php:209 +#: admin/operators.php:253 admin/clients.php:160 admin/operatorlist.php:224 msgid "characters" msgstr "" -#: admin/operators.php:267 admin/operators.php:276 -#: admin/questionnairelist.php:380 admin/operatorlist.php:225 -#: admin/operatorlist.php:233 admin/assignsample.php:279 -#: admin/quotarow.php:582 admin/shiftreport.php:104 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -msgid "Edit" -msgstr "" - -#: admin/operators.php:268 admin/operatorlist.php:226 +#: admin/operators.php:273 admin/operatorlist.php:244 msgid "TimeZones list" msgstr "" -#: admin/operators.php:277 admin/operatorlist.php:234 -#: admin/operatorlist.php:389 +#: admin/operators.php:282 admin/operatorlist.php:252 +#: admin/operatorlist.php:411 msgid "Extensions" msgstr "" -#: admin/operators.php:283 admin/operatorlist.php:238 +#: admin/operators.php:288 admin/operatorlist.php:256 msgid "Uses VoIP" msgstr "" -#: admin/operators.php:284 admin/operators.php:296 admin/operators.php:300 -#: admin/operators.php:304 admin/operators.php:308 admin/supervisorchat.php:74 -#: admin/questionnairelist.php:385 admin/questionnairelist.php:388 -#: admin/questionnairelist.php:392 admin/questionnairelist.php:396 -#: admin/questionnairelist.php:400 admin/operatorlist.php:239 -#: admin/operatorlist.php:251 admin/operatorlist.php:255 -#: admin/assignsample.php:224 admin/assignsample.php:225 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:316 admin/assignsample.php:319 -#: admin/assignsample.php:325 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "No" -msgstr "" - -#: admin/operators.php:287 admin/operatorlist.php:242 +#: admin/operators.php:292 admin/operatorlist.php:260 msgid "Jabber/XMPP chat user" msgstr "" -#: admin/operators.php:291 admin/operatorlist.php:246 +#: admin/operators.php:296 admin/operatorlist.php:264 msgid "Jabber/XMPP chat password" msgstr "" -#: admin/operators.php:295 admin/operatorlist.php:250 +#: admin/operators.php:300 admin/operatorlist.php:272 msgid "Uses chat" msgstr "" -#: admin/operators.php:299 +#: admin/operators.php:304 admin/operatorlist.php:268 +msgid "Is the operator a system administrator?" +msgstr "" + +#: admin/operators.php:308 msgid "Is the operator a normal interviewer?" msgstr "" -#: admin/operators.php:303 +#: admin/operators.php:312 msgid "Is the operator a supervisor?" msgstr "" -#: admin/operators.php:307 +#: admin/operators.php:316 msgid "Is the operator a refusal converter?" msgstr "" -#: admin/quotareport.php:109 admin/index.php:144 +#: admin/quotareport.php:114 admin/index.php:158 msgid "Quota report" msgstr "" -#: admin/quotareport.php:111 admin/assigntimeslots.php:156 -#: admin/questionnaireprefill.php:100 admin/outcomes.php:68 -#: admin/addshift.php:168 admin/assignsample.php:255 +#: admin/quotareport.php:116 admin/assigntimeslots.php:161 +#: admin/questionnaireprefill.php:105 admin/outcomes.php:73 +#: admin/addshift.php:173 admin/assignsample.php:260 msgid "Select a questionnaire" msgstr "" -#: admin/quotareport.php:119 +#: admin/quotareport.php:124 msgid "Select a sample" msgstr "" -#: admin/quotareport.php:207 admin/quotareport.php:214 +#: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:572 msgid "closed" msgstr "" -#: admin/quotareport.php:207 admin/quotareport.php:209 -#: admin/quotareport.php:216 +#: admin/quotareport.php:212 admin/quotareport.php:214 +#: admin/quotareport.php:221 admin/quotarow.php:572 msgid "open" msgstr "" -#: admin/quotareport.php:209 +#: admin/quotareport.php:214 msgid "close" msgstr "" -#: admin/quotareport.php:291 +#: admin/quotareport.php:296 msgid "Total sample" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Strata" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:129 admin/quotarow.php:386 -#: admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:134 admin/quotarow.php:391 +#: admin/quotarow.php:587 msgid "Quota" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Used" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Remaining" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "% Complete" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Set priority" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:587 msgid "Auto prioritise" msgstr "" -#: admin/assigntimeslots.php:154 admin/index.php:115 +#: admin/quotareport.php:303 +msgid "Update priorities" +msgstr "" + +#: admin/assigntimeslots.php:159 admin/index.php:129 msgid "Assign Time slots" msgstr "" -#: admin/assigntimeslots.php:163 +#: admin/assigntimeslots.php:168 msgid "Time slot groups" msgstr "" -#: admin/assigntimeslots.php:164 +#: admin/assigntimeslots.php:169 msgid "" "Assigning an availability group to a questionnaire will allow interviewers " "to select from those groups to restrict calls to a particular case to the " "times within the group" msgstr "" -#: admin/assigntimeslots.php:166 admin/assigntimeslots.php:214 -#: admin/assigntimeslots.php:268 +#: admin/assigntimeslots.php:171 admin/assigntimeslots.php:219 +#: admin/assigntimeslots.php:273 admin/assignsample.php:276 +#: admin/casestatus.php:101 msgid "Click to unassign" msgstr "" -#: admin/assigntimeslots.php:176 +#: admin/assigntimeslots.php:181 msgid "There are no time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:180 +#: admin/assigntimeslots.php:185 msgid "Time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:202 +#: admin/assigntimeslots.php:207 msgid "Add time slot group" msgstr "" -#: admin/assigntimeslots.php:211 +#: admin/assigntimeslots.php:216 msgid "Call attempt time slots" msgstr "" -#: admin/assigntimeslots.php:212 admin/assigntimeslots.php:258 +#: admin/assigntimeslots.php:217 admin/assigntimeslots.php:263 msgid "" "Assigning call attempt time slots to questionnaires will only allow cases to " "be attempted in a time slot for the n + 1th time where it has been attempted " @@ -1596,283 +1714,321 @@ msgid "" "missing timeslots." msgstr "" -#: admin/assigntimeslots.php:224 +#: admin/assigntimeslots.php:229 msgid "There are no call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:228 +#: admin/assigntimeslots.php:233 msgid "Call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:257 +#: admin/assigntimeslots.php:256 +msgid "Add call attempt time slot" +msgstr "" + +#: admin/assigntimeslots.php:262 msgid "Call attempt time slots for sample" msgstr "" -#: admin/assigntimeslots.php:278 +#: admin/assigntimeslots.php:283 msgid "" "There are no call attempt time slots selected for this questionnaire sample" msgstr "" -#: admin/assigntimeslots.php:282 +#: admin/assigntimeslots.php:287 msgid "Call attempt time slots selected for this sample" msgstr "" -#: admin/assigntimeslots.php:305 +#: admin/assigntimeslots.php:310 msgid "Add call attempt time slot for sample" msgstr "" -#: admin/questionnaireprefill.php:99 +#: admin/questionnaireprefill.php:104 msgid "Pre fill questionnaire: Set values for questionnaire to prefill" msgstr "" -#: admin/questionnaireprefill.php:111 +#: admin/questionnaireprefill.php:116 msgid "Current pre fills" msgstr "" -#: admin/questionnaireprefill.php:121 +#: admin/questionnaireprefill.php:126 msgid "Currently no pre fills" msgstr "" -#: admin/questionnaireprefill.php:127 +#: admin/questionnaireprefill.php:132 msgid "SGQA code" msgstr "" -#: admin/questionnaireprefill.php:127 admin/quotarow.php:504 +#: admin/questionnaireprefill.php:132 admin/quotarow.php:509 msgid "Sample variable" msgstr "" -#: admin/questionnaireprefill.php:127 admin/samplesearch.php:96 -#: admin/supervisor.php:185 admin/quotarow.php:418 admin/quotarow.php:504 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: admin/questionnaireprefill.php:132 admin/samplesearch.php:101 +#: admin/supervisor.php:195 admin/supervisor.php:368 admin/supervisor.php:414 +#: admin/quotarow.php:423 admin/quotarow.php:509 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Delete" msgstr "" -#: admin/questionnaireprefill.php:132 +#: admin/questionnaireprefill.php:137 msgid "Select a question to pre fill" msgstr "" -#: admin/questionnaireprefill.php:165 +#: admin/questionnaireprefill.php:170 msgid "Enter a value to pre fill this question with:" msgstr "" -#: admin/questionnaireprefill.php:167 +#: admin/questionnaireprefill.php:172 msgid "Possible uses:" msgstr "" -#: admin/questionnaireprefill.php:169 +#: admin/questionnaireprefill.php:174 msgid "{Respondent:firstName} First name of the respondent" msgstr "" -#: admin/questionnaireprefill.php:170 +#: admin/questionnaireprefill.php:175 msgid "{Respondent:lastName} Last name of the respondent" msgstr "" -#: admin/questionnaireprefill.php:171 +#: admin/questionnaireprefill.php:176 msgid "{Sample:var} A record from the sample where the column name is 'var'" msgstr "" -#: admin/questionnaireprefill.php:180 +#: admin/questionnaireprefill.php:185 msgid "The value to pre fill" msgstr "" -#: admin/questionnaireprefill.php:181 +#: admin/questionnaireprefill.php:186 msgid "or: Select pre fill from sample list" msgstr "" -#: admin/questionnaireprefill.php:187 +#: admin/questionnaireprefill.php:192 msgid "Add pre fill" msgstr "" -#: admin/availabilitygroup.php:80 +#: admin/auth-admin.php:66 +msgid "You do not have permission to access this area" +msgstr "" + +#: admin/auth-admin.php:67 admin/index.php:95 endwork.php:82 +msgid "Logout" +msgstr "" + +#: admin/availabilitygroup.php:85 msgid "Time slots" msgstr "" -#: admin/availabilitygroup.php:122 +#: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:127 msgid "" "Time slots define periods of time during particular days of the week. These " "are used for the availability function and also the call attempt time slot " "function." msgstr "" -#: admin/availabilitygroup.php:125 +#: admin/availabilitygroup.php:130 msgid "No time slots" msgstr "" -#: admin/availabilitygroup.php:128 admin/availabilitygroup.php:136 +#: admin/availabilitygroup.php:133 admin/availabilitygroup.php:141 msgid "Time slot name" msgstr "" -#: admin/availabilitygroup.php:128 -msgid "Modify" -msgstr "" - -#: admin/availabilitygroup.php:135 +#: admin/availabilitygroup.php:140 msgid "Add new time slot" msgstr "" -#: admin/availabilitygroup.php:137 +#: admin/availabilitygroup.php:142 msgid "Add time slot" msgstr "" -#: admin/outcomes.php:74 admin/outcomes.php:184 +#: admin/outcomes.php:79 admin/outcomes.php:189 msgid "Sample status" msgstr "" -#: admin/outcomes.php:82 admin/outcomes.php:194 +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Drawn from sample" +msgstr "" + +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Remain in sample" +msgstr "" + +#: admin/outcomes.php:87 admin/outcomes.php:199 msgid "Number" msgstr "" -#: admin/outcomes.php:83 admin/outcomes.php:181 +#: admin/outcomes.php:88 admin/outcomes.php:186 msgid "No samples assigned" msgstr "" -#: admin/outcomes.php:86 +#: admin/outcomes.php:91 msgid "Case availability (cases with temporary or appointment outcomes)" msgstr "" -#: admin/outcomes.php:118 +#: admin/outcomes.php:123 msgid "No cases currently available to call" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Average time on a completed questionnaire" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Min" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Secs" msgstr "" -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 msgid "%" msgstr "" -#: admin/outcomes.php:217 +#: admin/outcomes.php:222 msgid "No outcomes recorded for this sample" msgstr "" -#: admin/outcomes.php:237 +#: admin/outcomes.php:242 msgid "No operators assigned" msgstr "" -#: admin/outcomes.php:241 +#: admin/outcomes.php:246 msgid "Operator call outcomes" msgstr "" -#: admin/outcomes.php:268 index.php:259 index_interface2.php:276 +#: admin/outcomes.php:273 admin/questionnairelist.php:566 index.php:264 +#: index_interface2.php:282 msgid "Shifts" msgstr "משמרות" -#: admin/outcomes.php:295 +#: admin/outcomes.php:277 +msgid "No shift reports: Add report" +msgstr "" + +#: admin/outcomes.php:278 +msgid "View shift reports" +msgstr "" + +#: admin/outcomes.php:281 +msgid "View operator performance" +msgstr "" + +#: admin/outcomes.php:300 msgid "No shifts defined for this questionnaire" msgstr "" -#: admin/outcomes.php:299 +#: admin/outcomes.php:304 msgid "Shift time" msgstr "" -#: admin/outcomes.php:299 admin/operatorlist.php:392 admin/index.php:135 +#: admin/outcomes.php:304 admin/operatorlist.php:414 admin/index.php:149 msgid "Operator performance" msgstr "" -#: admin/samplesearch.php:79 +#: admin/samplesearch.php:84 msgid "Search within this sample" msgstr "" -#: admin/samplesearch.php:81 admin/index.php:109 -msgid "Search the sample" -msgstr "" - -#: admin/samplesearch.php:89 admin/supervisor.php:178 +#: admin/samplesearch.php:94 admin/supervisor.php:188 msgid "WARNING !" msgstr "" -#: admin/samplesearch.php:92 admin/supervisor.php:181 -msgid "Are you shure you want to delete" +#: admin/samplesearch.php:97 admin/supervisor.php:191 +msgid "Are you sure you want to delete" msgstr "" -#: admin/samplesearch.php:92 admin/samplesearch.php:133 -#: admin/supervisor.php:181 +#: admin/samplesearch.php:97 admin/samplesearch.php:138 +#: admin/supervisor.php:191 msgid "Sample ID" msgstr "" -#: admin/samplesearch.php:95 admin/supervisor.php:184 +#: admin/samplesearch.php:100 admin/supervisor.php:194 msgid "NOOOO..." msgstr "" -#: admin/samplesearch.php:110 +#: admin/samplesearch.php:115 msgid "Select sample " msgstr "" -#: admin/samplesearch.php:133 +#: admin/samplesearch.php:138 msgid "Deleted" msgstr "" -#: admin/samplesearch.php:154 admin/supervisor.php:315 +#: admin/samplesearch.php:146 +msgid "Delete sample record" +msgstr "" + +#: admin/samplesearch.php:147 +msgid "Assigned to case ID :" +msgstr "" + +#: admin/samplesearch.php:159 admin/supervisor.php:325 msgid "Sample id" msgstr "" -#: admin/samplesearch.php:185 +#: admin/samplesearch.php:190 msgid "There's no data in this sample." msgstr "" -#: admin/bulkappointment.php:128 admin/bulkappointment.php:210 +#: admin/bulkappointment.php:133 admin/bulkappointment.php:215 msgid "Result" msgstr "" -#: admin/bulkappointment.php:129 admin/bulkappointment.php:218 -#: admin/bulkappointment.php:254 admin/index.php:159 +#: admin/bulkappointment.php:134 admin/bulkappointment.php:223 +#: admin/bulkappointment.php:259 admin/index.php:173 msgid "Bulk appointment generator" msgstr "" -#: admin/bulkappointment.php:200 +#: admin/bulkappointment.php:205 msgid "Added appointment" msgstr "" -#: admin/bulkappointment.php:204 +#: admin/bulkappointment.php:209 msgid "" "No such case id, or case set to a final outcome, or case currently assigned " "to an operator" msgstr "" -#: admin/bulkappointment.php:217 +#: admin/bulkappointment.php:222 msgid "Check data to submit" msgstr "" -#: admin/bulkappointment.php:231 +#: admin/bulkappointment.php:236 msgid "" "Please check the case id's, appointment start and end times and notes are " "correct before accepting below" msgstr "" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:204 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:209 msgid "Start time" msgstr "" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:206 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:211 msgid "End time" msgstr "" -#: admin/bulkappointment.php:237 +#: admin/bulkappointment.php:242 msgid "Accept and generate bulk appointments" msgstr "" -#: admin/bulkappointment.php:242 +#: admin/bulkappointment.php:247 msgid "" "The file does not contain at least caseid, starttime and endtime columns. " "Please try again." msgstr "" -#: admin/bulkappointment.php:253 +#: admin/bulkappointment.php:258 msgid "Import: Select file to upload" msgstr "" -#: admin/bulkappointment.php:261 +#: admin/bulkappointment.php:266 msgid "" "Provide a headered CSV file containing at least 3 columns - caseid, " "starttime and endtime. Optionally you can include a note column to " @@ -1882,1119 +2038,1160 @@ msgid "" "outcome." msgstr "" -#: admin/bulkappointment.php:264 +#: admin/bulkappointment.php:269 msgid "Example CSV file:" msgstr "" -#: admin/bulkappointment.php:276 +#: admin/bulkappointment.php:281 msgid "Select bulk appointment CSV file to upload" msgstr "" -#: admin/bulkappointment.php:279 admin/import.php:129 admin/quotarow.php:609 +#: admin/bulkappointment.php:284 admin/import.php:134 admin/quotarow.php:614 msgid "Select file" msgstr "" -#: admin/bulkappointment.php:281 +#: admin/bulkappointment.php:286 msgid "Upload file" msgstr "" -#: admin/callrestrict.php:99 admin/index.php:167 +#: admin/callrestrict.php:104 admin/index.php:181 msgid "Set call restriction times" msgstr "" -#: admin/callrestrict.php:113 admin/availability.php:157 +#: admin/callrestrict.php:118 admin/availability.php:163 msgid "" "Enter the start and end times for each day of the week to restrict calls " "within" msgstr "" -#: admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/shifttemplate.php:131 +#: admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/shifttemplate.php:136 msgid "Day" msgstr "" -#: admin/callrestrict.php:153 admin/availability.php:175 -#: admin/shifttemplate.php:149 +#: admin/callrestrict.php:158 admin/availability.php:181 +#: admin/shifttemplate.php:154 msgid "Add row" msgstr "" -#: admin/callrestrict.php:154 +#: admin/callrestrict.php:159 msgid "Save changes to restriction times" msgstr "" -#: admin/addshift.php:87 +#: admin/addshift.php:92 msgid "Add shifts" msgstr "" -#: admin/addshift.php:88 +#: admin/addshift.php:93 msgid "" "You must be an operator (as well as have administrator access) to add/edit " "shifts" msgstr "" -#: admin/addshift.php:140 admin/index.php:119 +#: admin/addshift.php:145 admin/index.php:133 msgid "Shift management" msgstr "" -#: admin/addshift.php:163 +#: admin/addshift.php:168 msgid "Add shifts in your Time Zone" msgstr "" -#: admin/addshift.php:166 +#: admin/addshift.php:171 msgid "" "Shifts allow you to restrict appointments being made, and interviewers to " "working on a particlar project at defined times." msgstr "" -#: admin/addshift.php:174 +#: admin/addshift.php:179 msgid "Select year" msgstr "" -#: admin/addshift.php:185 +#: admin/addshift.php:190 msgid "Select week" msgstr "" -#: admin/addshift.php:238 +#: admin/addshift.php:243 msgid "Use shift?" msgstr "" -#: admin/process.php:90 +#: admin/process.php:95 msgid "Cannot connect to VoIP Server" msgstr "" -#: admin/supervisorchat.php:63 +#: admin/supervisorchat.php:68 msgid "" "Allow interviewers to chat with the supervisor over XMPP (Jabber). Required " "is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " "need XMPP/Jabber accounts." msgstr "" -#: admin/supervisorchat.php:73 +#: admin/supervisorchat.php:78 msgid "Enable supervisor chat?" msgstr "" -#: admin/supervisorchat.php:77 +#: admin/supervisorchat.php:82 msgid "Set BOSH URL" msgstr "" -#: admin/supervisorchat.php:81 +#: admin/supervisorchat.php:86 msgid "Supervisor XMPP/Jabber id" msgstr "" -#: admin/supervisorchat.php:85 +#: admin/supervisorchat.php:90 msgid "Update" msgstr "" -#: admin/questionnairelist.php:348 +#: admin/questionnairelist.php:353 msgid "Modify Questionnaire " msgstr "" -#: admin/questionnairelist.php:370 +#: admin/questionnairelist.php:375 msgid "Assigned survey" msgstr "" -#: admin/questionnairelist.php:374 +#: admin/questionnairelist.php:379 msgid "Edit instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:380 admin/questionnairelist.php:381 -#: admin/new.php:162 admin/new.php:164 +#: admin/questionnairelist.php:385 admin/questionnairelist.php:386 +#: admin/new.php:167 admin/new.php:169 msgid "Name for questionnaire:" msgstr "" -#: admin/questionnairelist.php:384 admin/new.php:197 +#: admin/questionnairelist.php:389 admin/new.php:202 msgid "Restrict appointments to shifts?" msgstr "" -#: admin/questionnairelist.php:387 admin/new.php:204 +#: admin/questionnairelist.php:392 admin/new.php:209 msgid "Restrict work to shifts?" msgstr "" -#: admin/questionnairelist.php:391 admin/new.php:211 +#: admin/questionnairelist.php:396 admin/new.php:216 msgid "Questionnaire for testing only?" msgstr "" -#: admin/questionnairelist.php:395 admin/new.php:218 +#: admin/questionnairelist.php:400 admin/new.php:223 msgid "Allow operators to generate referrals?" msgstr "" -#: admin/questionnairelist.php:399 admin/new.php:225 +#: admin/questionnairelist.php:404 admin/new.php:230 msgid "Allow for respondent self completion via email invitation?" msgstr "" -#: admin/questionnairelist.php:404 admin/new.php:233 +#: admin/questionnairelist.php:409 admin/new.php:238 msgid "Questionnaire display mode for respondent" msgstr "" -#: admin/questionnairelist.php:407 admin/new.php:236 +#: admin/questionnairelist.php:412 admin/new.php:241 msgid "All in one" msgstr "" -#: admin/questionnairelist.php:408 admin/new.php:237 +#: admin/questionnairelist.php:413 admin/new.php:242 msgid "Question by question" msgstr "" -#: admin/questionnairelist.php:409 admin/new.php:238 +#: admin/questionnairelist.php:414 admin/new.php:243 msgid "Group at a time" msgstr "" -#: admin/questionnairelist.php:414 admin/new.php:243 +#: admin/questionnairelist.php:419 admin/new.php:248 msgid "Limesurvey template for respondent" msgstr "" -#: admin/questionnairelist.php:433 admin/new.php:261 +#: admin/questionnairelist.php:438 admin/new.php:266 msgid "URL to forward respondents on self completion (required)" msgstr "" -#: admin/questionnairelist.php:444 admin/questionnairelist.php:454 -#: admin/questionnairelist.php:464 admin/questionnairelist.php:474 -#: admin/questionnairelist.php:490 admin/questionnairelist.php:500 -#: admin/new.php:297 admin/new.php:307 admin/new.php:317 admin/new.php:327 -#: admin/new.php:339 admin/new.php:349 +#: admin/questionnairelist.php:449 admin/questionnairelist.php:459 +#: admin/questionnairelist.php:469 admin/questionnairelist.php:479 +#: admin/questionnairelist.php:495 admin/questionnairelist.php:505 +#: admin/new.php:302 admin/new.php:312 admin/new.php:322 admin/new.php:332 +#: admin/new.php:344 admin/new.php:354 msgid "Expand/Collapse" msgstr "" -#: admin/questionnairelist.php:445 admin/new.php:298 +#: admin/questionnairelist.php:450 admin/new.php:303 msgid "Respondent selection introduction:" msgstr "" -#: admin/questionnairelist.php:455 admin/new.php:308 +#: admin/questionnairelist.php:460 admin/new.php:313 msgid "Respondent selection project introduction:" msgstr "" -#: admin/questionnairelist.php:465 admin/new.php:318 +#: admin/questionnairelist.php:470 admin/new.php:323 msgid "Respondent selection callback (already started questionnaire):" msgstr "" -#: admin/questionnairelist.php:475 admin/new.php:328 +#: admin/questionnairelist.php:480 admin/new.php:333 msgid "Message to leave on an answering machine:" msgstr "" -#: admin/questionnairelist.php:485 +#: admin/questionnairelist.php:490 msgid "Edit respondent selection instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:491 admin/new.php:340 +#: admin/questionnairelist.php:496 admin/new.php:345 msgid "Project end text (thank you screen):" msgstr "" -#: admin/questionnairelist.php:501 admin/new.php:350 +#: admin/questionnairelist.php:506 admin/new.php:355 msgid "Project information for interviewers/operators:" msgstr "" -#: admin/questionnairelist.php:509 +#: admin/questionnairelist.php:514 msgid "Update Questionnaire" msgstr "" -#: admin/questionnairelist.php:523 +#: admin/questionnairelist.php:528 msgid "Delete Questionnaire" msgstr "" -#: admin/questionnairelist.php:525 +#: admin/questionnairelist.php:530 msgid "Any collected data and the limesurvey instrument will NOT be deleted" msgstr "" -#: admin/questionnairelist.php:526 +#: admin/questionnairelist.php:531 msgid "" "The questionnaire will be deleted from queXS including call history, cases, " "case notes, respondent details, appointments and the links between " "operators, clients and the questionnaire" msgstr "" -#: admin/questionnairelist.php:527 +#: admin/questionnairelist.php:532 msgid "Please confirm you wish to delete the questionnaire" msgstr "" -#: admin/questionnairelist.php:530 +#: admin/questionnairelist.php:535 msgid "Delete this questionnaire" msgstr "" -#: admin/questionnairelist.php:536 admin/index.php:100 admin/new.php:136 -#: admin/new.php:146 +#: admin/questionnairelist.php:541 admin/index.php:114 admin/new.php:141 +#: admin/new.php:151 msgid "Questionnaire management" msgstr "" -#: admin/questionnairelist.php:539 admin/index.php:99 admin/new.php:42 +#: admin/questionnairelist.php:541 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:544 admin/index.php:113 admin/new.php:47 msgid "Create a new questionnaire" msgstr "" -#: admin/questionnairelist.php:557 +#: admin/questionnairelist.php:561 +msgid "Edit Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:562 msgid "Edit Lime survey" msgstr "" -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/databasestrings.php:82 -msgid "Phone number" +#: admin/questionnairelist.php:566 admin/questionnairelist.php:583 +#: admin/questionnairelist.php:587 +msgid "questionnaire" msgstr "" -#: admin/callhistory.php:136 +#: admin/questionnairelist.php:571 admin/index.php:116 +msgid "Pre-fill questionnaire" +msgstr "" + +#: admin/questionnairelist.php:576 +msgid "Delete questionnaire" +msgstr "" + +#: admin/questionnairelist.php:581 +msgid "Outcomes for questionnaire" +msgstr "" + +#: admin/questionnairelist.php:587 admin/index.php:160 +#: admin/dataoutput.php:199 +msgid "Data output" +msgstr "" + +#: admin/questionnairelist.php:592 +msgid "Assigned samples" +msgstr "" + +#: admin/questionnairelist.php:597 admin/index.php:172 +#: admin/casestatus.php:209 +msgid "Case status and assignment" +msgstr "" + +#: admin/callhistory.php:113 admin/callhistory.php:144 msgid "Call History List" msgstr "" -#: admin/callhistory.php:142 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/databasestrings.php:82 +msgid "Phone number" +msgstr "" + +#: admin/callhistory.php:150 msgid "NO Call history records for Your query" msgstr "" -#: admin/callhistory.php:163 +#: admin/callhistory.php:181 msgid "Download Call History List" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "Could not add" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "There may already be a client of this name" msgstr "" -#: admin/clients.php:89 admin/clients.php:174 +#: admin/clients.php:93 admin/clients.php:179 msgid "Add a client" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "" "Adding a client here will allow them to access project information in the " "client subdirectory. You can assign a client to a particular project using " "the" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "Assign client to Questionnaire" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "tool." msgstr "" -#: admin/clients.php:149 +#: admin/clients.php:152 msgid "Enter the username of a client to add:" msgstr "" -#: admin/clients.php:154 +#: admin/clients.php:156 msgid "Enter the password of a client to add:" msgstr "" -#: admin/clients.php:163 +#: admin/clients.php:164 msgid "Enter the first name of a client to add:" msgstr "" -#: admin/clients.php:167 +#: admin/clients.php:168 msgid "Enter the surname of a client to add:" msgstr "" -#: admin/clients.php:171 +#: admin/clients.php:176 msgid "Enter the Time Zone of a client to add:" msgstr "" -#: admin/availability.php:73 +#: admin/availability.php:79 msgid "No time slot group set" msgstr "" -#: admin/availability.php:107 +#: admin/availability.php:113 msgid "Modify time slots" msgstr "" -#: admin/availability.php:132 admin/supervisor.php:449 +#: admin/availability.php:138 admin/supervisor.php:459 msgid "Time slot" msgstr "" -#: admin/availability.php:153 +#: admin/availability.php:159 msgid "Edit Time slot group name" msgstr "" -#: admin/availability.php:176 +#: admin/availability.php:182 msgid "Save changes to time slot group" msgstr "" -#: admin/availability.php:180 +#: admin/availability.php:186 msgid "Delete this time slot group" msgstr "" -#: admin/clientquestionnaire.php:147 admin/clientquestionnaire.php:262 -#: admin/index.php:152 +#: admin/clientquestionnaire.php:152 admin/clientquestionnaire.php:267 +#: admin/index.php:166 msgid "Assign clients to questionnaires" msgstr "" -#: admin/clientquestionnaire.php:238 +#: admin/clientquestionnaire.php:243 msgid "Client" msgstr "" -#: admin/operatorlist.php:60 -msgid "If changing usernames, you must specify a new password" -msgstr "" - -#: admin/operatorlist.php:116 +#: admin/operatorlist.php:127 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Failed to update user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:129 +#: admin/operatorlist.php:144 msgid "Edit Operator settings" msgstr "" -#: admin/operatorlist.php:206 +#: admin/operatorlist.php:221 msgid "leave blank to keep existing password" msgstr "" -#: admin/operatorlist.php:260 +#: admin/operatorlist.php:282 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:369 -msgid "Operator list" +#: admin/operatorlist.php:373 +msgid "Win .bat file" msgstr "" -#: admin/operatorlist.php:379 -msgid "VoIP ON/Off" -msgstr "" - -#: admin/operatorlist.php:380 -msgid "Win file" +#: admin/operatorlist.php:374 +msgid "*nix script file" msgstr "" #: admin/operatorlist.php:381 -msgid "*nix flle" +msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:390 -msgid "Assign to questionnaire" +#: admin/operatorlist.php:383 +msgid "Disable VoIP" msgstr "" #: admin/operatorlist.php:391 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:401 +msgid "VoIP ON/Off" +msgstr "" + +#: admin/operatorlist.php:402 +msgid "Win file" +msgstr "" + +#: admin/operatorlist.php:403 +msgid "*nix flle" +msgstr "" + +#: admin/operatorlist.php:412 +msgid "Assign to questionnaire" +msgstr "" + +#: admin/operatorlist.php:413 msgid "Operator skills" msgstr "" -#: admin/operatorlist.php:396 +#: admin/operatorlist.php:418 msgid "" "Download the file for each user and save in the same folder as the voip.exe " "executable. When the file is executed, it will run the voip.exe program with " "the correct connection details to connect the operator to the VoIP server" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Windows VoIP Client Executable file" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Win file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux VoIP Executable file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux file" msgstr "" -#: admin/centreinfo.php:63 admin/index.php:168 +#: admin/centreinfo.php:68 admin/index.php:182 msgid "Set centre information" msgstr "" -#: admin/centreinfo.php:68 +#: admin/centreinfo.php:73 msgid "Update centre information" msgstr "" -#: admin/import.php:41 +#: admin/import.php:46 msgid "Validating and uploading" msgstr "" -#: admin/import.php:42 admin/import.php:80 admin/import.php:111 +#: admin/import.php:47 admin/import.php:85 admin/import.php:116 msgid "Import sample" msgstr "" -#: admin/import.php:60 +#: admin/import.php:65 msgid "Successfully imported sample" msgstr "" -#: admin/import.php:64 +#: admin/import.php:69 msgid "Error importing file. Please try again" msgstr "" -#: admin/import.php:68 +#: admin/import.php:73 msgid "Error:" msgstr "" -#: admin/import.php:68 +#: admin/import.php:73 msgid "" "Please check imported file, go back in your browser and fix the problem" msgstr "" -#: admin/import.php:79 +#: admin/import.php:84 msgid "Select columns to import" msgstr "" -#: admin/import.php:97 admin/import.php:145 admin/assignsample.php:330 +#: admin/import.php:102 admin/import.php:150 admin/assignsample.php:335 msgid "Add sample" msgstr "" -#: admin/import.php:110 +#: admin/import.php:115 msgid "Select file to upload" msgstr "" -#: admin/import.php:127 +#: admin/import.php:132 msgid "Choose the CSV sample file to upload" msgstr "" -#: admin/import.php:135 +#: admin/import.php:140 msgid "Sample description" msgstr "" -#: admin/import.php:137 +#: admin/import.php:142 msgid "Enter new sample name..." msgstr "" -#: admin/index.php:50 +#: admin/index.php:64 msgid "queXS Administration" msgstr "" -#: admin/index.php:67 +#: admin/index.php:81 msgid "Click to Collapse / Expand Sidebar MENU " msgstr "" -#: admin/index.php:75 +#: admin/index.php:89 msgid "Logged as:" msgstr "" -#: admin/index.php:79 +#: admin/index.php:93 msgid "Settings" msgstr "" -#: admin/index.php:80 +#: admin/index.php:94 msgid "Lock Screen" msgstr "" -#: admin/index.php:81 -msgid "Logout" -msgstr "" - -#: admin/index.php:95 +#: admin/index.php:109 msgid "Dashboard" msgstr "" -#: admin/index.php:96 +#: admin/index.php:110 msgid "Questionnairies" msgstr "" -#: admin/index.php:98 admin/new.php:178 admin/new.php:372 +#: admin/index.php:112 admin/new.php:183 admin/new.php:377 msgid "Create an instrument in Limesurvey" msgstr "" -#: admin/index.php:101 admin/new.php:374 +#: admin/index.php:115 admin/new.php:379 msgid "Administer instruments with Limesurvey" msgstr "" -#: admin/index.php:102 -msgid "Pre-fill questionnaire" -msgstr "" - -#: admin/index.php:105 +#: admin/index.php:119 msgid "Samples" msgstr "" -#: admin/index.php:110 +#: admin/index.php:124 msgid "Assign samples to questionnaires" msgstr "" -#: admin/index.php:113 +#: admin/index.php:127 msgid "Time slots and shifts" msgstr "" -#: admin/index.php:122 +#: admin/index.php:136 msgid "Quotas" msgstr "" -#: admin/index.php:124 admin/quota.php:109 +#: admin/index.php:138 admin/quota.php:114 msgid "Quota management" msgstr "" -#: admin/index.php:125 admin/quotarow.php:287 +#: admin/index.php:139 admin/quotarow.php:292 msgid "Quota row management" msgstr "" -#: admin/index.php:128 +#: admin/index.php:142 msgid "Operators" msgstr "" -#: admin/index.php:130 +#: admin/index.php:144 msgid "Add operators to the system" msgstr "" -#: admin/index.php:131 +#: admin/index.php:145 msgid "Operator management" msgstr "" -#: admin/index.php:132 +#: admin/index.php:146 msgid "Extension status" msgstr "" -#: admin/index.php:133 admin/operatorquestionnaire.php:152 -#: admin/operatorquestionnaire.php:267 +#: admin/index.php:147 admin/operatorquestionnaire.php:157 +#: admin/operatorquestionnaire.php:272 msgid "Assign operators to questionnaires" msgstr "" -#: admin/index.php:134 admin/operatorskill.php:270 +#: admin/index.php:148 admin/operatorskill.php:275 msgid "Modify operator skills" msgstr "" -#: admin/index.php:138 +#: admin/index.php:152 msgid "Results" msgstr "" -#: admin/index.php:140 +#: admin/index.php:154 msgid "Display all future appointments" msgstr "" -#: admin/index.php:141 +#: admin/index.php:155 msgid "Sample call attempts report" msgstr "" -#: admin/index.php:142 index.php:250 index_interface2.php:267 -msgid "Call history" -msgstr "היסטורית שיחות" - -#: admin/index.php:143 admin/shiftreport.php:61 +#: admin/index.php:157 admin/shiftreport.php:67 msgid "Shift reports" msgstr "" -#: admin/index.php:145 +#: admin/index.php:159 msgid "Questionnaire outcomes" msgstr "" -#: admin/index.php:146 admin/dataoutput.php:193 -msgid "Data output" -msgstr "" - -#: admin/index.php:149 +#: admin/index.php:163 msgid "Clients" msgstr "" -#: admin/index.php:151 +#: admin/index.php:165 msgid "Add clients to the system" msgstr "" -#: admin/index.php:155 +#: admin/index.php:169 msgid "Supervisor functions" msgstr "" -#: admin/index.php:157 admin/supervisor.php:120 +#: admin/index.php:171 admin/supervisor.php:125 msgid "Assign outcomes to cases" msgstr "" -#: admin/index.php:158 admin/casestatus.php:204 -msgid "Case status and assignment" -msgstr "" - -#: admin/index.php:162 +#: admin/index.php:176 msgid "System settings" msgstr "" -#: admin/index.php:164 +#: admin/index.php:178 msgid "Set default timezone list" msgstr "" -#: admin/index.php:165 +#: admin/index.php:179 msgid "Manage Time slots" msgstr "" -#: admin/index.php:166 admin/shifttemplate.php:94 +#: admin/index.php:180 admin/shifttemplate.php:99 msgid "Set default shift times" msgstr "" -#: admin/index.php:170 +#: admin/index.php:184 msgid "System wide case sorting" msgstr "" -#: admin/index.php:177 admin/index.php:185 +#: admin/index.php:191 admin/index.php:199 msgid "VoIP" msgstr "" -#: admin/index.php:179 +#: admin/index.php:193 msgid "Start and monitor VoIP" msgstr "" -#: admin/index.php:185 -msgid "Disabled" -msgstr "" - -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Call attempts made" msgstr "" -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Number of cases" msgstr "" -#: admin/samplecallattempts.php:184 +#: admin/samplecallattempts.php:190 msgid "Sample call attempt" msgstr "" -#: admin/samplecallattempts.php:186 admin/dataoutput.php:195 -#: admin/operatorperformance.php:73 admin/shiftreport.php:65 +#: admin/samplecallattempts.php:192 admin/dataoutput.php:201 +#: admin/operatorperformance.php:78 admin/shiftreport.php:71 msgid "Please select a questionnaire" msgstr "" -#: admin/samplecallattempts.php:189 +#: admin/samplecallattempts.php:195 msgid "Overall" msgstr "" -#: admin/samplecallattempts.php:198 admin/dataoutput.php:211 +#: admin/samplecallattempts.php:204 admin/dataoutput.php:217 msgid "Please select a sample" msgstr "" -#: admin/samplecallattempts.php:209 +#: admin/samplecallattempts.php:215 msgid "Please select a quota" msgstr "" -#: admin/samplecallattempts.php:215 +#: admin/samplecallattempts.php:221 msgid "No calls for this quota" msgstr "" -#: admin/samplecallattempts.php:219 +#: admin/samplecallattempts.php:225 msgid "No calls for this sample" msgstr "" -#: admin/samplecallattempts.php:224 +#: admin/samplecallattempts.php:230 msgid "No calls for this questionnaire" msgstr "" -#: admin/casesbyoutcome.php:52 +#: admin/casesbyoutcome.php:57 msgid "Cases by outcome" msgstr "" -#: admin/casesbyoutcome.php:72 admin/supervisor.php:297 +#: admin/casesbyoutcome.php:77 admin/supervisor.php:307 msgid "Project" msgstr "" -#: admin/casesbyoutcome.php:78 +#: admin/casesbyoutcome.php:83 msgid "Sample:" msgstr "" -#: admin/casesbyoutcome.php:93 admin/supervisor.php:299 +#: admin/casesbyoutcome.php:98 admin/supervisor.php:309 msgid "Current outcome:" msgstr "" -#: admin/casesbyoutcome.php:107 +#: admin/casesbyoutcome.php:112 msgid "No cases with this outcome" msgstr "" -#: admin/casesbyoutcome.php:114 +#: admin/casesbyoutcome.php:119 msgid "Error with input" msgstr "" -#: admin/quota.php:135 admin/quotarow.php:310 +#: admin/quota.php:140 admin/quotarow.php:315 msgid "No samples assigned to this questionnaire." msgstr "" -#: admin/quota.php:143 +#: admin/quota.php:148 msgid "Current quotas" msgstr "" -#: admin/quota.php:155 +#: admin/quota.php:160 msgid "Currently no quotas" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "Stop calling this sample when:" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "for" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "completions" msgstr "" -#: admin/quota.php:164 +#: admin/quota.php:169 msgid "Quota reached" msgstr "" -#: admin/quota.php:166 +#: admin/quota.php:171 msgid "Quota not yet reached" msgstr "" -#: admin/quota.php:168 +#: admin/quota.php:173 msgid "Current completions: " msgstr "" -#: admin/quota.php:176 +#: admin/quota.php:181 msgid "Select a question for the quota" msgstr "" -#: admin/quota.php:205 +#: admin/quota.php:210 msgid "Enter the details for creating the quota:" msgstr "" -#: admin/quota.php:210 admin/quotarow.php:454 admin/quotarow.php:535 +#: admin/quota.php:215 admin/quotarow.php:459 admin/quotarow.php:540 msgid "The type of comparison" msgstr "" -#: admin/quota.php:220 admin/quotarow.php:455 +#: admin/quota.php:225 admin/quotarow.php:460 msgid "The code value to compare" msgstr "" -#: admin/quota.php:223 admin/quotarow.php:391 admin/quotarow.php:595 +#: admin/quota.php:228 admin/quotarow.php:396 admin/quotarow.php:600 msgid "The number of completions to stop calling at" msgstr "" -#: admin/quota.php:230 +#: admin/quota.php:235 msgid "Add quota" msgstr "" -#: admin/quota.php:236 admin/quotarow.php:461 +#: admin/quota.php:241 admin/quotarow.php:466 msgid "Code values for this question" msgstr "" -#: admin/quota.php:248 admin/quotarow.php:476 +#: admin/quota.php:253 admin/quotarow.php:481 msgid "No labels defined for this question" msgstr "" -#: admin/quota.php:250 admin/quotarow.php:478 +#: admin/quota.php:255 admin/quotarow.php:483 msgid "Code value" msgstr "" -#: admin/assignsample.php:182 +#: admin/assignsample.php:187 msgid "Edit assignment parameters" msgstr "" -#: admin/assignsample.php:183 admin/assignsample.php:252 +#: admin/assignsample.php:188 admin/assignsample.php:257 msgid "Assign samples to questionnaire: " msgstr "" -#: admin/assignsample.php:214 admin/assignsample.php:279 -#: admin/assignsample.php:302 +#: admin/assignsample.php:219 admin/assignsample.php:284 +#: admin/assignsample.php:307 msgid "Max calls" msgstr "" -#: admin/assignsample.php:216 admin/assignsample.php:219 -#: admin/assignsample.php:304 admin/assignsample.php:308 +#: admin/assignsample.php:221 admin/assignsample.php:224 +#: admin/assignsample.php:270 admin/assignsample.php:271 +#: admin/assignsample.php:309 admin/assignsample.php:313 msgid "Unlimited" msgstr "" -#: admin/assignsample.php:217 admin/assignsample.php:279 -#: admin/assignsample.php:306 +#: admin/assignsample.php:222 admin/assignsample.php:284 +#: admin/assignsample.php:311 msgid "Max call attempts" msgstr "" -#: admin/assignsample.php:220 admin/assignsample.php:310 +#: admin/assignsample.php:225 admin/assignsample.php:315 msgid "Number of answering machine messages to leave per case" msgstr "" -#: admin/assignsample.php:222 admin/assignsample.php:312 +#: admin/assignsample.php:227 admin/assignsample.php:273 +#: admin/assignsample.php:317 msgid "Never" msgstr "" -#: admin/assignsample.php:223 admin/assignsample.php:314 +#: admin/assignsample.php:228 admin/assignsample.php:319 msgid "Select from sample randomly?" msgstr "" -#: admin/assignsample.php:225 admin/assignsample.php:316 +#: admin/assignsample.php:230 admin/assignsample.php:321 msgid "Sequentially" msgstr "" -#: admin/assignsample.php:226 admin/assignsample.php:279 -#: admin/assignsample.php:318 +#: admin/assignsample.php:231 admin/assignsample.php:284 +#: admin/assignsample.php:323 msgid "Allow new numbers to be drawn?" msgstr "" -#: admin/assignsample.php:251 +#: admin/assignsample.php:256 msgid "List & Add Sample" msgstr "" -#: admin/assignsample.php:262 +#: admin/assignsample.php:267 msgid "Samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:272 +msgid "Sequential" +msgstr "" + +#: admin/assignsample.php:272 +msgid "Random" +msgstr "" + +#: admin/assignsample.php:284 msgid "Answering machine messages" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Selection type" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Unassign sample" msgstr "" -#: admin/assignsample.php:281 +#: admin/assignsample.php:286 msgid "No samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:295 +#: admin/assignsample.php:300 msgid "Add a sample to this questionnaire:" msgstr "" -#: admin/assignsample.php:298 +#: admin/assignsample.php:303 msgid "Select sample:" msgstr "" -#: admin/assignsample.php:324 +#: admin/assignsample.php:329 msgid "" "Generate cases for all sample records and set outcome to 'Self completion " "email invitation sent'? (Ideal if you intend to send an email invitation to " "sample members before attempting to call using queXS)" msgstr "" -#: admin/supervisor.php:126 respondent.php:101 contactdetails.php:98 +#: admin/supervisor.php:131 respondent.php:107 contactdetails.php:104 msgid "Case id:" msgstr "קוד מקרה" -#: admin/supervisor.php:127 +#: admin/supervisor.php:132 msgid "Enter a case id" msgstr "" -#: admin/supervisor.php:128 +#: admin/supervisor.php:133 msgid "Select case" msgstr "" -#: admin/supervisor.php:142 admin/new.php:177 admin/new.php:373 -msgid "or" -msgstr "" - -#: admin/supervisor.php:142 +#: admin/supervisor.php:152 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:152 +#: admin/supervisor.php:162 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:166 admin/new.php:359 -msgid "Cancel" -msgstr "" - -#: admin/supervisor.php:167 admin/supervisor.php:539 call_interface2.php:306 +#: admin/supervisor.php:177 admin/supervisor.php:549 call_interface2.php:311 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:305 +#: admin/supervisor.php:315 msgid "Sample details" msgstr "" -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Time NOW" msgstr "" -#: admin/supervisor.php:343 +#: admin/supervisor.php:353 msgid "No sample data for this case" msgstr "" -#: admin/supervisor.php:348 admin/displayappointments.php:240 -#: admin/databasestrings.php:68 index.php:268 index_interface2.php:285 +#: admin/supervisor.php:358 admin/displayappointments.php:245 +#: admin/databasestrings.php:68 index.php:273 index_interface2.php:291 msgid "Appointments" msgstr "פגישות" -#: admin/supervisor.php:354 -msgid "Not yet called" -msgstr "" - -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Current outcome" msgstr "" -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Operator who called" msgstr "" -#: admin/supervisor.php:375 +#: admin/supervisor.php:385 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:393 +#: admin/supervisor.php:396 +msgid "Change outcome" +msgstr "" + +#: admin/supervisor.php:403 msgid "Call list" msgstr "" -#: admin/supervisor.php:448 +#: admin/supervisor.php:458 msgid "Call attempts by timeslot" msgstr "" -#: admin/supervisor.php:449 admin/casestatus.php:116 +#: admin/supervisor.php:459 admin/casestatus.php:121 msgid "Call attempts" msgstr "" -#: admin/supervisor.php:452 +#: admin/supervisor.php:462 msgid "Time slots NOT defined" msgstr "" -#: admin/supervisor.php:459 +#: admin/supervisor.php:469 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:471 +#: admin/supervisor.php:481 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:481 +#: admin/supervisor.php:491 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:483 +#: admin/supervisor.php:493 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:488 +#: admin/supervisor.php:498 msgid "Availability groups" msgstr "" -#: admin/supervisor.php:516 +#: admin/supervisor.php:526 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:527 +#: admin/supervisor.php:537 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:545 admin/supervisor.php:550 +#: admin/supervisor.php:555 admin/supervisor.php:560 msgid "Deidentify" msgstr "" -#: admin/supervisor.php:546 +#: admin/supervisor.php:556 msgid "Remove all sample details and contact numbers from this case" msgstr "" -#: admin/supervisor.php:556 +#: admin/supervisor.php:566 msgid "Case does not exist" msgstr "" -#: admin/quotarow.php:313 +#: admin/quotarow.php:318 msgid "To quota report" msgstr "" -#: admin/quotarow.php:385 +#: admin/quotarow.php:390 msgid "To Row quotas" msgstr "" -#: admin/quotarow.php:391 admin/quotarow.php:593 +#: admin/quotarow.php:396 admin/quotarow.php:598 msgid "Describe this quota" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:594 +#: admin/quotarow.php:397 admin/quotarow.php:599 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:596 +#: admin/quotarow.php:397 admin/quotarow.php:601 msgid "" "Should the priority be automatically updated based on the number of " "completions in this quota?" msgstr "" -#: admin/quotarow.php:408 +#: admin/quotarow.php:413 msgid "Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "Currently NO Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "" "All completed responses that match the sample criteria below will be counted " "towards the quota" msgstr "" -#: admin/quotarow.php:417 +#: admin/quotarow.php:422 msgid "" "Only completed responses that have answered the following will be counted" msgstr "" -#: admin/quotarow.php:418 +#: admin/quotarow.php:423 msgid "SGQ code" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 +#: admin/quotarow.php:423 admin/quotarow.php:509 msgid "Comparison" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 admin/quotarow.php:536 -#: respondent.php:169 contactdetails.php:163 +#: admin/quotarow.php:423 admin/quotarow.php:509 admin/quotarow.php:541 +#: respondent.php:175 contactdetails.php:169 msgid "Value" msgstr "ערך" -#: admin/quotarow.php:447 +#: admin/quotarow.php:452 msgid "Add restriction based on answered questions" msgstr "" -#: admin/quotarow.php:448 +#: admin/quotarow.php:453 msgid "Select Question" msgstr "" -#: admin/quotarow.php:495 +#: admin/quotarow.php:462 admin/quotarow.php:558 +msgid "Add restriction" +msgstr "" + +#: admin/quotarow.php:500 msgid "Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "Currently NO Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "This sample will be limited to number of completions set in quota" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "" "Caling cases for this sample will be stopped when the quota is reached" msgstr "" -#: admin/quotarow.php:503 +#: admin/quotarow.php:508 msgid "" "Completed responses that have the following sample details will be counted " "towards the quota and excluded when the quota is reached" msgstr "" -#: admin/quotarow.php:504 +#: admin/quotarow.php:509 msgid "Sample var ID" msgstr "" -#: admin/quotarow.php:527 +#: admin/quotarow.php:532 msgid "Add restriction based on sample records" msgstr "" -#: admin/quotarow.php:529 +#: admin/quotarow.php:534 msgid "Sample record" msgstr "" -#: admin/quotarow.php:576 +#: admin/quotarow.php:581 msgid "Currently no row quotas" msgstr "" -#: admin/quotarow.php:581 +#: admin/quotarow.php:586 msgid "Current row quotas" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Priority" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Select" msgstr "" -#: admin/quotarow.php:590 admin/quotarow.php:597 +#: admin/quotarow.php:589 +msgid "Export selected" +msgstr "" + +#: admin/quotarow.php:591 +msgid "Delete selected" +msgstr "" + +#: admin/quotarow.php:595 admin/quotarow.php:602 msgid "Add row quota" msgstr "" -#: admin/quotarow.php:602 admin/quotarow.php:610 +#: admin/quotarow.php:607 admin/quotarow.php:615 msgid "Import row quota" msgstr "" -#: admin/quotarow.php:608 +#: admin/quotarow.php:613 msgid "Choose the CSV row quota file to import:" msgstr "" -#: admin/operatorskill.php:147 +#: admin/operatorskill.php:152 msgid "Assign operators to Skills" msgstr "" -#: admin/operatorskill.php:149 +#: admin/operatorskill.php:154 msgid "" "Set which types of cases will be made available to each operator. " "Please note that all operators will be allowed to assign all possible " @@ -3002,140 +3199,156 @@ msgid "" "operator." msgstr "" -#: admin/dataoutput.php:70 +#: admin/dataoutput.php:76 msgid "ALL" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Current Outcome" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Number of calls" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "DATE/TIME Last number dialled" msgstr "" -#: admin/dataoutput.php:209 +#: admin/dataoutput.php:215 msgid "Download data for this questionnaire via Limesurvey" msgstr "" -#: admin/dataoutput.php:218 +#: admin/dataoutput.php:224 msgid "Download data for this sample via Limesurvey" msgstr "" -#: admin/dataoutput.php:226 +#: admin/dataoutput.php:232 msgid "Download key file: select sample var" msgstr "" -#: admin/dataoutput.php:233 +#: admin/dataoutput.php:239 msgid "Download complete key file" msgstr "" -#: admin/dataoutput.php:236 +#: admin/dataoutput.php:242 msgid "Download complete sample file with current outcomes" msgstr "" -#: admin/operatorperformance.php:66 +#: admin/operatorperformance.php:71 msgid "Operator Performance" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 -#: admin/casestatus.php:116 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +#: admin/casestatus.php:121 msgid "Calls" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Total time" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Call time" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions p/h" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Calls p/h" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Effectiveness" msgstr "" -#: admin/operatorperformance.php:96 admin/shiftreport.php:72 +#: admin/operatorperformance.php:93 +msgid "till" +msgstr "" + +#: admin/operatorperformance.php:101 admin/shiftreport.php:78 msgid "Please select a shift" msgstr "" -#: admin/shiftreport.php:92 +#: admin/shiftreport.php:98 msgid "Reports for this shift" msgstr "" -#: admin/shiftreport.php:104 +#: admin/shiftreport.php:110 msgid "Report" msgstr "" -#: admin/shiftreport.php:107 +#: admin/shiftreport.php:113 msgid "Create new report for this shift" msgstr "" -#: admin/shiftreport.php:113 +#: admin/shiftreport.php:119 msgid "Enter report for this shift" msgstr "" -#: admin/shiftreport.php:117 +#: admin/shiftreport.php:123 msgid "Add report" msgstr "" -#: admin/shiftreport.php:153 +#: admin/shiftreport.php:159 msgid "This report does not exist in the database" msgstr "" -#: admin/shiftreport.php:158 +#: admin/shiftreport.php:164 msgid "Edit report for this shift" msgstr "" -#: admin/shiftreport.php:163 +#: admin/shiftreport.php:169 msgid "Modify report" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:87 admin/casestatus.php:88 +msgid "Available" +msgstr "" + +#: admin/casestatus.php:89 +msgid "minutes" +msgstr "" + +#: admin/casestatus.php:100 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:121 msgid "Available in" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Assigned to" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Order" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "Assign selected cases to" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "operator" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign cases to operator queue" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign" msgstr "" -#: admin/casestatus.php:212 +#: admin/casestatus.php:217 msgid "INFORMATION" msgstr "" -#: admin/casestatus.php:215 +#: admin/casestatus.php:220 msgid "" "List cases by questionnaire and sample with the ability to assign them to be " "called next in a queue by a particular operator.
If you assign cases to " @@ -3143,233 +3356,261 @@ msgid "" "soon as the operator is available." msgstr "" -#: admin/casestatus.php:218 +#: admin/casestatus.php:223 msgid "OK" msgstr "" -#: admin/shifttemplate.php:109 +#: admin/shifttemplate.php:114 msgid "" "Enter standard shift start and end times for each day of the week in local " "time" msgstr "" -#: admin/shifttemplate.php:150 +#: admin/shifttemplate.php:155 msgid "Save changes to shifts" msgstr "" -#: admin/extensionstatus.php:101 +#: admin/extensionstatus.php:106 msgid "" "Failed to add extension. There already may be an extension of this name" msgstr "" -#: admin/extensionstatus.php:133 +#: admin/extensionstatus.php:138 msgid "Extensions & status" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Edit extension" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Add an extension" msgstr "" -#: admin/extensionstatus.php:191 +#: admin/extensionstatus.php:196 msgid "Extension name: " msgstr "" -#: admin/extensionstatus.php:192 +#: admin/extensionstatus.php:197 msgid "such as SIP/1000" msgstr "" -#: admin/extensionstatus.php:195 +#: admin/extensionstatus.php:200 msgid "Extension password: " msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid "Enter New Password" msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid " or " msgstr "" -#: admin/extensionstatus.php:197 +#: admin/extensionstatus.php:202 msgid "New password" msgstr "" -#: admin/extensionstatus.php:198 +#: admin/extensionstatus.php:203 msgid "characters long" msgstr "" -#: admin/extensionstatus.php:202 admin/extensionstatus.php:263 +#: admin/extensionstatus.php:207 admin/extensionstatus.php:268 msgid "Add extension" msgstr "" -#: admin/extensionstatus.php:211 +#: admin/extensionstatus.php:216 msgid "Delete extension" msgstr "" -#: admin/extensionstatus.php:214 +#: admin/extensionstatus.php:219 msgid "Unassign the operator from this extension to be able to delete it" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:229 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:229 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:433 +msgid "Requesting call" +msgstr "מבקש שיחה" + +#: admin/extensionstatus.php:231 call.php:454 +msgid "Requires coding" +msgstr "מצריך קידוד" + +#: admin/extensionstatus.php:231 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:262 msgid "Assignment" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "VoIP Status" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Call state" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Time on call" msgstr "" -#: admin/extensionstatus.php:261 +#: admin/extensionstatus.php:266 msgid "No extensions" msgstr "" -#: admin/displayappointments.php:117 +#: admin/displayappointments.php:122 msgid "Now modify case outcome" msgstr "" -#: admin/displayappointments.php:119 +#: admin/displayappointments.php:124 msgid "" "The appointment has been deleted. Now you must modify the case outcome" msgstr "" -#: admin/displayappointments.php:120 +#: admin/displayappointments.php:125 msgid "Modify case outcome" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Create NEW appointment" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Edit appointment" msgstr "" -#: admin/displayappointments.php:191 +#: admin/displayappointments.php:196 msgid "Contact phone" msgstr "" -#: admin/displayappointments.php:198 +#: admin/displayappointments.php:203 msgid "" "ATTENTION! Keep in mind that you're setting 'Start' & 'End' appoinment " "times in RESPONDENT LOCAL TIME !!!" msgstr "" -#: admin/displayappointments.php:200 +#: admin/displayappointments.php:205 msgid "Respondent TimeZone" msgstr "" -#: admin/displayappointments.php:202 +#: admin/displayappointments.php:207 msgid "Respondent Time" msgstr "" -#: admin/displayappointments.php:222 -msgid "Any operator" -msgstr "" - -#: admin/displayappointments.php:229 +#: admin/displayappointments.php:234 msgid "Cancel edit" msgstr "" -#: admin/displayappointments.php:233 +#: admin/displayappointments.php:238 msgid "Delete this appointment" msgstr "" -#: admin/displayappointments.php:241 +#: admin/displayappointments.php:246 msgid "Display Appointments" msgstr "" -#: admin/displayappointments.php:242 +#: admin/displayappointments.php:247 msgid "All appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:258 +#: admin/displayappointments.php:263 msgid "Created by" msgstr "" -#: admin/displayappointments.php:260 +#: admin/displayappointments.php:265 msgid "No future appointments" msgstr "" -#: admin/displayappointments.php:262 +#: admin/displayappointments.php:267 msgid "Missed appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:279 +#: admin/displayappointments.php:284 msgid "No appointments missed" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "Successfully inserted" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "with ID" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "linked to survey" msgstr "" -#: admin/new.php:105 +#: admin/new.php:110 msgid "Error: Failed to insert questionnaire" msgstr "" -#: admin/new.php:135 +#: admin/new.php:140 msgid "Create another ?" msgstr "" -#: admin/new.php:136 +#: admin/new.php:141 msgid "No, Thank you, go to" msgstr "" -#: admin/new.php:146 +#: admin/new.php:151 msgid "Go to" msgstr "" -#: admin/new.php:164 +#: admin/new.php:169 msgid "Enter New questionnaire name.." msgstr "" -#: admin/new.php:169 +#: admin/new.php:174 msgid "Select limesurvey instrument:" msgstr "" -#: admin/new.php:173 admin/new.php:190 +#: admin/new.php:178 admin/new.php:195 msgid "Survey" msgstr "" -#: admin/new.php:183 +#: admin/new.php:188 msgid "Respondent selection type:" msgstr "" -#: admin/new.php:186 +#: admin/new.php:191 msgid "No respondent selection (go straight to questionnaire)" msgstr "" -#: admin/new.php:187 +#: admin/new.php:192 msgid "Use basic respondent selection text (below)" msgstr "" -#: admin/new.php:362 +#: admin/new.php:367 msgid "Create Questionnaire" msgstr "" -#: admin/new.php:371 +#: admin/new.php:376 msgid "NO active Lime surveys available" msgstr "" -#: admin/databasestrings.php:32 rs_intro_interface2.php:76 +#: admin/databasestrings.php:32 rs_intro_interface2.php:82 msgid "Not attempted or worked" msgstr "" @@ -3377,7 +3618,7 @@ msgstr "" msgid "No answer" msgstr "" -#: admin/databasestrings.php:34 rs_intro_interface2.php:79 +#: admin/databasestrings.php:34 rs_intro_interface2.php:85 msgid "Technical phone problems" msgstr "" @@ -3433,7 +3674,7 @@ msgstr "" msgid "Business, government office, other organization" msgstr "" -#: admin/databasestrings.php:48 rs_intro_interface2.php:84 +#: admin/databasestrings.php:48 rs_intro_interface2.php:90 msgid "No eligible respondent" msgstr "" @@ -3489,7 +3730,7 @@ msgstr "" msgid "Out of sample" msgstr "" -#: admin/databasestrings.php:62 rs_intro_interface2.php:85 +#: admin/databasestrings.php:62 rs_intro_interface2.php:91 msgid "Non contact" msgstr "" @@ -3593,10 +3834,6 @@ msgstr "" msgid "Self completion email invitation sent" msgstr "" -#: admin/databasestrings.php:90 -msgid "Self completed online" -msgstr "" - #: admin/databasestrings.php:91 msgid "Max call attempts reached (Eligible)" msgstr "" @@ -3613,40 +3850,40 @@ msgstr "" msgid "Max calls reached (Unknown eligibility)" msgstr "" -#: call_interface2.php:116 +#: call_interface2.php:121 msgid "CONTACTED" msgstr "" -#: call_interface2.php:117 +#: call_interface2.php:122 msgid "NOT CONTACTED" msgstr "" -#: call_interface2.php:192 call_interface2.php:221 call_interface2.php:253 -#: call_interface2.php:257 call_interface2.php:275 call_interface2.php:354 -#: call_interface2.php:425 call.php:191 call.php:211 call.php:227 call.php:258 -#: call.php:306 call.php:377 +#: call_interface2.php:197 call_interface2.php:226 call_interface2.php:258 +#: call_interface2.php:262 call_interface2.php:280 call_interface2.php:359 +#: call_interface2.php:430 call.php:197 call.php:217 call.php:233 call.php:264 +#: call.php:312 call.php:383 msgid "Call" msgstr "שיחה" -#: call_interface2.php:313 call.php:265 +#: call_interface2.php:318 call.php:271 msgid "Not on a call" msgstr "" -#: call_interface2.php:325 call_interface2.php:441 call_interface2.php:446 -#: call_interface2.php:462 call_interface2.php:468 call.php:277 call.php:393 -#: call.php:398 call.php:414 call.php:420 +#: call_interface2.php:330 call_interface2.php:446 call_interface2.php:451 +#: call_interface2.php:467 call_interface2.php:473 call.php:283 call.php:399 +#: call.php:404 call.php:420 call.php:426 msgid "End case" msgstr "סיום מקרה" -#: call_interface2.php:350 call.php:302 +#: call_interface2.php:355 call.php:308 msgid "Press the call button to dial the number for this appointment:" msgstr "לחץ על כפתור החיוג על מנת להתקשר למספר עבור פגישה זו" -#: call_interface2.php:353 call.php:305 +#: call_interface2.php:358 call.php:311 msgid "Number to call:" msgstr "מספר לחיוג" -#: call_interface2.php:357 call_interface2.php:428 call.php:309 call.php:380 +#: call_interface2.php:362 call_interface2.php:433 call.php:315 call.php:386 msgid "" "Your VoIP extension is not enabled. Please close this window and enable VoIP " "by clicking once on the red button that says 'VoIP Off'" @@ -3654,264 +3891,264 @@ msgstr "" "הרחבת VoIP איננה מופעלת, נא לסגור חלון זה ולהפעיל את הרחבת VoIP ע\"י לחיצה " "אחת על הכפתור האדום אשר רשום עליו \"VoIP כבוי\"" -#: call_interface2.php:418 call.php:370 +#: call_interface2.php:423 call.php:376 msgid "Select phone number to dial:" msgstr "בחר מספר טלפון לחיוג" -#: call_interface2.php:433 call_interface2.php:467 call.php:385 call.php:419 +#: call_interface2.php:438 call_interface2.php:472 call.php:391 call.php:425 msgid "The last call completed this call attempt" msgstr "" -#: call_interface2.php:437 call_interface2.php:460 call.php:389 call.php:412 +#: call_interface2.php:442 call_interface2.php:465 call.php:395 call.php:418 msgid "Enter a reason for this outcome before completing this case:" msgstr "הכנס סיבה לתוצאה זו לפני השלמת המקרה" -#: call_interface2.php:482 call.php:451 +#: call_interface2.php:487 call.php:457 msgid "Assign outcome" msgstr "הקצה תוצאה" -#: call_interface2.php:487 call.php:455 +#: call_interface2.php:492 call.php:461 msgid "Error: Close window" msgstr "תקלה: סגור חלון" -#: rs_answeringmachine.php:64 rs_answeringmachine_interface2.php:64 +#: rs_answeringmachine.php:70 rs_answeringmachine_interface2.php:70 msgid "Respondent Selection - Answering machine" msgstr "" -#: rs_answeringmachine.php:78 rs_answeringmachine_interface2.php:78 +#: rs_answeringmachine.php:84 rs_answeringmachine_interface2.php:84 msgid "Do not leave a message, please hang up" msgstr "אין להשאיר הודעה, נא לנתק" -#: rs_answeringmachine.php:81 rs_answeringmachine_interface2.php:81 +#: rs_answeringmachine.php:87 rs_answeringmachine_interface2.php:87 msgid "End call with outcome: Business answering machine" msgstr "סיום שיחה עם תוצאה: מזכירה אלקטרונית עיסקית" -#: rs_answeringmachine.php:86 rs_answeringmachine_interface2.php:86 +#: rs_answeringmachine.php:92 rs_answeringmachine_interface2.php:92 msgid "End call with outcome: Answering machine Message left" msgstr "סיום שיחה עם תוצאה: הושארה הודעה במענה קולי" -#: rs_answeringmachine.php:90 rs_answeringmachine_interface2.php:90 +#: rs_answeringmachine.php:96 rs_answeringmachine_interface2.php:96 msgid "End call with outcome: Answering machine No message left" msgstr "סיום שיחה עם תוצאה: מענה קולי לא הושארה הודעה" -#: rs_business.php:55 rs_business_interface2.php:55 +#: rs_business.php:61 rs_business_interface2.php:61 msgid "Respondent Selection - Business answers" msgstr "" -#: rs_business.php:59 rs_business_interface2.php:59 +#: rs_business.php:65 rs_business_interface2.php:65 msgid "Sorry to bother you, I have called the wrong number" msgstr "מתנצל על ההטרדה, חייגתי למספר שגוי" -#: rs_business.php:61 rs_business_interface2.php:61 +#: rs_business.php:67 rs_business_interface2.php:67 msgid "End call with outcome: Business number" msgstr "סיום שיחה עם תוצאה: מספר עסקי" -#: call.php:427 -msgid "Requesting call" -msgstr "מבקש שיחה" - -#: call.php:428 call.php:435 +#: call.php:434 call.php:441 msgid "Call Answered" msgstr "שיחה נענתה" -#: call.php:442 +#: call.php:448 msgid "Not Answered" msgstr "לא נענה" -#: call.php:448 -msgid "Requires coding" -msgstr "מצריך קידוד" - -#: index.php:164 nocallavailable.php:83 +#: index.php:169 nocallavailable.php:88 msgid "Call/Hangup" msgstr "חיוג/ניתוק" -#: index.php:165 supervisor.php:52 -msgid "Supervisor" -msgstr "מפקח" - -#: index.php:169 index_interface2.php:230 +#: index.php:174 index_interface2.php:236 msgid "Arrow for expanding or contracting" msgstr "" -#: index.php:170 +#: index.php:175 msgid "Restart" msgstr "התחל מחדש" -#: index.php:223 index_interface2.php:242 +#: index.php:228 index_interface2.php:248 msgid "Notes" msgstr "הערות" -#: index.php:241 index_interface2.php:258 contactdetails.php:70 +#: index.php:246 index_interface2.php:264 contactdetails.php:76 msgid "Contact details" msgstr "פרטי יצירת־קשר" -#: index.php:285 index_interface2.php:302 +#: index.php:290 index_interface2.php:308 msgid "Work history" msgstr "היסטורית עבודה" -#: index.php:293 index_interface2.php:310 project_info.php:61 +#: index.php:298 index_interface2.php:316 project_info.php:67 msgid "Project information" msgstr "פרטי הפרוייקט" -#: index.php:309 index_interface2.php:319 +#: index.php:314 index_interface2.php:325 msgid "Info" msgstr "פרטים" -#: rs_intro_interface2.php:74 +#: rs_intro_interface2.php:80 msgid "End call with outcome:" msgstr "" -#: rs_intro_interface2.php:77 +#: rs_intro_interface2.php:83 msgid "Not Contacted" msgstr "" -#: rs_intro_interface2.php:78 +#: rs_intro_interface2.php:84 msgid "No answer (ring out or busy) " msgstr "" -#: rs_intro_interface2.php:80 +#: rs_intro_interface2.php:86 msgid "Accidental hang up" msgstr "" -#: rs_intro_interface2.php:81 +#: rs_intro_interface2.php:87 msgid "Contacted" msgstr "" -#: rs_intro_interface2.php:82 +#: rs_intro_interface2.php:88 msgid "Refusal by respondent" msgstr "" -#: rs_intro_interface2.php:83 +#: rs_intro_interface2.php:89 msgid "Refusal by unknown person" msgstr "" -#: rs_intro_interface2.php:84 +#: rs_intro_interface2.php:90 msgid "No eligible respondent (person never available on this number)" msgstr "" -#: rs_intro_interface2.php:85 +#: rs_intro_interface2.php:91 msgid "" "Non contact (person not currently available on this number: no appointment " "made)" msgstr "" -#: rs_intro_interface2.php:86 +#: rs_intro_interface2.php:92 msgid "Out of sample (already completed in another mode)" msgstr "" -#: respondent.php:70 +#: respondent.php:76 msgid "Respondent Selector" msgstr "" -#: respondent.php:102 contactdetails.php:99 +#: respondent.php:108 contactdetails.php:105 msgid "Respondent:" msgstr "משיב" -#: respondent.php:165 +#: respondent.php:171 msgid "Show details" msgstr "" -#: respondent.php:169 contactdetails.php:163 +#: respondent.php:175 contactdetails.php:169 msgid "Var" msgstr "" -#: shifts.php:57 +#: shifts.php:63 msgid "Shift List" msgstr "" -#: shifts.php:80 +#: shifts.php:86 msgid "No shifts for this project" msgstr "" -#: shifts.php:101 +#: shifts.php:107 msgid "No future shifts scheduled" msgstr "" -#: display/index.php:111 -msgid "Display" -msgstr "" - -#: supervisor.php:61 +#: supervisor.php:67 msgid "Please wait till you have ended this call to call the supervisor" msgstr "" -#: supervisor.php:105 +#: supervisor.php:111 msgid "You may now close this window" msgstr "" -#: supervisor.php:110 +#: supervisor.php:116 msgid "Calling the supervisor, you may close this window" msgstr "" -#: supervisor.php:115 +#: supervisor.php:121 msgid "" "Click here to call the supervisor's phone. Otherwise close this window" msgstr "" -#: supervisor.php:116 +#: supervisor.php:122 msgid "Hangup when calling the supervisor" msgstr "" -#: supervisor.php:121 +#: supervisor.php:127 msgid "Try calling the supervisor" msgstr "" -#: supervisor.php:128 +#: supervisor.php:134 msgid "" "Please wait for this call to answer before attempting to call the supervisor" msgstr "" -#: endwork.php:45 +#: endwork.php:51 msgid "End of work" msgstr "" -#: endwork.php:52 +#: endwork.php:58 msgid "Work has ended. That is it" msgstr "" -#: endwork.php:70 +#: endwork.php:76 msgid "You have been unassigned from your extension" msgstr "" -#: endwork.php:75 +#: endwork.php:81 msgid "Go back to work" msgstr "" -#: nocallavailable.php:80 +#: nocallavailable.php:85 msgid "No call available" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "Please click on:" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "to display call script" msgstr "" -#: nocallavailable.php:216 +#: nocallavailable.php:182 +msgid "Will dial in" +msgstr "" + +#: nocallavailable.php:183 +msgid "Dialling now" +msgstr "" + +#: nocallavailable.php:189 +msgid "Will end case in" +msgstr "" + +#: nocallavailable.php:190 +msgid "Ending case now" +msgstr "" + +#: nocallavailable.php:221 msgid "" "Your VoIP extension is not active. Please activate VoIP by clicking once on " "the red button that says 'VoIP Off'" msgstr "" -#: nocallavailable.php:222 +#: nocallavailable.php:227 msgid "Auto dialling unavailable as VoIP is not enabled" msgstr "" -#: nocallavailable.php:228 +#: nocallavailable.php:233 msgid "Auto dialling unavailable as you are already on a call" msgstr "" -#: index_interface2.php:197 +#: index_interface2.php:203 msgid "Case" msgstr "" -#: rs_quota_end.php:61 +#: rs_quota_end.php:67 msgid "Respondent Selection - Project Quota End" msgstr "" -#: rs_quota_end.php:72 rs_quota_end.php:78 +#: rs_quota_end.php:78 rs_quota_end.php:84 msgid "End call with outcome: Quota filled" msgstr "" diff --git a/locale/hr/LC_MESSAGES/hr.mo b/locale/hr/LC_MESSAGES/hr.mo new file mode 100644 index 0000000000000000000000000000000000000000..3040ee41a5091b60d6d7027da735c31444728cf1 GIT binary patch literal 3058 zcmaKsO^h7H6~`ao@UbC$d4Hl)Y z{&iQqdi6f4-uXMWy-sKc(Eot``87n#;J>cJ3+>`IqThmFfY*cHf)n76;630CzahE{ z6yOXv1Kthxz&pVg!5hKX!P~&M!5hHS;2q!x;CAr8;LYG?1-}Fz!2b^*ufG?Y-vmAk zvORl1Hn9TYp@Vp_+#JaBiv^E^EEj>-f*p|Mdd0j4*`F5*z6`Q`Z-Bh+ZIJzYuiyvZ z?fCx) d&*wl4th2P@!xU=!rCV2l5M zf}GE@Aj^LOavm>$9Ov&qw) =sQy}~K0(dL< z63BMH2D1LQK#t%0Aj_QwId1 q%m)-Zy!33bNeHD37z$E Xila|=!oX9jaOUky)?wej#Y&;mpRAoG<9FmyiQxz7}fGnUaQxa>!EnY zW^A=E){EG-+bR;;Oi|55qcxY~Mn|+uy)d$`LOS9!Jt<8)OK72=Sm(v#v|u)@>r0Oq z)1riEA-jbCV-}A{J9@)YU5$;XtF}&k?reP=fVwtqJk*e$8m*3svRH{N!JvkU;lve@ z45`tvo5EXR6Xm40?r~~(3CnWV@#(Xa8kwPHCnFvcCy>)H{~Y3rn(lca+fqX!Q?$B5 ztHzDZTa!-9b=c8-K2fx07gofwp{EhZXH-f>6hlFB1MV0LpVdGa_M&fHPP?%YYwTl9 zj=yE WbqUETwH71y5w{G-%pT99dml6vwJdHF2=E zR9#p+T%Dh<*BXsO6D!NjAU_w-5zOOwgkri>o(W0^g3_!gPlwa{c9%<~5(I;~8fe~Y zt6aGpl*^)gAlx^*8)Bsi&SB7W(xfqmGZfWW8F5hJeRxx?r(PP}l2b b)-v` z|Lbb=NKhHeu`wIU1vP^^hS-LpvabEa@nBJArqxMg6x2@UVcQY_I5u6vT?}WYM~)p2 zjw&-cBcZswQcSLAI*vqnwlY)NIf07N!^t#5-IXXAk-ef|tT^2nz(p~XJvl@mL}G_} zAZ#RP-bS*E`!vvSDOMZSq&+Rxk?3EU5|bzlxbs6Jdni06aiWB5pmfaapRMdHR@wnH zUtOsk*tXDVqB$)+Ny||iL%92vR&vw2>XNavFfY ayUOV^BQ`Jx$ gh-t7&uTv+`NGuUalrBsAGvCE-b{klqfuXDbhYRQ9NV^u ;jvW!sCf0-!ccNCUUF;OnVMrU7D9D~9wt}a|sj-dpceFc83IYb7z zmICEOhClnq`d)VKUE~jC9+{z4kKirWYfvyMGb5XuIuQfZnl2ZcQJu+paTnQAh8ifl f^AaUXq#Cs*v1yEaBsM}I1_~mMI041TRSV8fO%t~b literal 0 HcmV?d00001 diff --git a/locale/hr/LC_MESSAGES/hr.po b/locale/hr/LC_MESSAGES/hr.po new file mode 100644 index 00000000..ed5ea926 --- /dev/null +++ b/locale/hr/LC_MESSAGES/hr.po @@ -0,0 +1,4152 @@ +# Croatian translation for quexs +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the quexs package. +# FIRST AUTHOR , 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: quexs\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2015-09-07 12:24+1000\n" +"PO-Revision-Date: 2015-11-11 19:47+0000\n" +"Last-Translator: Alen \n" +"Language-Team: Croatian
\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2015-11-20 03:52+0000\n" +"X-Generator: Launchpad (build 17850)\n" + +#: appointment.php:74 +msgid "Appointment error" +msgstr "" + +#: appointment.php:75 +msgid "" +"You have not been assigned a case therefore cannot create an appointment" +msgstr "" + +#: appointment.php:114 +msgid "Appointment made" +msgstr "Poziv je zakazan" + +#: appointment.php:126 admin/supervisor.php:390 +msgid "Create appointment" +msgstr "Zakaži poziv" + +#: appointment.php:129 appointmentlist.php:95 callhistory.php:88 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:382 admin/displayappointments.php:189 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +msgid "Respondent" +msgstr "Ispitanik" + +#: appointment.php:138 +msgid "Create new respondent:" +msgstr "Dodaj novog ispitanika" + +#: appointment.php:141 +msgid "Add this respondent" +msgstr "Dodaj ovog ispitanika" + +#: appointment.php:152 admin/operators.php:269 admin/operatorlist.php:240 +#: admin/supervisor.php:325 admin/casestatus.php:121 +msgid "Timezone" +msgstr "Vremenska zona" + +#: appointment.php:152 +msgid "Current Time" +msgstr "Trenutno vrijeme" + +#: appointment.php:168 +msgid "Select phone number:" +msgstr "Oadberi telefonski broj" + +#: appointment.php:182 +msgid "Add new phone number" +msgstr "Dodaj novi telefonski broj" + +#: appointment.php:195 +msgid "Add new phone number (with area code, eg 0398761234):" +msgstr "Dodaj novi telefonski broj (s predznakom npr 01 12345678)" + +#: appointment.php:198 +msgid "Add this phone number" +msgstr "Dodaj ovaj telefonski broj" + +#: appointment.php:218 +msgid "Accept appointment from " +msgstr "Prihvati zakazani poziv od " + +#: appointment.php:218 functions/functions.calendar.php:318 +msgid " till " +msgstr " do " + +#: appointment.php:218 +msgid " on " +msgstr "" + +#: appointment.php:218 +msgid "on" +msgstr "" + +#: appointment.php:219 +msgid "Appointment with myself only?" +msgstr "" + +#: appointment.php:228 include/limesurvey/qanda.php:1701 +#: include/limesurvey/qanda.php:1921 +msgid "Schedule Appointment" +msgstr "Zakaži poziv" + +#: info.php:62 +msgid "Information" +msgstr "Informacija" + +#: rs_project_end.php:77 rs_project_end_interface2.php:68 +msgid "Respondent Selection - Project end" +msgstr "" + +#: rs_project_end.php:94 +msgid "Call automatically ended with outcome: Complete" +msgstr "" + +#: rs_project_end.php:99 rs_project_end_interface2.php:91 +msgid "End call with outcome: Complete" +msgstr "" + +#: functions/functions.xhtml.php:93 +msgid "UP" +msgstr "GORE" + +#: functions/functions.import.php:89 +msgid "Duplicate column name" +msgstr "" + +#: functions/functions.import.php:111 +msgid "You must select one and one only Primary Phone number" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Selected file column name" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Import ?" +msgstr "Uvoz?" + +#: functions/functions.import.php:127 +msgid "New Sample Variable Name" +msgstr "" + +#: functions/functions.import.php:127 +msgid "Variable Type" +msgstr "Tip varijable" + +#: functions/functions.import.php:127 +msgid "Show to operator?" +msgstr "Prikaži operateru" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: waitnextcase_interface2.php:142 admin/samplelist.php:312 +#: admin/samplelist.php:313 admin/samplelist.php:476 admin/samplelist.php:487 +#: admin/operators.php:289 admin/operators.php:301 admin/operators.php:305 +#: admin/operators.php:309 admin/operators.php:313 admin/operators.php:317 +#: admin/samplesearch.php:101 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:232 +#: admin/assignsample.php:274 admin/assignsample.php:320 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/supervisor.php:195 admin/quotarow.php:397 admin/quotarow.php:571 +#: admin/quotarow.php:601 admin/new.php:204 admin/new.php:211 +#: admin/new.php:218 admin/new.php:225 admin/new.php:232 +msgid "Yes" +msgstr "Da" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: admin/samplelist.php:312 admin/samplelist.php:313 admin/operators.php:289 +#: admin/operators.php:301 admin/operators.php:305 admin/operators.php:309 +#: admin/operators.php:313 admin/operators.php:317 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:230 +#: admin/assignsample.php:232 admin/assignsample.php:274 +#: admin/assignsample.php:320 admin/assignsample.php:321 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/quotarow.php:397 admin/quotarow.php:571 admin/quotarow.php:601 +#: admin/new.php:204 admin/new.php:211 admin/new.php:218 admin/new.php:225 +#: admin/new.php:232 +msgid "No" +msgstr "Ne" + +#: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 +msgid "morning" +msgstr "prijepodne" + +#: functions/functions.operator.php:168 include/limesurvey/quexs.php:363 +msgid "afternoon" +msgstr "poslijepodne" + +#: functions/functions.operator.php:169 include/limesurvey/quexs.php:364 +msgid "evening" +msgstr "večer" + +#: functions/functions.operator.php:972 +msgid "ERROR: You are not logged in." +msgstr "GREŠKA: Niste prijavljeni" + +#: functions/functions.performance.php:469 +msgid "No shift" +msgstr "Nema smjene" + +#: functions/functions.performance.php:492 +msgid "Total completions" +msgstr "" + +#: functions/functions.performance.php:521 +msgid "Completions this shift" +msgstr "" + +#: functions/functions.performance.php:544 +#: functions/functions.performance.php:590 +msgid "No previous shift" +msgstr "" + +#: functions/functions.performance.php:564 +msgid "Completions on the previous shift" +msgstr "" + +#: functions/functions.performance.php:611 +msgid "Completions this time on the previous shift" +msgstr "" + +#: functions/functions.performance.php:629 +msgid "No calls made for this shift" +msgstr "" + +#: functions/functions.performance.php:631 +msgid "Top CPH for this shift" +msgstr "" + +#: functions/functions.performance.php:648 +msgid "No calls made for this project" +msgstr "" + +#: functions/functions.performance.php:650 +msgid "Top CPH" +msgstr "" + +#: functions/functions.calendar.php:193 +msgid "Select a respondent" +msgstr "" + +#: functions/functions.calendar.php:194 +msgid "None" +msgstr "" + +#: functions/functions.calendar.php:212 respondent.php:99 respondent.php:137 +#: contactdetails.php:96 contactdetails.php:134 +msgid "Add respondent" +msgstr "" + +#: functions/functions.calendar.php:261 +msgid "First name:" +msgstr "Ime:" + +#: functions/functions.calendar.php:262 +msgid "Last name:" +msgstr "Prezime:" + +#: functions/functions.calendar.php:267 +msgid "Time Zone:" +msgstr "Vremenska zona:" + +#: functions/functions.calendar.php:318 +msgid "Shift from:" +msgstr "" + +#: functions/functions.calendar.php:322 +msgid "Start Time" +msgstr "Početno Vrijeme" + +#: functions/functions.calendar.php:365 +msgid "End Time" +msgstr "Vrijeme završetka" + +#: functions/functions.calendar.php:467 +msgid "Mon" +msgstr "Pon" + +#: functions/functions.calendar.php:468 +msgid "Tue" +msgstr "Uto" + +#: functions/functions.calendar.php:469 +msgid "Wed" +msgstr "Sri" + +#: functions/functions.calendar.php:470 +msgid "Thu" +msgstr "Čet" + +#: functions/functions.calendar.php:471 +msgid "Fri" +msgstr "Pet" + +#: functions/functions.calendar.php:472 +msgid "Sat" +msgstr "Sub" + +#: functions/functions.calendar.php:473 +msgid "Sun" +msgstr "Ned" + +#: functions/functions.voip.php:449 selectextension.php:114 status.php:105 +#: admin/operators.php:278 admin/operatorlist.php:248 +#: admin/operatorlist.php:394 admin/extensionstatus.php:262 +msgid "Extension" +msgstr "Ekstenzija" + +#: functions/functions.voip.php:449 +msgid "online" +msgstr "online" + +#: functions/functions.voip.php:449 +msgid "offline" +msgstr "offline" + +#: functions/functions.voip.php:528 +msgid "Disconnected" +msgstr "Odspojeno" + +#: functions/functions.voip.php:530 +msgid "Reconnected" +msgstr "Ponovno spojeno" + +#: functions/functions.voip.php:553 status.php:124 +#: admin/extensionstatus.php:231 call.php:440 +msgid "Ringing" +msgstr "Zvoni" + +#: functions/functions.voip.php:553 functions/functions.voip.php:565 +#: functions/functions.voip.php:577 functions/functions.voip.php:587 +#: functions/functions.voip.php:596 +msgid " Extension " +msgstr " Ekstenzija " + +#: functions/functions.voip.php:553 functions/functions.voip.php:565 +#: functions/functions.voip.php:577 supervisorchat.php:88 +#: admin/systemsortprocess.php:152 admin/systemsortprocess.php:190 +#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 +#: admin/casestatus.php:121 +msgid "Case id" +msgstr "ID slučaja" + +#: functions/functions.voip.php:565 status.php:128 +#: admin/extensionstatus.php:231 call.php:447 +msgid "Answered" +msgstr "Odgovoreno" + +#: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 +msgid "Hangup" +msgstr "Prekidanje veze" + +#: functions/functions.voip.php:587 +msgid "Unregistered" +msgstr "Neregistriran" + +#: functions/functions.voip.php:596 +msgid "Registered" +msgstr "Registriran" + +#: rs_callback.php:72 rs_callback_interface2.php:72 +msgid "Respondent Selection - Call back" +msgstr "" + +#: rs_callback.php:86 rs_callback_interface2.php:86 +msgid "You are: " +msgstr "Ti si: " + +#: rs_callback.php:86 rs_callback_interface2.php:86 +#, php-format +msgid "% complete" +msgstr "% complete" + +#: rs_callback.php:93 rs_callback_interface2.php:93 +msgid "Yes - Continue where we left off" +msgstr "" + +#: rs_callback.php:94 rs_callback_interface2.php:94 rs_intro.php:128 +#: rs_project_intro_interface2.php:87 rs_project_intro.php:87 +msgid "End call with outcome: Refusal by respondent" +msgstr "" + +#: rs_callback.php:95 rs_callback_interface2.php:95 +#: rs_project_intro_interface2.php:91 rs_answeringmachine.php:97 +#: rs_business.php:68 rs_answeringmachine_interface2.php:97 +#: rs_project_intro.php:91 rs_business_interface2.php:68 +msgid "Go Back" +msgstr "" + +#: selectextension.php:94 index.php:150 +msgid "queXS" +msgstr "queXS" + +#: selectextension.php:105 +msgid "" +"There are no extensions available, please contact the supervisor or click " +"below to try again for an available extension" +msgstr "" + +#: selectextension.php:106 +msgid "Try again" +msgstr "Pokušaj ponovo" + +#: selectextension.php:110 +msgid "Select extension" +msgstr "" + +#: selectextension.php:111 +msgid "" +"Please select your extension from the list below then click on 'Choose " +"extension'" +msgstr "" + +#: selectextension.php:116 +msgid "Choose extension" +msgstr "" + +#: status.php:64 status.php:83 status_interface2.php:76 +#: admin/quotareport.php:299 admin/outcomes.php:87 admin/outcomes.php:199 +#: admin/quotarow.php:587 +msgid "Status" +msgstr "Status" + +#: status.php:65 callhistory.php:92 admin/callhistory.php:192 +#: admin/casesbyoutcome.php:122 +msgid "No operator" +msgstr "" + +#: status.php:101 +msgid "VoIP On" +msgstr "VoIP uključen" + +#: status.php:103 +msgid "VoIP Off" +msgstr "" + +#: status.php:108 +msgid "No VoIP" +msgstr "" + +#: status.php:112 +msgid "No call" +msgstr "" + +#: status.php:116 +msgid "To be coded" +msgstr "" + +#: status.php:120 +msgid "Requesting" +msgstr "" + +#: status.php:136 +msgid "APPT" +msgstr "" + +#: status.php:137 +msgid "MISSED" +msgstr "" + +#: status.php:140 casenote.php:119 status_interface2.php:238 calllist.php:93 +#: project_info.php:88 +msgid "No case" +msgstr "" + +#: referral.php:189 +msgid "Generated referral to case id" +msgstr "" + +#: referral.php:195 +msgid "Generated as referral from case id" +msgstr "" + +#: referral.php:201 +msgid "Created referral case - you may now close this window" +msgstr "" + +#: referral.php:205 +msgid "" +"Failed to create referral case - please check your input and try again" +msgstr "" + +#: referral.php:211 +msgid "You must supply a primary phone number" +msgstr "" + +#: referral.php:220 index.php:172 index_interface2.php:228 +msgid "Referral" +msgstr "" + +#: referral.php:231 referral.php:266 +msgid "Create referral" +msgstr "" + +#: referral.php:264 +msgid "Call this new referral immediately after this case?" +msgstr "" + +#: referral.php:271 +msgid "Referrals not available for this questionnaire" +msgstr "" + +#: performance.php:67 index.php:282 index_interface2.php:300 +msgid "Performance" +msgstr "" + +#: performance.php:83 admin/operatorperformance.php:108 +msgid "This shift" +msgstr "" + +#: performance.php:84 performance.php:91 casenote.php:116 +#: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:239 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/operatorlist.php:200 admin/operatorlist.php:394 +#: admin/casesbyoutcome.php:93 admin/supervisor.php:382 +#: admin/supervisor.php:409 admin/supervisor.php:426 +#: admin/operatorskill.php:251 admin/operatorperformance.php:86 +#: admin/operatorperformance.php:109 admin/shiftreport.php:110 +#: admin/extensionstatus.php:262 admin/operatorquestionnaire.php:247 +msgid "Operator" +msgstr "" + +#: performance.php:84 performance.php:91 admin/quotareport.php:299 +#: admin/outcomes.php:304 admin/quotarow.php:587 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Completions" +msgstr "" + +#: performance.php:84 performance.php:91 +msgid "Completions per hour" +msgstr "" + +#: performance.php:90 admin/operatorperformance.php:85 +msgid "This project" +msgstr "" + +#: casenote.php:62 +msgid "Case Notes" +msgstr "" + +#: casenote.php:72 casenote.php:111 admin/supervisor.php:434 +msgid "Add note" +msgstr "" + +#: casenote.php:75 admin/samplelist.php:289 admin/samplelist.php:500 +#: admin/samplesearch.php:107 admin/questionnairelist.php:375 +#: admin/questionnairelist.php:513 admin/questionnairelist.php:535 +#: admin/questionnairelist.php:543 admin/callhistory.php:145 +#: admin/availability.php:127 admin/operatorlist.php:198 admin/import.php:48 +#: admin/import.php:86 admin/import.php:117 admin/casesbyoutcome.php:59 +#: admin/assignsample.php:206 admin/assignsample.php:259 +#: admin/casestatus.php:210 admin/extensionstatus.php:190 respondent.php:101 +#: contactdetails.php:98 +msgid "Go back" +msgstr "" + +#: casenote.php:114 admin/supervisor.php:424 +msgid "No notes" +msgstr "" + +#: casenote.php:116 callhistory.php:88 calllist.php:89 +#: admin/supervisor.php:409 admin/supervisor.php:426 +msgid "Date/Time" +msgstr "" + +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:426 +msgid "Note" +msgstr "" + +#: waitnextcase_interface2.php:49 +msgid "Standby" +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid "Operator Automatically logged out after: " +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid " minutes" +msgstr "" + +#: waitnextcase_interface2.php:63 endwork.php:55 +msgid "You have been automatically logged out of work due to inactivity" +msgstr "" + +#: waitnextcase_interface2.php:90 nocaseavailable.php:101 +msgid "ERROR: No questionnaires assigned to you" +msgstr "" + +#: waitnextcase_interface2.php:95 nocaseavailable.php:95 +msgid "Assigned questionnaires:" +msgstr "" + +#: waitnextcase_interface2.php:121 nocaseavailable.php:125 +msgid "ERROR: No samples assigned to the questionnaires" +msgstr "" + +#: waitnextcase_interface2.php:123 nocaseavailable.php:119 +msgid "Assigned samples:" +msgstr "" + +#: waitnextcase_interface2.php:139 nocaseavailable.php:150 +msgid "ERROR: No shifts at this time" +msgstr "" + +#: waitnextcase_interface2.php:142 nocaseavailable.php:144 +msgid "Current shifts available:" +msgstr "" + +#: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 +#: admin/outcomes.php:127 +msgid "Cases currently available to call" +msgstr "" + +#: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 +msgid "New samples available to call" +msgstr "" + +#: waitnextcase_interface2.php:197 +msgid "Get a new case" +msgstr "" + +#: waitnextcase_interface2.php:199 call_interface2.php:329 +#: call_interface2.php:331 call_interface2.php:447 call_interface2.php:452 +#: call_interface2.php:468 call_interface2.php:474 call.php:282 call.php:284 +#: call.php:400 call.php:405 call.php:421 call.php:427 +#: index_interface2.php:230 +msgid "End work" +msgstr "" + +#: rs_intro.php:71 rs_intro_interface2.php:71 +msgid "Respondent Selection - Introduction" +msgstr "" + +#: rs_intro.php:98 rs_intro.php:104 rs_intro.php:112 rs_intro.php:118 +#: rs_project_intro_interface2.php:85 rs_intro_interface2.php:115 +#: rs_intro_interface2.php:121 rs_intro_interface2.php:129 +#: rs_intro_interface2.php:135 rs_project_intro.php:85 +msgid "Yes - Continue" +msgstr "" + +#: rs_intro.php:123 rs_intro_interface2.php:93 +msgid "Business number" +msgstr "" + +#: rs_intro.php:124 rs_intro_interface2.php:94 +msgid "Answering machine" +msgstr "" + +#: rs_intro.php:125 +msgid "End call with outcome: No answer (ring out or busy) " +msgstr "" + +#: rs_intro.php:126 +msgid "End call with outcome: Accidental hang up" +msgstr "" + +#: rs_intro.php:127 +msgid "End call with outcome: Refusal by unknown person" +msgstr "" + +#: rs_intro.php:129 +msgid "" +"End call with outcome: No eligible respondent (person never available on " +"this number)" +msgstr "" + +#: rs_intro.php:130 +msgid "" +"End call with outcome: Non contact (person not currently available on this " +"number: no appointment made)" +msgstr "" + +#: rs_intro.php:131 rs_project_intro_interface2.php:89 rs_project_intro.php:89 +msgid "" +"End call with outcome: Out of sample (already completed in another mode)" +msgstr "" + +#: record.php:61 +msgid "Stop REC" +msgstr "" + +#: record.php:62 record.php:85 record.php:102 +msgid "Record" +msgstr "" + +#: record.php:72 +msgid "Beginning recording..." +msgstr "" + +#: record.php:75 record.php:103 +msgid "Not on a call, so not beginning a recording" +msgstr "" + +#: record.php:79 +msgid "Begin the manual recording now..." +msgstr "" + +#: record.php:84 email.php:280 call_interface2.php:212 call_interface2.php:277 +#: call.php:212 call.php:230 index.php:173 +msgid "Start REC" +msgstr "" + +#: record.php:92 +msgid "Stopping recording..." +msgstr "" + +#: record.php:96 +msgid "Stop the manual recording now..." +msgstr "" + +#: include/php-gettext-1.0.11/examples/pigs_fallback.php:76 +#: include/php-gettext-1.0.11/examples/pigs_dropin.php:77 +msgid "" +"This is how the story goes.\n" +"\n" +msgstr "" + +#: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 +msgid "Self completed online" +msgstr "" + +#: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 +msgid "Not on an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:678 include/limesurvey/quexs.php:757 +msgid "On an appointment" +msgstr "" + +#: include/limesurvey/quexs.php:989 +msgid "All samples" +msgstr "" + +#: include/limesurvey/common_functions.php:6298 +msgid "queXS: Number of call attempts" +msgstr "" + +#: include/limesurvey/common_functions.php:6299 +msgid "queXS: On appointment?" +msgstr "" + +#: include/limesurvey/common_functions.php:6300 +msgid "queXS: Percentage complete" +msgstr "" + +#: include/limesurvey/common_functions.php:6301 +msgid "queXS: Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/optout.php:83 +msgid "Self completion refused via opt out function" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:110 +#: include/limesurvey/admin/statistics.php:268 +#: include/limesurvey/admin/browse.php:791 +#: include/limesurvey/admin/vvexport.php:69 +msgid "Questionnaire and Sample selection:" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:111 +#: include/limesurvey/admin/statistics.php:269 +#: include/limesurvey/admin/browse.php:792 +#: include/limesurvey/admin/vvexport.php:70 +msgid "All queXS questionnaires and samples associated with this instrument" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:257 +msgid "Token" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:258 +#: include/limesurvey/admin/exportresults.php:644 +#: include/limesurvey/admin/exportresults.php:645 +#: include/limesurvey/admin/exportresults.php:967 callhistory.php:88 +#: admin/samplesearch.php:162 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/casesbyoutcome.php:115 +#: admin/dataoutput.php:85 admin/extensionstatus.php:262 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +msgid "Case ID" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:259 +#: include/limesurvey/admin/exportresults.php:649 +#: include/limesurvey/admin/exportresults.php:650 +#: include/limesurvey/admin/exportresults.php:970 +msgid "Case outcome" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:260 +#: include/limesurvey/admin/exportresults.php:604 +#: include/limesurvey/admin/exportresults.php:605 +#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:93 +msgid "Number of call attempts" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:261 +#: include/limesurvey/admin/exportresults.php:609 +#: include/limesurvey/admin/exportresults.php:610 +#: include/limesurvey/admin/exportresults.php:976 +msgid "Number of answering machine messages left" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:262 +#: include/limesurvey/admin/exportresults.php:614 +#: include/limesurvey/admin/exportresults.php:615 +#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/supervisor.php:421 admin/dataoutput.php:93 +msgid "Case notes" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:263 +#: include/limesurvey/admin/exportresults.php:619 +#: include/limesurvey/admin/exportresults.php:620 +#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:93 +msgid "Total interview time over all calls (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:264 +#: include/limesurvey/admin/exportresults.php:624 +#: include/limesurvey/admin/exportresults.php:625 +#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:93 +msgid "Interview time for last call (mins)" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:265 +#: include/limesurvey/admin/exportresults.php:629 +#: include/limesurvey/admin/exportresults.php:630 +#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:93 +msgid "Last number dialled" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:266 +#: include/limesurvey/admin/exportresults.php:634 +#: include/limesurvey/admin/exportresults.php:635 +#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:93 +msgid "Operator username for last call" +msgstr "" + +#: include/limesurvey/admin/exportresults.php:267 +#: include/limesurvey/admin/exportresults.php:639 +#: include/limesurvey/admin/exportresults.php:640 +#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:304 +#: admin/dataoutput.php:93 +msgid "Shift report" +msgstr "" + +#: voip/downloadvoipclient.php:59 +msgid "Error: Cannot write to temporary directory" +msgstr "" + +#: status_interface2.php:85 +msgid "Name" +msgstr "" + +#: status_interface2.php:182 index.php:168 index_interface2.php:223 +msgid "Appointment" +msgstr "" + +#: status_interface2.php:224 +msgid "Dial" +msgstr "" + +#: status_interface2.php:232 status_interface2.php:235 +msgid "No more numbers to call" +msgstr "" + +#: appointmentlist.php:61 +msgid "Appointment List" +msgstr "" + +#: appointmentlist.php:75 admin/supervisor.php:364 +#: admin/displayappointments.php:249 +msgid "Not yet called" +msgstr "" + +#: appointmentlist.php:75 admin/displayappointments.php:227 +#: admin/displayappointments.php:252 +msgid "Any operator" +msgstr "" + +#: appointmentlist.php:88 +msgid "No appointments made" +msgstr "" + +#: appointmentlist.php:90 +msgid "No future appointments scheduled" +msgstr "" + +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 shifts.php:88 shifts.php:109 +msgid "Start" +msgstr "" + +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 index.php:167 shifts.php:88 +#: shifts.php:109 +msgid "End" +msgstr "" + +#: appointmentlist.php:95 admin/displayappointments.php:213 +#: admin/displayappointments.php:263 +msgid "Appointment with" +msgstr "" + +#: appointmentlist.php:95 client/index.php:97 client/index.php:116 +#: callhistory.php:88 calllist.php:89 admin/outcomes.php:146 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/casestatus.php:121 index_interface2.php:222 +msgid "Outcome" +msgstr "" + +#: rs_project_end_interface2.php:86 +msgid "Call automatically ended with outcome: Complete - End case" +msgstr "" + +#: client/index.php:65 admin/outcomes.php:70 +msgid "Questionnaire Outcomes" +msgstr "" + +#: client/index.php:78 +msgid "There are no questionnaires assigned to you" +msgstr "" + +#: client/index.php:97 admin/outcomes.php:146 +msgid "Rate" +msgstr "" + +#: client/index.php:98 admin/outcomes.php:147 +msgid "Response Rate 1" +msgstr "" + +#: client/index.php:99 admin/outcomes.php:148 +msgid "Refusal Rate 1" +msgstr "" + +#: client/index.php:100 admin/outcomes.php:149 +msgid "Cooperation Rate 1" +msgstr "" + +#: client/index.php:101 admin/outcomes.php:150 +msgid "Contact Rate 1" +msgstr "" + +#: client/index.php:116 admin/outcomes.php:168 admin/outcomes.php:219 +#: admin/outcomes.php:261 +msgid "Count" +msgstr "" + +#: client/index.php:119 admin/outcomes.php:268 +msgid "No outcomes recorded for this questionnaire" +msgstr "" + +#: client/index.php:129 +msgid "You are not a valid client" +msgstr "" + +#: rs_project_intro_interface2.php:65 rs_project_intro.php:65 +msgid "Respondent Selection - Project Introduction" +msgstr "" + +#: rs_project_intro_interface2.php:88 rs_project_intro.php:88 +msgid "" +"End call with outcome: No eligible respondent (person not available on this " +"number)" +msgstr "" + +#: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:183 +#: index.php:306 +msgid "Supervisor chat" +msgstr "" + +#: supervisorchat.php:85 index.php:170 supervisor.php:58 +msgid "Supervisor" +msgstr "" + +#: supervisorchat.php:86 +msgid "Me" +msgstr "" + +#: supervisorchat.php:93 +msgid "Supervisor is available" +msgstr "" + +#: supervisorchat.php:94 +msgid "Supervisor not available" +msgstr "" + +#: supervisorchat.php:96 supervisorchat.php:99 +msgid "Message" +msgstr "" + +#: supervisorchat.php:96 +msgid "Send" +msgstr "" + +#: supervisorchat.php:99 +msgid "From" +msgstr "" + +#: supervisorchat.php:102 +msgid "Supervisor chat is not enabled" +msgstr "" + +#: email.php:248 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:285 email.php:289 email.php:295 email.php:316 email.php:346 +#: admin/operators.php:265 admin/clients.php:172 admin/operatorlist.php:236 +#: index.php:171 index_interface2.php:225 +msgid "Email" +msgstr "" + +#: email.php:302 +msgid "The email did not send" +msgstr "" + +#: email.php:307 +msgid "The email address is not valid" +msgstr "" + +#: email.php:336 +msgid "Email respondent for self completion" +msgstr "" + +#: email.php:344 admin/operators.php:257 admin/operatorlist.php:228 +msgid "First name" +msgstr "" + +#: email.php:345 admin/operators.php:261 admin/operatorlist.php:232 +msgid "Last name" +msgstr "" + +#: email.php:349 +msgid "Send invitation" +msgstr "" + +#: email.php:351 +msgid "Send invitation and Hang up" +msgstr "" + +#: email.php:355 +msgid "Self completion email not available for this questionnaire" +msgstr "" + +#: callhistory.php:61 +msgid "Case History List" +msgstr "" + +#: callhistory.php:84 admin/callhistory.php:114 +msgid "No calls ever made" +msgstr "" + +#: availability.php:61 index.php:236 index_interface2.php:256 +msgid "Availability" +msgstr "" + +#: availability.php:128 admin/supervisor.php:513 +msgid "" +"Select groups to limit availability (Selecting none means always available)" +msgstr "" + +#: availability.php:148 admin/supervisor.php:532 +msgid "Availability groups not defined for this questionnaire" +msgstr "" + +#: calllist.php:61 +msgid "Call List" +msgstr "" + +#: calllist.php:85 admin/supervisor.php:405 +msgid "No calls made" +msgstr "" + +#: calllist.php:89 +msgid "Number called" +msgstr "" + +#: nocaseavailable.php:69 +msgid "No case available" +msgstr "" + +#: nocaseavailable.php:74 +msgid "There is no case currently available" +msgstr "" + +#: nocaseavailable.php:75 +msgid "Reasons:" +msgstr "" + +#: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:471 +#: admin/questionnairelist.php:554 admin/operatorlist.php:276 +msgid "Enabled" +msgstr "" + +#: nocaseavailable.php:86 admin/samplelist.php:469 +#: admin/questionnairelist.php:552 admin/index.php:199 +msgid "Disabled" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:347 +#: admin/availabilitygroup.php:133 +msgid "ID" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:334 +#: admin/quota.php:255 admin/quotarow.php:423 admin/quotarow.php:461 +#: admin/quotarow.php:483 admin/quotarow.php:509 admin/quotarow.php:556 +#: admin/quotarow.php:587 +msgid "Description" +msgstr "" + +#: nocaseavailable.php:122 admin/samplelist.php:325 admin/quotareport.php:299 +#: admin/assigntimeslots.php:265 admin/outcomes.php:127 admin/outcomes.php:183 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:168 admin/quota.php:136 admin/assignsample.php:208 +#: admin/assignsample.php:284 admin/supervisor.php:308 admin/quotarow.php:311 +#: admin/casestatus.php:121 admin/casestatus.php:239 +msgid "Sample" +msgstr "" + +#: nocaseavailable.php:147 admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:162 admin/quota.php:115 admin/assignsample.php:207 +#: admin/quotarow.php:293 admin/casestatus.php:236 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +#: admin/new.php:132 admin/new.php:140 shifts.php:109 +msgid "Questionnaire" +msgstr "" + +#: nocaseavailable.php:147 +msgid "Shift start" +msgstr "" + +#: nocaseavailable.php:147 +msgid "Shift end" +msgstr "" + +#: nocaseavailable.php:170 +msgid "Call restrictions:" +msgstr "" + +#: nocaseavailable.php:174 +msgid "" +"ERROR: There are no cases available that fall within call restrictions" +msgstr "" + +#: nocaseavailable.php:178 +msgid "There are " +msgstr "" + +#: nocaseavailable.php:178 +msgid " unassigned case(s) available within the specified call restrictions" +msgstr "" + +#: nocaseavailable.php:185 +msgid "Limesurvey links:" +msgstr "" + +#: nocaseavailable.php:204 +msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" +msgstr "" + +#: nocaseavailable.php:204 +msgid "from questionnaire:" +msgstr "" + +#: nocaseavailable.php:206 +msgid "Tokens table exists for Limesurvey questionnaire:" +msgstr "" + +#: nocaseavailable.php:211 +msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" +msgstr "" + +#: nocaseavailable.php:231 +msgid "ERROR: Quota reached for this question" +msgstr "" + +#: nocaseavailable.php:250 +msgid "POSSIBLE ERROR: Row quota reached for this quota" +msgstr "" + +#: admin/timezonetemplate.php:97 +msgid "Set Timezones" +msgstr "" + +#: admin/timezonetemplate.php:109 admin/callrestrict.php:115 +#: admin/addshift.php:156 admin/availability.php:124 +#: admin/shifttemplate.php:106 +msgid "" +"Your database does not have timezones installed, please see here for details" +msgstr "" + +#: admin/timezonetemplate.php:109 admin/supervisor.php:152 admin/new.php:182 +#: admin/new.php:378 +msgid "or" +msgstr "" + +#: admin/timezonetemplate.php:109 +msgid "" +"Check that you have granted relevant permissions on 'time_zone_...' tables " +"in database named 'mysql'." +msgstr "" + +#: admin/timezonetemplate.php:112 +msgid "Default Timezone: " +msgstr "" + +#: admin/timezonetemplate.php:116 +msgid "Set default timezone" +msgstr "" + +#: admin/timezonetemplate.php:121 +msgid "Timezone list" +msgstr "" + +#: admin/timezonetemplate.php:124 +msgid "Remove Timezone" +msgstr "" + +#: admin/timezonetemplate.php:124 admin/timezonetemplate.php:128 +msgid "Remove" +msgstr "" + +#: admin/timezonetemplate.php:128 +msgid "Timezone name" +msgstr "" + +#: admin/timezonetemplate.php:128 +msgid "Time diff to Default Time zone" +msgstr "" + +#: admin/timezonetemplate.php:128 +msgid "Current time" +msgstr "" + +#: admin/timezonetemplate.php:131 +msgid "Add a Timezone:" +msgstr "" + +#: admin/timezonetemplate.php:135 +msgid "Add Timezone" +msgstr "" + +#: admin/samplelist.php:173 +msgid "" +"Smth wrong with selected field types. Please check again var types " +"selection and/or fields that you supposed to delete." +msgstr "" + +#: admin/samplelist.php:286 +msgid "Rename, Set viewing permissions & Manage sample variables" +msgstr "" + +#: admin/samplelist.php:287 admin/samplelist.php:498 admin/index.php:122 +msgid "Sample management" +msgstr "" + +#: admin/samplelist.php:326 +msgid "Search this sample" +msgstr "" + +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 +msgid "Enter" +msgstr "" + +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 +msgid "new" +msgstr "" + +#: admin/samplelist.php:338 +msgid "Rename" +msgstr "" + +#: admin/samplelist.php:347 +msgid "Sample variable (Column)" +msgstr "" + +#: admin/samplelist.php:347 +msgid "Visible?" +msgstr "" + +#: admin/samplelist.php:347 +msgid "Var type" +msgstr "" + +#: admin/samplelist.php:347 +msgid "Example data" +msgstr "" + +#: admin/samplelist.php:347 +msgid "Delete ?" +msgstr "" + +#: admin/samplelist.php:351 admin/addshift.php:268 admin/assignsample.php:235 +#: admin/quotarow.php:399 admin/extensionstatus.php:207 +#: admin/displayappointments.php:236 +msgid "Save changes" +msgstr "" + +#: admin/samplelist.php:361 +msgid "" +"Select which fields from this sample to deidentify. Deidentified fields " +"will be permanently deleted from the sample." +msgstr "" + +#: admin/samplelist.php:365 +msgid "There's no data in this sample. Probably was deidentified earlier." +msgstr "" + +#: admin/samplelist.php:379 +msgid "Clean it" +msgstr "" + +#: admin/samplelist.php:397 +msgid "Fix this sample " +msgstr "" + +#: admin/samplelist.php:474 admin/questionnairelist.php:557 +#: admin/operatorlist.php:376 +msgid "Enable" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 +msgid "ARE YOU SURE?" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 admin/supervisor.php:176 +#: admin/new.php:364 +msgid "Cancel" +msgstr "" + +#: admin/samplelist.php:476 admin/questionnairelist.php:559 +#: admin/operatorlist.php:378 +msgid "Disable" +msgstr "" + +#: admin/samplelist.php:480 admin/operators.php:272 admin/operators.php:281 +#: admin/questionnairelist.php:385 admin/operatorlist.php:243 +#: admin/operatorlist.php:251 admin/operatorlist.php:385 +#: admin/assignsample.php:275 admin/assignsample.php:284 +#: admin/supervisor.php:369 admin/quotarow.php:587 admin/shiftreport.php:102 +#: admin/shiftreport.php:110 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 +msgid "Edit" +msgstr "" + +#: admin/samplelist.php:480 +msgid "Viewing permissions" +msgstr "" + +#: admin/samplelist.php:482 +msgid "Edit sample parameters" +msgstr "" + +#: admin/samplelist.php:487 +msgid "DELETE SAMPLE" +msgstr "" + +#: admin/samplelist.php:489 admin/samplesearch.php:86 admin/index.php:123 +msgid "Search the sample" +msgstr "" + +#: admin/samplelist.php:490 admin/questionnairelist.php:583 +#: admin/index.php:156 index.php:255 index_interface2.php:273 +msgid "Call history" +msgstr "" + +#: admin/samplelist.php:490 +msgid "sample" +msgstr "" + +#: admin/samplelist.php:497 +msgid "Sample list" +msgstr "" + +#: admin/samplelist.php:501 admin/index.php:121 +msgid "Import a sample file" +msgstr "" + +#: admin/voipmonitor.php:78 admin/voipmonitor.php:100 +msgid "Monitor VoIP Process" +msgstr "" + +#: admin/voipmonitor.php:80 admin/systemsort.php:82 +msgid "Running process:" +msgstr "" + +#: admin/voipmonitor.php:84 +msgid "" +"Kill signal sent: Please wait... (Note: Process will be stalled until " +"there is activity on the VoIP Server)" +msgstr "" + +#: admin/voipmonitor.php:85 +msgid "Process is already closed (eg. server was rebooted)" +msgstr "" + +#: admin/voipmonitor.php:85 +msgid "click here to confirm" +msgstr "" + +#: admin/voipmonitor.php:89 admin/systemsort.php:91 +msgid "Kill the running process" +msgstr "" + +#: admin/voipmonitor.php:89 +msgid "(requires activity on the VoIP Server to take effect)" +msgstr "" + +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 +msgid "Log id" +msgstr "" + +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 admin/outcomes.php:304 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/shiftreport.php:110 +msgid "Date" +msgstr "" + +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 +msgid "Log entry" +msgstr "" + +#: admin/voipmonitor.php:102 +msgid "Click here to begin monitoring the VoIP Process" +msgstr "" + +#: admin/voipmonitor.php:103 admin/systemsort.php:110 +msgid "Outcome of last process run (if any)" +msgstr "" + +#: admin/systemsortprocess.php:98 +msgid "Sorting cases process starting" +msgstr "" + +#: admin/systemsortprocess.php:111 +msgid "Checking for cases open for more than 24 hours" +msgstr "" + +#: admin/systemsortprocess.php:140 admin/systemsortprocess.php:152 +#: admin/systemsortprocess.php:178 admin/systemsortprocess.php:190 +msgid "System automatically closed case as not closed for more than 24 hours" +msgstr "" + +#: admin/systemsortprocess.php:199 +msgid "Completed case closing" +msgstr "" + +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 +msgid "This task took" +msgstr "" + +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 +#: nocallavailable.php:208 +msgid "seconds" +msgstr "" + +#: admin/systemsortprocess.php:201 +msgid "Failed to complete case closing" +msgstr "" + +#: admin/systemsortprocess.php:216 +msgid "Sorting cases for " +msgstr "" + +#: admin/systemsortprocess.php:333 +msgid "Completed sort" +msgstr "" + +#: admin/systemsortprocess.php:335 +msgid "Failed to complete sort" +msgstr "" + +#: admin/systemsort.php:80 admin/systemsort.php:102 +msgid "Monitor system wide case sorting" +msgstr "" + +#: admin/systemsort.php:86 +msgid "Kill signal sent: Please wait..." +msgstr "" + +#: admin/systemsort.php:87 +msgid "" +"Process is already closed (eg. server was rebooted) - click here to confirm" +msgstr "" + +#: admin/systemsort.php:104 +msgid "Click here to enable and begin system wide case sorting" +msgstr "" + +#: admin/systemsort.php:105 +msgid "" +"System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " +"configuration directive) sorting cases on a system wide basis instead of " +"finding the most appropriate case each time an operator requests a new case. " +"This may increase performance where there are a large number of cases or " +"complex quotas in place. If you are not experiencing any performance " +"problems, it is not recommended to use this feature." +msgstr "" + +#: admin/operators.php:150 +msgid "Added operator :" +msgstr "" + +#: admin/operators.php:153 +msgid "" +"FreePBX needs to be reloaded for the new VoIP extension to take effect" +msgstr "" + +#: admin/operators.php:175 +msgid "" +"Could not add operator. There may already be an operator of this name:" +msgstr "" + +#: admin/operators.php:181 admin/operators.php:320 admin/operatorlist.php:410 +msgid "Add an operator" +msgstr "" + +#: admin/operators.php:190 +msgid "The username and extension must be unique for each operator." +msgstr "" + +#: admin/operators.php:245 admin/clientquestionnaire.php:243 +#: admin/operatorlist.php:216 admin/operatorlist.php:394 +#: admin/operatorskill.php:251 admin/operatorquestionnaire.php:247 +msgid "Username" +msgstr "" + +#: admin/operators.php:249 admin/operatorlist.php:220 +msgid "Password" +msgstr "" + +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 +#: admin/extensionstatus.php:202 +msgid "Generate" +msgstr "" + +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 +msgid "Password with" +msgstr "" + +#: admin/operators.php:253 admin/clients.php:160 admin/operatorlist.php:224 +msgid "characters" +msgstr "" + +#: admin/operators.php:273 admin/operatorlist.php:244 +msgid "TimeZones list" +msgstr "" + +#: admin/operators.php:282 admin/operatorlist.php:252 +#: admin/operatorlist.php:411 +msgid "Extensions" +msgstr "" + +#: admin/operators.php:288 admin/operatorlist.php:256 +msgid "Uses VoIP" +msgstr "" + +#: admin/operators.php:292 admin/operatorlist.php:260 +msgid "Jabber/XMPP chat user" +msgstr "" + +#: admin/operators.php:296 admin/operatorlist.php:264 +msgid "Jabber/XMPP chat password" +msgstr "" + +#: admin/operators.php:300 admin/operatorlist.php:272 +msgid "Uses chat" +msgstr "" + +#: admin/operators.php:304 admin/operatorlist.php:268 +msgid "Is the operator a system administrator?" +msgstr "" + +#: admin/operators.php:308 +msgid "Is the operator a normal interviewer?" +msgstr "" + +#: admin/operators.php:312 +msgid "Is the operator a supervisor?" +msgstr "" + +#: admin/operators.php:316 +msgid "Is the operator a refusal converter?" +msgstr "" + +#: admin/quotareport.php:114 admin/index.php:158 +msgid "Quota report" +msgstr "" + +#: admin/quotareport.php:116 admin/assigntimeslots.php:161 +#: admin/questionnaireprefill.php:105 admin/outcomes.php:73 +#: admin/addshift.php:173 admin/assignsample.php:260 +msgid "Select a questionnaire" +msgstr "" + +#: admin/quotareport.php:124 +msgid "Select a sample" +msgstr "" + +#: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:572 +msgid "closed" +msgstr "" + +#: admin/quotareport.php:212 admin/quotareport.php:214 +#: admin/quotareport.php:221 admin/quotarow.php:572 +msgid "open" +msgstr "" + +#: admin/quotareport.php:214 +msgid "close" +msgstr "" + +#: admin/quotareport.php:296 +msgid "Total sample" +msgstr "" + +#: admin/quotareport.php:299 +msgid "Strata" +msgstr "" + +#: admin/quotareport.php:299 admin/quotarow.php:134 admin/quotarow.php:391 +#: admin/quotarow.php:587 +msgid "Quota" +msgstr "" + +#: admin/quotareport.php:299 +msgid "Sample Used" +msgstr "" + +#: admin/quotareport.php:299 +msgid "Sample Remaining" +msgstr "" + +#: admin/quotareport.php:299 +msgid "% Complete" +msgstr "" + +#: admin/quotareport.php:299 +msgid "Set priority" +msgstr "" + +#: admin/quotareport.php:299 admin/quotarow.php:587 +msgid "Auto prioritise" +msgstr "" + +#: admin/quotareport.php:303 +msgid "Update priorities" +msgstr "" + +#: admin/assigntimeslots.php:159 admin/index.php:129 +msgid "Assign Time slots" +msgstr "" + +#: admin/assigntimeslots.php:168 +msgid "Time slot groups" +msgstr "" + +#: admin/assigntimeslots.php:169 +msgid "" +"Assigning an availability group to a questionnaire will allow interviewers " +"to select from those groups to restrict calls to a particular case to the " +"times within the group" +msgstr "" + +#: admin/assigntimeslots.php:171 admin/assigntimeslots.php:219 +#: admin/assigntimeslots.php:273 admin/assignsample.php:276 +#: admin/casestatus.php:101 +msgid "Click to unassign" +msgstr "" + +#: admin/assigntimeslots.php:181 +msgid "There are no time slots groups selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:185 +msgid "Time slots groups selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:207 +msgid "Add time slot group" +msgstr "" + +#: admin/assigntimeslots.php:216 +msgid "Call attempt time slots" +msgstr "" + +#: admin/assigntimeslots.php:217 admin/assigntimeslots.php:263 +msgid "" +"Assigning call attempt time slots to questionnaires will only allow cases to " +"be attempted in a time slot for the n + 1th time where it has been attempted " +"at least n times in all assigned timeslots. Please note timeslots must cover " +"all possible time periods otherwise no cases will be available during " +"missing timeslots." +msgstr "" + +#: admin/assigntimeslots.php:229 +msgid "There are no call attempt time slots selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:233 +msgid "Call attempt time slots selected for this questionnaire" +msgstr "" + +#: admin/assigntimeslots.php:256 +msgid "Add call attempt time slot" +msgstr "" + +#: admin/assigntimeslots.php:262 +msgid "Call attempt time slots for sample" +msgstr "" + +#: admin/assigntimeslots.php:283 +msgid "" +"There are no call attempt time slots selected for this questionnaire sample" +msgstr "" + +#: admin/assigntimeslots.php:287 +msgid "Call attempt time slots selected for this sample" +msgstr "" + +#: admin/assigntimeslots.php:310 +msgid "Add call attempt time slot for sample" +msgstr "" + +#: admin/questionnaireprefill.php:104 +msgid "Pre fill questionnaire: Set values for questionnaire to prefill" +msgstr "" + +#: admin/questionnaireprefill.php:116 +msgid "Current pre fills" +msgstr "" + +#: admin/questionnaireprefill.php:126 +msgid "Currently no pre fills" +msgstr "" + +#: admin/questionnaireprefill.php:132 +msgid "SGQA code" +msgstr "" + +#: admin/questionnaireprefill.php:132 admin/quotarow.php:509 +msgid "Sample variable" +msgstr "" + +#: admin/questionnaireprefill.php:132 admin/samplesearch.php:101 +#: admin/supervisor.php:195 admin/supervisor.php:368 admin/supervisor.php:414 +#: admin/quotarow.php:423 admin/quotarow.php:509 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +msgid "Delete" +msgstr "" + +#: admin/questionnaireprefill.php:137 +msgid "Select a question to pre fill" +msgstr "" + +#: admin/questionnaireprefill.php:170 +msgid "Enter a value to pre fill this question with:" +msgstr "" + +#: admin/questionnaireprefill.php:172 +msgid "Possible uses:" +msgstr "" + +#: admin/questionnaireprefill.php:174 +msgid "{Respondent:firstName} First name of the respondent" +msgstr "" + +#: admin/questionnaireprefill.php:175 +msgid "{Respondent:lastName} Last name of the respondent" +msgstr "" + +#: admin/questionnaireprefill.php:176 +msgid "{Sample:var} A record from the sample where the column name is 'var'" +msgstr "" + +#: admin/questionnaireprefill.php:185 +msgid "The value to pre fill" +msgstr "" + +#: admin/questionnaireprefill.php:186 +msgid "or: Select pre fill from sample list" +msgstr "" + +#: admin/questionnaireprefill.php:192 +msgid "Add pre fill" +msgstr "" + +#: admin/auth-admin.php:66 +msgid "You do not have permission to access this area" +msgstr "" + +#: admin/auth-admin.php:67 admin/index.php:95 endwork.php:82 +msgid "Logout" +msgstr "" + +#: admin/availabilitygroup.php:85 +msgid "Time slots" +msgstr "" + +#: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:127 +msgid "" +"Time slots define periods of time during particular days of the week. These " +"are used for the availability function and also the call attempt time slot " +"function." +msgstr "" + +#: admin/availabilitygroup.php:130 +msgid "No time slots" +msgstr "" + +#: admin/availabilitygroup.php:133 admin/availabilitygroup.php:141 +msgid "Time slot name" +msgstr "" + +#: admin/availabilitygroup.php:140 +msgid "Add new time slot" +msgstr "" + +#: admin/availabilitygroup.php:142 +msgid "Add time slot" +msgstr "" + +#: admin/outcomes.php:79 admin/outcomes.php:189 +msgid "Sample status" +msgstr "" + +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Drawn from sample" +msgstr "" + +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Remain in sample" +msgstr "" + +#: admin/outcomes.php:87 admin/outcomes.php:199 +msgid "Number" +msgstr "" + +#: admin/outcomes.php:88 admin/outcomes.php:186 +msgid "No samples assigned" +msgstr "" + +#: admin/outcomes.php:91 +msgid "Case availability (cases with temporary or appointment outcomes)" +msgstr "" + +#: admin/outcomes.php:123 +msgid "No cases currently available to call" +msgstr "" + +#: admin/outcomes.php:135 +msgid "Average time on a completed questionnaire" +msgstr "" + +#: admin/outcomes.php:135 +msgid "Min" +msgstr "" + +#: admin/outcomes.php:135 +msgid "Secs" +msgstr "" + +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 +msgid "%" +msgstr "" + +#: admin/outcomes.php:222 +msgid "No outcomes recorded for this sample" +msgstr "" + +#: admin/outcomes.php:242 +msgid "No operators assigned" +msgstr "" + +#: admin/outcomes.php:246 +msgid "Operator call outcomes" +msgstr "" + +#: admin/outcomes.php:273 admin/questionnairelist.php:566 index.php:264 +#: index_interface2.php:282 +msgid "Shifts" +msgstr "" + +#: admin/outcomes.php:277 +msgid "No shift reports: Add report" +msgstr "" + +#: admin/outcomes.php:278 +msgid "View shift reports" +msgstr "" + +#: admin/outcomes.php:281 +msgid "View operator performance" +msgstr "" + +#: admin/outcomes.php:300 +msgid "No shifts defined for this questionnaire" +msgstr "" + +#: admin/outcomes.php:304 +msgid "Shift time" +msgstr "" + +#: admin/outcomes.php:304 admin/operatorlist.php:414 admin/index.php:149 +msgid "Operator performance" +msgstr "" + +#: admin/samplesearch.php:84 +msgid "Search within this sample" +msgstr "" + +#: admin/samplesearch.php:94 admin/supervisor.php:188 +msgid "WARNING !" +msgstr "" + +#: admin/samplesearch.php:97 admin/supervisor.php:191 +msgid "Are you sure you want to delete" +msgstr "" + +#: admin/samplesearch.php:97 admin/samplesearch.php:138 +#: admin/supervisor.php:191 +msgid "Sample ID" +msgstr "" + +#: admin/samplesearch.php:100 admin/supervisor.php:194 +msgid "NOOOO..." +msgstr "" + +#: admin/samplesearch.php:115 +msgid "Select sample " +msgstr "" + +#: admin/samplesearch.php:138 +msgid "Deleted" +msgstr "" + +#: admin/samplesearch.php:146 +msgid "Delete sample record" +msgstr "" + +#: admin/samplesearch.php:147 +msgid "Assigned to case ID :" +msgstr "" + +#: admin/samplesearch.php:159 admin/supervisor.php:325 +msgid "Sample id" +msgstr "" + +#: admin/samplesearch.php:190 +msgid "There's no data in this sample." +msgstr "" + +#: admin/bulkappointment.php:133 admin/bulkappointment.php:215 +msgid "Result" +msgstr "" + +#: admin/bulkappointment.php:134 admin/bulkappointment.php:223 +#: admin/bulkappointment.php:259 admin/index.php:173 +msgid "Bulk appointment generator" +msgstr "" + +#: admin/bulkappointment.php:205 +msgid "Added appointment" +msgstr "" + +#: admin/bulkappointment.php:209 +msgid "" +"No such case id, or case set to a final outcome, or case currently assigned " +"to an operator" +msgstr "" + +#: admin/bulkappointment.php:222 +msgid "Check data to submit" +msgstr "" + +#: admin/bulkappointment.php:236 +msgid "" +"Please check the case id's, appointment start and end times and notes are " +"correct before accepting below" +msgstr "" + +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:209 +msgid "Start time" +msgstr "" + +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:211 +msgid "End time" +msgstr "" + +#: admin/bulkappointment.php:242 +msgid "Accept and generate bulk appointments" +msgstr "" + +#: admin/bulkappointment.php:247 +msgid "" +"The file does not contain at least caseid, starttime and endtime columns. " +"Please try again." +msgstr "" + +#: admin/bulkappointment.php:258 +msgid "Import: Select file to upload" +msgstr "" + +#: admin/bulkappointment.php:266 +msgid "" +"Provide a headered CSV file containing at least 3 columns - caseid, " +"starttime and endtime. Optionally you can include a note column to " +"attach a note to the case in addition to setting an appointment. Only " +"cases that have temporary (non final) outcomes will have appointments " +"generated, and the outcome of the case will be updated to an appointment " +"outcome." +msgstr "" + +#: admin/bulkappointment.php:269 +msgid "Example CSV file:" +msgstr "" + +#: admin/bulkappointment.php:281 +msgid "Select bulk appointment CSV file to upload" +msgstr "" + +#: admin/bulkappointment.php:284 admin/import.php:134 admin/quotarow.php:614 +msgid "Select file" +msgstr "" + +#: admin/bulkappointment.php:286 +msgid "Upload file" +msgstr "" + +#: admin/callrestrict.php:104 admin/index.php:181 +msgid "Set call restriction times" +msgstr "" + +#: admin/callrestrict.php:118 admin/availability.php:163 +msgid "" +"Enter the start and end times for each day of the week to restrict calls " +"within" +msgstr "" + +#: admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/shifttemplate.php:136 +msgid "Day" +msgstr "" + +#: admin/callrestrict.php:158 admin/availability.php:181 +#: admin/shifttemplate.php:154 +msgid "Add row" +msgstr "" + +#: admin/callrestrict.php:159 +msgid "Save changes to restriction times" +msgstr "" + +#: admin/addshift.php:92 +msgid "Add shifts" +msgstr "" + +#: admin/addshift.php:93 +msgid "" +"You must be an operator (as well as have administrator access) to add/edit " +"shifts" +msgstr "" + +#: admin/addshift.php:145 admin/index.php:133 +msgid "Shift management" +msgstr "" + +#: admin/addshift.php:168 +msgid "Add shifts in your Time Zone" +msgstr "" + +#: admin/addshift.php:171 +msgid "" +"Shifts allow you to restrict appointments being made, and interviewers to " +"working on a particlar project at defined times." +msgstr "" + +#: admin/addshift.php:179 +msgid "Select year" +msgstr "" + +#: admin/addshift.php:190 +msgid "Select week" +msgstr "" + +#: admin/addshift.php:243 +msgid "Use shift?" +msgstr "" + +#: admin/process.php:95 +msgid "Cannot connect to VoIP Server" +msgstr "" + +#: admin/supervisorchat.php:68 +msgid "" +"Allow interviewers to chat with the supervisor over XMPP (Jabber). Required " +"is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " +"need XMPP/Jabber accounts." +msgstr "" + +#: admin/supervisorchat.php:78 +msgid "Enable supervisor chat?" +msgstr "" + +#: admin/supervisorchat.php:82 +msgid "Set BOSH URL" +msgstr "" + +#: admin/supervisorchat.php:86 +msgid "Supervisor XMPP/Jabber id" +msgstr "" + +#: admin/supervisorchat.php:90 +msgid "Update" +msgstr "" + +#: admin/questionnairelist.php:353 +msgid "Modify Questionnaire " +msgstr "" + +#: admin/questionnairelist.php:375 +msgid "Assigned survey" +msgstr "" + +#: admin/questionnairelist.php:379 +msgid "Edit instrument in Limesurvey" +msgstr "" + +#: admin/questionnairelist.php:385 admin/questionnairelist.php:386 +#: admin/new.php:167 admin/new.php:169 +msgid "Name for questionnaire:" +msgstr "" + +#: admin/questionnairelist.php:389 admin/new.php:202 +msgid "Restrict appointments to shifts?" +msgstr "" + +#: admin/questionnairelist.php:392 admin/new.php:209 +msgid "Restrict work to shifts?" +msgstr "" + +#: admin/questionnairelist.php:396 admin/new.php:216 +msgid "Questionnaire for testing only?" +msgstr "" + +#: admin/questionnairelist.php:400 admin/new.php:223 +msgid "Allow operators to generate referrals?" +msgstr "" + +#: admin/questionnairelist.php:404 admin/new.php:230 +msgid "Allow for respondent self completion via email invitation?" +msgstr "" + +#: admin/questionnairelist.php:409 admin/new.php:238 +msgid "Questionnaire display mode for respondent" +msgstr "" + +#: admin/questionnairelist.php:412 admin/new.php:241 +msgid "All in one" +msgstr "" + +#: admin/questionnairelist.php:413 admin/new.php:242 +msgid "Question by question" +msgstr "" + +#: admin/questionnairelist.php:414 admin/new.php:243 +msgid "Group at a time" +msgstr "" + +#: admin/questionnairelist.php:419 admin/new.php:248 +msgid "Limesurvey template for respondent" +msgstr "" + +#: admin/questionnairelist.php:438 admin/new.php:266 +msgid "URL to forward respondents on self completion (required)" +msgstr "" + +#: admin/questionnairelist.php:449 admin/questionnairelist.php:459 +#: admin/questionnairelist.php:469 admin/questionnairelist.php:479 +#: admin/questionnairelist.php:495 admin/questionnairelist.php:505 +#: admin/new.php:302 admin/new.php:312 admin/new.php:322 admin/new.php:332 +#: admin/new.php:344 admin/new.php:354 +msgid "Expand/Collapse" +msgstr "" + +#: admin/questionnairelist.php:450 admin/new.php:303 +msgid "Respondent selection introduction:" +msgstr "" + +#: admin/questionnairelist.php:460 admin/new.php:313 +msgid "Respondent selection project introduction:" +msgstr "" + +#: admin/questionnairelist.php:470 admin/new.php:323 +msgid "Respondent selection callback (already started questionnaire):" +msgstr "" + +#: admin/questionnairelist.php:480 admin/new.php:333 +msgid "Message to leave on an answering machine:" +msgstr "" + +#: admin/questionnairelist.php:490 +msgid "Edit respondent selection instrument in Limesurvey" +msgstr "" + +#: admin/questionnairelist.php:496 admin/new.php:345 +msgid "Project end text (thank you screen):" +msgstr "" + +#: admin/questionnairelist.php:506 admin/new.php:355 +msgid "Project information for interviewers/operators:" +msgstr "" + +#: admin/questionnairelist.php:514 +msgid "Update Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:528 +msgid "Delete Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:530 +msgid "Any collected data and the limesurvey instrument will NOT be deleted" +msgstr "" + +#: admin/questionnairelist.php:531 +msgid "" +"The questionnaire will be deleted from queXS including call history, cases, " +"case notes, respondent details, appointments and the links between " +"operators, clients and the questionnaire" +msgstr "" + +#: admin/questionnairelist.php:532 +msgid "Please confirm you wish to delete the questionnaire" +msgstr "" + +#: admin/questionnairelist.php:535 +msgid "Delete this questionnaire" +msgstr "" + +#: admin/questionnairelist.php:541 admin/index.php:114 admin/new.php:141 +#: admin/new.php:151 +msgid "Questionnaire management" +msgstr "" + +#: admin/questionnairelist.php:541 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:544 admin/index.php:113 admin/new.php:47 +msgid "Create a new questionnaire" +msgstr "" + +#: admin/questionnairelist.php:561 +msgid "Edit Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:562 +msgid "Edit Lime survey" +msgstr "" + +#: admin/questionnairelist.php:566 admin/questionnairelist.php:583 +#: admin/questionnairelist.php:587 +msgid "questionnaire" +msgstr "" + +#: admin/questionnairelist.php:571 admin/index.php:116 +msgid "Pre-fill questionnaire" +msgstr "" + +#: admin/questionnairelist.php:576 +msgid "Delete questionnaire" +msgstr "" + +#: admin/questionnairelist.php:581 +msgid "Outcomes for questionnaire" +msgstr "" + +#: admin/questionnairelist.php:587 admin/index.php:160 +#: admin/dataoutput.php:199 +msgid "Data output" +msgstr "" + +#: admin/questionnairelist.php:592 +msgid "Assigned samples" +msgstr "" + +#: admin/questionnairelist.php:597 admin/index.php:172 +#: admin/casestatus.php:209 +msgid "Case status and assignment" +msgstr "" + +#: admin/callhistory.php:113 admin/callhistory.php:144 +msgid "Call History List" +msgstr "" + +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/databasestrings.php:82 +msgid "Phone number" +msgstr "" + +#: admin/callhistory.php:150 +msgid "NO Call history records for Your query" +msgstr "" + +#: admin/callhistory.php:181 +msgid "Download Call History List" +msgstr "" + +#: admin/clients.php:88 +msgid "Could not add" +msgstr "" + +#: admin/clients.php:88 +msgid "There may already be a client of this name" +msgstr "" + +#: admin/clients.php:93 admin/clients.php:179 +msgid "Add a client" +msgstr "" + +#: admin/clients.php:148 +msgid "" +"Adding a client here will allow them to access project information in the " +"client subdirectory. You can assign a client to a particular project using " +"the" +msgstr "" + +#: admin/clients.php:148 +msgid "Assign client to Questionnaire" +msgstr "" + +#: admin/clients.php:148 +msgid "tool." +msgstr "" + +#: admin/clients.php:152 +msgid "Enter the username of a client to add:" +msgstr "" + +#: admin/clients.php:156 +msgid "Enter the password of a client to add:" +msgstr "" + +#: admin/clients.php:164 +msgid "Enter the first name of a client to add:" +msgstr "" + +#: admin/clients.php:168 +msgid "Enter the surname of a client to add:" +msgstr "" + +#: admin/clients.php:176 +msgid "Enter the Time Zone of a client to add:" +msgstr "" + +#: admin/availability.php:79 +msgid "No time slot group set" +msgstr "" + +#: admin/availability.php:113 +msgid "Modify time slots" +msgstr "" + +#: admin/availability.php:138 admin/supervisor.php:459 +msgid "Time slot" +msgstr "" + +#: admin/availability.php:159 +msgid "Edit Time slot group name" +msgstr "" + +#: admin/availability.php:182 +msgid "Save changes to time slot group" +msgstr "" + +#: admin/availability.php:186 +msgid "Delete this time slot group" +msgstr "" + +#: admin/clientquestionnaire.php:152 admin/clientquestionnaire.php:267 +#: admin/index.php:166 +msgid "Assign clients to questionnaires" +msgstr "" + +#: admin/clientquestionnaire.php:243 +msgid "Client" +msgstr "" + +#: admin/operatorlist.php:127 +msgid "Successfully updated user" +msgstr "" + +#: admin/operatorlist.php:131 admin/operatorlist.php:136 +msgid "Failed to update user" +msgstr "" + +#: admin/operatorlist.php:131 admin/operatorlist.php:136 +msgid "Please make sure the username is unique" +msgstr "" + +#: admin/operatorlist.php:144 +msgid "Edit Operator settings" +msgstr "" + +#: admin/operatorlist.php:221 +msgid "leave blank to keep existing password" +msgstr "" + +#: admin/operatorlist.php:282 +msgid "Update operator" +msgstr "" + +#: admin/operatorlist.php:373 +msgid "Win .bat file" +msgstr "" + +#: admin/operatorlist.php:374 +msgid "*nix script file" +msgstr "" + +#: admin/operatorlist.php:381 +msgid "Enable VoIP" +msgstr "" + +#: admin/operatorlist.php:383 +msgid "Disable VoIP" +msgstr "" + +#: admin/operatorlist.php:391 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:401 +msgid "VoIP ON/Off" +msgstr "" + +#: admin/operatorlist.php:402 +msgid "Win file" +msgstr "" + +#: admin/operatorlist.php:403 +msgid "*nix flle" +msgstr "" + +#: admin/operatorlist.php:412 +msgid "Assign to questionnaire" +msgstr "" + +#: admin/operatorlist.php:413 +msgid "Operator skills" +msgstr "" + +#: admin/operatorlist.php:418 +msgid "" +"Download the file for each user and save in the same folder as the voip.exe " +"executable. When the file is executed, it will run the voip.exe program with " +"the correct connection details to connect the operator to the VoIP server" +msgstr "" + +#: admin/operatorlist.php:420 +msgid "Download Windows VoIP Client Executable file" +msgstr "" + +#: admin/operatorlist.php:420 +msgid "Download Win file" +msgstr "" + +#: admin/operatorlist.php:421 +msgid "Download Linux VoIP Executable file" +msgstr "" + +#: admin/operatorlist.php:421 +msgid "Download Linux file" +msgstr "" + +#: admin/centreinfo.php:68 admin/index.php:182 +msgid "Set centre information" +msgstr "" + +#: admin/centreinfo.php:73 +msgid "Update centre information" +msgstr "" + +#: admin/import.php:46 +msgid "Validating and uploading" +msgstr "" + +#: admin/import.php:47 admin/import.php:85 admin/import.php:116 +msgid "Import sample" +msgstr "" + +#: admin/import.php:65 +msgid "Successfully imported sample" +msgstr "" + +#: admin/import.php:69 +msgid "Error importing file. Please try again" +msgstr "" + +#: admin/import.php:73 +msgid "Error:" +msgstr "" + +#: admin/import.php:73 +msgid "" +"Please check imported file, go back in your browser and fix the problem" +msgstr "" + +#: admin/import.php:84 +msgid "Select columns to import" +msgstr "" + +#: admin/import.php:102 admin/import.php:150 admin/assignsample.php:335 +msgid "Add sample" +msgstr "" + +#: admin/import.php:115 +msgid "Select file to upload" +msgstr "" + +#: admin/import.php:132 +msgid "Choose the CSV sample file to upload" +msgstr "" + +#: admin/import.php:140 +msgid "Sample description" +msgstr "" + +#: admin/import.php:142 +msgid "Enter new sample name..." +msgstr "" + +#: admin/index.php:64 +msgid "queXS Administration" +msgstr "" + +#: admin/index.php:81 +msgid "Click to Collapse / Expand Sidebar MENU " +msgstr "" + +#: admin/index.php:89 +msgid "Logged as:" +msgstr "" + +#: admin/index.php:93 +msgid "Settings" +msgstr "" + +#: admin/index.php:94 +msgid "Lock Screen" +msgstr "" + +#: admin/index.php:109 +msgid "Dashboard" +msgstr "" + +#: admin/index.php:110 +msgid "Questionnairies" +msgstr "" + +#: admin/index.php:112 admin/new.php:183 admin/new.php:377 +msgid "Create an instrument in Limesurvey" +msgstr "" + +#: admin/index.php:115 admin/new.php:379 +msgid "Administer instruments with Limesurvey" +msgstr "" + +#: admin/index.php:119 +msgid "Samples" +msgstr "" + +#: admin/index.php:124 +msgid "Assign samples to questionnaires" +msgstr "" + +#: admin/index.php:127 +msgid "Time slots and shifts" +msgstr "" + +#: admin/index.php:136 +msgid "Quotas" +msgstr "" + +#: admin/index.php:138 admin/quota.php:114 +msgid "Quota management" +msgstr "" + +#: admin/index.php:139 admin/quotarow.php:292 +msgid "Quota row management" +msgstr "" + +#: admin/index.php:142 +msgid "Operators" +msgstr "" + +#: admin/index.php:144 +msgid "Add operators to the system" +msgstr "" + +#: admin/index.php:145 +msgid "Operator management" +msgstr "" + +#: admin/index.php:146 +msgid "Extension status" +msgstr "" + +#: admin/index.php:147 admin/operatorquestionnaire.php:157 +#: admin/operatorquestionnaire.php:272 +msgid "Assign operators to questionnaires" +msgstr "" + +#: admin/index.php:148 admin/operatorskill.php:275 +msgid "Modify operator skills" +msgstr "" + +#: admin/index.php:152 +msgid "Results" +msgstr "" + +#: admin/index.php:154 +msgid "Display all future appointments" +msgstr "" + +#: admin/index.php:155 +msgid "Sample call attempts report" +msgstr "" + +#: admin/index.php:157 admin/shiftreport.php:67 +msgid "Shift reports" +msgstr "" + +#: admin/index.php:159 +msgid "Questionnaire outcomes" +msgstr "" + +#: admin/index.php:163 +msgid "Clients" +msgstr "" + +#: admin/index.php:165 +msgid "Add clients to the system" +msgstr "" + +#: admin/index.php:169 +msgid "Supervisor functions" +msgstr "" + +#: admin/index.php:171 admin/supervisor.php:125 +msgid "Assign outcomes to cases" +msgstr "" + +#: admin/index.php:176 +msgid "System settings" +msgstr "" + +#: admin/index.php:178 +msgid "Set default timezone list" +msgstr "" + +#: admin/index.php:179 +msgid "Manage Time slots" +msgstr "" + +#: admin/index.php:180 admin/shifttemplate.php:99 +msgid "Set default shift times" +msgstr "" + +#: admin/index.php:184 +msgid "System wide case sorting" +msgstr "" + +#: admin/index.php:191 admin/index.php:199 +msgid "VoIP" +msgstr "" + +#: admin/index.php:193 +msgid "Start and monitor VoIP" +msgstr "" + +#: admin/samplecallattempts.php:127 +msgid "Call attempts made" +msgstr "" + +#: admin/samplecallattempts.php:127 +msgid "Number of cases" +msgstr "" + +#: admin/samplecallattempts.php:190 +msgid "Sample call attempt" +msgstr "" + +#: admin/samplecallattempts.php:192 admin/dataoutput.php:201 +#: admin/operatorperformance.php:78 admin/shiftreport.php:71 +msgid "Please select a questionnaire" +msgstr "" + +#: admin/samplecallattempts.php:195 +msgid "Overall" +msgstr "" + +#: admin/samplecallattempts.php:204 admin/dataoutput.php:217 +msgid "Please select a sample" +msgstr "" + +#: admin/samplecallattempts.php:215 +msgid "Please select a quota" +msgstr "" + +#: admin/samplecallattempts.php:221 +msgid "No calls for this quota" +msgstr "" + +#: admin/samplecallattempts.php:225 +msgid "No calls for this sample" +msgstr "" + +#: admin/samplecallattempts.php:230 +msgid "No calls for this questionnaire" +msgstr "" + +#: admin/casesbyoutcome.php:57 +msgid "Cases by outcome" +msgstr "" + +#: admin/casesbyoutcome.php:77 admin/supervisor.php:307 +msgid "Project" +msgstr "" + +#: admin/casesbyoutcome.php:83 +msgid "Sample:" +msgstr "" + +#: admin/casesbyoutcome.php:98 admin/supervisor.php:309 +msgid "Current outcome:" +msgstr "" + +#: admin/casesbyoutcome.php:112 +msgid "No cases with this outcome" +msgstr "" + +#: admin/casesbyoutcome.php:119 +msgid "Error with input" +msgstr "" + +#: admin/quota.php:140 admin/quotarow.php:315 +msgid "No samples assigned to this questionnaire." +msgstr "" + +#: admin/quota.php:148 +msgid "Current quotas" +msgstr "" + +#: admin/quota.php:160 +msgid "Currently no quotas" +msgstr "" + +#: admin/quota.php:166 +msgid "Stop calling this sample when:" +msgstr "" + +#: admin/quota.php:166 +msgid "for" +msgstr "" + +#: admin/quota.php:166 +msgid "completions" +msgstr "" + +#: admin/quota.php:169 +msgid "Quota reached" +msgstr "" + +#: admin/quota.php:171 +msgid "Quota not yet reached" +msgstr "" + +#: admin/quota.php:173 +msgid "Current completions: " +msgstr "" + +#: admin/quota.php:181 +msgid "Select a question for the quota" +msgstr "" + +#: admin/quota.php:210 +msgid "Enter the details for creating the quota:" +msgstr "" + +#: admin/quota.php:215 admin/quotarow.php:459 admin/quotarow.php:540 +msgid "The type of comparison" +msgstr "" + +#: admin/quota.php:225 admin/quotarow.php:460 +msgid "The code value to compare" +msgstr "" + +#: admin/quota.php:228 admin/quotarow.php:396 admin/quotarow.php:600 +msgid "The number of completions to stop calling at" +msgstr "" + +#: admin/quota.php:235 +msgid "Add quota" +msgstr "" + +#: admin/quota.php:241 admin/quotarow.php:466 +msgid "Code values for this question" +msgstr "" + +#: admin/quota.php:253 admin/quotarow.php:481 +msgid "No labels defined for this question" +msgstr "" + +#: admin/quota.php:255 admin/quotarow.php:483 +msgid "Code value" +msgstr "" + +#: admin/assignsample.php:187 +msgid "Edit assignment parameters" +msgstr "" + +#: admin/assignsample.php:188 admin/assignsample.php:257 +msgid "Assign samples to questionnaire: " +msgstr "" + +#: admin/assignsample.php:219 admin/assignsample.php:284 +#: admin/assignsample.php:307 +msgid "Max calls" +msgstr "" + +#: admin/assignsample.php:221 admin/assignsample.php:224 +#: admin/assignsample.php:270 admin/assignsample.php:271 +#: admin/assignsample.php:309 admin/assignsample.php:313 +msgid "Unlimited" +msgstr "" + +#: admin/assignsample.php:222 admin/assignsample.php:284 +#: admin/assignsample.php:311 +msgid "Max call attempts" +msgstr "" + +#: admin/assignsample.php:225 admin/assignsample.php:315 +msgid "Number of answering machine messages to leave per case" +msgstr "" + +#: admin/assignsample.php:227 admin/assignsample.php:273 +#: admin/assignsample.php:317 +msgid "Never" +msgstr "" + +#: admin/assignsample.php:228 admin/assignsample.php:319 +msgid "Select from sample randomly?" +msgstr "" + +#: admin/assignsample.php:230 admin/assignsample.php:321 +msgid "Sequentially" +msgstr "" + +#: admin/assignsample.php:231 admin/assignsample.php:284 +#: admin/assignsample.php:323 +msgid "Allow new numbers to be drawn?" +msgstr "" + +#: admin/assignsample.php:256 +msgid "List & Add Sample" +msgstr "" + +#: admin/assignsample.php:267 +msgid "Samples selected for this questionnaire" +msgstr "" + +#: admin/assignsample.php:272 +msgid "Sequential" +msgstr "" + +#: admin/assignsample.php:272 +msgid "Random" +msgstr "" + +#: admin/assignsample.php:284 +msgid "Answering machine messages" +msgstr "" + +#: admin/assignsample.php:284 +msgid "Selection type" +msgstr "" + +#: admin/assignsample.php:284 +msgid "Unassign sample" +msgstr "" + +#: admin/assignsample.php:286 +msgid "No samples selected for this questionnaire" +msgstr "" + +#: admin/assignsample.php:300 +msgid "Add a sample to this questionnaire:" +msgstr "" + +#: admin/assignsample.php:303 +msgid "Select sample:" +msgstr "" + +#: admin/assignsample.php:329 +msgid "" +"Generate cases for all sample records and set outcome to 'Self completion " +"email invitation sent'? (Ideal if you intend to send an email invitation to " +"sample members before attempting to call using queXS)" +msgstr "" + +#: admin/supervisor.php:131 respondent.php:107 contactdetails.php:104 +msgid "Case id:" +msgstr "" + +#: admin/supervisor.php:132 +msgid "Enter a case id" +msgstr "" + +#: admin/supervisor.php:133 +msgid "Select case" +msgstr "" + +#: admin/supervisor.php:152 +msgid "Select case from list of cases referred to the supervisor:" +msgstr "" + +#: admin/supervisor.php:162 +msgid "Set an outcome for this call" +msgstr "" + +#: admin/supervisor.php:177 admin/supervisor.php:549 call_interface2.php:311 +msgid "Set outcome" +msgstr "" + +#: admin/supervisor.php:315 +msgid "Sample details" +msgstr "" + +#: admin/supervisor.php:325 admin/casestatus.php:121 +msgid "Time NOW" +msgstr "" + +#: admin/supervisor.php:353 +msgid "No sample data for this case" +msgstr "" + +#: admin/supervisor.php:358 admin/displayappointments.php:245 +#: admin/databasestrings.php:68 index.php:273 index_interface2.php:291 +msgid "Appointments" +msgstr "" + +#: admin/supervisor.php:382 admin/displayappointments.php:263 +msgid "Current outcome" +msgstr "" + +#: admin/supervisor.php:382 admin/displayappointments.php:263 +msgid "Operator who called" +msgstr "" + +#: admin/supervisor.php:385 +msgid "No appointments for this case" +msgstr "" + +#: admin/supervisor.php:396 +msgid "Change outcome" +msgstr "" + +#: admin/supervisor.php:403 +msgid "Call list" +msgstr "" + +#: admin/supervisor.php:458 +msgid "Call attempts by timeslot" +msgstr "" + +#: admin/supervisor.php:459 admin/casestatus.php:121 +msgid "Call attempts" +msgstr "" + +#: admin/supervisor.php:462 +msgid "Time slots NOT defined" +msgstr "" + +#: admin/supervisor.php:469 +msgid "Assign this case to operator (will appear as next case for them)" +msgstr "" + +#: admin/supervisor.php:481 +msgid "Assign this case to operator" +msgstr "" + +#: admin/supervisor.php:491 +msgid "Modify responses for this case" +msgstr "" + +#: admin/supervisor.php:493 +msgid "Case not yet started in Limesurvey" +msgstr "" + +#: admin/supervisor.php:498 +msgid "Availability groups" +msgstr "" + +#: admin/supervisor.php:526 +msgid "Update case availability" +msgstr "" + +#: admin/supervisor.php:537 +msgid "Set a case outcome" +msgstr "" + +#: admin/supervisor.php:555 admin/supervisor.php:560 +msgid "Deidentify" +msgstr "" + +#: admin/supervisor.php:556 +msgid "Remove all sample details and contact numbers from this case" +msgstr "" + +#: admin/supervisor.php:566 +msgid "Case does not exist" +msgstr "" + +#: admin/quotarow.php:318 +msgid "To quota report" +msgstr "" + +#: admin/quotarow.php:390 +msgid "To Row quotas" +msgstr "" + +#: admin/quotarow.php:396 admin/quotarow.php:598 +msgid "Describe this quota" +msgstr "" + +#: admin/quotarow.php:397 admin/quotarow.php:599 +msgid "Quota priority (50 is default, 100 highest, 0 lowest)" +msgstr "" + +#: admin/quotarow.php:397 admin/quotarow.php:601 +msgid "" +"Should the priority be automatically updated based on the number of " +"completions in this quota?" +msgstr "" + +#: admin/quotarow.php:413 +msgid "Restrictions based on answered questions" +msgstr "" + +#: admin/quotarow.php:418 +msgid "Currently NO Restrictions based on answered questions" +msgstr "" + +#: admin/quotarow.php:418 +msgid "" +"All completed responses that match the sample criteria below will be counted " +"towards the quota" +msgstr "" + +#: admin/quotarow.php:422 +msgid "" +"Only completed responses that have answered the following will be counted" +msgstr "" + +#: admin/quotarow.php:423 +msgid "SGQ code" +msgstr "" + +#: admin/quotarow.php:423 admin/quotarow.php:509 +msgid "Comparison" +msgstr "" + +#: admin/quotarow.php:423 admin/quotarow.php:509 admin/quotarow.php:541 +#: respondent.php:175 contactdetails.php:169 +msgid "Value" +msgstr "" + +#: admin/quotarow.php:452 +msgid "Add restriction based on answered questions" +msgstr "" + +#: admin/quotarow.php:453 +msgid "Select Question" +msgstr "" + +#: admin/quotarow.php:462 admin/quotarow.php:558 +msgid "Add restriction" +msgstr "" + +#: admin/quotarow.php:500 +msgid "Restrictions based on sample records" +msgstr "" + +#: admin/quotarow.php:504 +msgid "Currently NO Restrictions based on sample records" +msgstr "" + +#: admin/quotarow.php:504 +msgid "This sample will be limited to number of completions set in quota" +msgstr "" + +#: admin/quotarow.php:504 +msgid "" +"Caling cases for this sample will be stopped when the quota is reached" +msgstr "" + +#: admin/quotarow.php:508 +msgid "" +"Completed responses that have the following sample details will be counted " +"towards the quota and excluded when the quota is reached" +msgstr "" + +#: admin/quotarow.php:509 +msgid "Sample var ID" +msgstr "" + +#: admin/quotarow.php:532 +msgid "Add restriction based on sample records" +msgstr "" + +#: admin/quotarow.php:534 +msgid "Sample record" +msgstr "" + +#: admin/quotarow.php:581 +msgid "Currently no row quotas" +msgstr "" + +#: admin/quotarow.php:586 +msgid "Current row quotas" +msgstr "" + +#: admin/quotarow.php:587 +msgid "Priority" +msgstr "" + +#: admin/quotarow.php:587 +msgid "Select" +msgstr "" + +#: admin/quotarow.php:589 +msgid "Export selected" +msgstr "" + +#: admin/quotarow.php:591 +msgid "Delete selected" +msgstr "" + +#: admin/quotarow.php:595 admin/quotarow.php:602 +msgid "Add row quota" +msgstr "" + +#: admin/quotarow.php:607 admin/quotarow.php:615 +msgid "Import row quota" +msgstr "" + +#: admin/quotarow.php:613 +msgid "Choose the CSV row quota file to import:" +msgstr "" + +#: admin/operatorskill.php:152 +msgid "Assign operators to Skills" +msgstr "" + +#: admin/operatorskill.php:154 +msgid "" +"Set which types of cases will be made available to each operator. " +"Please note that all operators will be allowed to assign all possible " +"outcomes to a case. This restricts which ones will be assigned to an " +"operator." +msgstr "" + +#: admin/dataoutput.php:76 +msgid "ALL" +msgstr "" + +#: admin/dataoutput.php:93 +msgid "Current Outcome" +msgstr "" + +#: admin/dataoutput.php:93 +msgid "Number of calls" +msgstr "" + +#: admin/dataoutput.php:93 +msgid "DATE/TIME Last number dialled" +msgstr "" + +#: admin/dataoutput.php:215 +msgid "Download data for this questionnaire via Limesurvey" +msgstr "" + +#: admin/dataoutput.php:224 +msgid "Download data for this sample via Limesurvey" +msgstr "" + +#: admin/dataoutput.php:232 +msgid "Download key file: select sample var" +msgstr "" + +#: admin/dataoutput.php:239 +msgid "Download complete key file" +msgstr "" + +#: admin/dataoutput.php:242 +msgid "Download complete sample file with current outcomes" +msgstr "" + +#: admin/operatorperformance.php:71 +msgid "Operator Performance" +msgstr "" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +#: admin/casestatus.php:121 +msgid "Calls" +msgstr "" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Total time" +msgstr "" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Call time" +msgstr "" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Completions p/h" +msgstr "" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Calls p/h" +msgstr "" + +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +msgid "Effectiveness" +msgstr "" + +#: admin/operatorperformance.php:93 +msgid "till" +msgstr "" + +#: admin/operatorperformance.php:101 admin/shiftreport.php:78 +msgid "Please select a shift" +msgstr "" + +#: admin/shiftreport.php:98 +msgid "Reports for this shift" +msgstr "" + +#: admin/shiftreport.php:110 +msgid "Report" +msgstr "" + +#: admin/shiftreport.php:113 +msgid "Create new report for this shift" +msgstr "" + +#: admin/shiftreport.php:119 +msgid "Enter report for this shift" +msgstr "" + +#: admin/shiftreport.php:123 +msgid "Add report" +msgstr "" + +#: admin/shiftreport.php:159 +msgid "This report does not exist in the database" +msgstr "" + +#: admin/shiftreport.php:164 +msgid "Edit report for this shift" +msgstr "" + +#: admin/shiftreport.php:169 +msgid "Modify report" +msgstr "" + +#: admin/casestatus.php:87 admin/casestatus.php:88 +msgid "Available" +msgstr "" + +#: admin/casestatus.php:89 +msgid "minutes" +msgstr "" + +#: admin/casestatus.php:100 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:121 +msgid "Available in" +msgstr "" + +#: admin/casestatus.php:121 +msgid "Assigned to" +msgstr "" + +#: admin/casestatus.php:121 +msgid "Order" +msgstr "" + +#: admin/casestatus.php:133 +msgid "Assign selected cases to" +msgstr "" + +#: admin/casestatus.php:133 +msgid "operator" +msgstr "" + +#: admin/casestatus.php:136 +msgid "Assign cases to operator queue" +msgstr "" + +#: admin/casestatus.php:136 +msgid "Assign" +msgstr "" + +#: admin/casestatus.php:217 +msgid "INFORMATION" +msgstr "" + +#: admin/casestatus.php:220 +msgid "" +"List cases by questionnaire and sample with the ability to assign them to be " +"called next in a queue by a particular operator.
If you assign cases to " +"an operator, it will override the normal scheduling process and call them as " +"soon as the operator is available." +msgstr "" + +#: admin/casestatus.php:223 +msgid "OK" +msgstr "" + +#: admin/shifttemplate.php:114 +msgid "" +"Enter standard shift start and end times for each day of the week in local " +"time" +msgstr "" + +#: admin/shifttemplate.php:155 +msgid "Save changes to shifts" +msgstr "" + +#: admin/extensionstatus.php:106 +msgid "" +"Failed to add extension. There already may be an extension of this name" +msgstr "" + +#: admin/extensionstatus.php:138 +msgid "Extensions & status" +msgstr "" + +#: admin/extensionstatus.php:193 +msgid "Edit extension" +msgstr "" + +#: admin/extensionstatus.php:193 +msgid "Add an extension" +msgstr "" + +#: admin/extensionstatus.php:196 +msgid "Extension name: " +msgstr "" + +#: admin/extensionstatus.php:197 +msgid "such as SIP/1000" +msgstr "" + +#: admin/extensionstatus.php:200 +msgid "Extension password: " +msgstr "" + +#: admin/extensionstatus.php:201 +msgid "Enter New Password" +msgstr "" + +#: admin/extensionstatus.php:201 +msgid " or " +msgstr "" + +#: admin/extensionstatus.php:202 +msgid "New password" +msgstr "" + +#: admin/extensionstatus.php:203 +msgid "characters long" +msgstr "" + +#: admin/extensionstatus.php:207 admin/extensionstatus.php:268 +msgid "Add extension" +msgstr "" + +#: admin/extensionstatus.php:216 +msgid "Delete extension" +msgstr "" + +#: admin/extensionstatus.php:219 +msgid "Unassign the operator from this extension to be able to delete it" +msgstr "" + +#: admin/extensionstatus.php:229 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:229 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:433 +msgid "Requesting call" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:454 +msgid "Requires coding" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:262 +msgid "Assignment" +msgstr "" + +#: admin/extensionstatus.php:262 +msgid "VoIP Status" +msgstr "" + +#: admin/extensionstatus.php:262 +msgid "Call state" +msgstr "" + +#: admin/extensionstatus.php:262 +msgid "Time on call" +msgstr "" + +#: admin/extensionstatus.php:266 +msgid "No extensions" +msgstr "" + +#: admin/displayappointments.php:122 +msgid "Now modify case outcome" +msgstr "" + +#: admin/displayappointments.php:124 +msgid "" +"The appointment has been deleted. Now you must modify the case outcome" +msgstr "" + +#: admin/displayappointments.php:125 +msgid "Modify case outcome" +msgstr "" + +#: admin/displayappointments.php:131 +msgid "Create NEW appointment" +msgstr "" + +#: admin/displayappointments.php:131 +msgid "Edit appointment" +msgstr "" + +#: admin/displayappointments.php:196 +msgid "Contact phone" +msgstr "" + +#: admin/displayappointments.php:203 +msgid "" +"ATTENTION! Keep in mind that you're setting 'Start' & 'End' appoinment " +"times in RESPONDENT LOCAL TIME !!!" +msgstr "" + +#: admin/displayappointments.php:205 +msgid "Respondent TimeZone" +msgstr "" + +#: admin/displayappointments.php:207 +msgid "Respondent Time" +msgstr "" + +#: admin/displayappointments.php:234 +msgid "Cancel edit" +msgstr "" + +#: admin/displayappointments.php:238 +msgid "Delete this appointment" +msgstr "" + +#: admin/displayappointments.php:246 +msgid "Display Appointments" +msgstr "" + +#: admin/displayappointments.php:247 +msgid "All appointments (with times displayed in your time zone)" +msgstr "" + +#: admin/displayappointments.php:263 +msgid "Created by" +msgstr "" + +#: admin/displayappointments.php:265 +msgid "No future appointments" +msgstr "" + +#: admin/displayappointments.php:267 +msgid "Missed appointments (with times displayed in your time zone)" +msgstr "" + +#: admin/displayappointments.php:284 +msgid "No appointments missed" +msgstr "" + +#: admin/new.php:105 +msgid "Successfully inserted" +msgstr "" + +#: admin/new.php:105 +msgid "with ID" +msgstr "" + +#: admin/new.php:105 +msgid "linked to survey" +msgstr "" + +#: admin/new.php:110 +msgid "Error: Failed to insert questionnaire" +msgstr "" + +#: admin/new.php:140 +msgid "Create another ?" +msgstr "" + +#: admin/new.php:141 +msgid "No, Thank you, go to" +msgstr "" + +#: admin/new.php:151 +msgid "Go to" +msgstr "" + +#: admin/new.php:169 +msgid "Enter New questionnaire name.." +msgstr "" + +#: admin/new.php:174 +msgid "Select limesurvey instrument:" +msgstr "" + +#: admin/new.php:178 admin/new.php:195 +msgid "Survey" +msgstr "" + +#: admin/new.php:188 +msgid "Respondent selection type:" +msgstr "" + +#: admin/new.php:191 +msgid "No respondent selection (go straight to questionnaire)" +msgstr "" + +#: admin/new.php:192 +msgid "Use basic respondent selection text (below)" +msgstr "" + +#: admin/new.php:367 +msgid "Create Questionnaire" +msgstr "" + +#: admin/new.php:376 +msgid "NO active Lime surveys available" +msgstr "" + +#: admin/databasestrings.php:32 rs_intro_interface2.php:82 +msgid "Not attempted or worked" +msgstr "" + +#: admin/databasestrings.php:33 +msgid "No answer" +msgstr "" + +#: admin/databasestrings.php:34 rs_intro_interface2.php:85 +msgid "Technical phone problems" +msgstr "" + +#: admin/databasestrings.php:35 +msgid "Other, Referred to Supervisor (Eligible)" +msgstr "" + +#: admin/databasestrings.php:36 +msgid "Other, Referred to Supervisor (Unknown eligibility)" +msgstr "" + +#: admin/databasestrings.php:37 +msgid "Soft Refusal, Other" +msgstr "" + +#: admin/databasestrings.php:38 +msgid "Hard Refusal, Other" +msgstr "" + +#: admin/databasestrings.php:39 +msgid "Soft Refusal, Respondent" +msgstr "" + +#: admin/databasestrings.php:40 +msgid "Hard Refusal, Respondent" +msgstr "" + +#: admin/databasestrings.php:41 +msgid "Complete" +msgstr "" + +#: admin/databasestrings.php:42 +msgid "Known respondent refusal" +msgstr "" + +#: admin/databasestrings.php:43 +msgid "Household-level refusal" +msgstr "" + +#: admin/databasestrings.php:44 +msgid "Broken appointment (Implicit refusal)" +msgstr "" + +#: admin/databasestrings.php:45 +msgid "Disconnected number" +msgstr "" + +#: admin/databasestrings.php:46 +msgid "Fax/data line" +msgstr "" + +#: admin/databasestrings.php:47 +msgid "Business, government office, other organization" +msgstr "" + +#: admin/databasestrings.php:48 rs_intro_interface2.php:90 +msgid "No eligible respondent" +msgstr "" + +#: admin/databasestrings.php:49 +msgid "Accidental hang up or temporary phone problem" +msgstr "" + +#: admin/databasestrings.php:50 +msgid "Definite Appointment - Respondent" +msgstr "" + +#: admin/databasestrings.php:51 +msgid "Definite Appointment - Other" +msgstr "" + +#: admin/databasestrings.php:52 +msgid "Unspecified Appointment - Respondent" +msgstr "" + +#: admin/databasestrings.php:53 +msgid "Unspecified Appointment - Other" +msgstr "" + +#: admin/databasestrings.php:54 +msgid "Household answering machine - Message left" +msgstr "" + +#: admin/databasestrings.php:55 +msgid "Household answering machine - No message left" +msgstr "" + +#: admin/databasestrings.php:56 +msgid "Respondent Dead" +msgstr "" + +#: admin/databasestrings.php:57 +msgid "Physically or mentally unable/incompetent" +msgstr "" + +#: admin/databasestrings.php:58 +msgid "Household level language problem" +msgstr "" + +#: admin/databasestrings.php:59 +msgid "Respondent language problem" +msgstr "" + +#: admin/databasestrings.php:60 +msgid "Answering machine - Not a household" +msgstr "" + +#: admin/databasestrings.php:61 +msgid "Out of sample" +msgstr "" + +#: admin/databasestrings.php:62 rs_intro_interface2.php:91 +msgid "Non contact" +msgstr "" + +#: admin/databasestrings.php:63 +msgid "Temporary Outcomes (normal cases)" +msgstr "" + +#: admin/databasestrings.php:64 +msgid "Supervisor Outcomes (referred to supervisor)" +msgstr "" + +#: admin/databasestrings.php:65 +msgid "Refusal Outcomes (respondent refused)" +msgstr "" + +#: admin/databasestrings.php:66 +msgid "Final Outcomes (completed, final refusal, etc)" +msgstr "" + +#: admin/databasestrings.php:67 +msgid "Miscellaneous - Unavailable for a week" +msgstr "" + +#: admin/databasestrings.php:69 +msgid "Monday" +msgstr "" + +#: admin/databasestrings.php:70 +msgid "Tuesday" +msgstr "" + +#: admin/databasestrings.php:71 +msgid "Wednesday" +msgstr "" + +#: admin/databasestrings.php:72 +msgid "Thursday" +msgstr "" + +#: admin/databasestrings.php:73 +msgid "Friday" +msgstr "" + +#: admin/databasestrings.php:74 +msgid "Saturday" +msgstr "" + +#: admin/databasestrings.php:75 +msgid "Sunday" +msgstr "" + +#: admin/databasestrings.php:76 +msgid "Quota filled" +msgstr "" + +#: admin/databasestrings.php:77 +msgid "Weekday mornings (Before 12pm)" +msgstr "" + +#: admin/databasestrings.php:78 +msgid "Weekday afternoons (After 12pm but before 6pm)" +msgstr "" + +#: admin/databasestrings.php:79 +msgid "Evenings (After 6pm)" +msgstr "" + +#: admin/databasestrings.php:80 +msgid "Saturdays" +msgstr "" + +#: admin/databasestrings.php:81 +msgid "String" +msgstr "" + +#: admin/databasestrings.php:83 +msgid "Primary phone number" +msgstr "" + +#: admin/databasestrings.php:84 +msgid "State" +msgstr "" + +#: admin/databasestrings.php:85 +msgid "Postcode" +msgstr "" + +#: admin/databasestrings.php:86 +msgid "Respondent first name" +msgstr "" + +#: admin/databasestrings.php:87 +msgid "Respondent last name" +msgstr "" + +#: admin/databasestrings.php:88 +msgid "Email address" +msgstr "" + +#: admin/databasestrings.php:89 +msgid "Self completion email invitation sent" +msgstr "" + +#: admin/databasestrings.php:91 +msgid "Max call attempts reached (Eligible)" +msgstr "" + +#: admin/databasestrings.php:92 +msgid "Max calls reached (Eligible)" +msgstr "" + +#: admin/databasestrings.php:93 +msgid "Max call attempts reached (Unknown eligibility)" +msgstr "" + +#: admin/databasestrings.php:94 +msgid "Max calls reached (Unknown eligibility)" +msgstr "" + +#: call_interface2.php:121 +msgid "CONTACTED" +msgstr "" + +#: call_interface2.php:122 +msgid "NOT CONTACTED" +msgstr "" + +#: call_interface2.php:197 call_interface2.php:226 call_interface2.php:258 +#: call_interface2.php:262 call_interface2.php:280 call_interface2.php:359 +#: call_interface2.php:430 call.php:197 call.php:217 call.php:233 call.php:264 +#: call.php:312 call.php:383 +msgid "Call" +msgstr "" + +#: call_interface2.php:318 call.php:271 +msgid "Not on a call" +msgstr "" + +#: call_interface2.php:330 call_interface2.php:446 call_interface2.php:451 +#: call_interface2.php:467 call_interface2.php:473 call.php:283 call.php:399 +#: call.php:404 call.php:420 call.php:426 +msgid "End case" +msgstr "" + +#: call_interface2.php:355 call.php:308 +msgid "Press the call button to dial the number for this appointment:" +msgstr "" + +#: call_interface2.php:358 call.php:311 +msgid "Number to call:" +msgstr "" + +#: call_interface2.php:362 call_interface2.php:433 call.php:315 call.php:386 +msgid "" +"Your VoIP extension is not enabled. Please close this window and enable VoIP " +"by clicking once on the red button that says 'VoIP Off'" +msgstr "" + +#: call_interface2.php:423 call.php:376 +msgid "Select phone number to dial:" +msgstr "" + +#: call_interface2.php:438 call_interface2.php:472 call.php:391 call.php:425 +msgid "The last call completed this call attempt" +msgstr "" + +#: call_interface2.php:442 call_interface2.php:465 call.php:395 call.php:418 +msgid "Enter a reason for this outcome before completing this case:" +msgstr "" + +#: call_interface2.php:487 call.php:457 +msgid "Assign outcome" +msgstr "" + +#: call_interface2.php:492 call.php:461 +msgid "Error: Close window" +msgstr "" + +#: rs_answeringmachine.php:70 rs_answeringmachine_interface2.php:70 +msgid "Respondent Selection - Answering machine" +msgstr "" + +#: rs_answeringmachine.php:84 rs_answeringmachine_interface2.php:84 +msgid "Do not leave a message, please hang up" +msgstr "" + +#: rs_answeringmachine.php:87 rs_answeringmachine_interface2.php:87 +msgid "End call with outcome: Business answering machine" +msgstr "" + +#: rs_answeringmachine.php:92 rs_answeringmachine_interface2.php:92 +msgid "End call with outcome: Answering machine Message left" +msgstr "" + +#: rs_answeringmachine.php:96 rs_answeringmachine_interface2.php:96 +msgid "End call with outcome: Answering machine No message left" +msgstr "" + +#: rs_business.php:61 rs_business_interface2.php:61 +msgid "Respondent Selection - Business answers" +msgstr "" + +#: rs_business.php:65 rs_business_interface2.php:65 +msgid "Sorry to bother you, I have called the wrong number" +msgstr "" + +#: rs_business.php:67 rs_business_interface2.php:67 +msgid "End call with outcome: Business number" +msgstr "" + +#: call.php:434 call.php:441 +msgid "Call Answered" +msgstr "" + +#: call.php:448 +msgid "Not Answered" +msgstr "" + +#: index.php:169 nocallavailable.php:88 +msgid "Call/Hangup" +msgstr "" + +#: index.php:174 index_interface2.php:236 +msgid "Arrow for expanding or contracting" +msgstr "" + +#: index.php:175 +msgid "Restart" +msgstr "" + +#: index.php:228 index_interface2.php:248 +msgid "Notes" +msgstr "" + +#: index.php:246 index_interface2.php:264 contactdetails.php:76 +msgid "Contact details" +msgstr "" + +#: index.php:290 index_interface2.php:308 +msgid "Work history" +msgstr "" + +#: index.php:298 index_interface2.php:316 project_info.php:67 +msgid "Project information" +msgstr "" + +#: index.php:314 index_interface2.php:325 +msgid "Info" +msgstr "" + +#: rs_intro_interface2.php:80 +msgid "End call with outcome:" +msgstr "" + +#: rs_intro_interface2.php:83 +msgid "Not Contacted" +msgstr "" + +#: rs_intro_interface2.php:84 +msgid "No answer (ring out or busy) " +msgstr "" + +#: rs_intro_interface2.php:86 +msgid "Accidental hang up" +msgstr "" + +#: rs_intro_interface2.php:87 +msgid "Contacted" +msgstr "" + +#: rs_intro_interface2.php:88 +msgid "Refusal by respondent" +msgstr "" + +#: rs_intro_interface2.php:89 +msgid "Refusal by unknown person" +msgstr "" + +#: rs_intro_interface2.php:90 +msgid "No eligible respondent (person never available on this number)" +msgstr "" + +#: rs_intro_interface2.php:91 +msgid "" +"Non contact (person not currently available on this number: no appointment " +"made)" +msgstr "" + +#: rs_intro_interface2.php:92 +msgid "Out of sample (already completed in another mode)" +msgstr "" + +#: respondent.php:76 +msgid "Respondent Selector" +msgstr "" + +#: respondent.php:108 contactdetails.php:105 +msgid "Respondent:" +msgstr "" + +#: respondent.php:171 +msgid "Show details" +msgstr "" + +#: respondent.php:175 contactdetails.php:169 +msgid "Var" +msgstr "" + +#: shifts.php:63 +msgid "Shift List" +msgstr "" + +#: shifts.php:86 +msgid "No shifts for this project" +msgstr "" + +#: shifts.php:107 +msgid "No future shifts scheduled" +msgstr "" + +#: supervisor.php:67 +msgid "Please wait till you have ended this call to call the supervisor" +msgstr "" + +#: supervisor.php:111 +msgid "You may now close this window" +msgstr "" + +#: supervisor.php:116 +msgid "Calling the supervisor, you may close this window" +msgstr "" + +#: supervisor.php:121 +msgid "" +"Click here to call the supervisor's phone. Otherwise close this window" +msgstr "" + +#: supervisor.php:122 +msgid "Hangup when calling the supervisor" +msgstr "" + +#: supervisor.php:127 +msgid "Try calling the supervisor" +msgstr "" + +#: supervisor.php:134 +msgid "" +"Please wait for this call to answer before attempting to call the supervisor" +msgstr "" + +#: endwork.php:51 +msgid "End of work" +msgstr "" + +#: endwork.php:58 +msgid "Work has ended. That is it" +msgstr "" + +#: endwork.php:76 +msgid "You have been unassigned from your extension" +msgstr "" + +#: endwork.php:81 +msgid "Go back to work" +msgstr "" + +#: nocallavailable.php:85 +msgid "No call available" +msgstr "" + +#: nocallavailable.php:88 +msgid "Please click on:" +msgstr "" + +#: nocallavailable.php:88 +msgid "to display call script" +msgstr "" + +#: nocallavailable.php:182 +msgid "Will dial in" +msgstr "" + +#: nocallavailable.php:183 +msgid "Dialling now" +msgstr "" + +#: nocallavailable.php:189 +msgid "Will end case in" +msgstr "" + +#: nocallavailable.php:190 +msgid "Ending case now" +msgstr "" + +#: nocallavailable.php:221 +msgid "" +"Your VoIP extension is not active. Please activate VoIP by clicking once on " +"the red button that says 'VoIP Off'" +msgstr "" + +#: nocallavailable.php:227 +msgid "Auto dialling unavailable as VoIP is not enabled" +msgstr "" + +#: nocallavailable.php:233 +msgid "Auto dialling unavailable as you are already on a call" +msgstr "" + +#: index_interface2.php:203 +msgid "Case" +msgstr "" + +#: rs_quota_end.php:67 +msgid "Respondent Selection - Project Quota End" +msgstr "" + +#: rs_quota_end.php:78 rs_quota_end.php:84 +msgid "End call with outcome: Quota filled" +msgstr "" diff --git a/locale/id/LC_MESSAGES/id.mo b/locale/id/LC_MESSAGES/id.mo index aa3051b03b37bdb8551bbd99810b403184f1a4f0..c6ea28f596bb360757b50f6f6ad128eedb3dfbc3 100644 GIT binary patch delta 40 wcmcb@e1&\n" -"POT-Creation-Date: 2015-08-10 16:24+1000\n" +"POT-Creation-Date: 2015-09-07 12:24+1000\n" "PO-Revision-Date: 2013-03-08 01:20+0000\n" "Last-Translator: FULL NAME\n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-08-31 02:56+0000\n" -"X-Generator: Launchpad (build 17690)\n" +"X-Launchpad-Export-Date: 2015-11-20 03:52+0000\n" +"X-Generator: Launchpad (build 17850)\n" -#: appointment.php:69 +#: appointment.php:74 msgid "Appointment error" msgstr "" -#: appointment.php:70 +#: appointment.php:75 msgid "" "You have not been assigned a case therefore cannot create an appointment" msgstr "" -#: appointment.php:109 +#: appointment.php:114 msgid "Appointment made" msgstr "" -#: appointment.php:121 admin/supervisor.php:380 +#: appointment.php:126 admin/supervisor.php:390 msgid "Create appointment" msgstr "" -#: appointment.php:124 appointmentlist.php:90 callhistory.php:83 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:372 admin/displayappointments.php:184 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: appointment.php:129 appointmentlist.php:95 callhistory.php:88 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:382 admin/displayappointments.php:189 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Respondent" msgstr "" -#: appointment.php:133 +#: appointment.php:138 msgid "Create new respondent:" msgstr "" -#: appointment.php:136 +#: appointment.php:141 msgid "Add this respondent" msgstr "" -#: appointment.php:147 admin/operators.php:264 admin/operatorlist.php:222 -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: appointment.php:152 admin/operators.php:269 admin/operatorlist.php:240 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Timezone" msgstr "" -#: appointment.php:147 +#: appointment.php:152 msgid "Current Time" msgstr "" -#: appointment.php:163 +#: appointment.php:168 msgid "Select phone number:" msgstr "" -#: appointment.php:177 +#: appointment.php:182 msgid "Add new phone number" msgstr "" -#: appointment.php:190 +#: appointment.php:195 msgid "Add new phone number (with area code, eg 0398761234):" msgstr "" -#: appointment.php:193 +#: appointment.php:198 msgid "Add this phone number" msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid "Accept appointment from " msgstr "" -#: appointment.php:213 functions/functions.calendar.php:318 +#: appointment.php:218 functions/functions.calendar.php:318 msgid " till " msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid " on " msgstr "" -#: appointment.php:213 +#: appointment.php:218 msgid "on" msgstr "" -#: appointment.php:214 +#: appointment.php:219 msgid "Appointment with myself only?" msgstr "" -#: appointment.php:223 include/limesurvey/qanda.php:1701 +#: appointment.php:228 include/limesurvey/qanda.php:1701 #: include/limesurvey/qanda.php:1921 msgid "Schedule Appointment" msgstr "" -#: info.php:56 +#: info.php:62 msgid "Information" msgstr "" -#: rs_project_end.php:71 rs_project_end_interface2.php:62 +#: rs_project_end.php:77 rs_project_end_interface2.php:68 msgid "Respondent Selection - Project end" msgstr "" -#: rs_project_end.php:88 +#: rs_project_end.php:94 msgid "Call automatically ended with outcome: Complete" msgstr "" -#: rs_project_end.php:93 rs_project_end_interface2.php:85 +#: rs_project_end.php:99 rs_project_end_interface2.php:91 msgid "End call with outcome: Complete" msgstr "" @@ -147,6 +147,45 @@ msgstr "" msgid "Show to operator?" msgstr "" +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: waitnextcase_interface2.php:142 admin/samplelist.php:312 +#: admin/samplelist.php:313 admin/samplelist.php:476 admin/samplelist.php:487 +#: admin/operators.php:289 admin/operators.php:301 admin/operators.php:305 +#: admin/operators.php:309 admin/operators.php:313 admin/operators.php:317 +#: admin/samplesearch.php:101 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:232 +#: admin/assignsample.php:274 admin/assignsample.php:320 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/supervisor.php:195 admin/quotarow.php:397 admin/quotarow.php:571 +#: admin/quotarow.php:601 admin/new.php:204 admin/new.php:211 +#: admin/new.php:218 admin/new.php:225 admin/new.php:232 +msgid "Yes" +msgstr "" + +#: functions/functions.import.php:144 functions/functions.import.php:156 +#: admin/samplelist.php:312 admin/samplelist.php:313 admin/operators.php:289 +#: admin/operators.php:301 admin/operators.php:305 admin/operators.php:309 +#: admin/operators.php:313 admin/operators.php:317 admin/addshift.php:261 +#: admin/supervisorchat.php:79 admin/questionnairelist.php:390 +#: admin/questionnairelist.php:393 admin/questionnairelist.php:397 +#: admin/questionnairelist.php:401 admin/questionnairelist.php:405 +#: admin/operatorlist.php:257 admin/operatorlist.php:269 +#: admin/operatorlist.php:273 admin/operatorlist.php:277 +#: admin/assignsample.php:229 admin/assignsample.php:230 +#: admin/assignsample.php:232 admin/assignsample.php:274 +#: admin/assignsample.php:320 admin/assignsample.php:321 +#: admin/assignsample.php:324 admin/assignsample.php:330 +#: admin/quotarow.php:397 admin/quotarow.php:571 admin/quotarow.php:601 +#: admin/new.php:204 admin/new.php:211 admin/new.php:218 admin/new.php:225 +#: admin/new.php:232 +msgid "No" +msgstr "" + #: functions/functions.operator.php:167 include/limesurvey/quexs.php:362 msgid "morning" msgstr "" @@ -160,9 +199,7 @@ msgid "evening" msgstr "" #: functions/functions.operator.php:972 -msgid "" -"ERROR: You do not have server side authentication enabled therefore queXS " -"cannot determine which user is accessing the system." +msgid "ERROR: You are not logged in." msgstr "" #: functions/functions.performance.php:469 @@ -214,8 +251,8 @@ msgstr "" msgid "None" msgstr "" -#: functions/functions.calendar.php:212 respondent.php:93 respondent.php:131 -#: contactdetails.php:90 contactdetails.php:128 +#: functions/functions.calendar.php:212 respondent.php:99 respondent.php:137 +#: contactdetails.php:96 contactdetails.php:134 msgid "Add respondent" msgstr "" @@ -271,9 +308,9 @@ msgstr "" msgid "Sun" msgstr "" -#: functions/functions.voip.php:449 selectextension.php:108 status.php:99 -#: admin/operators.php:273 admin/operatorlist.php:230 -#: admin/operatorlist.php:372 admin/extensionstatus.php:257 +#: functions/functions.voip.php:449 selectextension.php:114 status.php:105 +#: admin/operators.php:278 admin/operatorlist.php:248 +#: admin/operatorlist.php:394 admin/extensionstatus.php:262 msgid "Extension" msgstr "" @@ -293,7 +330,8 @@ msgstr "" msgid "Reconnected" msgstr "" -#: functions/functions.voip.php:553 status.php:118 call.php:434 +#: functions/functions.voip.php:553 status.php:124 +#: admin/extensionstatus.php:231 call.php:440 msgid "Ringing" msgstr "" @@ -304,17 +342,19 @@ msgid " Extension " msgstr "" #: functions/functions.voip.php:553 functions/functions.voip.php:565 -#: functions/functions.voip.php:577 admin/systemsortprocess.php:147 -#: admin/systemsortprocess.php:185 admin/bulkappointment.php:210 -#: admin/bulkappointment.php:232 admin/casestatus.php:116 +#: functions/functions.voip.php:577 supervisorchat.php:88 +#: admin/systemsortprocess.php:152 admin/systemsortprocess.php:190 +#: admin/bulkappointment.php:215 admin/bulkappointment.php:237 +#: admin/casestatus.php:121 msgid "Case id" msgstr "" -#: functions/functions.voip.php:565 status.php:122 call.php:441 +#: functions/functions.voip.php:565 status.php:128 +#: admin/extensionstatus.php:231 call.php:447 msgid "Answered" msgstr "" -#: functions/functions.voip.php:577 call.php:431 call.php:438 call.php:445 +#: functions/functions.voip.php:577 call.php:437 call.php:444 call.php:451 msgid "Hangup" msgstr "" @@ -326,362 +366,354 @@ msgstr "" msgid "Registered" msgstr "" -#: rs_callback.php:66 rs_callback_interface2.php:66 +#: rs_callback.php:72 rs_callback_interface2.php:72 msgid "Respondent Selection - Call back" msgstr "" -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 msgid "You are: " msgstr "" -#: rs_callback.php:80 rs_callback_interface2.php:80 +#: rs_callback.php:86 rs_callback_interface2.php:86 #, php-format msgid "% complete" msgstr "" -#: rs_callback.php:87 rs_callback_interface2.php:87 +#: rs_callback.php:93 rs_callback_interface2.php:93 msgid "Yes - Continue where we left off" msgstr "" -#: rs_callback.php:88 rs_callback_interface2.php:88 rs_intro.php:122 -#: rs_project_intro_interface2.php:81 rs_project_intro.php:81 +#: rs_callback.php:94 rs_callback_interface2.php:94 rs_intro.php:128 +#: rs_project_intro_interface2.php:87 rs_project_intro.php:87 msgid "End call with outcome: Refusal by respondent" msgstr "" -#: rs_callback.php:89 rs_callback_interface2.php:89 -#: rs_project_intro_interface2.php:85 rs_answeringmachine.php:91 -#: rs_business.php:62 rs_answeringmachine_interface2.php:91 -#: rs_project_intro.php:85 rs_business_interface2.php:62 +#: rs_callback.php:95 rs_callback_interface2.php:95 +#: rs_project_intro_interface2.php:91 rs_answeringmachine.php:97 +#: rs_business.php:68 rs_answeringmachine_interface2.php:97 +#: rs_project_intro.php:91 rs_business_interface2.php:68 msgid "Go Back" msgstr "" -#: selectextension.php:88 index.php:145 +#: selectextension.php:94 index.php:150 msgid "queXS" msgstr "" -#: selectextension.php:99 +#: selectextension.php:105 msgid "" "There are no extensions available, please contact the supervisor or click " "below to try again for an available extension" msgstr "" -#: selectextension.php:100 +#: selectextension.php:106 msgid "Try again" msgstr "" -#: selectextension.php:104 +#: selectextension.php:110 msgid "Select extension" msgstr "" -#: selectextension.php:105 +#: selectextension.php:111 msgid "" "Please select your extension from the list below then click on 'Choose " "extension'" msgstr "" -#: selectextension.php:110 +#: selectextension.php:116 msgid "Choose extension" msgstr "" -#: status.php:58 status.php:77 status_interface2.php:70 -#: admin/quotareport.php:294 admin/outcomes.php:82 admin/outcomes.php:194 -#: admin/quotarow.php:582 +#: status.php:64 status.php:83 status_interface2.php:76 +#: admin/quotareport.php:299 admin/outcomes.php:87 admin/outcomes.php:199 +#: admin/quotarow.php:587 msgid "Status" msgstr "" -#: status.php:59 callhistory.php:87 admin/callhistory.php:174 -#: admin/casesbyoutcome.php:117 +#: status.php:65 callhistory.php:92 admin/callhistory.php:192 +#: admin/casesbyoutcome.php:122 msgid "No operator" msgstr "" -#: status.php:95 +#: status.php:101 msgid "VoIP On" msgstr "" -#: status.php:97 +#: status.php:103 msgid "VoIP Off" msgstr "" -#: status.php:102 +#: status.php:108 msgid "No VoIP" msgstr "" -#: status.php:106 +#: status.php:112 msgid "No call" msgstr "" -#: status.php:110 +#: status.php:116 msgid "To be coded" msgstr "" -#: status.php:114 +#: status.php:120 msgid "Requesting" msgstr "" -#: status.php:130 +#: status.php:136 msgid "APPT" msgstr "" -#: status.php:131 +#: status.php:137 msgid "MISSED" msgstr "" -#: status.php:134 casenote.php:113 status_interface2.php:232 calllist.php:88 -#: project_info.php:82 +#: status.php:140 casenote.php:119 status_interface2.php:238 calllist.php:93 +#: project_info.php:88 msgid "No case" msgstr "" -#: referral.php:183 +#: referral.php:189 msgid "Generated referral to case id" msgstr "" -#: referral.php:189 +#: referral.php:195 msgid "Generated as referral from case id" msgstr "" -#: referral.php:195 +#: referral.php:201 msgid "Created referral case - you may now close this window" msgstr "" -#: referral.php:199 +#: referral.php:205 msgid "" "Failed to create referral case - please check your input and try again" msgstr "" -#: referral.php:205 +#: referral.php:211 msgid "You must supply a primary phone number" msgstr "" -#: referral.php:214 index.php:167 index_interface2.php:222 +#: referral.php:220 index.php:172 index_interface2.php:228 msgid "Referral" msgstr "" -#: referral.php:225 referral.php:260 +#: referral.php:231 referral.php:266 msgid "Create referral" msgstr "" -#: referral.php:258 +#: referral.php:264 msgid "Call this new referral immediately after this case?" msgstr "" -#: referral.php:265 +#: referral.php:271 msgid "Referrals not available for this questionnaire" msgstr "" -#: performance.php:61 index.php:277 index_interface2.php:294 +#: performance.php:67 index.php:282 index_interface2.php:300 msgid "Performance" msgstr "" -#: performance.php:77 admin/operatorperformance.php:103 +#: performance.php:83 admin/operatorperformance.php:108 msgid "This shift" msgstr "" -#: performance.php:78 performance.php:85 casenote.php:110 -#: appointmentlist.php:90 calllist.php:84 admin/outcomes.php:234 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/operatorlist.php:184 admin/operatorlist.php:372 -#: admin/casesbyoutcome.php:88 admin/supervisor.php:372 -#: admin/supervisor.php:399 admin/supervisor.php:416 -#: admin/operatorskill.php:246 admin/operatorperformance.php:81 -#: admin/operatorperformance.php:104 admin/shiftreport.php:104 -#: admin/extensionstatus.php:257 admin/operatorquestionnaire.php:242 +#: performance.php:84 performance.php:91 casenote.php:116 +#: appointmentlist.php:95 calllist.php:89 admin/outcomes.php:239 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/operatorlist.php:200 admin/operatorlist.php:394 +#: admin/casesbyoutcome.php:93 admin/supervisor.php:382 +#: admin/supervisor.php:409 admin/supervisor.php:426 +#: admin/operatorskill.php:251 admin/operatorperformance.php:86 +#: admin/operatorperformance.php:109 admin/shiftreport.php:110 +#: admin/extensionstatus.php:262 admin/operatorquestionnaire.php:247 msgid "Operator" msgstr "" -#: performance.php:78 performance.php:85 admin/quotareport.php:294 -#: admin/outcomes.php:299 admin/quotarow.php:582 -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: performance.php:84 performance.php:91 admin/quotareport.php:299 +#: admin/outcomes.php:304 admin/quotarow.php:587 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions" msgstr "" -#: performance.php:78 performance.php:85 +#: performance.php:84 performance.php:91 msgid "Completions per hour" msgstr "" -#: performance.php:84 admin/operatorperformance.php:80 +#: performance.php:90 admin/operatorperformance.php:85 msgid "This project" msgstr "" -#: casenote.php:56 +#: casenote.php:62 msgid "Case Notes" msgstr "" -#: casenote.php:66 casenote.php:105 admin/supervisor.php:424 +#: casenote.php:72 casenote.php:111 admin/supervisor.php:434 msgid "Add note" msgstr "" -#: casenote.php:69 admin/samplelist.php:284 admin/samplelist.php:495 -#: admin/samplesearch.php:102 admin/questionnairelist.php:370 -#: admin/questionnairelist.php:508 admin/questionnairelist.php:530 -#: admin/questionnairelist.php:538 admin/callhistory.php:137 -#: admin/availability.php:121 admin/operatorlist.php:182 admin/import.php:43 -#: admin/import.php:81 admin/import.php:112 admin/casesbyoutcome.php:54 -#: admin/assignsample.php:201 admin/assignsample.php:254 -#: admin/casestatus.php:205 admin/extensionstatus.php:185 respondent.php:95 -#: contactdetails.php:92 +#: casenote.php:75 admin/samplelist.php:289 admin/samplelist.php:500 +#: admin/samplesearch.php:107 admin/questionnairelist.php:375 +#: admin/questionnairelist.php:513 admin/questionnairelist.php:535 +#: admin/questionnairelist.php:543 admin/callhistory.php:145 +#: admin/availability.php:127 admin/operatorlist.php:198 admin/import.php:48 +#: admin/import.php:86 admin/import.php:117 admin/casesbyoutcome.php:59 +#: admin/assignsample.php:206 admin/assignsample.php:259 +#: admin/casestatus.php:210 admin/extensionstatus.php:190 respondent.php:101 +#: contactdetails.php:98 msgid "Go back" msgstr "" -#: casenote.php:108 admin/supervisor.php:414 +#: casenote.php:114 admin/supervisor.php:424 msgid "No notes" msgstr "" -#: casenote.php:110 callhistory.php:83 calllist.php:84 -#: admin/supervisor.php:399 admin/supervisor.php:416 +#: casenote.php:116 callhistory.php:88 calllist.php:89 +#: admin/supervisor.php:409 admin/supervisor.php:426 msgid "Date/Time" msgstr "" -#: casenote.php:110 admin/bulkappointment.php:232 admin/supervisor.php:416 +#: casenote.php:116 admin/bulkappointment.php:237 admin/supervisor.php:426 msgid "Note" msgstr "" -#: waitnextcase_interface2.php:43 +#: waitnextcase_interface2.php:49 msgid "Standby" msgstr "" -#: waitnextcase_interface2.php:57 endwork.php:49 +#: waitnextcase_interface2.php:60 +msgid "Operator Automatically logged out after: " +msgstr "" + +#: waitnextcase_interface2.php:60 +msgid " minutes" +msgstr "" + +#: waitnextcase_interface2.php:63 endwork.php:55 msgid "You have been automatically logged out of work due to inactivity" msgstr "" -#: waitnextcase_interface2.php:84 nocaseavailable.php:95 +#: waitnextcase_interface2.php:90 nocaseavailable.php:101 msgid "ERROR: No questionnaires assigned to you" msgstr "" -#: waitnextcase_interface2.php:89 nocaseavailable.php:89 +#: waitnextcase_interface2.php:95 nocaseavailable.php:95 msgid "Assigned questionnaires:" msgstr "" -#: waitnextcase_interface2.php:115 nocaseavailable.php:119 +#: waitnextcase_interface2.php:121 nocaseavailable.php:125 msgid "ERROR: No samples assigned to the questionnaires" msgstr "" -#: waitnextcase_interface2.php:117 nocaseavailable.php:113 +#: waitnextcase_interface2.php:123 nocaseavailable.php:119 msgid "Assigned samples:" msgstr "" -#: waitnextcase_interface2.php:133 nocaseavailable.php:144 +#: waitnextcase_interface2.php:139 nocaseavailable.php:150 msgid "ERROR: No shifts at this time" msgstr "" -#: waitnextcase_interface2.php:136 nocaseavailable.php:138 +#: waitnextcase_interface2.php:142 nocaseavailable.php:144 msgid "Current shifts available:" msgstr "" -#: waitnextcase_interface2.php:136 admin/operators.php:284 -#: admin/operators.php:296 admin/operators.php:300 admin/operators.php:304 -#: admin/operators.php:308 admin/samplesearch.php:96 -#: admin/supervisorchat.php:74 admin/questionnairelist.php:385 -#: admin/questionnairelist.php:388 admin/questionnairelist.php:392 -#: admin/questionnairelist.php:396 admin/questionnairelist.php:400 -#: admin/operatorlist.php:239 admin/operatorlist.php:251 -#: admin/operatorlist.php:255 admin/assignsample.php:224 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:319 admin/assignsample.php:325 -#: admin/supervisor.php:185 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "Yes" -msgstr "" - -#: waitnextcase_interface2.php:156 waitnextcase_interface2.php:159 -#: admin/outcomes.php:122 +#: waitnextcase_interface2.php:162 waitnextcase_interface2.php:165 +#: admin/outcomes.php:127 msgid "Cases currently available to call" msgstr "" -#: waitnextcase_interface2.php:175 waitnextcase_interface2.php:178 +#: waitnextcase_interface2.php:181 waitnextcase_interface2.php:184 msgid "New samples available to call" msgstr "" -#: waitnextcase_interface2.php:191 +#: waitnextcase_interface2.php:197 msgid "Get a new case" msgstr "" -#: waitnextcase_interface2.php:193 call_interface2.php:324 -#: call_interface2.php:326 call_interface2.php:442 call_interface2.php:447 -#: call_interface2.php:463 call_interface2.php:469 call.php:276 call.php:278 -#: call.php:394 call.php:399 call.php:415 call.php:421 -#: index_interface2.php:224 +#: waitnextcase_interface2.php:199 call_interface2.php:329 +#: call_interface2.php:331 call_interface2.php:447 call_interface2.php:452 +#: call_interface2.php:468 call_interface2.php:474 call.php:282 call.php:284 +#: call.php:400 call.php:405 call.php:421 call.php:427 +#: index_interface2.php:230 msgid "End work" msgstr "" -#: rs_intro.php:65 rs_intro_interface2.php:65 +#: rs_intro.php:71 rs_intro_interface2.php:71 msgid "Respondent Selection - Introduction" msgstr "" -#: rs_intro.php:92 rs_intro.php:98 rs_intro.php:106 rs_intro.php:112 -#: rs_project_intro_interface2.php:79 rs_intro_interface2.php:109 -#: rs_intro_interface2.php:115 rs_intro_interface2.php:123 -#: rs_intro_interface2.php:129 rs_project_intro.php:79 +#: rs_intro.php:98 rs_intro.php:104 rs_intro.php:112 rs_intro.php:118 +#: rs_project_intro_interface2.php:85 rs_intro_interface2.php:115 +#: rs_intro_interface2.php:121 rs_intro_interface2.php:129 +#: rs_intro_interface2.php:135 rs_project_intro.php:85 msgid "Yes - Continue" msgstr "" -#: rs_intro.php:117 rs_intro_interface2.php:87 +#: rs_intro.php:123 rs_intro_interface2.php:93 msgid "Business number" msgstr "" -#: rs_intro.php:118 rs_intro_interface2.php:88 +#: rs_intro.php:124 rs_intro_interface2.php:94 msgid "Answering machine" msgstr "" -#: rs_intro.php:119 +#: rs_intro.php:125 msgid "End call with outcome: No answer (ring out or busy) " msgstr "" -#: rs_intro.php:120 +#: rs_intro.php:126 msgid "End call with outcome: Accidental hang up" msgstr "" -#: rs_intro.php:121 +#: rs_intro.php:127 msgid "End call with outcome: Refusal by unknown person" msgstr "" -#: rs_intro.php:123 +#: rs_intro.php:129 msgid "" "End call with outcome: No eligible respondent (person never available on " "this number)" msgstr "" -#: rs_intro.php:124 +#: rs_intro.php:130 msgid "" "End call with outcome: Non contact (person not currently available on this " "number: no appointment made)" msgstr "" -#: rs_intro.php:125 rs_project_intro_interface2.php:83 rs_project_intro.php:83 +#: rs_intro.php:131 rs_project_intro_interface2.php:89 rs_project_intro.php:89 msgid "" "End call with outcome: Out of sample (already completed in another mode)" msgstr "" -#: record.php:55 +#: record.php:61 msgid "Stop REC" msgstr "" -#: record.php:56 record.php:79 record.php:96 +#: record.php:62 record.php:85 record.php:102 msgid "Record" msgstr "" -#: record.php:66 +#: record.php:72 msgid "Beginning recording..." msgstr "" -#: record.php:69 record.php:97 +#: record.php:75 record.php:103 msgid "Not on a call, so not beginning a recording" msgstr "" -#: record.php:73 +#: record.php:79 msgid "Begin the manual recording now..." msgstr "" -#: record.php:78 email.php:274 call_interface2.php:207 call_interface2.php:272 -#: call.php:206 call.php:224 index.php:168 +#: record.php:84 email.php:280 call_interface2.php:212 call_interface2.php:277 +#: call.php:212 call.php:230 index.php:173 msgid "Start REC" msgstr "" -#: record.php:86 +#: record.php:92 msgid "Stopping recording..." msgstr "" -#: record.php:90 +#: record.php:96 msgid "Stop the manual recording now..." msgstr "" @@ -692,6 +724,10 @@ msgid "" "\n" msgstr "" +#: include/limesurvey/quexs.php:171 admin/databasestrings.php:90 +msgid "Self completed online" +msgstr "" + #: include/limesurvey/quexs.php:676 include/limesurvey/quexs.php:755 msgid "Not on an appointment" msgstr "" @@ -700,6 +736,10 @@ msgstr "" msgid "On an appointment" msgstr "" +#: include/limesurvey/quexs.php:989 +msgid "All samples" +msgstr "" + #: include/limesurvey/common_functions.php:6298 msgid "queXS: Number of call attempts" msgstr "" @@ -716,6 +756,10 @@ msgstr "" msgid "queXS: Number of answering machine messages left" msgstr "" +#: include/limesurvey/optout.php:83 +msgid "Self completion refused via opt out function" +msgstr "" + #: include/limesurvey/admin/exportresults.php:110 #: include/limesurvey/admin/statistics.php:268 #: include/limesurvey/admin/browse.php:791 @@ -737,11 +781,11 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:258 #: include/limesurvey/admin/exportresults.php:644 #: include/limesurvey/admin/exportresults.php:645 -#: include/limesurvey/admin/exportresults.php:967 callhistory.php:83 -#: admin/samplesearch.php:157 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/casesbyoutcome.php:110 -#: admin/dataoutput.php:79 admin/extensionstatus.php:257 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: include/limesurvey/admin/exportresults.php:967 callhistory.php:88 +#: admin/samplesearch.php:162 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/casesbyoutcome.php:115 +#: admin/dataoutput.php:85 admin/extensionstatus.php:262 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Case ID" msgstr "" @@ -755,7 +799,7 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:260 #: include/limesurvey/admin/exportresults.php:604 #: include/limesurvey/admin/exportresults.php:605 -#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:973 admin/dataoutput.php:93 msgid "Number of call attempts" msgstr "" @@ -769,606 +813,702 @@ msgstr "" #: include/limesurvey/admin/exportresults.php:262 #: include/limesurvey/admin/exportresults.php:614 #: include/limesurvey/admin/exportresults.php:615 -#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/supervisor.php:411 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:979 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/supervisor.php:421 admin/dataoutput.php:93 msgid "Case notes" msgstr "" #: include/limesurvey/admin/exportresults.php:263 #: include/limesurvey/admin/exportresults.php:619 #: include/limesurvey/admin/exportresults.php:620 -#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:982 admin/dataoutput.php:93 msgid "Total interview time over all calls (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:264 #: include/limesurvey/admin/exportresults.php:624 #: include/limesurvey/admin/exportresults.php:625 -#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:985 admin/dataoutput.php:93 msgid "Interview time for last call (mins)" msgstr "" #: include/limesurvey/admin/exportresults.php:265 #: include/limesurvey/admin/exportresults.php:629 #: include/limesurvey/admin/exportresults.php:630 -#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:988 admin/dataoutput.php:93 msgid "Last number dialled" msgstr "" #: include/limesurvey/admin/exportresults.php:266 #: include/limesurvey/admin/exportresults.php:634 #: include/limesurvey/admin/exportresults.php:635 -#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:991 admin/dataoutput.php:93 msgid "Operator username for last call" msgstr "" #: include/limesurvey/admin/exportresults.php:267 #: include/limesurvey/admin/exportresults.php:639 #: include/limesurvey/admin/exportresults.php:640 -#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:299 -#: admin/dataoutput.php:87 +#: include/limesurvey/admin/exportresults.php:994 admin/outcomes.php:304 +#: admin/dataoutput.php:93 msgid "Shift report" msgstr "" -#: voip/downloadvoipclient.php:52 +#: voip/downloadvoipclient.php:59 msgid "Error: Cannot write to temporary directory" msgstr "" -#: status_interface2.php:79 +#: status_interface2.php:85 msgid "Name" msgstr "" -#: status_interface2.php:176 index.php:163 index_interface2.php:217 +#: status_interface2.php:182 index.php:168 index_interface2.php:223 msgid "Appointment" msgstr "" -#: status_interface2.php:218 +#: status_interface2.php:224 msgid "Dial" msgstr "" -#: status_interface2.php:226 status_interface2.php:229 +#: status_interface2.php:232 status_interface2.php:235 msgid "No more numbers to call" msgstr "" -#: appointmentlist.php:56 +#: appointmentlist.php:61 msgid "Appointment List" msgstr "" -#: appointmentlist.php:83 +#: appointmentlist.php:75 admin/supervisor.php:364 +#: admin/displayappointments.php:249 +msgid "Not yet called" +msgstr "" + +#: appointmentlist.php:75 admin/displayappointments.php:227 +#: admin/displayappointments.php:252 +msgid "Any operator" +msgstr "" + +#: appointmentlist.php:88 msgid "No appointments made" msgstr "" -#: appointmentlist.php:85 +#: appointmentlist.php:90 msgid "No future appointments scheduled" msgstr "" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 shifts.php:82 shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 shifts.php:88 shifts.php:109 msgid "Start" msgstr "" -#: appointmentlist.php:90 admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/supervisor.php:372 -#: admin/shifttemplate.php:131 admin/displayappointments.php:258 -#: admin/displayappointments.php:277 index.php:162 shifts.php:82 -#: shifts.php:103 +#: appointmentlist.php:95 admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/supervisor.php:382 +#: admin/shifttemplate.php:136 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 index.php:167 shifts.php:88 +#: shifts.php:109 msgid "End" msgstr "" -#: appointmentlist.php:90 admin/displayappointments.php:208 -#: admin/displayappointments.php:258 +#: appointmentlist.php:95 admin/displayappointments.php:213 +#: admin/displayappointments.php:263 msgid "Appointment with" msgstr "" -#: appointmentlist.php:90 client/index.php:91 client/index.php:110 -#: callhistory.php:83 calllist.php:84 admin/outcomes.php:141 -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/casestatus.php:116 index_interface2.php:216 +#: appointmentlist.php:95 client/index.php:97 client/index.php:116 +#: callhistory.php:88 calllist.php:89 admin/outcomes.php:146 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/casestatus.php:121 index_interface2.php:222 msgid "Outcome" msgstr "" -#: rs_project_end_interface2.php:80 +#: rs_project_end_interface2.php:86 msgid "Call automatically ended with outcome: Complete - End case" msgstr "" -#: client/index.php:59 admin/outcomes.php:65 +#: client/index.php:65 admin/outcomes.php:70 msgid "Questionnaire Outcomes" msgstr "" -#: client/index.php:72 +#: client/index.php:78 msgid "There are no questionnaires assigned to you" msgstr "" -#: client/index.php:91 admin/outcomes.php:141 +#: client/index.php:97 admin/outcomes.php:146 msgid "Rate" msgstr "" -#: client/index.php:92 admin/outcomes.php:142 +#: client/index.php:98 admin/outcomes.php:147 msgid "Response Rate 1" msgstr "" -#: client/index.php:93 admin/outcomes.php:143 +#: client/index.php:99 admin/outcomes.php:148 msgid "Refusal Rate 1" msgstr "" -#: client/index.php:94 admin/outcomes.php:144 +#: client/index.php:100 admin/outcomes.php:149 msgid "Cooperation Rate 1" msgstr "" -#: client/index.php:95 admin/outcomes.php:145 +#: client/index.php:101 admin/outcomes.php:150 msgid "Contact Rate 1" msgstr "" -#: client/index.php:110 admin/outcomes.php:163 admin/outcomes.php:214 -#: admin/outcomes.php:256 +#: client/index.php:116 admin/outcomes.php:168 admin/outcomes.php:219 +#: admin/outcomes.php:261 msgid "Count" msgstr "" -#: client/index.php:113 admin/outcomes.php:263 +#: client/index.php:119 admin/outcomes.php:268 msgid "No outcomes recorded for this questionnaire" msgstr "" -#: client/index.php:123 +#: client/index.php:129 msgid "You are not a valid client" msgstr "" -#: rs_project_intro_interface2.php:59 rs_project_intro.php:59 +#: rs_project_intro_interface2.php:65 rs_project_intro.php:65 msgid "Respondent Selection - Project Introduction" msgstr "" -#: rs_project_intro_interface2.php:82 rs_project_intro.php:82 +#: rs_project_intro_interface2.php:88 rs_project_intro.php:88 msgid "" "End call with outcome: No eligible respondent (person not available on this " "number)" msgstr "" -#: supervisorchat.php:56 admin/supervisorchat.php:61 admin/index.php:169 -#: index.php:301 +#: supervisorchat.php:62 admin/supervisorchat.php:66 admin/index.php:183 +#: index.php:306 msgid "Supervisor chat" msgstr "" -#: supervisorchat.php:87 -msgid "Supervisor is available" +#: supervisorchat.php:85 index.php:170 supervisor.php:58 +msgid "Supervisor" msgstr "" -#: supervisorchat.php:88 -msgid "Supervisor not available" -msgstr "" - -#: supervisorchat.php:90 supervisorchat.php:93 -msgid "Message" -msgstr "" - -#: supervisorchat.php:90 -msgid "Send" +#: supervisorchat.php:86 +msgid "Me" msgstr "" #: supervisorchat.php:93 -msgid "From" +msgid "Supervisor is available" +msgstr "" + +#: supervisorchat.php:94 +msgid "Supervisor not available" +msgstr "" + +#: supervisorchat.php:96 supervisorchat.php:99 +msgid "Message" msgstr "" #: supervisorchat.php:96 +msgid "Send" +msgstr "" + +#: supervisorchat.php:99 +msgid "From" +msgstr "" + +#: supervisorchat.php:102 msgid "Supervisor chat is not enabled" msgstr "" -#: email.php:279 email.php:283 email.php:289 email.php:310 email.php:340 -#: index.php:166 index_interface2.php:219 +#: email.php:248 +msgid "Self completion invitation sent via email to" +msgstr "" + +#: email.php:285 email.php:289 email.php:295 email.php:316 email.php:346 +#: admin/operators.php:265 admin/clients.php:172 admin/operatorlist.php:236 +#: index.php:171 index_interface2.php:225 msgid "Email" msgstr "" -#: email.php:296 +#: email.php:302 msgid "The email did not send" msgstr "" -#: email.php:301 +#: email.php:307 msgid "The email address is not valid" msgstr "" -#: email.php:330 +#: email.php:336 msgid "Email respondent for self completion" msgstr "" -#: email.php:338 admin/operators.php:256 admin/operatorlist.php:214 +#: email.php:344 admin/operators.php:257 admin/operatorlist.php:228 msgid "First name" msgstr "" -#: email.php:339 admin/operators.php:260 admin/operatorlist.php:218 +#: email.php:345 admin/operators.php:261 admin/operatorlist.php:232 msgid "Last name" msgstr "" -#: email.php:343 +#: email.php:349 msgid "Send invitation" msgstr "" -#: email.php:345 +#: email.php:351 msgid "Send invitation and Hang up" msgstr "" -#: email.php:349 +#: email.php:355 msgid "Self completion email not available for this questionnaire" msgstr "" -#: callhistory.php:56 +#: callhistory.php:61 msgid "Case History List" msgstr "" -#: callhistory.php:79 admin/callhistory.php:108 +#: callhistory.php:84 admin/callhistory.php:114 msgid "No calls ever made" msgstr "" -#: availability.php:56 index.php:231 index_interface2.php:250 +#: availability.php:61 index.php:236 index_interface2.php:256 msgid "Availability" msgstr "" -#: availability.php:123 admin/supervisor.php:503 +#: availability.php:128 admin/supervisor.php:513 msgid "" "Select groups to limit availability (Selecting none means always available)" msgstr "" -#: availability.php:143 admin/supervisor.php:522 +#: availability.php:148 admin/supervisor.php:532 msgid "Availability groups not defined for this questionnaire" msgstr "" -#: calllist.php:56 +#: calllist.php:61 msgid "Call List" msgstr "" -#: calllist.php:80 admin/supervisor.php:395 +#: calllist.php:85 admin/supervisor.php:405 msgid "No calls made" msgstr "" -#: calllist.php:84 +#: calllist.php:89 msgid "Number called" msgstr "" -#: nocaseavailable.php:63 +#: nocaseavailable.php:69 msgid "No case available" msgstr "" -#: nocaseavailable.php:68 +#: nocaseavailable.php:74 msgid "There is no case currently available" msgstr "" -#: nocaseavailable.php:69 +#: nocaseavailable.php:75 msgid "Reasons:" msgstr "" -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:342 -#: admin/availabilitygroup.php:128 -msgid "ID" -msgstr "" - -#: nocaseavailable.php:92 nocaseavailable.php:116 admin/samplelist.php:329 -#: admin/quota.php:250 admin/quotarow.php:418 admin/quotarow.php:456 -#: admin/quotarow.php:478 admin/quotarow.php:504 admin/quotarow.php:551 -#: admin/quotarow.php:582 -msgid "Description" -msgstr "" - -#: nocaseavailable.php:92 admin/operatorlist.php:254 +#: nocaseavailable.php:86 nocaseavailable.php:98 admin/samplelist.php:471 +#: admin/questionnairelist.php:554 admin/operatorlist.php:276 msgid "Enabled" msgstr "" -#: nocaseavailable.php:116 admin/samplelist.php:320 admin/quotareport.php:294 -#: admin/assigntimeslots.php:260 admin/outcomes.php:122 admin/outcomes.php:178 -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:160 admin/quota.php:131 admin/assignsample.php:203 -#: admin/assignsample.php:279 admin/supervisor.php:298 admin/quotarow.php:306 -#: admin/casestatus.php:116 admin/casestatus.php:234 +#: nocaseavailable.php:86 admin/samplelist.php:469 +#: admin/questionnairelist.php:552 admin/index.php:199 +msgid "Disabled" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:347 +#: admin/availabilitygroup.php:133 +msgid "ID" +msgstr "" + +#: nocaseavailable.php:98 nocaseavailable.php:122 admin/samplelist.php:334 +#: admin/quota.php:255 admin/quotarow.php:423 admin/quotarow.php:461 +#: admin/quotarow.php:483 admin/quotarow.php:509 admin/quotarow.php:556 +#: admin/quotarow.php:587 +msgid "Description" +msgstr "" + +#: nocaseavailable.php:122 admin/samplelist.php:325 admin/quotareport.php:299 +#: admin/assigntimeslots.php:265 admin/outcomes.php:127 admin/outcomes.php:183 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:168 admin/quota.php:136 admin/assignsample.php:208 +#: admin/assignsample.php:284 admin/supervisor.php:308 admin/quotarow.php:311 +#: admin/casestatus.php:121 admin/casestatus.php:239 msgid "Sample" msgstr "" -#: nocaseavailable.php:141 admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/callhistory.php:154 admin/quota.php:110 admin/assignsample.php:202 -#: admin/quotarow.php:288 admin/casestatus.php:231 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -#: admin/new.php:127 admin/new.php:135 shifts.php:103 +#: nocaseavailable.php:147 admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/callhistory.php:162 admin/quota.php:115 admin/assignsample.php:207 +#: admin/quotarow.php:293 admin/casestatus.php:236 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 +#: admin/new.php:132 admin/new.php:140 shifts.php:109 msgid "Questionnaire" msgstr "" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift start" msgstr "" -#: nocaseavailable.php:141 +#: nocaseavailable.php:147 msgid "Shift end" msgstr "" -#: nocaseavailable.php:164 +#: nocaseavailable.php:170 msgid "Call restrictions:" msgstr "" -#: nocaseavailable.php:168 +#: nocaseavailable.php:174 msgid "" "ERROR: There are no cases available that fall within call restrictions" msgstr "" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid "There are " msgstr "" -#: nocaseavailable.php:172 +#: nocaseavailable.php:178 msgid " unassigned case(s) available within the specified call restrictions" msgstr "" -#: nocaseavailable.php:179 +#: nocaseavailable.php:185 msgid "Limesurvey links:" msgstr "" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "ERROR: No tokens table defined for LimeSurvey questionnaire" msgstr "" -#: nocaseavailable.php:198 +#: nocaseavailable.php:204 msgid "from questionnaire:" msgstr "" -#: nocaseavailable.php:200 +#: nocaseavailable.php:206 msgid "Tokens table exists for Limesurvey questionnaire:" msgstr "" -#: nocaseavailable.php:205 +#: nocaseavailable.php:211 msgid "ERROR: Cannot find questionnaires with LimeSurvey ID's" msgstr "" -#: nocaseavailable.php:225 +#: nocaseavailable.php:231 msgid "ERROR: Quota reached for this question" msgstr "" -#: nocaseavailable.php:244 +#: nocaseavailable.php:250 msgid "POSSIBLE ERROR: Row quota reached for this quota" msgstr "" -#: admin/timezonetemplate.php:92 +#: admin/timezonetemplate.php:97 msgid "Set Timezones" msgstr "" -#: admin/timezonetemplate.php:104 admin/callrestrict.php:110 -#: admin/addshift.php:151 admin/availability.php:118 -#: admin/shifttemplate.php:101 +#: admin/timezonetemplate.php:109 admin/callrestrict.php:115 +#: admin/addshift.php:156 admin/availability.php:124 +#: admin/shifttemplate.php:106 msgid "" "Your database does not have timezones installed, please see here for details" msgstr "" -#: admin/timezonetemplate.php:107 +#: admin/timezonetemplate.php:109 admin/supervisor.php:152 admin/new.php:182 +#: admin/new.php:378 +msgid "or" +msgstr "" + +#: admin/timezonetemplate.php:109 +msgid "" +"Check that you have granted relevant permissions on 'time_zone_...' tables " +"in database named 'mysql'." +msgstr "" + +#: admin/timezonetemplate.php:112 msgid "Default Timezone: " msgstr "" -#: admin/timezonetemplate.php:111 +#: admin/timezonetemplate.php:116 msgid "Set default timezone" msgstr "" -#: admin/timezonetemplate.php:116 +#: admin/timezonetemplate.php:121 msgid "Timezone list" msgstr "" -#: admin/timezonetemplate.php:119 +#: admin/timezonetemplate.php:124 msgid "Remove Timezone" msgstr "" -#: admin/timezonetemplate.php:119 admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:124 admin/timezonetemplate.php:128 msgid "Remove" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Timezone name" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Time diff to Default Time zone" msgstr "" -#: admin/timezonetemplate.php:123 +#: admin/timezonetemplate.php:128 msgid "Current time" msgstr "" -#: admin/timezonetemplate.php:126 +#: admin/timezonetemplate.php:131 msgid "Add a Timezone:" msgstr "" -#: admin/timezonetemplate.php:130 +#: admin/timezonetemplate.php:135 msgid "Add Timezone" msgstr "" -#: admin/samplelist.php:168 +#: admin/samplelist.php:173 msgid "" "Smth wrong with selected field types. Please check again var types " "selection and/or fields that you supposed to delete." msgstr "" -#: admin/samplelist.php:281 +#: admin/samplelist.php:286 msgid "Rename, Set viewing permissions & Manage sample variables" msgstr "" -#: admin/samplelist.php:282 admin/samplelist.php:493 admin/index.php:108 +#: admin/samplelist.php:287 admin/samplelist.php:498 admin/index.php:122 msgid "Sample management" msgstr "" -#: admin/samplelist.php:321 +#: admin/samplelist.php:326 msgid "Search this sample" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "Enter" msgstr "" -#: admin/samplelist.php:329 admin/availabilitygroup.php:136 +#: admin/samplelist.php:334 admin/availabilitygroup.php:141 msgid "new" msgstr "" -#: admin/samplelist.php:333 +#: admin/samplelist.php:338 msgid "Rename" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Sample variable (Column)" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Visible?" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Var type" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Example data" msgstr "" -#: admin/samplelist.php:342 +#: admin/samplelist.php:347 msgid "Delete ?" msgstr "" -#: admin/samplelist.php:346 admin/addshift.php:263 admin/assignsample.php:230 -#: admin/quotarow.php:394 admin/extensionstatus.php:202 -#: admin/displayappointments.php:231 +#: admin/samplelist.php:351 admin/addshift.php:268 admin/assignsample.php:235 +#: admin/quotarow.php:399 admin/extensionstatus.php:207 +#: admin/displayappointments.php:236 msgid "Save changes" msgstr "" -#: admin/samplelist.php:356 +#: admin/samplelist.php:361 msgid "" "Select which fields from this sample to deidentify. Deidentified fields " "will be permanently deleted from the sample." msgstr "" -#: admin/samplelist.php:360 +#: admin/samplelist.php:365 msgid "There's no data in this sample. Probably was deidentified earlier." msgstr "" -#: admin/samplelist.php:374 +#: admin/samplelist.php:379 msgid "Clean it" msgstr "" -#: admin/samplelist.php:392 +#: admin/samplelist.php:397 msgid "Fix this sample " msgstr "" -#: admin/samplelist.php:492 +#: admin/samplelist.php:474 admin/questionnairelist.php:557 +#: admin/operatorlist.php:376 +msgid "Enable" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 +msgid "ARE YOU SURE?" +msgstr "" + +#: admin/samplelist.php:476 admin/samplelist.php:487 admin/supervisor.php:176 +#: admin/new.php:364 +msgid "Cancel" +msgstr "" + +#: admin/samplelist.php:476 admin/questionnairelist.php:559 +#: admin/operatorlist.php:378 +msgid "Disable" +msgstr "" + +#: admin/samplelist.php:480 admin/operators.php:272 admin/operators.php:281 +#: admin/questionnairelist.php:385 admin/operatorlist.php:243 +#: admin/operatorlist.php:251 admin/operatorlist.php:385 +#: admin/assignsample.php:275 admin/assignsample.php:284 +#: admin/supervisor.php:369 admin/quotarow.php:587 admin/shiftreport.php:102 +#: admin/shiftreport.php:110 admin/displayappointments.php:263 +#: admin/displayappointments.php:282 +msgid "Edit" +msgstr "" + +#: admin/samplelist.php:480 +msgid "Viewing permissions" +msgstr "" + +#: admin/samplelist.php:482 +msgid "Edit sample parameters" +msgstr "" + +#: admin/samplelist.php:487 +msgid "DELETE SAMPLE" +msgstr "" + +#: admin/samplelist.php:489 admin/samplesearch.php:86 admin/index.php:123 +msgid "Search the sample" +msgstr "" + +#: admin/samplelist.php:490 admin/questionnairelist.php:583 +#: admin/index.php:156 index.php:255 index_interface2.php:273 +msgid "Call history" +msgstr "" + +#: admin/samplelist.php:490 +msgid "sample" +msgstr "" + +#: admin/samplelist.php:497 msgid "Sample list" msgstr "" -#: admin/samplelist.php:496 admin/index.php:107 +#: admin/samplelist.php:501 admin/index.php:121 msgid "Import a sample file" msgstr "" -#: admin/voipmonitor.php:73 admin/voipmonitor.php:95 +#: admin/voipmonitor.php:78 admin/voipmonitor.php:100 msgid "Monitor VoIP Process" msgstr "" -#: admin/voipmonitor.php:75 admin/systemsort.php:77 +#: admin/voipmonitor.php:80 admin/systemsort.php:82 msgid "Running process:" msgstr "" -#: admin/voipmonitor.php:79 +#: admin/voipmonitor.php:84 msgid "" "Kill signal sent: Please wait... (Note: Process will be stalled until " "there is activity on the VoIP Server)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "Process is already closed (eg. server was rebooted)" msgstr "" -#: admin/voipmonitor.php:80 +#: admin/voipmonitor.php:85 msgid "click here to confirm" msgstr "" -#: admin/voipmonitor.php:84 admin/systemsort.php:86 +#: admin/voipmonitor.php:89 admin/systemsort.php:91 msgid "Kill the running process" msgstr "" -#: admin/voipmonitor.php:84 +#: admin/voipmonitor.php:89 msgid "(requires activity on the VoIP Server to take effect)" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log id" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 admin/outcomes.php:299 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/shiftreport.php:104 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 admin/outcomes.php:304 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/shiftreport.php:110 msgid "Date" msgstr "" -#: admin/voipmonitor.php:90 admin/voipmonitor.php:102 admin/systemsort.php:92 -#: admin/systemsort.php:105 +#: admin/voipmonitor.php:95 admin/voipmonitor.php:107 admin/systemsort.php:97 +#: admin/systemsort.php:111 msgid "Log entry" msgstr "" -#: admin/voipmonitor.php:97 +#: admin/voipmonitor.php:102 msgid "Click here to begin monitoring the VoIP Process" msgstr "" -#: admin/voipmonitor.php:98 admin/systemsort.php:101 +#: admin/voipmonitor.php:103 admin/systemsort.php:110 msgid "Outcome of last process run (if any)" msgstr "" -#: admin/systemsortprocess.php:93 +#: admin/systemsortprocess.php:98 msgid "Sorting cases process starting" msgstr "" -#: admin/systemsortprocess.php:106 +#: admin/systemsortprocess.php:111 msgid "Checking for cases open for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:147 admin/systemsortprocess.php:185 +#: admin/systemsortprocess.php:140 admin/systemsortprocess.php:152 +#: admin/systemsortprocess.php:178 admin/systemsortprocess.php:190 msgid "System automatically closed case as not closed for more than 24 hours" msgstr "" -#: admin/systemsortprocess.php:194 +#: admin/systemsortprocess.php:199 msgid "Completed case closing" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 msgid "This task took" msgstr "" -#: admin/systemsortprocess.php:194 admin/systemsortprocess.php:196 -#: admin/systemsortprocess.php:328 admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:199 admin/systemsortprocess.php:201 +#: admin/systemsortprocess.php:333 admin/systemsortprocess.php:335 +#: nocallavailable.php:208 msgid "seconds" msgstr "" -#: admin/systemsortprocess.php:196 +#: admin/systemsortprocess.php:201 msgid "Failed to complete case closing" msgstr "" -#: admin/systemsortprocess.php:211 +#: admin/systemsortprocess.php:216 msgid "Sorting cases for " msgstr "" -#: admin/systemsortprocess.php:328 +#: admin/systemsortprocess.php:333 msgid "Completed sort" msgstr "" -#: admin/systemsortprocess.php:330 +#: admin/systemsortprocess.php:335 msgid "Failed to complete sort" msgstr "" -#: admin/systemsort.php:75 admin/systemsort.php:97 +#: admin/systemsort.php:80 admin/systemsort.php:102 msgid "Monitor system wide case sorting" msgstr "" -#: admin/systemsort.php:81 +#: admin/systemsort.php:86 msgid "Kill signal sent: Please wait..." msgstr "" -#: admin/systemsort.php:82 +#: admin/systemsort.php:87 msgid "" "Process is already closed (eg. server was rebooted) - click here to confirm" msgstr "" -#: admin/systemsort.php:99 +#: admin/systemsort.php:104 msgid "Click here to enable and begin system wide case sorting" msgstr "" -#: admin/systemsort.php:100 +#: admin/systemsort.php:105 msgid "" "System wide case sorting is periodically (via SYSTEM_SORT_MINUTES " "configuration directive) sorting cases on a system wide basis instead of " @@ -1378,216 +1518,194 @@ msgid "" "problems, it is not recommended to use this feature." msgstr "" -#: admin/operators.php:147 +#: admin/operators.php:150 msgid "Added operator :" msgstr "" -#: admin/operators.php:150 +#: admin/operators.php:153 msgid "" "FreePBX needs to be reloaded for the new VoIP extension to take effect" msgstr "" -#: admin/operators.php:172 +#: admin/operators.php:175 msgid "" "Could not add operator. There may already be an operator of this name:" msgstr "" -#: admin/operators.php:178 admin/operators.php:311 admin/operatorlist.php:388 +#: admin/operators.php:181 admin/operators.php:320 admin/operatorlist.php:410 msgid "Add an operator" msgstr "" -#: admin/operators.php:186 admin/clients.php:145 -msgid "" -"Use this form to enter the username of a user based on your directory " -"security system. For example, if you have secured the base directory of " -"queXS using Apache file based security, enter the usernames of the users " -"here." -msgstr "" - -#: admin/operators.php:187 +#: admin/operators.php:190 msgid "The username and extension must be unique for each operator." msgstr "" -#: admin/operators.php:242 admin/clientquestionnaire.php:238 -#: admin/operatorlist.php:200 admin/operatorlist.php:372 -#: admin/operatorskill.php:246 admin/operatorquestionnaire.php:242 +#: admin/operators.php:245 admin/clientquestionnaire.php:243 +#: admin/operatorlist.php:216 admin/operatorlist.php:394 +#: admin/operatorskill.php:251 admin/operatorquestionnaire.php:247 msgid "Username" msgstr "" -#: admin/operators.php:247 admin/operatorlist.php:205 +#: admin/operators.php:249 admin/operatorlist.php:220 msgid "Password" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 -#: admin/extensionstatus.php:197 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 +#: admin/extensionstatus.php:202 msgid "Generate" msgstr "" -#: admin/operators.php:250 admin/clients.php:157 admin/operatorlist.php:208 +#: admin/operators.php:252 admin/clients.php:159 admin/operatorlist.php:223 msgid "Password with" msgstr "" -#: admin/operators.php:251 admin/clients.php:158 admin/operatorlist.php:209 +#: admin/operators.php:253 admin/clients.php:160 admin/operatorlist.php:224 msgid "characters" msgstr "" -#: admin/operators.php:267 admin/operators.php:276 -#: admin/questionnairelist.php:380 admin/operatorlist.php:225 -#: admin/operatorlist.php:233 admin/assignsample.php:279 -#: admin/quotarow.php:582 admin/shiftreport.php:104 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 -msgid "Edit" -msgstr "" - -#: admin/operators.php:268 admin/operatorlist.php:226 +#: admin/operators.php:273 admin/operatorlist.php:244 msgid "TimeZones list" msgstr "" -#: admin/operators.php:277 admin/operatorlist.php:234 -#: admin/operatorlist.php:389 +#: admin/operators.php:282 admin/operatorlist.php:252 +#: admin/operatorlist.php:411 msgid "Extensions" msgstr "" -#: admin/operators.php:283 admin/operatorlist.php:238 +#: admin/operators.php:288 admin/operatorlist.php:256 msgid "Uses VoIP" msgstr "" -#: admin/operators.php:284 admin/operators.php:296 admin/operators.php:300 -#: admin/operators.php:304 admin/operators.php:308 admin/supervisorchat.php:74 -#: admin/questionnairelist.php:385 admin/questionnairelist.php:388 -#: admin/questionnairelist.php:392 admin/questionnairelist.php:396 -#: admin/questionnairelist.php:400 admin/operatorlist.php:239 -#: admin/operatorlist.php:251 admin/operatorlist.php:255 -#: admin/assignsample.php:224 admin/assignsample.php:225 -#: admin/assignsample.php:227 admin/assignsample.php:315 -#: admin/assignsample.php:316 admin/assignsample.php:319 -#: admin/assignsample.php:325 admin/quotarow.php:392 admin/quotarow.php:596 -#: admin/new.php:199 admin/new.php:206 admin/new.php:213 admin/new.php:220 -#: admin/new.php:227 -msgid "No" -msgstr "" - -#: admin/operators.php:287 admin/operatorlist.php:242 +#: admin/operators.php:292 admin/operatorlist.php:260 msgid "Jabber/XMPP chat user" msgstr "" -#: admin/operators.php:291 admin/operatorlist.php:246 +#: admin/operators.php:296 admin/operatorlist.php:264 msgid "Jabber/XMPP chat password" msgstr "" -#: admin/operators.php:295 admin/operatorlist.php:250 +#: admin/operators.php:300 admin/operatorlist.php:272 msgid "Uses chat" msgstr "" -#: admin/operators.php:299 +#: admin/operators.php:304 admin/operatorlist.php:268 +msgid "Is the operator a system administrator?" +msgstr "" + +#: admin/operators.php:308 msgid "Is the operator a normal interviewer?" msgstr "" -#: admin/operators.php:303 +#: admin/operators.php:312 msgid "Is the operator a supervisor?" msgstr "" -#: admin/operators.php:307 +#: admin/operators.php:316 msgid "Is the operator a refusal converter?" msgstr "" -#: admin/quotareport.php:109 admin/index.php:144 +#: admin/quotareport.php:114 admin/index.php:158 msgid "Quota report" msgstr "" -#: admin/quotareport.php:111 admin/assigntimeslots.php:156 -#: admin/questionnaireprefill.php:100 admin/outcomes.php:68 -#: admin/addshift.php:168 admin/assignsample.php:255 +#: admin/quotareport.php:116 admin/assigntimeslots.php:161 +#: admin/questionnaireprefill.php:105 admin/outcomes.php:73 +#: admin/addshift.php:173 admin/assignsample.php:260 msgid "Select a questionnaire" msgstr "" -#: admin/quotareport.php:119 +#: admin/quotareport.php:124 msgid "Select a sample" msgstr "" -#: admin/quotareport.php:207 admin/quotareport.php:214 +#: admin/quotareport.php:212 admin/quotareport.php:219 admin/quotarow.php:572 msgid "closed" msgstr "" -#: admin/quotareport.php:207 admin/quotareport.php:209 -#: admin/quotareport.php:216 +#: admin/quotareport.php:212 admin/quotareport.php:214 +#: admin/quotareport.php:221 admin/quotarow.php:572 msgid "open" msgstr "" -#: admin/quotareport.php:209 +#: admin/quotareport.php:214 msgid "close" msgstr "" -#: admin/quotareport.php:291 +#: admin/quotareport.php:296 msgid "Total sample" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Strata" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:129 admin/quotarow.php:386 -#: admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:134 admin/quotarow.php:391 +#: admin/quotarow.php:587 msgid "Quota" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Used" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Sample Remaining" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "% Complete" msgstr "" -#: admin/quotareport.php:294 +#: admin/quotareport.php:299 msgid "Set priority" msgstr "" -#: admin/quotareport.php:294 admin/quotarow.php:582 +#: admin/quotareport.php:299 admin/quotarow.php:587 msgid "Auto prioritise" msgstr "" -#: admin/assigntimeslots.php:154 admin/index.php:115 +#: admin/quotareport.php:303 +msgid "Update priorities" +msgstr "" + +#: admin/assigntimeslots.php:159 admin/index.php:129 msgid "Assign Time slots" msgstr "" -#: admin/assigntimeslots.php:163 +#: admin/assigntimeslots.php:168 msgid "Time slot groups" msgstr "" -#: admin/assigntimeslots.php:164 +#: admin/assigntimeslots.php:169 msgid "" "Assigning an availability group to a questionnaire will allow interviewers " "to select from those groups to restrict calls to a particular case to the " "times within the group" msgstr "" -#: admin/assigntimeslots.php:166 admin/assigntimeslots.php:214 -#: admin/assigntimeslots.php:268 +#: admin/assigntimeslots.php:171 admin/assigntimeslots.php:219 +#: admin/assigntimeslots.php:273 admin/assignsample.php:276 +#: admin/casestatus.php:101 msgid "Click to unassign" msgstr "" -#: admin/assigntimeslots.php:176 +#: admin/assigntimeslots.php:181 msgid "There are no time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:180 +#: admin/assigntimeslots.php:185 msgid "Time slots groups selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:202 +#: admin/assigntimeslots.php:207 msgid "Add time slot group" msgstr "" -#: admin/assigntimeslots.php:211 +#: admin/assigntimeslots.php:216 msgid "Call attempt time slots" msgstr "" -#: admin/assigntimeslots.php:212 admin/assigntimeslots.php:258 +#: admin/assigntimeslots.php:217 admin/assigntimeslots.php:263 msgid "" "Assigning call attempt time slots to questionnaires will only allow cases to " "be attempted in a time slot for the n + 1th time where it has been attempted " @@ -1596,283 +1714,321 @@ msgid "" "missing timeslots." msgstr "" -#: admin/assigntimeslots.php:224 +#: admin/assigntimeslots.php:229 msgid "There are no call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:228 +#: admin/assigntimeslots.php:233 msgid "Call attempt time slots selected for this questionnaire" msgstr "" -#: admin/assigntimeslots.php:257 +#: admin/assigntimeslots.php:256 +msgid "Add call attempt time slot" +msgstr "" + +#: admin/assigntimeslots.php:262 msgid "Call attempt time slots for sample" msgstr "" -#: admin/assigntimeslots.php:278 +#: admin/assigntimeslots.php:283 msgid "" "There are no call attempt time slots selected for this questionnaire sample" msgstr "" -#: admin/assigntimeslots.php:282 +#: admin/assigntimeslots.php:287 msgid "Call attempt time slots selected for this sample" msgstr "" -#: admin/assigntimeslots.php:305 +#: admin/assigntimeslots.php:310 msgid "Add call attempt time slot for sample" msgstr "" -#: admin/questionnaireprefill.php:99 +#: admin/questionnaireprefill.php:104 msgid "Pre fill questionnaire: Set values for questionnaire to prefill" msgstr "" -#: admin/questionnaireprefill.php:111 +#: admin/questionnaireprefill.php:116 msgid "Current pre fills" msgstr "" -#: admin/questionnaireprefill.php:121 +#: admin/questionnaireprefill.php:126 msgid "Currently no pre fills" msgstr "" -#: admin/questionnaireprefill.php:127 +#: admin/questionnaireprefill.php:132 msgid "SGQA code" msgstr "" -#: admin/questionnaireprefill.php:127 admin/quotarow.php:504 +#: admin/questionnaireprefill.php:132 admin/quotarow.php:509 msgid "Sample variable" msgstr "" -#: admin/questionnaireprefill.php:127 admin/samplesearch.php:96 -#: admin/supervisor.php:185 admin/quotarow.php:418 admin/quotarow.php:504 -#: admin/displayappointments.php:258 admin/displayappointments.php:277 +#: admin/questionnaireprefill.php:132 admin/samplesearch.php:101 +#: admin/supervisor.php:195 admin/supervisor.php:368 admin/supervisor.php:414 +#: admin/quotarow.php:423 admin/quotarow.php:509 +#: admin/displayappointments.php:263 admin/displayappointments.php:282 msgid "Delete" msgstr "" -#: admin/questionnaireprefill.php:132 +#: admin/questionnaireprefill.php:137 msgid "Select a question to pre fill" msgstr "" -#: admin/questionnaireprefill.php:165 +#: admin/questionnaireprefill.php:170 msgid "Enter a value to pre fill this question with:" msgstr "" -#: admin/questionnaireprefill.php:167 +#: admin/questionnaireprefill.php:172 msgid "Possible uses:" msgstr "" -#: admin/questionnaireprefill.php:169 +#: admin/questionnaireprefill.php:174 msgid "{Respondent:firstName} First name of the respondent" msgstr "" -#: admin/questionnaireprefill.php:170 +#: admin/questionnaireprefill.php:175 msgid "{Respondent:lastName} Last name of the respondent" msgstr "" -#: admin/questionnaireprefill.php:171 +#: admin/questionnaireprefill.php:176 msgid "{Sample:var} A record from the sample where the column name is 'var'" msgstr "" -#: admin/questionnaireprefill.php:180 +#: admin/questionnaireprefill.php:185 msgid "The value to pre fill" msgstr "" -#: admin/questionnaireprefill.php:181 +#: admin/questionnaireprefill.php:186 msgid "or: Select pre fill from sample list" msgstr "" -#: admin/questionnaireprefill.php:187 +#: admin/questionnaireprefill.php:192 msgid "Add pre fill" msgstr "" -#: admin/availabilitygroup.php:80 +#: admin/auth-admin.php:66 +msgid "You do not have permission to access this area" +msgstr "" + +#: admin/auth-admin.php:67 admin/index.php:95 endwork.php:82 +msgid "Logout" +msgstr "" + +#: admin/availabilitygroup.php:85 msgid "Time slots" msgstr "" -#: admin/availabilitygroup.php:122 +#: admin/availabilitygroup.php:122 admin/availabilitygroup.php:133 +msgid "Modify" +msgstr "" + +#: admin/availabilitygroup.php:127 msgid "" "Time slots define periods of time during particular days of the week. These " "are used for the availability function and also the call attempt time slot " "function." msgstr "" -#: admin/availabilitygroup.php:125 +#: admin/availabilitygroup.php:130 msgid "No time slots" msgstr "" -#: admin/availabilitygroup.php:128 admin/availabilitygroup.php:136 +#: admin/availabilitygroup.php:133 admin/availabilitygroup.php:141 msgid "Time slot name" msgstr "" -#: admin/availabilitygroup.php:128 -msgid "Modify" -msgstr "" - -#: admin/availabilitygroup.php:135 +#: admin/availabilitygroup.php:140 msgid "Add new time slot" msgstr "" -#: admin/availabilitygroup.php:137 +#: admin/availabilitygroup.php:142 msgid "Add time slot" msgstr "" -#: admin/outcomes.php:74 admin/outcomes.php:184 +#: admin/outcomes.php:79 admin/outcomes.php:189 msgid "Sample status" msgstr "" -#: admin/outcomes.php:82 admin/outcomes.php:194 +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Drawn from sample" +msgstr "" + +#: admin/outcomes.php:81 admin/outcomes.php:191 +msgid "Remain in sample" +msgstr "" + +#: admin/outcomes.php:87 admin/outcomes.php:199 msgid "Number" msgstr "" -#: admin/outcomes.php:83 admin/outcomes.php:181 +#: admin/outcomes.php:88 admin/outcomes.php:186 msgid "No samples assigned" msgstr "" -#: admin/outcomes.php:86 +#: admin/outcomes.php:91 msgid "Case availability (cases with temporary or appointment outcomes)" msgstr "" -#: admin/outcomes.php:118 +#: admin/outcomes.php:123 msgid "No cases currently available to call" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Average time on a completed questionnaire" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Min" msgstr "" -#: admin/outcomes.php:130 +#: admin/outcomes.php:135 msgid "Secs" msgstr "" -#: admin/outcomes.php:163 admin/outcomes.php:214 admin/outcomes.php:256 +#: admin/outcomes.php:168 admin/outcomes.php:219 admin/outcomes.php:261 msgid "%" msgstr "" -#: admin/outcomes.php:217 +#: admin/outcomes.php:222 msgid "No outcomes recorded for this sample" msgstr "" -#: admin/outcomes.php:237 +#: admin/outcomes.php:242 msgid "No operators assigned" msgstr "" -#: admin/outcomes.php:241 +#: admin/outcomes.php:246 msgid "Operator call outcomes" msgstr "" -#: admin/outcomes.php:268 index.php:259 index_interface2.php:276 +#: admin/outcomes.php:273 admin/questionnairelist.php:566 index.php:264 +#: index_interface2.php:282 msgid "Shifts" msgstr "" -#: admin/outcomes.php:295 +#: admin/outcomes.php:277 +msgid "No shift reports: Add report" +msgstr "" + +#: admin/outcomes.php:278 +msgid "View shift reports" +msgstr "" + +#: admin/outcomes.php:281 +msgid "View operator performance" +msgstr "" + +#: admin/outcomes.php:300 msgid "No shifts defined for this questionnaire" msgstr "" -#: admin/outcomes.php:299 +#: admin/outcomes.php:304 msgid "Shift time" msgstr "" -#: admin/outcomes.php:299 admin/operatorlist.php:392 admin/index.php:135 +#: admin/outcomes.php:304 admin/operatorlist.php:414 admin/index.php:149 msgid "Operator performance" msgstr "" -#: admin/samplesearch.php:79 +#: admin/samplesearch.php:84 msgid "Search within this sample" msgstr "" -#: admin/samplesearch.php:81 admin/index.php:109 -msgid "Search the sample" -msgstr "" - -#: admin/samplesearch.php:89 admin/supervisor.php:178 +#: admin/samplesearch.php:94 admin/supervisor.php:188 msgid "WARNING !" msgstr "" -#: admin/samplesearch.php:92 admin/supervisor.php:181 -msgid "Are you shure you want to delete" +#: admin/samplesearch.php:97 admin/supervisor.php:191 +msgid "Are you sure you want to delete" msgstr "" -#: admin/samplesearch.php:92 admin/samplesearch.php:133 -#: admin/supervisor.php:181 +#: admin/samplesearch.php:97 admin/samplesearch.php:138 +#: admin/supervisor.php:191 msgid "Sample ID" msgstr "" -#: admin/samplesearch.php:95 admin/supervisor.php:184 +#: admin/samplesearch.php:100 admin/supervisor.php:194 msgid "NOOOO..." msgstr "" -#: admin/samplesearch.php:110 +#: admin/samplesearch.php:115 msgid "Select sample " msgstr "" -#: admin/samplesearch.php:133 +#: admin/samplesearch.php:138 msgid "Deleted" msgstr "" -#: admin/samplesearch.php:154 admin/supervisor.php:315 +#: admin/samplesearch.php:146 +msgid "Delete sample record" +msgstr "" + +#: admin/samplesearch.php:147 +msgid "Assigned to case ID :" +msgstr "" + +#: admin/samplesearch.php:159 admin/supervisor.php:325 msgid "Sample id" msgstr "" -#: admin/samplesearch.php:185 +#: admin/samplesearch.php:190 msgid "There's no data in this sample." msgstr "" -#: admin/bulkappointment.php:128 admin/bulkappointment.php:210 +#: admin/bulkappointment.php:133 admin/bulkappointment.php:215 msgid "Result" msgstr "" -#: admin/bulkappointment.php:129 admin/bulkappointment.php:218 -#: admin/bulkappointment.php:254 admin/index.php:159 +#: admin/bulkappointment.php:134 admin/bulkappointment.php:223 +#: admin/bulkappointment.php:259 admin/index.php:173 msgid "Bulk appointment generator" msgstr "" -#: admin/bulkappointment.php:200 +#: admin/bulkappointment.php:205 msgid "Added appointment" msgstr "" -#: admin/bulkappointment.php:204 +#: admin/bulkappointment.php:209 msgid "" "No such case id, or case set to a final outcome, or case currently assigned " "to an operator" msgstr "" -#: admin/bulkappointment.php:217 +#: admin/bulkappointment.php:222 msgid "Check data to submit" msgstr "" -#: admin/bulkappointment.php:231 +#: admin/bulkappointment.php:236 msgid "" "Please check the case id's, appointment start and end times and notes are " "correct before accepting below" msgstr "" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:204 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:209 msgid "Start time" msgstr "" -#: admin/bulkappointment.php:232 admin/callhistory.php:124 -#: admin/callhistory.php:149 admin/displayappointments.php:206 +#: admin/bulkappointment.php:237 admin/callhistory.php:132 +#: admin/callhistory.php:157 admin/displayappointments.php:211 msgid "End time" msgstr "" -#: admin/bulkappointment.php:237 +#: admin/bulkappointment.php:242 msgid "Accept and generate bulk appointments" msgstr "" -#: admin/bulkappointment.php:242 +#: admin/bulkappointment.php:247 msgid "" "The file does not contain at least caseid, starttime and endtime columns. " "Please try again." msgstr "" -#: admin/bulkappointment.php:253 +#: admin/bulkappointment.php:258 msgid "Import: Select file to upload" msgstr "" -#: admin/bulkappointment.php:261 +#: admin/bulkappointment.php:266 msgid "" "Provide a headered CSV file containing at least 3 columns - caseid, " "starttime and endtime. Optionally you can include a note column to " @@ -1882,1119 +2038,1160 @@ msgid "" "outcome." msgstr "" -#: admin/bulkappointment.php:264 +#: admin/bulkappointment.php:269 msgid "Example CSV file:" msgstr "" -#: admin/bulkappointment.php:276 +#: admin/bulkappointment.php:281 msgid "Select bulk appointment CSV file to upload" msgstr "" -#: admin/bulkappointment.php:279 admin/import.php:129 admin/quotarow.php:609 +#: admin/bulkappointment.php:284 admin/import.php:134 admin/quotarow.php:614 msgid "Select file" msgstr "" -#: admin/bulkappointment.php:281 +#: admin/bulkappointment.php:286 msgid "Upload file" msgstr "" -#: admin/callrestrict.php:99 admin/index.php:167 +#: admin/callrestrict.php:104 admin/index.php:181 msgid "Set call restriction times" msgstr "" -#: admin/callrestrict.php:113 admin/availability.php:157 +#: admin/callrestrict.php:118 admin/availability.php:163 msgid "" "Enter the start and end times for each day of the week to restrict calls " "within" msgstr "" -#: admin/callrestrict.php:135 admin/addshift.php:238 -#: admin/availability.php:159 admin/shifttemplate.php:131 +#: admin/callrestrict.php:140 admin/addshift.php:243 +#: admin/availability.php:165 admin/shifttemplate.php:136 msgid "Day" msgstr "" -#: admin/callrestrict.php:153 admin/availability.php:175 -#: admin/shifttemplate.php:149 +#: admin/callrestrict.php:158 admin/availability.php:181 +#: admin/shifttemplate.php:154 msgid "Add row" msgstr "" -#: admin/callrestrict.php:154 +#: admin/callrestrict.php:159 msgid "Save changes to restriction times" msgstr "" -#: admin/addshift.php:87 +#: admin/addshift.php:92 msgid "Add shifts" msgstr "" -#: admin/addshift.php:88 +#: admin/addshift.php:93 msgid "" "You must be an operator (as well as have administrator access) to add/edit " "shifts" msgstr "" -#: admin/addshift.php:140 admin/index.php:119 +#: admin/addshift.php:145 admin/index.php:133 msgid "Shift management" msgstr "" -#: admin/addshift.php:163 +#: admin/addshift.php:168 msgid "Add shifts in your Time Zone" msgstr "" -#: admin/addshift.php:166 +#: admin/addshift.php:171 msgid "" "Shifts allow you to restrict appointments being made, and interviewers to " "working on a particlar project at defined times." msgstr "" -#: admin/addshift.php:174 +#: admin/addshift.php:179 msgid "Select year" msgstr "" -#: admin/addshift.php:185 +#: admin/addshift.php:190 msgid "Select week" msgstr "" -#: admin/addshift.php:238 +#: admin/addshift.php:243 msgid "Use shift?" msgstr "" -#: admin/process.php:90 +#: admin/process.php:95 msgid "Cannot connect to VoIP Server" msgstr "" -#: admin/supervisorchat.php:63 +#: admin/supervisorchat.php:68 msgid "" "Allow interviewers to chat with the supervisor over XMPP (Jabber). Required " "is a BOSH enabled XMPP/Jabber server. The operators and the supervisor will " "need XMPP/Jabber accounts." msgstr "" -#: admin/supervisorchat.php:73 +#: admin/supervisorchat.php:78 msgid "Enable supervisor chat?" msgstr "" -#: admin/supervisorchat.php:77 +#: admin/supervisorchat.php:82 msgid "Set BOSH URL" msgstr "" -#: admin/supervisorchat.php:81 +#: admin/supervisorchat.php:86 msgid "Supervisor XMPP/Jabber id" msgstr "" -#: admin/supervisorchat.php:85 +#: admin/supervisorchat.php:90 msgid "Update" msgstr "" -#: admin/questionnairelist.php:348 +#: admin/questionnairelist.php:353 msgid "Modify Questionnaire " msgstr "" -#: admin/questionnairelist.php:370 +#: admin/questionnairelist.php:375 msgid "Assigned survey" msgstr "" -#: admin/questionnairelist.php:374 +#: admin/questionnairelist.php:379 msgid "Edit instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:380 admin/questionnairelist.php:381 -#: admin/new.php:162 admin/new.php:164 +#: admin/questionnairelist.php:385 admin/questionnairelist.php:386 +#: admin/new.php:167 admin/new.php:169 msgid "Name for questionnaire:" msgstr "" -#: admin/questionnairelist.php:384 admin/new.php:197 +#: admin/questionnairelist.php:389 admin/new.php:202 msgid "Restrict appointments to shifts?" msgstr "" -#: admin/questionnairelist.php:387 admin/new.php:204 +#: admin/questionnairelist.php:392 admin/new.php:209 msgid "Restrict work to shifts?" msgstr "" -#: admin/questionnairelist.php:391 admin/new.php:211 +#: admin/questionnairelist.php:396 admin/new.php:216 msgid "Questionnaire for testing only?" msgstr "" -#: admin/questionnairelist.php:395 admin/new.php:218 +#: admin/questionnairelist.php:400 admin/new.php:223 msgid "Allow operators to generate referrals?" msgstr "" -#: admin/questionnairelist.php:399 admin/new.php:225 +#: admin/questionnairelist.php:404 admin/new.php:230 msgid "Allow for respondent self completion via email invitation?" msgstr "" -#: admin/questionnairelist.php:404 admin/new.php:233 +#: admin/questionnairelist.php:409 admin/new.php:238 msgid "Questionnaire display mode for respondent" msgstr "" -#: admin/questionnairelist.php:407 admin/new.php:236 +#: admin/questionnairelist.php:412 admin/new.php:241 msgid "All in one" msgstr "" -#: admin/questionnairelist.php:408 admin/new.php:237 +#: admin/questionnairelist.php:413 admin/new.php:242 msgid "Question by question" msgstr "" -#: admin/questionnairelist.php:409 admin/new.php:238 +#: admin/questionnairelist.php:414 admin/new.php:243 msgid "Group at a time" msgstr "" -#: admin/questionnairelist.php:414 admin/new.php:243 +#: admin/questionnairelist.php:419 admin/new.php:248 msgid "Limesurvey template for respondent" msgstr "" -#: admin/questionnairelist.php:433 admin/new.php:261 +#: admin/questionnairelist.php:438 admin/new.php:266 msgid "URL to forward respondents on self completion (required)" msgstr "" -#: admin/questionnairelist.php:444 admin/questionnairelist.php:454 -#: admin/questionnairelist.php:464 admin/questionnairelist.php:474 -#: admin/questionnairelist.php:490 admin/questionnairelist.php:500 -#: admin/new.php:297 admin/new.php:307 admin/new.php:317 admin/new.php:327 -#: admin/new.php:339 admin/new.php:349 +#: admin/questionnairelist.php:449 admin/questionnairelist.php:459 +#: admin/questionnairelist.php:469 admin/questionnairelist.php:479 +#: admin/questionnairelist.php:495 admin/questionnairelist.php:505 +#: admin/new.php:302 admin/new.php:312 admin/new.php:322 admin/new.php:332 +#: admin/new.php:344 admin/new.php:354 msgid "Expand/Collapse" msgstr "" -#: admin/questionnairelist.php:445 admin/new.php:298 +#: admin/questionnairelist.php:450 admin/new.php:303 msgid "Respondent selection introduction:" msgstr "" -#: admin/questionnairelist.php:455 admin/new.php:308 +#: admin/questionnairelist.php:460 admin/new.php:313 msgid "Respondent selection project introduction:" msgstr "" -#: admin/questionnairelist.php:465 admin/new.php:318 +#: admin/questionnairelist.php:470 admin/new.php:323 msgid "Respondent selection callback (already started questionnaire):" msgstr "" -#: admin/questionnairelist.php:475 admin/new.php:328 +#: admin/questionnairelist.php:480 admin/new.php:333 msgid "Message to leave on an answering machine:" msgstr "" -#: admin/questionnairelist.php:485 +#: admin/questionnairelist.php:490 msgid "Edit respondent selection instrument in Limesurvey" msgstr "" -#: admin/questionnairelist.php:491 admin/new.php:340 +#: admin/questionnairelist.php:496 admin/new.php:345 msgid "Project end text (thank you screen):" msgstr "" -#: admin/questionnairelist.php:501 admin/new.php:350 +#: admin/questionnairelist.php:506 admin/new.php:355 msgid "Project information for interviewers/operators:" msgstr "" -#: admin/questionnairelist.php:509 +#: admin/questionnairelist.php:514 msgid "Update Questionnaire" msgstr "" -#: admin/questionnairelist.php:523 +#: admin/questionnairelist.php:528 msgid "Delete Questionnaire" msgstr "" -#: admin/questionnairelist.php:525 +#: admin/questionnairelist.php:530 msgid "Any collected data and the limesurvey instrument will NOT be deleted" msgstr "" -#: admin/questionnairelist.php:526 +#: admin/questionnairelist.php:531 msgid "" "The questionnaire will be deleted from queXS including call history, cases, " "case notes, respondent details, appointments and the links between " "operators, clients and the questionnaire" msgstr "" -#: admin/questionnairelist.php:527 +#: admin/questionnairelist.php:532 msgid "Please confirm you wish to delete the questionnaire" msgstr "" -#: admin/questionnairelist.php:530 +#: admin/questionnairelist.php:535 msgid "Delete this questionnaire" msgstr "" -#: admin/questionnairelist.php:536 admin/index.php:100 admin/new.php:136 -#: admin/new.php:146 +#: admin/questionnairelist.php:541 admin/index.php:114 admin/new.php:141 +#: admin/new.php:151 msgid "Questionnaire management" msgstr "" -#: admin/questionnairelist.php:539 admin/index.php:99 admin/new.php:42 +#: admin/questionnairelist.php:541 +msgid "Questionnaire list" +msgstr "" + +#: admin/questionnairelist.php:544 admin/index.php:113 admin/new.php:47 msgid "Create a new questionnaire" msgstr "" -#: admin/questionnairelist.php:557 +#: admin/questionnairelist.php:561 +msgid "Edit Questionnaire" +msgstr "" + +#: admin/questionnairelist.php:562 msgid "Edit Lime survey" msgstr "" -#: admin/callhistory.php:124 admin/callhistory.php:149 -#: admin/supervisor.php:399 admin/databasestrings.php:82 -msgid "Phone number" +#: admin/questionnairelist.php:566 admin/questionnairelist.php:583 +#: admin/questionnairelist.php:587 +msgid "questionnaire" msgstr "" -#: admin/callhistory.php:136 +#: admin/questionnairelist.php:571 admin/index.php:116 +msgid "Pre-fill questionnaire" +msgstr "" + +#: admin/questionnairelist.php:576 +msgid "Delete questionnaire" +msgstr "" + +#: admin/questionnairelist.php:581 +msgid "Outcomes for questionnaire" +msgstr "" + +#: admin/questionnairelist.php:587 admin/index.php:160 +#: admin/dataoutput.php:199 +msgid "Data output" +msgstr "" + +#: admin/questionnairelist.php:592 +msgid "Assigned samples" +msgstr "" + +#: admin/questionnairelist.php:597 admin/index.php:172 +#: admin/casestatus.php:209 +msgid "Case status and assignment" +msgstr "" + +#: admin/callhistory.php:113 admin/callhistory.php:144 msgid "Call History List" msgstr "" -#: admin/callhistory.php:142 +#: admin/callhistory.php:132 admin/callhistory.php:157 +#: admin/supervisor.php:409 admin/databasestrings.php:82 +msgid "Phone number" +msgstr "" + +#: admin/callhistory.php:150 msgid "NO Call history records for Your query" msgstr "" -#: admin/callhistory.php:163 +#: admin/callhistory.php:181 msgid "Download Call History List" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "Could not add" msgstr "" -#: admin/clients.php:84 +#: admin/clients.php:88 msgid "There may already be a client of this name" msgstr "" -#: admin/clients.php:89 admin/clients.php:174 +#: admin/clients.php:93 admin/clients.php:179 msgid "Add a client" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "" "Adding a client here will allow them to access project information in the " "client subdirectory. You can assign a client to a particular project using " "the" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "Assign client to Questionnaire" msgstr "" -#: admin/clients.php:144 +#: admin/clients.php:148 msgid "tool." msgstr "" -#: admin/clients.php:149 +#: admin/clients.php:152 msgid "Enter the username of a client to add:" msgstr "" -#: admin/clients.php:154 +#: admin/clients.php:156 msgid "Enter the password of a client to add:" msgstr "" -#: admin/clients.php:163 +#: admin/clients.php:164 msgid "Enter the first name of a client to add:" msgstr "" -#: admin/clients.php:167 +#: admin/clients.php:168 msgid "Enter the surname of a client to add:" msgstr "" -#: admin/clients.php:171 +#: admin/clients.php:176 msgid "Enter the Time Zone of a client to add:" msgstr "" -#: admin/availability.php:73 +#: admin/availability.php:79 msgid "No time slot group set" msgstr "" -#: admin/availability.php:107 +#: admin/availability.php:113 msgid "Modify time slots" msgstr "" -#: admin/availability.php:132 admin/supervisor.php:449 +#: admin/availability.php:138 admin/supervisor.php:459 msgid "Time slot" msgstr "" -#: admin/availability.php:153 +#: admin/availability.php:159 msgid "Edit Time slot group name" msgstr "" -#: admin/availability.php:176 +#: admin/availability.php:182 msgid "Save changes to time slot group" msgstr "" -#: admin/availability.php:180 +#: admin/availability.php:186 msgid "Delete this time slot group" msgstr "" -#: admin/clientquestionnaire.php:147 admin/clientquestionnaire.php:262 -#: admin/index.php:152 +#: admin/clientquestionnaire.php:152 admin/clientquestionnaire.php:267 +#: admin/index.php:166 msgid "Assign clients to questionnaires" msgstr "" -#: admin/clientquestionnaire.php:238 +#: admin/clientquestionnaire.php:243 msgid "Client" msgstr "" -#: admin/operatorlist.php:60 -msgid "If changing usernames, you must specify a new password" -msgstr "" - -#: admin/operatorlist.php:116 +#: admin/operatorlist.php:127 msgid "Successfully updated user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Failed to update user" msgstr "" -#: admin/operatorlist.php:120 +#: admin/operatorlist.php:131 admin/operatorlist.php:136 msgid "Please make sure the username is unique" msgstr "" -#: admin/operatorlist.php:129 +#: admin/operatorlist.php:144 msgid "Edit Operator settings" msgstr "" -#: admin/operatorlist.php:206 +#: admin/operatorlist.php:221 msgid "leave blank to keep existing password" msgstr "" -#: admin/operatorlist.php:260 +#: admin/operatorlist.php:282 msgid "Update operator" msgstr "" -#: admin/operatorlist.php:369 -msgid "Operator list" +#: admin/operatorlist.php:373 +msgid "Win .bat file" msgstr "" -#: admin/operatorlist.php:379 -msgid "VoIP ON/Off" -msgstr "" - -#: admin/operatorlist.php:380 -msgid "Win file" +#: admin/operatorlist.php:374 +msgid "*nix script file" msgstr "" #: admin/operatorlist.php:381 -msgid "*nix flle" +msgid "Enable VoIP" msgstr "" -#: admin/operatorlist.php:390 -msgid "Assign to questionnaire" +#: admin/operatorlist.php:383 +msgid "Disable VoIP" msgstr "" #: admin/operatorlist.php:391 +msgid "Operator list" +msgstr "" + +#: admin/operatorlist.php:401 +msgid "VoIP ON/Off" +msgstr "" + +#: admin/operatorlist.php:402 +msgid "Win file" +msgstr "" + +#: admin/operatorlist.php:403 +msgid "*nix flle" +msgstr "" + +#: admin/operatorlist.php:412 +msgid "Assign to questionnaire" +msgstr "" + +#: admin/operatorlist.php:413 msgid "Operator skills" msgstr "" -#: admin/operatorlist.php:396 +#: admin/operatorlist.php:418 msgid "" "Download the file for each user and save in the same folder as the voip.exe " "executable. When the file is executed, it will run the voip.exe program with " "the correct connection details to connect the operator to the VoIP server" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Windows VoIP Client Executable file" msgstr "" -#: admin/operatorlist.php:398 +#: admin/operatorlist.php:420 msgid "Download Win file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux VoIP Executable file" msgstr "" -#: admin/operatorlist.php:399 +#: admin/operatorlist.php:421 msgid "Download Linux file" msgstr "" -#: admin/centreinfo.php:63 admin/index.php:168 +#: admin/centreinfo.php:68 admin/index.php:182 msgid "Set centre information" msgstr "" -#: admin/centreinfo.php:68 +#: admin/centreinfo.php:73 msgid "Update centre information" msgstr "" -#: admin/import.php:41 +#: admin/import.php:46 msgid "Validating and uploading" msgstr "" -#: admin/import.php:42 admin/import.php:80 admin/import.php:111 +#: admin/import.php:47 admin/import.php:85 admin/import.php:116 msgid "Import sample" msgstr "" -#: admin/import.php:60 +#: admin/import.php:65 msgid "Successfully imported sample" msgstr "" -#: admin/import.php:64 +#: admin/import.php:69 msgid "Error importing file. Please try again" msgstr "" -#: admin/import.php:68 +#: admin/import.php:73 msgid "Error:" msgstr "" -#: admin/import.php:68 +#: admin/import.php:73 msgid "" "Please check imported file, go back in your browser and fix the problem" msgstr "" -#: admin/import.php:79 +#: admin/import.php:84 msgid "Select columns to import" msgstr "" -#: admin/import.php:97 admin/import.php:145 admin/assignsample.php:330 +#: admin/import.php:102 admin/import.php:150 admin/assignsample.php:335 msgid "Add sample" msgstr "" -#: admin/import.php:110 +#: admin/import.php:115 msgid "Select file to upload" msgstr "" -#: admin/import.php:127 +#: admin/import.php:132 msgid "Choose the CSV sample file to upload" msgstr "" -#: admin/import.php:135 +#: admin/import.php:140 msgid "Sample description" msgstr "" -#: admin/import.php:137 +#: admin/import.php:142 msgid "Enter new sample name..." msgstr "" -#: admin/index.php:50 +#: admin/index.php:64 msgid "queXS Administration" msgstr "" -#: admin/index.php:67 +#: admin/index.php:81 msgid "Click to Collapse / Expand Sidebar MENU " msgstr "" -#: admin/index.php:75 +#: admin/index.php:89 msgid "Logged as:" msgstr "" -#: admin/index.php:79 +#: admin/index.php:93 msgid "Settings" msgstr "" -#: admin/index.php:80 +#: admin/index.php:94 msgid "Lock Screen" msgstr "" -#: admin/index.php:81 -msgid "Logout" -msgstr "" - -#: admin/index.php:95 +#: admin/index.php:109 msgid "Dashboard" msgstr "" -#: admin/index.php:96 +#: admin/index.php:110 msgid "Questionnairies" msgstr "" -#: admin/index.php:98 admin/new.php:178 admin/new.php:372 +#: admin/index.php:112 admin/new.php:183 admin/new.php:377 msgid "Create an instrument in Limesurvey" msgstr "" -#: admin/index.php:101 admin/new.php:374 +#: admin/index.php:115 admin/new.php:379 msgid "Administer instruments with Limesurvey" msgstr "" -#: admin/index.php:102 -msgid "Pre-fill questionnaire" -msgstr "" - -#: admin/index.php:105 +#: admin/index.php:119 msgid "Samples" msgstr "" -#: admin/index.php:110 +#: admin/index.php:124 msgid "Assign samples to questionnaires" msgstr "" -#: admin/index.php:113 +#: admin/index.php:127 msgid "Time slots and shifts" msgstr "" -#: admin/index.php:122 +#: admin/index.php:136 msgid "Quotas" msgstr "" -#: admin/index.php:124 admin/quota.php:109 +#: admin/index.php:138 admin/quota.php:114 msgid "Quota management" msgstr "" -#: admin/index.php:125 admin/quotarow.php:287 +#: admin/index.php:139 admin/quotarow.php:292 msgid "Quota row management" msgstr "" -#: admin/index.php:128 +#: admin/index.php:142 msgid "Operators" msgstr "" -#: admin/index.php:130 +#: admin/index.php:144 msgid "Add operators to the system" msgstr "" -#: admin/index.php:131 +#: admin/index.php:145 msgid "Operator management" msgstr "" -#: admin/index.php:132 +#: admin/index.php:146 msgid "Extension status" msgstr "" -#: admin/index.php:133 admin/operatorquestionnaire.php:152 -#: admin/operatorquestionnaire.php:267 +#: admin/index.php:147 admin/operatorquestionnaire.php:157 +#: admin/operatorquestionnaire.php:272 msgid "Assign operators to questionnaires" msgstr "" -#: admin/index.php:134 admin/operatorskill.php:270 +#: admin/index.php:148 admin/operatorskill.php:275 msgid "Modify operator skills" msgstr "" -#: admin/index.php:138 +#: admin/index.php:152 msgid "Results" msgstr "" -#: admin/index.php:140 +#: admin/index.php:154 msgid "Display all future appointments" msgstr "" -#: admin/index.php:141 +#: admin/index.php:155 msgid "Sample call attempts report" msgstr "" -#: admin/index.php:142 index.php:250 index_interface2.php:267 -msgid "Call history" -msgstr "" - -#: admin/index.php:143 admin/shiftreport.php:61 +#: admin/index.php:157 admin/shiftreport.php:67 msgid "Shift reports" msgstr "" -#: admin/index.php:145 +#: admin/index.php:159 msgid "Questionnaire outcomes" msgstr "" -#: admin/index.php:146 admin/dataoutput.php:193 -msgid "Data output" -msgstr "" - -#: admin/index.php:149 +#: admin/index.php:163 msgid "Clients" msgstr "" -#: admin/index.php:151 +#: admin/index.php:165 msgid "Add clients to the system" msgstr "" -#: admin/index.php:155 +#: admin/index.php:169 msgid "Supervisor functions" msgstr "" -#: admin/index.php:157 admin/supervisor.php:120 +#: admin/index.php:171 admin/supervisor.php:125 msgid "Assign outcomes to cases" msgstr "" -#: admin/index.php:158 admin/casestatus.php:204 -msgid "Case status and assignment" -msgstr "" - -#: admin/index.php:162 +#: admin/index.php:176 msgid "System settings" msgstr "" -#: admin/index.php:164 +#: admin/index.php:178 msgid "Set default timezone list" msgstr "" -#: admin/index.php:165 +#: admin/index.php:179 msgid "Manage Time slots" msgstr "" -#: admin/index.php:166 admin/shifttemplate.php:94 +#: admin/index.php:180 admin/shifttemplate.php:99 msgid "Set default shift times" msgstr "" -#: admin/index.php:170 +#: admin/index.php:184 msgid "System wide case sorting" msgstr "" -#: admin/index.php:177 admin/index.php:185 +#: admin/index.php:191 admin/index.php:199 msgid "VoIP" msgstr "" -#: admin/index.php:179 +#: admin/index.php:193 msgid "Start and monitor VoIP" msgstr "" -#: admin/index.php:185 -msgid "Disabled" -msgstr "" - -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Call attempts made" msgstr "" -#: admin/samplecallattempts.php:121 +#: admin/samplecallattempts.php:127 msgid "Number of cases" msgstr "" -#: admin/samplecallattempts.php:184 +#: admin/samplecallattempts.php:190 msgid "Sample call attempt" msgstr "" -#: admin/samplecallattempts.php:186 admin/dataoutput.php:195 -#: admin/operatorperformance.php:73 admin/shiftreport.php:65 +#: admin/samplecallattempts.php:192 admin/dataoutput.php:201 +#: admin/operatorperformance.php:78 admin/shiftreport.php:71 msgid "Please select a questionnaire" msgstr "" -#: admin/samplecallattempts.php:189 +#: admin/samplecallattempts.php:195 msgid "Overall" msgstr "" -#: admin/samplecallattempts.php:198 admin/dataoutput.php:211 +#: admin/samplecallattempts.php:204 admin/dataoutput.php:217 msgid "Please select a sample" msgstr "" -#: admin/samplecallattempts.php:209 +#: admin/samplecallattempts.php:215 msgid "Please select a quota" msgstr "" -#: admin/samplecallattempts.php:215 +#: admin/samplecallattempts.php:221 msgid "No calls for this quota" msgstr "" -#: admin/samplecallattempts.php:219 +#: admin/samplecallattempts.php:225 msgid "No calls for this sample" msgstr "" -#: admin/samplecallattempts.php:224 +#: admin/samplecallattempts.php:230 msgid "No calls for this questionnaire" msgstr "" -#: admin/casesbyoutcome.php:52 +#: admin/casesbyoutcome.php:57 msgid "Cases by outcome" msgstr "" -#: admin/casesbyoutcome.php:72 admin/supervisor.php:297 +#: admin/casesbyoutcome.php:77 admin/supervisor.php:307 msgid "Project" msgstr "" -#: admin/casesbyoutcome.php:78 +#: admin/casesbyoutcome.php:83 msgid "Sample:" msgstr "" -#: admin/casesbyoutcome.php:93 admin/supervisor.php:299 +#: admin/casesbyoutcome.php:98 admin/supervisor.php:309 msgid "Current outcome:" msgstr "" -#: admin/casesbyoutcome.php:107 +#: admin/casesbyoutcome.php:112 msgid "No cases with this outcome" msgstr "" -#: admin/casesbyoutcome.php:114 +#: admin/casesbyoutcome.php:119 msgid "Error with input" msgstr "" -#: admin/quota.php:135 admin/quotarow.php:310 +#: admin/quota.php:140 admin/quotarow.php:315 msgid "No samples assigned to this questionnaire." msgstr "" -#: admin/quota.php:143 +#: admin/quota.php:148 msgid "Current quotas" msgstr "" -#: admin/quota.php:155 +#: admin/quota.php:160 msgid "Currently no quotas" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "Stop calling this sample when:" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "for" msgstr "" -#: admin/quota.php:161 +#: admin/quota.php:166 msgid "completions" msgstr "" -#: admin/quota.php:164 +#: admin/quota.php:169 msgid "Quota reached" msgstr "" -#: admin/quota.php:166 +#: admin/quota.php:171 msgid "Quota not yet reached" msgstr "" -#: admin/quota.php:168 +#: admin/quota.php:173 msgid "Current completions: " msgstr "" -#: admin/quota.php:176 +#: admin/quota.php:181 msgid "Select a question for the quota" msgstr "" -#: admin/quota.php:205 +#: admin/quota.php:210 msgid "Enter the details for creating the quota:" msgstr "" -#: admin/quota.php:210 admin/quotarow.php:454 admin/quotarow.php:535 +#: admin/quota.php:215 admin/quotarow.php:459 admin/quotarow.php:540 msgid "The type of comparison" msgstr "" -#: admin/quota.php:220 admin/quotarow.php:455 +#: admin/quota.php:225 admin/quotarow.php:460 msgid "The code value to compare" msgstr "" -#: admin/quota.php:223 admin/quotarow.php:391 admin/quotarow.php:595 +#: admin/quota.php:228 admin/quotarow.php:396 admin/quotarow.php:600 msgid "The number of completions to stop calling at" msgstr "" -#: admin/quota.php:230 +#: admin/quota.php:235 msgid "Add quota" msgstr "" -#: admin/quota.php:236 admin/quotarow.php:461 +#: admin/quota.php:241 admin/quotarow.php:466 msgid "Code values for this question" msgstr "" -#: admin/quota.php:248 admin/quotarow.php:476 +#: admin/quota.php:253 admin/quotarow.php:481 msgid "No labels defined for this question" msgstr "" -#: admin/quota.php:250 admin/quotarow.php:478 +#: admin/quota.php:255 admin/quotarow.php:483 msgid "Code value" msgstr "" -#: admin/assignsample.php:182 +#: admin/assignsample.php:187 msgid "Edit assignment parameters" msgstr "" -#: admin/assignsample.php:183 admin/assignsample.php:252 +#: admin/assignsample.php:188 admin/assignsample.php:257 msgid "Assign samples to questionnaire: " msgstr "" -#: admin/assignsample.php:214 admin/assignsample.php:279 -#: admin/assignsample.php:302 +#: admin/assignsample.php:219 admin/assignsample.php:284 +#: admin/assignsample.php:307 msgid "Max calls" msgstr "" -#: admin/assignsample.php:216 admin/assignsample.php:219 -#: admin/assignsample.php:304 admin/assignsample.php:308 +#: admin/assignsample.php:221 admin/assignsample.php:224 +#: admin/assignsample.php:270 admin/assignsample.php:271 +#: admin/assignsample.php:309 admin/assignsample.php:313 msgid "Unlimited" msgstr "" -#: admin/assignsample.php:217 admin/assignsample.php:279 -#: admin/assignsample.php:306 +#: admin/assignsample.php:222 admin/assignsample.php:284 +#: admin/assignsample.php:311 msgid "Max call attempts" msgstr "" -#: admin/assignsample.php:220 admin/assignsample.php:310 +#: admin/assignsample.php:225 admin/assignsample.php:315 msgid "Number of answering machine messages to leave per case" msgstr "" -#: admin/assignsample.php:222 admin/assignsample.php:312 +#: admin/assignsample.php:227 admin/assignsample.php:273 +#: admin/assignsample.php:317 msgid "Never" msgstr "" -#: admin/assignsample.php:223 admin/assignsample.php:314 +#: admin/assignsample.php:228 admin/assignsample.php:319 msgid "Select from sample randomly?" msgstr "" -#: admin/assignsample.php:225 admin/assignsample.php:316 +#: admin/assignsample.php:230 admin/assignsample.php:321 msgid "Sequentially" msgstr "" -#: admin/assignsample.php:226 admin/assignsample.php:279 -#: admin/assignsample.php:318 +#: admin/assignsample.php:231 admin/assignsample.php:284 +#: admin/assignsample.php:323 msgid "Allow new numbers to be drawn?" msgstr "" -#: admin/assignsample.php:251 +#: admin/assignsample.php:256 msgid "List & Add Sample" msgstr "" -#: admin/assignsample.php:262 +#: admin/assignsample.php:267 msgid "Samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:272 +msgid "Sequential" +msgstr "" + +#: admin/assignsample.php:272 +msgid "Random" +msgstr "" + +#: admin/assignsample.php:284 msgid "Answering machine messages" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Selection type" msgstr "" -#: admin/assignsample.php:279 +#: admin/assignsample.php:284 msgid "Unassign sample" msgstr "" -#: admin/assignsample.php:281 +#: admin/assignsample.php:286 msgid "No samples selected for this questionnaire" msgstr "" -#: admin/assignsample.php:295 +#: admin/assignsample.php:300 msgid "Add a sample to this questionnaire:" msgstr "" -#: admin/assignsample.php:298 +#: admin/assignsample.php:303 msgid "Select sample:" msgstr "" -#: admin/assignsample.php:324 +#: admin/assignsample.php:329 msgid "" "Generate cases for all sample records and set outcome to 'Self completion " "email invitation sent'? (Ideal if you intend to send an email invitation to " "sample members before attempting to call using queXS)" msgstr "" -#: admin/supervisor.php:126 respondent.php:101 contactdetails.php:98 +#: admin/supervisor.php:131 respondent.php:107 contactdetails.php:104 msgid "Case id:" msgstr "" -#: admin/supervisor.php:127 +#: admin/supervisor.php:132 msgid "Enter a case id" msgstr "" -#: admin/supervisor.php:128 +#: admin/supervisor.php:133 msgid "Select case" msgstr "" -#: admin/supervisor.php:142 admin/new.php:177 admin/new.php:373 -msgid "or" -msgstr "" - -#: admin/supervisor.php:142 +#: admin/supervisor.php:152 msgid "Select case from list of cases referred to the supervisor:" msgstr "" -#: admin/supervisor.php:152 +#: admin/supervisor.php:162 msgid "Set an outcome for this call" msgstr "" -#: admin/supervisor.php:166 admin/new.php:359 -msgid "Cancel" -msgstr "" - -#: admin/supervisor.php:167 admin/supervisor.php:539 call_interface2.php:306 +#: admin/supervisor.php:177 admin/supervisor.php:549 call_interface2.php:311 msgid "Set outcome" msgstr "" -#: admin/supervisor.php:305 +#: admin/supervisor.php:315 msgid "Sample details" msgstr "" -#: admin/supervisor.php:315 admin/casestatus.php:116 +#: admin/supervisor.php:325 admin/casestatus.php:121 msgid "Time NOW" msgstr "" -#: admin/supervisor.php:343 +#: admin/supervisor.php:353 msgid "No sample data for this case" msgstr "" -#: admin/supervisor.php:348 admin/displayappointments.php:240 -#: admin/databasestrings.php:68 index.php:268 index_interface2.php:285 +#: admin/supervisor.php:358 admin/displayappointments.php:245 +#: admin/databasestrings.php:68 index.php:273 index_interface2.php:291 msgid "Appointments" msgstr "" -#: admin/supervisor.php:354 -msgid "Not yet called" -msgstr "" - -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Current outcome" msgstr "" -#: admin/supervisor.php:372 admin/displayappointments.php:258 +#: admin/supervisor.php:382 admin/displayappointments.php:263 msgid "Operator who called" msgstr "" -#: admin/supervisor.php:375 +#: admin/supervisor.php:385 msgid "No appointments for this case" msgstr "" -#: admin/supervisor.php:393 +#: admin/supervisor.php:396 +msgid "Change outcome" +msgstr "" + +#: admin/supervisor.php:403 msgid "Call list" msgstr "" -#: admin/supervisor.php:448 +#: admin/supervisor.php:458 msgid "Call attempts by timeslot" msgstr "" -#: admin/supervisor.php:449 admin/casestatus.php:116 +#: admin/supervisor.php:459 admin/casestatus.php:121 msgid "Call attempts" msgstr "" -#: admin/supervisor.php:452 +#: admin/supervisor.php:462 msgid "Time slots NOT defined" msgstr "" -#: admin/supervisor.php:459 +#: admin/supervisor.php:469 msgid "Assign this case to operator (will appear as next case for them)" msgstr "" -#: admin/supervisor.php:471 +#: admin/supervisor.php:481 msgid "Assign this case to operator" msgstr "" -#: admin/supervisor.php:481 +#: admin/supervisor.php:491 msgid "Modify responses for this case" msgstr "" -#: admin/supervisor.php:483 +#: admin/supervisor.php:493 msgid "Case not yet started in Limesurvey" msgstr "" -#: admin/supervisor.php:488 +#: admin/supervisor.php:498 msgid "Availability groups" msgstr "" -#: admin/supervisor.php:516 +#: admin/supervisor.php:526 msgid "Update case availability" msgstr "" -#: admin/supervisor.php:527 +#: admin/supervisor.php:537 msgid "Set a case outcome" msgstr "" -#: admin/supervisor.php:545 admin/supervisor.php:550 +#: admin/supervisor.php:555 admin/supervisor.php:560 msgid "Deidentify" msgstr "" -#: admin/supervisor.php:546 +#: admin/supervisor.php:556 msgid "Remove all sample details and contact numbers from this case" msgstr "" -#: admin/supervisor.php:556 +#: admin/supervisor.php:566 msgid "Case does not exist" msgstr "" -#: admin/quotarow.php:313 +#: admin/quotarow.php:318 msgid "To quota report" msgstr "" -#: admin/quotarow.php:385 +#: admin/quotarow.php:390 msgid "To Row quotas" msgstr "" -#: admin/quotarow.php:391 admin/quotarow.php:593 +#: admin/quotarow.php:396 admin/quotarow.php:598 msgid "Describe this quota" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:594 +#: admin/quotarow.php:397 admin/quotarow.php:599 msgid "Quota priority (50 is default, 100 highest, 0 lowest)" msgstr "" -#: admin/quotarow.php:392 admin/quotarow.php:596 +#: admin/quotarow.php:397 admin/quotarow.php:601 msgid "" "Should the priority be automatically updated based on the number of " "completions in this quota?" msgstr "" -#: admin/quotarow.php:408 +#: admin/quotarow.php:413 msgid "Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "Currently NO Restrictions based on answered questions" msgstr "" -#: admin/quotarow.php:413 +#: admin/quotarow.php:418 msgid "" "All completed responses that match the sample criteria below will be counted " "towards the quota" msgstr "" -#: admin/quotarow.php:417 +#: admin/quotarow.php:422 msgid "" "Only completed responses that have answered the following will be counted" msgstr "" -#: admin/quotarow.php:418 +#: admin/quotarow.php:423 msgid "SGQ code" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 +#: admin/quotarow.php:423 admin/quotarow.php:509 msgid "Comparison" msgstr "" -#: admin/quotarow.php:418 admin/quotarow.php:504 admin/quotarow.php:536 -#: respondent.php:169 contactdetails.php:163 +#: admin/quotarow.php:423 admin/quotarow.php:509 admin/quotarow.php:541 +#: respondent.php:175 contactdetails.php:169 msgid "Value" msgstr "" -#: admin/quotarow.php:447 +#: admin/quotarow.php:452 msgid "Add restriction based on answered questions" msgstr "" -#: admin/quotarow.php:448 +#: admin/quotarow.php:453 msgid "Select Question" msgstr "" -#: admin/quotarow.php:495 +#: admin/quotarow.php:462 admin/quotarow.php:558 +msgid "Add restriction" +msgstr "" + +#: admin/quotarow.php:500 msgid "Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "Currently NO Restrictions based on sample records" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "This sample will be limited to number of completions set in quota" msgstr "" -#: admin/quotarow.php:499 +#: admin/quotarow.php:504 msgid "" "Caling cases for this sample will be stopped when the quota is reached" msgstr "" -#: admin/quotarow.php:503 +#: admin/quotarow.php:508 msgid "" "Completed responses that have the following sample details will be counted " "towards the quota and excluded when the quota is reached" msgstr "" -#: admin/quotarow.php:504 +#: admin/quotarow.php:509 msgid "Sample var ID" msgstr "" -#: admin/quotarow.php:527 +#: admin/quotarow.php:532 msgid "Add restriction based on sample records" msgstr "" -#: admin/quotarow.php:529 +#: admin/quotarow.php:534 msgid "Sample record" msgstr "" -#: admin/quotarow.php:576 +#: admin/quotarow.php:581 msgid "Currently no row quotas" msgstr "" -#: admin/quotarow.php:581 +#: admin/quotarow.php:586 msgid "Current row quotas" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Priority" msgstr "" -#: admin/quotarow.php:582 +#: admin/quotarow.php:587 msgid "Select" msgstr "" -#: admin/quotarow.php:590 admin/quotarow.php:597 +#: admin/quotarow.php:589 +msgid "Export selected" +msgstr "" + +#: admin/quotarow.php:591 +msgid "Delete selected" +msgstr "" + +#: admin/quotarow.php:595 admin/quotarow.php:602 msgid "Add row quota" msgstr "" -#: admin/quotarow.php:602 admin/quotarow.php:610 +#: admin/quotarow.php:607 admin/quotarow.php:615 msgid "Import row quota" msgstr "" -#: admin/quotarow.php:608 +#: admin/quotarow.php:613 msgid "Choose the CSV row quota file to import:" msgstr "" -#: admin/operatorskill.php:147 +#: admin/operatorskill.php:152 msgid "Assign operators to Skills" msgstr "" -#: admin/operatorskill.php:149 +#: admin/operatorskill.php:154 msgid "" "Set which types of cases will be made available to each operator. " "Please note that all operators will be allowed to assign all possible " @@ -3002,140 +3199,156 @@ msgid "" "operator." msgstr "" -#: admin/dataoutput.php:70 +#: admin/dataoutput.php:76 msgid "ALL" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Current Outcome" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "Number of calls" msgstr "" -#: admin/dataoutput.php:87 +#: admin/dataoutput.php:93 msgid "DATE/TIME Last number dialled" msgstr "" -#: admin/dataoutput.php:209 +#: admin/dataoutput.php:215 msgid "Download data for this questionnaire via Limesurvey" msgstr "" -#: admin/dataoutput.php:218 +#: admin/dataoutput.php:224 msgid "Download data for this sample via Limesurvey" msgstr "" -#: admin/dataoutput.php:226 +#: admin/dataoutput.php:232 msgid "Download key file: select sample var" msgstr "" -#: admin/dataoutput.php:233 +#: admin/dataoutput.php:239 msgid "Download complete key file" msgstr "" -#: admin/dataoutput.php:236 +#: admin/dataoutput.php:242 msgid "Download complete sample file with current outcomes" msgstr "" -#: admin/operatorperformance.php:66 +#: admin/operatorperformance.php:71 msgid "Operator Performance" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 -#: admin/casestatus.php:116 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 +#: admin/casestatus.php:121 msgid "Calls" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Total time" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Call time" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Completions p/h" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Calls p/h" msgstr "" -#: admin/operatorperformance.php:81 admin/operatorperformance.php:104 +#: admin/operatorperformance.php:86 admin/operatorperformance.php:109 msgid "Effectiveness" msgstr "" -#: admin/operatorperformance.php:96 admin/shiftreport.php:72 +#: admin/operatorperformance.php:93 +msgid "till" +msgstr "" + +#: admin/operatorperformance.php:101 admin/shiftreport.php:78 msgid "Please select a shift" msgstr "" -#: admin/shiftreport.php:92 +#: admin/shiftreport.php:98 msgid "Reports for this shift" msgstr "" -#: admin/shiftreport.php:104 +#: admin/shiftreport.php:110 msgid "Report" msgstr "" -#: admin/shiftreport.php:107 +#: admin/shiftreport.php:113 msgid "Create new report for this shift" msgstr "" -#: admin/shiftreport.php:113 +#: admin/shiftreport.php:119 msgid "Enter report for this shift" msgstr "" -#: admin/shiftreport.php:117 +#: admin/shiftreport.php:123 msgid "Add report" msgstr "" -#: admin/shiftreport.php:153 +#: admin/shiftreport.php:159 msgid "This report does not exist in the database" msgstr "" -#: admin/shiftreport.php:158 +#: admin/shiftreport.php:164 msgid "Edit report for this shift" msgstr "" -#: admin/shiftreport.php:163 +#: admin/shiftreport.php:169 msgid "Modify report" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:87 admin/casestatus.php:88 +msgid "Available" +msgstr "" + +#: admin/casestatus.php:89 +msgid "minutes" +msgstr "" + +#: admin/casestatus.php:100 +msgid "Not assigned, select to assign" +msgstr "" + +#: admin/casestatus.php:121 msgid "Available in" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Assigned to" msgstr "" -#: admin/casestatus.php:116 +#: admin/casestatus.php:121 msgid "Order" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "Assign selected cases to" msgstr "" -#: admin/casestatus.php:128 +#: admin/casestatus.php:133 msgid "operator" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign cases to operator queue" msgstr "" -#: admin/casestatus.php:131 +#: admin/casestatus.php:136 msgid "Assign" msgstr "" -#: admin/casestatus.php:212 +#: admin/casestatus.php:217 msgid "INFORMATION" msgstr "" -#: admin/casestatus.php:215 +#: admin/casestatus.php:220 msgid "" "List cases by questionnaire and sample with the ability to assign them to be " "called next in a queue by a particular operator.
If you assign cases to " @@ -3143,233 +3356,261 @@ msgid "" "soon as the operator is available." msgstr "" -#: admin/casestatus.php:218 +#: admin/casestatus.php:223 msgid "OK" msgstr "" -#: admin/shifttemplate.php:109 +#: admin/shifttemplate.php:114 msgid "" "Enter standard shift start and end times for each day of the week in local " "time" msgstr "" -#: admin/shifttemplate.php:150 +#: admin/shifttemplate.php:155 msgid "Save changes to shifts" msgstr "" -#: admin/extensionstatus.php:101 +#: admin/extensionstatus.php:106 msgid "" "Failed to add extension. There already may be an extension of this name" msgstr "" -#: admin/extensionstatus.php:133 +#: admin/extensionstatus.php:138 msgid "Extensions & status" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Edit extension" msgstr "" -#: admin/extensionstatus.php:188 +#: admin/extensionstatus.php:193 msgid "Add an extension" msgstr "" -#: admin/extensionstatus.php:191 +#: admin/extensionstatus.php:196 msgid "Extension name: " msgstr "" -#: admin/extensionstatus.php:192 +#: admin/extensionstatus.php:197 msgid "such as SIP/1000" msgstr "" -#: admin/extensionstatus.php:195 +#: admin/extensionstatus.php:200 msgid "Extension password: " msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid "Enter New Password" msgstr "" -#: admin/extensionstatus.php:196 +#: admin/extensionstatus.php:201 msgid " or " msgstr "" -#: admin/extensionstatus.php:197 +#: admin/extensionstatus.php:202 msgid "New password" msgstr "" -#: admin/extensionstatus.php:198 +#: admin/extensionstatus.php:203 msgid "characters long" msgstr "" -#: admin/extensionstatus.php:202 admin/extensionstatus.php:263 +#: admin/extensionstatus.php:207 admin/extensionstatus.php:268 msgid "Add extension" msgstr "" -#: admin/extensionstatus.php:211 +#: admin/extensionstatus.php:216 msgid "Delete extension" msgstr "" -#: admin/extensionstatus.php:214 +#: admin/extensionstatus.php:219 msgid "Unassign the operator from this extension to be able to delete it" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:229 +msgid "Unassign" +msgstr "" + +#: admin/extensionstatus.php:229 +msgid "End case to change assignment" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Offline" +msgstr "" + +#: admin/extensionstatus.php:230 +msgid "VoIP Online" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Not called" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:433 +msgid "Requesting call" +msgstr "" + +#: admin/extensionstatus.php:231 call.php:454 +msgid "Requires coding" +msgstr "" + +#: admin/extensionstatus.php:231 +msgid "Done" +msgstr "" + +#: admin/extensionstatus.php:262 msgid "Assignment" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "VoIP Status" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Call state" msgstr "" -#: admin/extensionstatus.php:257 +#: admin/extensionstatus.php:262 msgid "Time on call" msgstr "" -#: admin/extensionstatus.php:261 +#: admin/extensionstatus.php:266 msgid "No extensions" msgstr "" -#: admin/displayappointments.php:117 +#: admin/displayappointments.php:122 msgid "Now modify case outcome" msgstr "" -#: admin/displayappointments.php:119 +#: admin/displayappointments.php:124 msgid "" "The appointment has been deleted. Now you must modify the case outcome" msgstr "" -#: admin/displayappointments.php:120 +#: admin/displayappointments.php:125 msgid "Modify case outcome" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Create NEW appointment" msgstr "" -#: admin/displayappointments.php:126 +#: admin/displayappointments.php:131 msgid "Edit appointment" msgstr "" -#: admin/displayappointments.php:191 +#: admin/displayappointments.php:196 msgid "Contact phone" msgstr "" -#: admin/displayappointments.php:198 +#: admin/displayappointments.php:203 msgid "" "ATTENTION! Keep in mind that you're setting 'Start' & 'End' appoinment " "times in RESPONDENT LOCAL TIME !!!" msgstr "" -#: admin/displayappointments.php:200 +#: admin/displayappointments.php:205 msgid "Respondent TimeZone" msgstr "" -#: admin/displayappointments.php:202 +#: admin/displayappointments.php:207 msgid "Respondent Time" msgstr "" -#: admin/displayappointments.php:222 -msgid "Any operator" -msgstr "" - -#: admin/displayappointments.php:229 +#: admin/displayappointments.php:234 msgid "Cancel edit" msgstr "" -#: admin/displayappointments.php:233 +#: admin/displayappointments.php:238 msgid "Delete this appointment" msgstr "" -#: admin/displayappointments.php:241 +#: admin/displayappointments.php:246 msgid "Display Appointments" msgstr "" -#: admin/displayappointments.php:242 +#: admin/displayappointments.php:247 msgid "All appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:258 +#: admin/displayappointments.php:263 msgid "Created by" msgstr "" -#: admin/displayappointments.php:260 +#: admin/displayappointments.php:265 msgid "No future appointments" msgstr "" -#: admin/displayappointments.php:262 +#: admin/displayappointments.php:267 msgid "Missed appointments (with times displayed in your time zone)" msgstr "" -#: admin/displayappointments.php:279 +#: admin/displayappointments.php:284 msgid "No appointments missed" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "Successfully inserted" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "with ID" msgstr "" -#: admin/new.php:100 +#: admin/new.php:105 msgid "linked to survey" msgstr "" -#: admin/new.php:105 +#: admin/new.php:110 msgid "Error: Failed to insert questionnaire" msgstr "" -#: admin/new.php:135 +#: admin/new.php:140 msgid "Create another ?" msgstr "" -#: admin/new.php:136 +#: admin/new.php:141 msgid "No, Thank you, go to" msgstr "" -#: admin/new.php:146 +#: admin/new.php:151 msgid "Go to" msgstr "" -#: admin/new.php:164 +#: admin/new.php:169 msgid "Enter New questionnaire name.." msgstr "" -#: admin/new.php:169 +#: admin/new.php:174 msgid "Select limesurvey instrument:" msgstr "" -#: admin/new.php:173 admin/new.php:190 +#: admin/new.php:178 admin/new.php:195 msgid "Survey" msgstr "" -#: admin/new.php:183 +#: admin/new.php:188 msgid "Respondent selection type:" msgstr "" -#: admin/new.php:186 +#: admin/new.php:191 msgid "No respondent selection (go straight to questionnaire)" msgstr "" -#: admin/new.php:187 +#: admin/new.php:192 msgid "Use basic respondent selection text (below)" msgstr "" -#: admin/new.php:362 +#: admin/new.php:367 msgid "Create Questionnaire" msgstr "" -#: admin/new.php:371 +#: admin/new.php:376 msgid "NO active Lime surveys available" msgstr "" -#: admin/databasestrings.php:32 rs_intro_interface2.php:76 +#: admin/databasestrings.php:32 rs_intro_interface2.php:82 msgid "Not attempted or worked" msgstr "" @@ -3377,7 +3618,7 @@ msgstr "" msgid "No answer" msgstr "" -#: admin/databasestrings.php:34 rs_intro_interface2.php:79 +#: admin/databasestrings.php:34 rs_intro_interface2.php:85 msgid "Technical phone problems" msgstr "" @@ -3433,7 +3674,7 @@ msgstr "" msgid "Business, government office, other organization" msgstr "" -#: admin/databasestrings.php:48 rs_intro_interface2.php:84 +#: admin/databasestrings.php:48 rs_intro_interface2.php:90 msgid "No eligible respondent" msgstr "" @@ -3489,7 +3730,7 @@ msgstr "" msgid "Out of sample" msgstr "" -#: admin/databasestrings.php:62 rs_intro_interface2.php:85 +#: admin/databasestrings.php:62 rs_intro_interface2.php:91 msgid "Non contact" msgstr "" @@ -3593,10 +3834,6 @@ msgstr "" msgid "Self completion email invitation sent" msgstr "" -#: admin/databasestrings.php:90 -msgid "Self completed online" -msgstr "" - #: admin/databasestrings.php:91 msgid "Max call attempts reached (Eligible)" msgstr "" @@ -3613,303 +3850,303 @@ msgstr "" msgid "Max calls reached (Unknown eligibility)" msgstr "" -#: call_interface2.php:116 +#: call_interface2.php:121 msgid "CONTACTED" msgstr "" -#: call_interface2.php:117 +#: call_interface2.php:122 msgid "NOT CONTACTED" msgstr "" -#: call_interface2.php:192 call_interface2.php:221 call_interface2.php:253 -#: call_interface2.php:257 call_interface2.php:275 call_interface2.php:354 -#: call_interface2.php:425 call.php:191 call.php:211 call.php:227 call.php:258 -#: call.php:306 call.php:377 +#: call_interface2.php:197 call_interface2.php:226 call_interface2.php:258 +#: call_interface2.php:262 call_interface2.php:280 call_interface2.php:359 +#: call_interface2.php:430 call.php:197 call.php:217 call.php:233 call.php:264 +#: call.php:312 call.php:383 msgid "Call" msgstr "" -#: call_interface2.php:313 call.php:265 +#: call_interface2.php:318 call.php:271 msgid "Not on a call" msgstr "" -#: call_interface2.php:325 call_interface2.php:441 call_interface2.php:446 -#: call_interface2.php:462 call_interface2.php:468 call.php:277 call.php:393 -#: call.php:398 call.php:414 call.php:420 +#: call_interface2.php:330 call_interface2.php:446 call_interface2.php:451 +#: call_interface2.php:467 call_interface2.php:473 call.php:283 call.php:399 +#: call.php:404 call.php:420 call.php:426 msgid "End case" msgstr "" -#: call_interface2.php:350 call.php:302 +#: call_interface2.php:355 call.php:308 msgid "Press the call button to dial the number for this appointment:" msgstr "" -#: call_interface2.php:353 call.php:305 +#: call_interface2.php:358 call.php:311 msgid "Number to call:" msgstr "" -#: call_interface2.php:357 call_interface2.php:428 call.php:309 call.php:380 +#: call_interface2.php:362 call_interface2.php:433 call.php:315 call.php:386 msgid "" "Your VoIP extension is not enabled. Please close this window and enable VoIP " "by clicking once on the red button that says 'VoIP Off'" msgstr "" -#: call_interface2.php:418 call.php:370 +#: call_interface2.php:423 call.php:376 msgid "Select phone number to dial:" msgstr "" -#: call_interface2.php:433 call_interface2.php:467 call.php:385 call.php:419 +#: call_interface2.php:438 call_interface2.php:472 call.php:391 call.php:425 msgid "The last call completed this call attempt" msgstr "" -#: call_interface2.php:437 call_interface2.php:460 call.php:389 call.php:412 +#: call_interface2.php:442 call_interface2.php:465 call.php:395 call.php:418 msgid "Enter a reason for this outcome before completing this case:" msgstr "" -#: call_interface2.php:482 call.php:451 +#: call_interface2.php:487 call.php:457 msgid "Assign outcome" msgstr "" -#: call_interface2.php:487 call.php:455 +#: call_interface2.php:492 call.php:461 msgid "Error: Close window" msgstr "" -#: rs_answeringmachine.php:64 rs_answeringmachine_interface2.php:64 +#: rs_answeringmachine.php:70 rs_answeringmachine_interface2.php:70 msgid "Respondent Selection - Answering machine" msgstr "" -#: rs_answeringmachine.php:78 rs_answeringmachine_interface2.php:78 +#: rs_answeringmachine.php:84 rs_answeringmachine_interface2.php:84 msgid "Do not leave a message, please hang up" msgstr "" -#: rs_answeringmachine.php:81 rs_answeringmachine_interface2.php:81 +#: rs_answeringmachine.php:87 rs_answeringmachine_interface2.php:87 msgid "End call with outcome: Business answering machine" msgstr "" -#: rs_answeringmachine.php:86 rs_answeringmachine_interface2.php:86 +#: rs_answeringmachine.php:92 rs_answeringmachine_interface2.php:92 msgid "End call with outcome: Answering machine Message left" msgstr "" -#: rs_answeringmachine.php:90 rs_answeringmachine_interface2.php:90 +#: rs_answeringmachine.php:96 rs_answeringmachine_interface2.php:96 msgid "End call with outcome: Answering machine No message left" msgstr "" -#: rs_business.php:55 rs_business_interface2.php:55 +#: rs_business.php:61 rs_business_interface2.php:61 msgid "Respondent Selection - Business answers" msgstr "" -#: rs_business.php:59 rs_business_interface2.php:59 +#: rs_business.php:65 rs_business_interface2.php:65 msgid "Sorry to bother you, I have called the wrong number" msgstr "" -#: rs_business.php:61 rs_business_interface2.php:61 +#: rs_business.php:67 rs_business_interface2.php:67 msgid "End call with outcome: Business number" msgstr "" -#: call.php:427 -msgid "Requesting call" -msgstr "" - -#: call.php:428 call.php:435 +#: call.php:434 call.php:441 msgid "Call Answered" msgstr "" -#: call.php:442 +#: call.php:448 msgid "Not Answered" msgstr "" -#: call.php:448 -msgid "Requires coding" -msgstr "" - -#: index.php:164 nocallavailable.php:83 +#: index.php:169 nocallavailable.php:88 msgid "Call/Hangup" msgstr "" -#: index.php:165 supervisor.php:52 -msgid "Supervisor" -msgstr "" - -#: index.php:169 index_interface2.php:230 +#: index.php:174 index_interface2.php:236 msgid "Arrow for expanding or contracting" msgstr "" -#: index.php:170 +#: index.php:175 msgid "Restart" msgstr "" -#: index.php:223 index_interface2.php:242 +#: index.php:228 index_interface2.php:248 msgid "Notes" msgstr "" -#: index.php:241 index_interface2.php:258 contactdetails.php:70 +#: index.php:246 index_interface2.php:264 contactdetails.php:76 msgid "Contact details" msgstr "" -#: index.php:285 index_interface2.php:302 +#: index.php:290 index_interface2.php:308 msgid "Work history" msgstr "" -#: index.php:293 index_interface2.php:310 project_info.php:61 +#: index.php:298 index_interface2.php:316 project_info.php:67 msgid "Project information" msgstr "" -#: index.php:309 index_interface2.php:319 +#: index.php:314 index_interface2.php:325 msgid "Info" msgstr "" -#: rs_intro_interface2.php:74 +#: rs_intro_interface2.php:80 msgid "End call with outcome:" msgstr "" -#: rs_intro_interface2.php:77 +#: rs_intro_interface2.php:83 msgid "Not Contacted" msgstr "" -#: rs_intro_interface2.php:78 +#: rs_intro_interface2.php:84 msgid "No answer (ring out or busy) " msgstr "" -#: rs_intro_interface2.php:80 +#: rs_intro_interface2.php:86 msgid "Accidental hang up" msgstr "" -#: rs_intro_interface2.php:81 +#: rs_intro_interface2.php:87 msgid "Contacted" msgstr "" -#: rs_intro_interface2.php:82 +#: rs_intro_interface2.php:88 msgid "Refusal by respondent" msgstr "" -#: rs_intro_interface2.php:83 +#: rs_intro_interface2.php:89 msgid "Refusal by unknown person" msgstr "" -#: rs_intro_interface2.php:84 +#: rs_intro_interface2.php:90 msgid "No eligible respondent (person never available on this number)" msgstr "" -#: rs_intro_interface2.php:85 +#: rs_intro_interface2.php:91 msgid "" "Non contact (person not currently available on this number: no appointment " "made)" msgstr "" -#: rs_intro_interface2.php:86 +#: rs_intro_interface2.php:92 msgid "Out of sample (already completed in another mode)" msgstr "" -#: respondent.php:70 +#: respondent.php:76 msgid "Respondent Selector" msgstr "" -#: respondent.php:102 contactdetails.php:99 +#: respondent.php:108 contactdetails.php:105 msgid "Respondent:" msgstr "" -#: respondent.php:165 +#: respondent.php:171 msgid "Show details" msgstr "" -#: respondent.php:169 contactdetails.php:163 +#: respondent.php:175 contactdetails.php:169 msgid "Var" msgstr "" -#: shifts.php:57 +#: shifts.php:63 msgid "Shift List" msgstr "" -#: shifts.php:80 +#: shifts.php:86 msgid "No shifts for this project" msgstr "" -#: shifts.php:101 +#: shifts.php:107 msgid "No future shifts scheduled" msgstr "" -#: display/index.php:111 -msgid "Display" -msgstr "" - -#: supervisor.php:61 +#: supervisor.php:67 msgid "Please wait till you have ended this call to call the supervisor" msgstr "" -#: supervisor.php:105 +#: supervisor.php:111 msgid "You may now close this window" msgstr "" -#: supervisor.php:110 +#: supervisor.php:116 msgid "Calling the supervisor, you may close this window" msgstr "" -#: supervisor.php:115 +#: supervisor.php:121 msgid "" "Click here to call the supervisor's phone. Otherwise close this window" msgstr "" -#: supervisor.php:116 +#: supervisor.php:122 msgid "Hangup when calling the supervisor" msgstr "" -#: supervisor.php:121 +#: supervisor.php:127 msgid "Try calling the supervisor" msgstr "" -#: supervisor.php:128 +#: supervisor.php:134 msgid "" "Please wait for this call to answer before attempting to call the supervisor" msgstr "" -#: endwork.php:45 +#: endwork.php:51 msgid "End of work" msgstr "" -#: endwork.php:52 +#: endwork.php:58 msgid "Work has ended. That is it" msgstr "" -#: endwork.php:70 +#: endwork.php:76 msgid "You have been unassigned from your extension" msgstr "" -#: endwork.php:75 +#: endwork.php:81 msgid "Go back to work" msgstr "" -#: nocallavailable.php:80 +#: nocallavailable.php:85 msgid "No call available" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "Please click on:" msgstr "" -#: nocallavailable.php:83 +#: nocallavailable.php:88 msgid "to display call script" msgstr "" -#: nocallavailable.php:216 +#: nocallavailable.php:182 +msgid "Will dial in" +msgstr "" + +#: nocallavailable.php:183 +msgid "Dialling now" +msgstr "" + +#: nocallavailable.php:189 +msgid "Will end case in" +msgstr "" + +#: nocallavailable.php:190 +msgid "Ending case now" +msgstr "" + +#: nocallavailable.php:221 msgid "" "Your VoIP extension is not active. Please activate VoIP by clicking once on " "the red button that says 'VoIP Off'" msgstr "" -#: nocallavailable.php:222 +#: nocallavailable.php:227 msgid "Auto dialling unavailable as VoIP is not enabled" msgstr "" -#: nocallavailable.php:228 +#: nocallavailable.php:233 msgid "Auto dialling unavailable as you are already on a call" msgstr "" -#: index_interface2.php:197 +#: index_interface2.php:203 msgid "Case" msgstr "" -#: rs_quota_end.php:61 +#: rs_quota_end.php:67 msgid "Respondent Selection - Project Quota End" msgstr "" -#: rs_quota_end.php:72 rs_quota_end.php:78 +#: rs_quota_end.php:78 rs_quota_end.php:84 msgid "End call with outcome: Quota filled" msgstr "" diff --git a/locale/it/LC_MESSAGES/it.mo b/locale/it/LC_MESSAGES/it.mo index fe2d56b9560772aa6593546c26008de7dda55f7c..60c84f94ef1a779d7422efbede15356731fa38f1 100644 GIT binary patch delta 13956 zcmY+~2V7Ux|HttQ2%@3_ihziI9e@Lr;ohjY_udK!`ZfH5fVt9dnj_P4@N=6ZGqWr+ zGAl=p%wL%evob3)(=x5JVP-b|uQ%t|kNRu)0)}82jK%=0gI%xz`k)8PW1e+3HY2|XgYh8h`O_GK zXE4HXyw2|g2^54hb(|pVfR(Yg&5y>q htb{$VEd4vf2`W-B-d6BfXQEbQ0fyl=tb+S71W(~Q`~tOD_cwQ(R`@uoqff9k zUcwhKx`i3w`>5wX#k%zGTqmfGm0Ox6ZHO9qE^6r?KrP|Js0Y{E{Ik}B7)|+U)N|Ld z4*rfcF^W;i*66|!sQzZ5R~1(iXh~kd2t0`{yog!>AEwa}YohLtLk(mGYO5YWb-V$! zLOYR3I|r}<{*1M;MjOYehV4;jU`QL*zdFHe3e?aVY=Tdr4$H@=t@#Yq;diLLyo;ge z-`3QRK>BdHqXzO2s@@7zy$z@>dCr! $f_EwKN2i^6FaT8{7`3!DPy=X< zWwAG^!NJ%O$DwAv)!u&zbr=t#R`>*}{#De3e?e_&C2xDPG__D$kcwJ?{@4{CM2?4Z z5;cH-Pz{B2FdfuDJr{!-a8uM$cSNmd2I?)zM=kwgY=oOp&w1Y_P{mJCOZ^>c$!^ cjK{s-0g^9R+nV?Z=|pZH?N(t{9~Ezi&z4 zIHOPlnS`3*16T`JqTcVlr~#cr&HM}N@0dcqN@rs?j3+-E>*3RQ2~VT8@P#hs?Kp<@ z>EF3Skcf5C%wZdZ9B^kUs^jNSXW=ZC!6-61JT8pJB-DWVVKPoeZRO+WkI<UaUv{ zbqv7E=+%;3C(x4JMlDU{Zf2>&QKvWx^&ZzlK6XxD vHmdxEqj|AW33BOOS~Hc@DMh{H&AEf2I@J#KIW`6 zK<#aN48s0c4#%L{nTT598CVflU}N0uB`8mD8Y|#AREL*Qdwm`Cp5DZ=_>Z-0U-Md3 zw$?&D*97ZebJRdbpg!4CP!m{$3Ah(s=>3vFBhz~LLImniMWF`J3N^6ys2TS}9ilu` zz167KtQhsapGFscjq12ee`7SNo#v>O>4dD9*Xd255s$Su=AmY?)Vd0_wCnBtXHhG$ z4;$bi^uup47O$h84;^4uAQJUKO2CTP1#99!4AA>Ol|b+N40Pe6sF^>HTA5;0ho?{@ z{}46vFHq0jwfBPunt?`ODCG@NZ$mp&J7Z8QG7UA5$FL^-JDUjfMLU4%=p2UNMbuLN zjC#Mrd51KUWOQK (Jl KjNAwwC zR-%)aKr ;iwgK zp|&(0_5Daeoq-X^8Sy%k2-Hyls^S9cQq;g!p$^k7)LD4R`i3n(Yx7^C_V@ S7WKBghSl*3YNpOO zGr%C!R@Fck) #*Q6Hc)_WtLn@5EKq zmi&R5dEj`n1&OHotx#Ll8Ea#I)XL_gR}Cy7h{TPkJ=}-2@HLFa^QeLRjv81{y7_fG z0(+4kgsQg%Yv3W&%AH5;^$pZ>f7^Wd471Xa8LYn!MH32I;}FyUR-pEJHEQNNP%}7+ zq4+MUqpwg~@Hc8kk(uT@l8Bm6cT~q2sOLSXvossEGK(_3roswaVH0X8ccC8KkJ_{2 zI1ArKw%bXYU>bZ9wK98Adwc>@@B-Gv&@A&-C80WOff_(6YQVj{wjdMzDe#~=EJS@5 zW}_NffG*sQI;3x)>YcZKWy`OkX8yM=kH|J1*1~wo8=~$HL#?oPDuFtfhuX8P7>@f; zGdhiF_zmiT_=$X+eE9VXb^nt|=1|?luH-}Arh^fvb_-B5U4?uioL$%e{U?_U$m=vA z*iXS|RK=?IncwXip=LS>wPbU#5iY@cxDOlRdDP+a&oNt47ge5!dTtcz5N4xRbeb)n zizUDRFR?e)U K|7}VYlM$Nnc_55R42{)n(pRxB( zp`QN+JK|03j!AjE|Ju7*dHe*#b*LXQ*N{4nYbqxnS72`p%Qp>WU;z0X)IbYR1NWk4 zycqRbF16)btUJ+{@;#{MU(9FywG^*XpglQ^TDq@M4St8Z{}bvA{ATZ0EHLkR6-=VM z8+O5&_#$t|VbrI5>NNBGeAG%W#v!-@spfp+CD77cwcf(E vtKnpOe;#V@i?9wpVLgHRR9{6s??02zIYuE9@;XNev~=I1RwAD7tPV#j zd>iMZmafli)4))SC!d3w@p@GK16T#iJYd?1Ky?^{8fY8T{eh?z%0`!d{!b@R$LmlH z?m#W|Nz_b!K%MsBIp%&7bdeu`T8VsAM-QUj?=@H#U&gk09yNgQxn=;3QCrptE9w0o zMi7D7*aE$%FW7#J#Y?Dxm7{VKY=j!%DAY{mVKS~lo$3>)Eqe!Dc){lX!J6bl9yG6E zB6@pJFqI$@51{t&Bh-K{qw;^DW*9WjG+YPUkZ+3Gnmp7%W};^H2x{P4P|v?<{Rp*U zmoXK8p2zx!5;UD}PJ1`3Onw}yfn3z-UxU%O5ncEy*1+?qj&EZ#41CCZC)%S<_fphE z-b3|s74_x3i`tTa1uTh16urRwRBD8p=@9FEs3n_+de66_4$&FZ%)hbu8yHUBZ=q>8 z3Ny$jW67r(wIy3nU(CH&58v?;#1Z_2Q5d<%jJO$UV0}?5G8#359MswHqGt9Cy6`xv z-eoL ymGeF?# }j27wu3D^+Y}ALEWE$I`t1?GA_pscnmcl-^a|~CkA2?{W~iObQq4K zDqO|;u;p^L1)s$KVC5C&m(M4$F?qk0CI7zKNyhf%^Dqeapx%muSP4&CKS#ZG*HJ5; zu!{B946+IG@DWVGyI32W6q!%$08Au57qf5=Ho-7Pm4a#52xp@9b_Z%DUdPsW5_Rf* zSDV8ZjXGn!R =Y{uXu0!`GOts)5?$I_Qgyuqrl2 ztw?87yZur9jI;N1*RcNODOf;3LtKvf(7c9v8_r= VED^P&tx$WLiW #Re(0^T!E_XkTEbL}#Ga_vY65DcOHo^~71hBB zR0pR~1HFaXl3E+h7qA{yAm0Wx;BKe^569~GfGPJnYYDW}Porjj0_)?qHXppnbexP) zln+ClfdbT_+>Yw#ENUe$Vh#M=8uqy9Fc~$_K3EH bdVwr~MA Avk0o;{ir2= z6m ZxVm};Gaq2!lfZQO(&JdAqV61JPIYq_2ES4VCN zG}4Dqug_Xk1J7YEJc8QmpeM~1v_n7gL$Du?z@E4ZHGy9-9fNn6L!FNu$ jjxnfpC4iTqsDfL_2__&KWKKT*$BdBzN&4R$6! z1hsYRu^qmR^)T?+k`I^HNg&Wn+F)7ihpI3PqwxXM3T;3gzOAU&a1RFJNz}@`k80;@ z)S UaMTLbL3J39>ZlC{VPDjMM&aX_j$`m248bukn!j1)zR3D(uU1je3}3 wi+IbRn=x(4UQtmY~fl$;6 zbigFcM6INEHG!6LA8JM?Pa_ojYN+}FQ(hOfhl!{a>V!HgeX$LWMs>6fTi`*| z0DndGQ|_Q?ClXnCuM BAH+nwg;5y$I_HJ{olXRLa5(Bila1QL$51nU8e8FB?2p$`hqmnzp24x$ z6!+sp_&q+1c}LB^Rl9>4P_JWVf S)RDC;tIyD9J@Wm!zv$`@fw+UEkms6FPx3IDuHR z+(P=4dnZZjNt&^) 0!$VozF|f50ZbIG>oLHk-Zl~ zT!Df4lYfF(A0u5lfRAeaT?it$d5YAZio0+C>E87;aR _pSUZjGVv5r z9QQAfMw8wnud4y^RQw)K;4RVzq}HUJq|#R<>UgvGqbH4yws)40-%9$7d~eFv5vP+X z6W7BG%3md&CBAos5I5((z7-uv-;f4UR-e?D_*YVA(!J|`g4ekBraga7F`0W;9fBuH z<-5>uZ}PFE2=4utR6tzL)~Qea1?8!ihIh$l;{;L)W&Y%K>5EsJysj`@j)S%TRmoJK z^2;P$4ai5Eu;kA~@|%c;kT#YoSD3`TPq7NmHYYW+Z5*{e&%O6a(bW5yvQEUhdfEF+ zO5Q&T3QCIkCDa-~g^sq8ek1Bb1Lw%ULfT5c3%W=hiD%<6lCDM8ktXZRw?2*UkjB!E zt_KX}{a36XnYuR7Kwm1&Af8NGtwOGSlz(9x*RNb $XB)bXlp~-c$_$&dy7cJ zNxJ?+T26Ta=^^dEyQG-ESl|%~e Vt%{t)qPn}4~a2LHJZ`PHE0 z*R?6!n?~Z7Cnu6;|6}WJwCa%ol$V^p2TBz#py)4BWy-3TRN$9I@{f>owW53ub}z}9 zKgxiI@?O+$OnhId_IlZR&8=HX-D^W!@816F{ &$UjcfRg=7~uSr9=fA5MVXia`3X(;KEy>XEG zlYE%J4~4q6lgbiz#k#gE#5zzFxZ09$$AkNbhv7LqP5OZ}hI}yhZ=$a1qz=RtNnhEr zQMSDu y?mvn=&FYuH`_zs!cBwZ6R3RmHwk`jJO@$@gm^>8y* z<6aHh;!OLTty=QG*D8LJ^7hpE^4<+}Q#MccNGnL)$a^0nh$Iana|U&7Ag*9Sr>X5I zld>z6W!SuK=h!;;h_Uzb?iJt=o~vQ=b&2m??-F0v4mBk>Q0m4gYFs2g9aBkVNxzZ* z5dX0C2IE5{7aeZKncREd-uo~9V&h4aze)TW4j=`SboC_dr@Z|CKmUA0XfTEwb4cT; zGzxX~!zk{hk&;RGu9h}fj6YK64z?i0+d9A7=T&Ve=@asiDs!dHD9rK{xQjkb+8*4{ z W `f zlytYp#Xq*`p`(t51m{giFU)e~<-2q9-G%O~f}*e~ZHf{+G5+qX>8{+Ol|!nA4pmq% z$(>zzud|~5p0MiK**R|he<#hu)z5QJl@(`uF8lep89?{^c%QPZ5)xaul9G#O7lis$ zNJ>gbPIM)vv~HGMw5~ALw`H@UBZX(e2btx|%gT2ZFy5>wZkLv|c;&QhLBV};C%CiS zndz>axU2$qVQz8K{9|RBmn@_^$6c6i*0dxnSypFIX0FGRRlxt)k{0L6OrJ2VkZ1Xa zu@yxw&Me +yzhu2n@usEGJ{6tRjQ=%V zym#5;^2HO^jx1X@KRr(?&vR~9;k0~DE?Y2hqI;TWqT6Nf6~D5%kxyXeBzO80^>txO zazM4ToGec!4`sPsQ>SGW6w+IIzPq^cQ$u}1rlfn^E>BjeVPxzq2n$uSx%r;-d)st; zYth+*BZ}e=H|^#wn3kU7o;8cfX%}fPeHJacX+I|?E|>MB<9v4Me--~7o!eC~%?#aL pH1=?K?Sg+-tz=KrGc#Egv#;h(@yx@+%LHV*J-M#*qW6z|_ tIb hgM5>X@9Nyzuxy8{q_I*K6>&z>-#owp=FJaq3a7j;im1aX1L8;1tvVcVJ1}i}82}^}P46 z6n>7H*i|ftzhN{+w{e`ZjPH~uqYkyKjZl$D#;Q0JE8`Tbh;wlx-iwLYfLV0JL8#{} z!A^J|?!&iG6AZR9_b)>&Y!lXCeCGu+3gy31Gf!x5Lf#ZBP;QSJxSuWGZk>j;sGo z`=cT>3R#0Q6&vFgtb->o7O$etKqTSOM4EIW{(4Xf6)i9gby)7kvbY>I;6~J5?!-#C zAJzXg